]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas_init
authorAlan Modra <amodra@gmail.com>
Wed, 15 Feb 2023 22:58:29 +0000 (09:28 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 16 Feb 2023 10:30:50 +0000 (21:00 +1030)
commit7f27b6b18a0b72372128b2f49f743084776f1c54
tree641dabef2f3930f2c9f9fe57724990dab3a3de12
parentc84b3d7eaa3aec024ff2482e3a1fea0e89d01839
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.
gas/as.c