summaryrefslogtreecommitdiff
path: root/opcodes/s390-dis.c
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2002-02-19 18:59:49 +0000
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2002-02-19 18:59:49 +0000
commit45b38a80ad9d75ed57daa8dfa569583ead481d03 (patch)
treeec89c85211ce537b438e6d20460b5605493c6f7f /opcodes/s390-dis.c
parentd86bcc108966964e72393ce9fdf8199781aa3142 (diff)
downloadbinutils-gdb-45b38a80ad9d75ed57daa8dfa569583ead481d03.tar.gz
2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
* s390-dis.c (init_disasm): Use renamed architecture defines.
Diffstat (limited to 'opcodes/s390-dis.c')
-rw-r--r--opcodes/s390-dis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/s390-dis.c b/opcodes/s390-dis.c
index 0ddaaf17823..2f2311bed46 100644
--- a/opcodes/s390-dis.c
+++ b/opcodes/s390-dis.c
@@ -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: