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:
Andrew Cagney
1998-12-13 23:28:46 +00:00
parent f14397f057
commit aaa3c096db
12 changed files with 203 additions and 175 deletions

View File

@@ -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 */