diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-02 00:18:47 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-02 00:18:47 +0000 |
commit | 720b3aed42496ecd97289ec5c9929336fb39a928 (patch) | |
tree | d9c390411bd49fd01367c72475b8028a7a75c0de /opcodes/ChangeLog | |
parent | 3245e377e4982fb9a24168773ba44316cfbf57cf (diff) | |
download | gdb-720b3aed42496ecd97289ec5c9929336fb39a928.zip gdb-720b3aed42496ecd97289ec5c9929336fb39a928.tar.gz gdb-720b3aed42496ecd97289ec5c9929336fb39a928.tar.bz2 |
New print_address for disassemblers, merge a29k and i960 disassemblers
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1d1fe25..70d3e92 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,15 @@ +Thu Apr 1 11:20:43 1993 Jim Kingdon (kingdon@cygnus.com) + + * sparc-dis.c: Use fprintf_func a few places where I forgot, + and double percent signs a few places. + + * a29k-dis.c, i960-dis.c: New, merged from gdb and binutils. + + * i386-dis.c, m68k-dis.c, mips-dis.c, sparc-dis.c: + Use info->print_address_func not print_address. + + * dis-buf.c (generic_print_address): New function. + Wed Mar 31 10:07:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * Makefile.in: Add sparc-dis.c. |