diff options
author | Alan Modra <amodra@gmail.com> | 2001-03-24 06:29:16 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-03-24 06:29:16 +0000 |
commit | 0f17484fd34e888c8c7bab63a75eb9bc3d7c19cb (patch) | |
tree | cc66879eaa7ef2c4c988b94d92786996316218f6 /opcodes/ChangeLog | |
parent | 2adab5d0b27b20bd56853e9b0c9c6a8763699ae2 (diff) | |
download | gdb-0f17484fd34e888c8c7bab63a75eb9bc3d7c19cb.zip gdb-0f17484fd34e888c8c7bab63a75eb9bc3d7c19cb.tar.gz gdb-0f17484fd34e888c8c7bab63a75eb9bc3d7c19cb.tar.bz2 |
Small tweaks to sse2 instructions.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 57af53c..fc06372 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,16 @@ +2001-03-24 Alan Modra <alan@linuxcare.com.au> + + * i386-dis.c (PREGRP25): Define. + (dis386_twobyte_att): Use here in place of "movntq" entry. + (dis386_twobyte_intel): Likewise. + (prefix_user_table): Add PREGRP25 entry for "movntq" and "movntdq". + (PREGRP26): Define. + (dis386_twobyte_att): Use here. + (dis386_twobyte_intel): Likewise. + (prefix_user_table): Add PREGRP26 entry for "punpcklqdq". + (prefix_user_table <maskmovdqu>): XM operand, not MX. + (prefix_user_table): Cosmetic changes to "bad" entries. + 2001-03-23 Nick Clifton <nickc@redhat.com> * mips-opc.c: Remove extraneous whitespace. |