Approved by Jim Blandy:
[deliverable/binutils-gdb.git] / gas / as.c
index d5922b07d1aca0a6d9c39a08db4c0080d895ac59..5f6832f2e9df2fd98bea76aa7f50f2f9e76ca3ed 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -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.022607 seconds and 4 git commands to generate.