S/390: Disassemble 31-bit binaries with "zarch" opcode set by default
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Wed, 30 Oct 2013 17:04:32 +0000 (18:04 +0100)
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Wed, 30 Oct 2013 17:04:32 +0000 (18:04 +0100)
commit7d4a7d107ab506c1cecc1870112be57390410248
treeb1854d1d7db6464fe8ca1c739fd20fbf816daffa
parentb4f7960d5307fe4aad2126382df78f63696e96b3
S/390: Disassemble 31-bit binaries with "zarch" opcode set by default

Currently the disassembler for s390 (by default) assumes that a 31-bit
binary was compiled in "ESA" mode -- and then only disassembles a
limited opcode set.  The change upgrades the default to the full "zarch"
opcode set even for 31-bit binaries.

opcodes/
* s390-dis.c (init_disasm): Default to full 'zarch' opcode
availability even for 31-bit programs.
opcodes/ChangeLog
opcodes/s390-dis.c