+2000-06-03 Alan Modra <alan@linuxcare.com.au>
+
+ * config/tc-i386.c (md_shortopts): Remove 'm', add 'q' to non-elf.
+
2000-06-01 Alan Modra <alan@linuxcare.com.au>
* expr.c (operand): Test is_end_of_line outside switch to catch
Always Use subsegment zero for the unwinders.
(pa_level): Handle "2.0w".
-Mon Aug 9 20:02:22 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
+Mon Aug 9 20:02:22 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* config/tc-d30v.c (write_2_short): Don't group repeat instructions
with the following instruction unless this was specified.
}
\f
#if defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)
-CONST char *md_shortopts = "kmVQ:sq";
+const char *md_shortopts = "kVQ:sq";
#else
-CONST char *md_shortopts = "m";
+const char *md_shortopts = "q";
#endif
struct option md_longopts[] = {
{NULL, no_argument, NULL, 0}