diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-17 16:24:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-17 16:24:38 +0000 |
commit | e9a3035799b8d66d643fc14529bba8531415698f (patch) | |
tree | 5b3347eebd25b0ee37da7f5356df326053a9d146 /opcodes | |
parent | ea1c0ad276b861d3e46fb47d6fa841f7e6c267d7 (diff) | |
download | gdb-e9a3035799b8d66d643fc14529bba8531415698f.zip gdb-e9a3035799b8d66d643fc14529bba8531415698f.tar.gz gdb-e9a3035799b8d66d643fc14529bba8531415698f.tar.bz2 |
* m88k-dis.c (m88kdis): Make class unsigned.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 73c09f2..37e748d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,20 @@ +Tue Aug 17 12:23:52 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * m88k-dis.c (m88kdis): Make class unsigned. + +Thu Aug 12 15:08:18 1993 Ian Lance Taylor (ian@cygnus.com) + + * alpha-dis.c (print_insn_alpha): One branch format case was + missing the instruction name. + +Wed Aug 11 19:29:39 1993 David J. Mackenzie (djm@thepub.cygnus.com) + + * Makefile.in (ALL_MACHINES): Renamed from DIS_LIBS. + Add the arch-specific auxiliary files. + (OFILES): Remove the arch-specific auxiliary files + and use BFD_MACHINES instead of DIS_LIBS. + * configure.in: Set BFD_MACHINES based on --with-targets option. + Thu Aug 12 12:04:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * mips-opc.c: Added lwc1 E,A(b) to go with lwc1 T,A(b). Similarly |