Add myself as TILEPro and TILE-Gx port maintainer.
[deliverable/binutils-gdb.git] / gas / as.c
index e58d861c83d6bec27da38ae20addb75b64ccdaa3..b99ea1e8be67032a98ea58aef8be1682968d5956 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -1206,6 +1206,9 @@ main (int argc, char ** argv)
 
   dwarf2_init ();
 
+  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
      arguments.  */
This page took 0.023539 seconds and 4 git commands to generate.