diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-03-08 05:19:46 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-03-08 05:19:46 +0000 |
commit | 3aa44a1d923129e7a88325b744554c731bb78497 (patch) | |
tree | 596d2335050acfd6c46155379cd51d62c6f06c94 /opcodes | |
parent | 17948aa1bc9470d1344391c43e9fa860d1ca0f48 (diff) | |
download | gdb-3aa44a1d923129e7a88325b744554c731bb78497.zip gdb-3aa44a1d923129e7a88325b744554c731bb78497.tar.gz gdb-3aa44a1d923129e7a88325b744554c731bb78497.tar.bz2 |
* arc-dis.c (print_insn_arc_base): Split into big and little fns.
(print_insn_arc_{host,graphics,audio}): Likewise.
(print_insn): Add prototype.
Delete "+ 4" addition to relative branch address.
(arc_get_disassembler): New arg `big_p'. Return little or big
print fn accordingly.
* arc-opc.c (arc_opcode_init_tables): Init arc_operand_map once.
(arc_opcode_supported): Use ARC_OPCODE_CPU to ignore byte order.
(arc_opval_supported): Likewise.
* disassemble.c (disassembler): Pass big endian flag to
arc_get_disassembler.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 33fc6d7..3169ebc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,19 @@ +start-sanitize-arc +Tue Mar 7 21:14:14 1995 Doug Evans <dje@chestnut.cygnus.com> + + * arc-dis.c (print_insn_arc_base): Split into big and little fns. + (print_insn_arc_{host,graphics,audio}): Likewise. + (print_insn): Add prototype. + Delete "+ 4" addition to relative branch address. + (arc_get_disassembler): New arg `big_p'. Return little or big + print fn accordingly. + * arc-opc.c (arc_opcode_init_tables): Init arc_operand_map once. + (arc_opcode_supported): Use ARC_OPCODE_CPU to ignore byte order. + (arc_opval_supported): Likewise. + * disassemble.c (disassembler): Pass big endian flag to + arc_get_disassembler. +end-sanitize-arc + Tue Mar 7 16:41:21 1995 Ian Lance Taylor <ian@cygnus.com> * ppc-opc.c: Sort recently added instructions by minor opcode |