* config/tc-s390.c (md_parse_option): Set s390_arch_size to 32
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 18 Oct 2002 07:30:06 +0000 (07:30 +0000)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 18 Oct 2002 07:30:06 +0000 (07:30 +0000)
for option -m31.

gas/ChangeLog
gas/config/tc-s390.c

index d0a3827..f3cb90d 100644 (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.
index a4b275f..71f0e3b 100644 (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;