aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
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
commitd8374dcd8a7b20b0c54a7fbc255609d488348fb5 (patch)
tree15b84e2a8c36b7e85a43724431ea364cfd23d815 /gas/as.h
parentbb518678acdf8bdf3c7640c8d1dea7bba35e176a (diff)
downloadfsf-binutils-gdb-d8374dcd8a7b20b0c54a7fbc255609d488348fb5.zip
fsf-binutils-gdb-d8374dcd8a7b20b0c54a7fbc255609d488348fb5.tar.gz
fsf-binutils-gdb-d8374dcd8a7b20b0c54a7fbc255609d488348fb5.tar.bz2
* 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.h')
-rw-r--r--gas/as.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/as.h b/gas/as.h
index a7ca131..f58b53b 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -105,8 +105,8 @@ extern void *alloca ();
150 isn't special; it's just an arbitrary non-ASCII char value. */
#define OPTION_STD_BASE 150
/* The first getopt value for machine-dependent long options.
- 170 gives the standard options room to grow. */
-#define OPTION_MD_BASE 170
+ 190 gives the standard options room to grow. */
+#define OPTION_MD_BASE 190
#ifdef DEBUG
#undef NDEBUG