2000-11-02 Theo Honohan <th@futuretv.com>
[deliverable/binutils-gdb.git] / gas / as.c
index dab9d25e52c6fff0972e74ff79ee5edd7929b222..db183a3df4fbd7cb2ecfded8853f1747089827db 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -422,6 +422,8 @@ parse_args (pargc, pargv)
     {"target-help", no_argument, NULL, OPTION_TARGET_HELP},
 #define OPTION_WARN_FATAL (OPTION_STD_BASE + 20)
     {"fatal-warnings", no_argument, NULL, OPTION_WARN_FATAL}
+    /* When you add options here, check that they do not collide with
+       OPTION_MD_BASE.  See as.h.  */
   };
 
   /* Construct the option lists from the standard list and the target
This page took 0.026256 seconds and 4 git commands to generate.