diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-10-05 01:01:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-10-05 01:01:27 +0000 |
commit | 7b83af29e41b0ce387e68e050ee0a0b1ea69078f (patch) | |
tree | b181228bfd0cb3ff3a0d63ca5e2d12b3b72ac008 | |
parent | b3ef365828b677ecb1df754e134a55010e5bfebc (diff) | |
download | gdb-7b83af29e41b0ce387e68e050ee0a0b1ea69078f.zip gdb-7b83af29e41b0ce387e68e050ee0a0b1ea69078f.tar.gz gdb-7b83af29e41b0ce387e68e050ee0a0b1ea69078f.tar.bz2 |
Sun Oct 4 21:00:00 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
From Robert Andrew Dale <rob@nb.net>
* i386.h (i386_optab): Add AMD 3DNow! instructions.
(AMD_3DNOW_OPCODE): Define.
-rw-r--r-- | include/opcode/ChangeLog | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 6a7b34d..d6ff4ca 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,17 @@ +Sun Oct 4 21:00:00 1998 Alan Modra <alan@spri.levels.unisa.edu.au> + + From Robert Andrew Dale <rob@nb.net> + * i386.h (i386_optab): Add AMD 3DNow! instructions. + (AMD_3DNOW_OPCODE): Define. + +Tue Sep 22 17:53:47 1998 Nick Clifton <nickc@cygnus.com> + + * d30v.h (EITHER_BUT_PREFER_MU): Define. + +Mon Aug 10 14:09:38 1998 Doug Evans <devans@canuck.cygnus.com> + + * cgen.h (cgen_insn): #if 0 out element `cdx'. + Mon Aug 3 12:21:57 1998 Doug Evans <devans@seba.cygnus.com> Move all global state data into opcode table struct, and treat @@ -436,10 +450,10 @@ Fri Oct 24 22:36:20 1997 Ken Raeburn <raeburn@cygnus.com> * mips.h: Added to comments a quick-ref list of all assigned operand type characters. (OP_{MASK,SH}_PERFREG): New macros. -start-sanitize-vr5400 +start-sanitize-cygnus (OP_{MASK,SH}_{VECBYTE,VECALIGN}): New macros for VR5400 support. -end-sanitize-vr5400 +end-sanitize-cygnus Wed Oct 22 17:28:33 1997 Richard Henderson <rth@cygnus.com> |