diff options
author | Doug Evans <dje@google.com> | 1998-01-30 20:45:53 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-30 20:45:53 +0000 |
commit | 04eb2dddaf7ceb9384fcdd41250428dea99d11b0 (patch) | |
tree | 363891a40ec0a9b2b7b439c5f51627bcd893da77 | |
parent | 7d0a3fc844cdaea1e8c164cefc35f912c11e845a (diff) | |
download | gdb-04eb2dddaf7ceb9384fcdd41250428dea99d11b0.zip gdb-04eb2dddaf7ceb9384fcdd41250428dea99d11b0.tar.gz gdb-04eb2dddaf7ceb9384fcdd41250428dea99d11b0.tar.bz2 |
fix d30v and sky sanitization
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b51c5ff..2b6fe3b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -8,10 +8,12 @@ Thu Jan 29 16:47:24 1998 Ian Carmichael <iancarm@cygnus.com> * dvp-opc.c, MAXIi should be VUOP6(0x1d) instead of 0x2d. +end-sanitize-sky Thu Jan 29 13:02:56 1998 Doug Evans <devans@canuck.cygnus.com> * m32r-opc.h (HAVE_CPU_M32R): Define. +start-sanitize-sky Wed Jan 28 13:46:19 1998 Doug Evans <devans@canuck.cygnus.com> * dvp-dis.c, dvp-opc.c: New files. @@ -104,13 +106,13 @@ Tue Dec 16 13:24:22 1997 Jeffrey A Law (law@cygnus.com) * mips-opc.c: Add many missing r5900 instructions. end-sanitize-r5900 -start-sanitize-r5900 +start-sanitize-d30v Tue Dec 16 15:22:51 1997 Michael Meissner <meissner@cygnus.com> * d30v-opc.c (d30v_opcode_table): Set new flags bits FLAG_{2WORD,MUL{16,32},ADDSUBppp}, in appropriate instructions. -end-sanitize-r5900 +end-sanitize-d30v 1997-12-15 Brendan Kehoe <brendan@lisa.cygnus.com> * configure: Only build libopcodes shared if --enable-shared's value |