* config/tc-s390.c (md_parse_option): Set s390_arch_size to 32

for option -m31.
This commit is contained in:
Martin Schwidefsky 2002-10-18 07:30:06 +00:00
parent 0200099915
commit 75504fede8
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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;