/* -K is not meaningful if .word is not being hacked. */
'K',
#endif
- 'L', 'M', 'R', 'W', 'Z', 'a', ':', ':', 'D', 'I', ':', 'o', ':',
+ 'L', 'M', 'R', 'W', 'Z', 'a', ':', ':', 'D', 'f', 'I', ':', 'o', ':',
#ifndef VMS
/* -v takes an argument on VMS, so we don't make it a generic
option. */
{"execstack", no_argument, NULL, OPTION_EXECSTACK},
{"noexecstack", no_argument, NULL, OPTION_NOEXECSTACK},
#endif
- /* Treat '-f' as a long switch so that getopt will not accept
- -f<some-text> as a synonym for -f. This can cause confusion
- when -f switches are passed through from the compiler.
- FIXME - should we handle other single character switches in the
- same way ? */
- {"f", no_argument, NULL, 'f'},
- {"fatal-warnings", no_argument, NULL, OPTION_WARN_FATAL},
{"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. */