* ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC.
[deliverable/binutils-gdb.git] / opcodes / s390-dis.c
index 0ddaaf178233aec2f79c9eb60326110da7be28c5..8745a8943739e10960973b7c07eb7aa71489caa5 100644 (file)
@@ -1,5 +1,5 @@
 /* s390-dis.c -- Disassemble S390 instructions
-   Copyright 2000, 2001 Free Software Foundation, Inc.
+   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
    Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com).
 
    This file is part of GDB, GAS and the GNU binutils.
@@ -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.039683 seconds and 4 git commands to generate.