mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* config/tc-s390.c (md_parse_option): Set s390_arch_size to 32
for option -m31.
This commit is contained in:
parent
0200099915
commit
75504fede8
@ -1,3 +1,8 @@
|
||||
2002-10-18 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* config/tc-s390.c (md_parse_option): Set s390_arch_size to 32
|
||||
for option -m31.
|
||||
|
||||
2002-10-18 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* expr.c (operand): Add support for n.nn flonums.
|
||||
|
@ -375,7 +375,7 @@ md_parse_option (c, arg)
|
||||
warn_areg_zero = TRUE;
|
||||
|
||||
else if (arg != NULL && strcmp (arg, "31") == 0)
|
||||
s390_arch_size = 31;
|
||||
s390_arch_size = 32;
|
||||
|
||||
else if (arg != NULL && strcmp (arg, "64") == 0)
|
||||
s390_arch_size = 64;
|
||||
|
Loading…
Reference in New Issue
Block a user