diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-01-25 11:42:18 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-01-25 11:42:18 +0000 |
commit | ca4cb8bca24d358a2a6dd0ad997afef12b39ee94 (patch) | |
tree | 9e0cdfff7bb1875ce6c932203ec390b7c7a7eabb /opcodes/ChangeLog | |
parent | b23b4cb58c32fda43eff7ecc8deed5a9dd0d4580 (diff) | |
download | gdb-ca4cb8bca24d358a2a6dd0ad997afef12b39ee94.zip gdb-ca4cb8bca24d358a2a6dd0ad997afef12b39ee94.tar.gz gdb-ca4cb8bca24d358a2a6dd0ad997afef12b39ee94.tar.bz2 |
* sparc-dis.c (print_insn_sparc): NUMOPCODES replaced with
sparc_num_opcodes. Update architecture enum values.
* sparc-opc.c (sparc_opcode_archs): Replaces architecture_pname.
(sparc_opcode_lookup_arch): New function.
(sparc_num_opcodes): Renamed from bfd_sparc_num_opcodes.
(sparc_opcodes): Add v9a shutdown insn.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ad1bb95..7d5a7aa 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Thu Jan 25 03:39:10 1996 Doug Evans <dje@charmed.cygnus.com> + + * sparc-dis.c (print_insn_sparc): NUMOPCODES replaced with + sparc_num_opcodes. Update architecture enum values. + * sparc-opc.c (sparc_opcode_archs): Replaces architecture_pname. + (sparc_opcode_lookup_arch): New function. + (sparc_num_opcodes): Renamed from bfd_sparc_num_opcodes. + (sparc_opcodes): Add v9a shutdown insn. + Mon Jan 22 08:29:59 1996 Doug Evans <dje@charmed.cygnus.com> * sparc-dis.c (print_insn_sparc): Renamed from print_insn. |