commit | 7f27b6b18a0b72372128b2f49f743084776f1c54 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Thu Feb 16 09:28:29 2023 +1030 |
committer | Alan Modra <amodra@gmail.com> | Thu Feb 16 21:00:50 2023 +1030 |
tree | 641dabef2f3930f2c9f9fe57724990dab3a3de12 | |
parent | c84b3d7eaa3aec024ff2482e3a1fea0e89d01839 [diff] |
gas_init Rename gas_late_init to plain gas_init, to reinforce the idea that this is where the bulk of gas initialisation belongs. Also reorder some initialisation. * as.c (gas_init): Rename from gas_late_init. Open output file and arrange for dump_statistics to be called here rather than in main. Create .gasversion. local symbol earlier, because we can.