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

@@ -223,7 +223,7 @@ device is attached to the remote system (e.g. /dev/ttya).");
if (rslt != adp_ok)
error ("Could not open device \"%s\"", name);
gdb_config.bytesex = 2 | (target_byte_order == BIG_ENDIAN ? 1 : 0);
gdb_config.bytesex = 2 | (TARGET_BYTE_ORDER == BIG_ENDIAN ? 1 : 0);
gdb_config.fpe = 1;
gdb_config.rditype = 2;
gdb_config.heartbeat_on = 1;