2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
* s390-dis.c (init_disasm): Use renamed architecture defines.
This commit is contained in:
parent
d86bcc1089
commit
45b38a80ad
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue