diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-05-14 11:41:02 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-05-14 11:41:02 +0000 |
commit | cfa8d0617d5969bc5dec4847ee91edc47c598c6b (patch) | |
tree | 06297991bbe9be67791e876e872552e04b0df82b /opcodes | |
parent | 342143440acde7ba91044dd7532cb1f395dd9f02 (diff) | |
download | gdb-cfa8d0617d5969bc5dec4847ee91edc47c598c6b.zip gdb-cfa8d0617d5969bc5dec4847ee91edc47c598c6b.tar.gz gdb-cfa8d0617d5969bc5dec4847ee91edc47c598c6b.tar.bz2 |
add hppa disassembly code
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 1 | ||||
-rw-r--r-- | opcodes/ChangeLog | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 6894afa..4cff0d3 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -31,6 +31,7 @@ configure.in dis-buf.c h8500-dis.c h8500-opc.h +hppa-dis.c i386-dis.c i960-dis.c m68881-ext.c diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3ae7b14..3b530af 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,31 @@ +Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * hppa-dis.c: Include dis-asm.h before sysdep.h. + +Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com) + + * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c: + Cast second arg to read_memory_func to "bfd_byte *", as necessary. + +Tue May 4 20:31:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * hppa-dis.c: New file from Utah, adapted to new disassembler + calling interface. + * Makefile.in: Include it. + +Mon Apr 26 18:17:42 1993 Steve Chamberlain (sac@thepub.cygnus.com) + + * sh-dis.c, sh-opc.h: New files. + +Fri Apr 23 18:51:22 1993 Steve Chamberlain (sac@thepub.cygnus.com) + + * alpha-dis.c, alpha-opc.h: New files. + +Tue Apr 6 12:54:08 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * mips-dis.c: Sign extend 'j' and 'b' arguments, delta is a signed + value. + Mon Apr 5 17:37:37 1993 John Gilmore (gnu@cygnus.com) * sparc-dis.c: Make "ta" the default trap instruction, "t" the alias. |