summaryrefslogtreecommitdiff
path: root/gas/as.c
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-10-30 20:15:02 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-10-30 20:15:02 +0000
commit02a7f0b2e90b7909af1c6fe9734ec51f3aa3038a (patch)
tree691ff0efccd7fad32f887eff464e4ad3133a4b79 /gas/as.c
parent4d544262b4e08c1464f7c48f2b65a58e8a51dea5 (diff)
downloadbinutils-redhat-02a7f0b2e90b7909af1c6fe9734ec51f3aa3038a.tar.gz
* as.h (OPTION_MD_BASE): Bump to 190.
* as.c (parse_args) <std_longopts>: Add comment about the need to check OPTION_MD_BASE in as.h.
Diffstat (limited to 'gas/as.c')
-rw-r--r--gas/as.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/as.c b/gas/as.c
index dab9d25e52..db183a3df4 100644
--- 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