[bfd]
[deliverable/binutils-gdb.git] / gas / as.c
index 650c4f254356c7ecf71b8f35ecaa447eb0559aaa..b99ea1e8be67032a98ea58aef8be1682968d5956 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -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
This page took 0.023437 seconds and 4 git commands to generate.