diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-01-23 00:55:40 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-01-23 00:55:40 +0000 |
commit | 986c92a711a35d1bf4dabd73668b72845e54bed1 (patch) | |
tree | ebedb3d0001a2061c4ef14806526348a8c21b899 /opcodes/ChangeLog | |
parent | 458bbd1f1e586aa857df7cd61cd7b7fd09b96f98 (diff) | |
download | gdb-986c92a711a35d1bf4dabd73668b72845e54bed1.zip gdb-986c92a711a35d1bf4dabd73668b72845e54bed1.tar.gz gdb-986c92a711a35d1bf4dabd73668b72845e54bed1.tar.bz2 |
* sparc-dis.c (print_insn_sparc): Renamed from print_insn.
If DISASM_RAW_INSN, print insn in hex. Handle v9a as opcode
architecture.
(print_insn_sparc64): Deleted.
* disassemble.c (disassembler, case bfd_arch_sparc): Always use
print_insn_sparc.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8370285..ad1bb95 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,7 +1,11 @@ Mon Jan 22 08:29:59 1996 Doug Evans <dje@charmed.cygnus.com> - * disassemble.c (disassembler, case bfd_arch_sparc): bfd_mach_sparc64 - renamed to bfd_mach_sparc_v9. Check for bfd_mach_sparc_v9a. + * sparc-dis.c (print_insn_sparc): Renamed from print_insn. + If DISASM_RAW_INSN, print insn in hex. Handle v9a as opcode + architecture. + (print_insn_sparc64): Deleted. + * disassemble.c (disassembler, case bfd_arch_sparc): Always use + print_insn_sparc. * sparc-opc.c (architecture_pname): Add v9a. |