diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-10-30 20:15:02 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-10-30 20:15:02 +0000 |
commit | d8374dcd8a7b20b0c54a7fbc255609d488348fb5 (patch) | |
tree | 15b84e2a8c36b7e85a43724431ea364cfd23d815 /gas/as.c | |
parent | bb518678acdf8bdf3c7640c8d1dea7bba35e176a (diff) | |
download | gdb-d8374dcd8a7b20b0c54a7fbc255609d488348fb5.zip gdb-d8374dcd8a7b20b0c54a7fbc255609d488348fb5.tar.gz 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.c')
-rw-r--r-- | gas/as.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |