aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-s390.c
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2002-10-18 07:30:06 +0000
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2002-10-18 07:30:06 +0000
commit75504fede85b00cee3bc924be5fe340ab719a88a (patch)
tree12524121ad3678458437961f7e2684a449adc2ec /gas/config/tc-s390.c
parent020009991582172bc4b8ce501408b8402175b3f8 (diff)
downloadfsf-binutils-gdb-75504fede85b00cee3bc924be5fe340ab719a88a.zip
fsf-binutils-gdb-75504fede85b00cee3bc924be5fe340ab719a88a.tar.gz
fsf-binutils-gdb-75504fede85b00cee3bc924be5fe340ab719a88a.tar.bz2
* config/tc-s390.c (md_parse_option): Set s390_arch_size to 32
for option -m31.
Diffstat (limited to 'gas/config/tc-s390.c')
-rw-r--r--gas/config/tc-s390.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-s390.c b/gas/config/tc-s390.c
index a4b275f..71f0e3b 100644
--- a/gas/config/tc-s390.c
+++ b/gas/config/tc-s390.c
@@ -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;