diff options
author | Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> | 2008-04-16 15:31:33 +0000 |
---|---|---|
committer | Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> | 2008-04-16 15:31:33 +0000 |
commit | ce886ab1f881e00ad77c6b1a41e351d7b47f2540 (patch) | |
tree | 7b8d609e2aa69609dca18adf0c90a65535eb92b0 /opcodes/ChangeLog | |
parent | a47ec5feb4d2a28c13b10ac758a0751c746e5c26 (diff) | |
download | gdb-ce886ab1f881e00ad77c6b1a41e351d7b47f2540.zip gdb-ce886ab1f881e00ad77c6b1a41e351d7b47f2540.tar.gz gdb-ce886ab1f881e00ad77c6b1a41e351d7b47f2540.tar.bz2 |
<opcode changes>
2008-04-16 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
Michael Meissner <michael.meissner@amd.com>
* i386-opc.tbl: Fix protX to allow memory in the middle operand.
* i386-tbl.h: Regenerate from i386-opc.tbl.
<gas/testsuite changes>
2008-04-16 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
Michael Meissner <michael.meissner@amd.com>
* gas/i386/x86-64-sse5.s: Add protX tests to allow memory in the middle
operand.
* gas/i386/x86-64-sse5.d: Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f92aed1..7187955 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2008-04-16 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> + Michael Meissner <michael.meissner@amd.com> + + * i386-opc.tbl: Fix protX to allow memory in the middle operand. + * i386-tbl.h: Regenerate from i386-opc.tbl. + 2008-04-14 Edmar Wienskoski <edmar@freescale.com> * ppc-dis.c (powerpc_dialect): Handle "e500mc". Extend "e500" to |