aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2001-02-12 16:42:49 +0000
committerJan Hubicka <jh@suse.cz>2001-02-12 16:42:49 +0000
commit76f227a511409df74d5e65573b7707970037b1ce (patch)
treeac1cca14057ac9815cd8b4e7c79768c76bc4a37c /opcodes/ChangeLog
parentb1e2e654ad11d228622a53657b21b9f153c223b9 (diff)
downloadgdb-76f227a511409df74d5e65573b7707970037b1ce.zip
gdb-76f227a511409df74d5e65573b7707970037b1ce.tar.gz
gdb-76f227a511409df74d5e65573b7707970037b1ce.tar.bz2
* i386.h (i386_optab): SSE integer converison instructions have
64bit versions on x86-64. * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison instructions. (putop): Handle 'Y'
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index dfca2e9..ddb55e2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+Mon Feb 12 17:41:26 CET 2001 Jan Hubicka <jh@suse.cz>
+
+ * i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
+ instructions.
+ (putop): Handle 'Y'
+
2001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* mips-dis.c (print_insn_arg): Use top four bits of the address of
@@ -33,7 +39,7 @@
Thu Feb 1 16:29:06 MET 2001 Jan Hubicka <jh@suse.cz>
- * (dis386_att, grps): Use 'T' for push/pop
+ * i386-dis.c (dis386_att, grps): Use 'T' for push/pop
(putop): Handle 'T', alphabetize order, fix 'I' handling in Intel syntax
2001-01-14 Alan Modra <alan@linuxcare.com.au>