Approved by Jim Blandy:
[deliverable/binutils-gdb.git] / gas / as.c
index dbc65ca0de2326458ba8c52764671627b97e57f0..5f6832f2e9df2fd98bea76aa7f50f2f9e76ca3ed 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -524,7 +524,7 @@ parse_args (pargc, pargv)
 
        case OPTION_VERSION:
          /* This output is intended to follow the GNU standards document.  */
-         printf (_("GNU assembler %s\n"), VERSION);
+         printf (_("GNU assembler %s\n"), BFD_VERSION_STRING);
          printf (_("Copyright 2001 Free Software Foundation, Inc.\n"));
          printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
@@ -762,6 +762,10 @@ the GNU General Public License.  This program has absolutely no warranty.\n"));
 
   *pargc = new_argc;
   *pargv = new_argv;
+
+#ifdef md_after_parse_args
+  md_after_parse_args ();
+#endif
 }
 
 static long start_time;
This page took 0.023604 seconds and 4 git commands to generate.