diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-22 17:41:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-22 17:41:05 +0000 |
commit | 72fcd790adf0cfd0cd0d18fe5a3b9986f35b64f2 (patch) | |
tree | b046a28307375793d4f80f1a91727815028e40ec /opcodes | |
parent | bc63a3a010fd79d7b51a96e6d3a002a68617a864 (diff) | |
download | fsf-binutils-gdb-72fcd790adf0cfd0cd0d18fe5a3b9986f35b64f2.zip fsf-binutils-gdb-72fcd790adf0cfd0cd0d18fe5a3b9986f35b64f2.tar.gz fsf-binutils-gdb-72fcd790adf0cfd0cd0d18fe5a3b9986f35b64f2.tar.bz2 |
* mips-dis.c (_print_insn_mips): Build a static hash table mapping
opcodes to the first instruction with that opcode, to speed
disassembly of large files. From ralphc@pyramid.com (Ralph
Campbell).
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 43d67c1..39ad891 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,14 @@ +Wed Jun 22 13:38:32 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * mips-dis.c (_print_insn_mips): Build a static hash table mapping + opcodes to the first instruction with that opcode, to speed + disassembly of large files. From ralphc@pyramid.com (Ralph + Campbell). + +Tue Jun 7 12:49:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * Makefile.in (mostlyclean): Fix typo (was mostyclean). + Wed May 11 22:32:00 1994 DJ Delorie (dj@ctron.com) * configure.bat: update to latest makefile.in |