diff options
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 |