forked from Imagelibrary/binutils-gdb
Add s390 support
This commit is contained in:
@@ -50,6 +50,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#define ARCH_pj
|
||||
#define ARCH_powerpc
|
||||
#define ARCH_rs6000
|
||||
#define ARCH_s390
|
||||
#define ARCH_sh
|
||||
#define ARCH_sparc
|
||||
#define ARCH_tic30
|
||||
@@ -245,6 +246,11 @@ disassembler (abfd)
|
||||
disassemble = print_insn_rs6000;
|
||||
break;
|
||||
#endif
|
||||
#ifdef ARCH_s390
|
||||
case bfd_arch_s390:
|
||||
disassemble = print_insn_s390;
|
||||
break;
|
||||
#endif
|
||||
#ifdef ARCH_sh
|
||||
case bfd_arch_sh:
|
||||
if (bfd_big_endian (abfd))
|
||||
|
||||
Reference in New Issue
Block a user