2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 19 Feb 2002 18:59:49 +0000 (18:59 +0000)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 19 Feb 2002 18:59:49 +0000 (18:59 +0000)
* s390-dis.c (init_disasm): Use renamed architecture defines.

opcodes/ChangeLog
opcodes/s390-dis.c

index d09290b7984c0d5fdf006e70fb7f1687a45f8769..eb8120bb0610f2fdd513eea9f96e58b51c1f9a69 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * s390-dis.c (init_disasm): Use renamed architecture defines.
+
 2002-02-19  matthew green  <mrg@redhat.com>
 
        * ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
index 0ddaaf178233aec2f79c9eb60326110da7be28c5..2f2311bed4612f1c5f37f75592e49b8c4dc31558 100644 (file)
@@ -53,10 +53,10 @@ init_disasm (info)
     }
   switch (info->mach)
     {
-    case bfd_mach_s390_esa:
+    case bfd_mach_s390_31:
       current_arch_mask = 1 << S390_OPCODE_ESA;
       break;
-    case bfd_mach_s390_esame:
+    case bfd_mach_s390_64:
       current_arch_mask = 1 << S390_OPCODE_ESAME;
       break;
     default:
This page took 0.026213 seconds and 4 git commands to generate.