diff options
Diffstat (limited to 'gas/as.c')
-rw-r--r-- | gas/as.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1206,8 +1206,8 @@ main (int argc, char ** argv) dwarf2_init (); - local_symbol_make ("__GAS_VERSION__", absolute_section, - BFD_VERSION / 10000UL, &zero_address_frag); + local_symbol_make (".gasversion.", absolute_section, + BFD_VERSION / 10000UL, &predefined_address_frag); /* Now that we have fully initialized, and have created the output file, define any symbols requested by --defsym command line |