diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-03 13:06:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-03 13:06:33 +0000 |
commit | 65172ab8f7857e7ed63782a14be5c3a643d0f055 (patch) | |
tree | dcd375fbb0d6a06af07dd61d3126fe818cc1cc31 /gas/config | |
parent | 29fe111d8219afbc44e80d3d517812ce3a826b49 (diff) | |
download | gdb-65172ab8f7857e7ed63782a14be5c3a643d0f055.zip gdb-65172ab8f7857e7ed63782a14be5c3a643d0f055.tar.gz gdb-65172ab8f7857e7ed63782a14be5c3a643d0f055.tar.bz2 |
Update md_shortopts to what we actually handle.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index bd7f5c2..8497f05 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -4259,9 +4259,9 @@ parse_register (reg_string, end_op) } #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} |