forked from Imagelibrary/binutils-gdb
CARP:
Re-do TARGET_PRINT_INSN_INFO, TARGET_PRINT_INSN, TARGET_ARCHITECTURE, TARGET_ARCHITECTURE_AUTO, TARGET_BYTE_ORDER_SELECTABLE_P, TARGET_BYTE_ORDER so that they can all be overriden. Document. Convert mn10300 and PPC targets.
This commit is contained in:
@@ -626,8 +626,8 @@ sh_show_regs (args, from_tty)
|
||||
int from_tty;
|
||||
{
|
||||
int cpu;
|
||||
if (target_architecture->arch == bfd_arch_sh)
|
||||
cpu = target_architecture->mach;
|
||||
if (TARGET_ARCHITECTURE->arch == bfd_arch_sh)
|
||||
cpu = TARGET_ARCHITECTURE->mach;
|
||||
else
|
||||
cpu = 0;
|
||||
/* FIXME: sh4 has more registers */
|
||||
|
||||
Reference in New Issue
Block a user