OSDN Git Service

gas/testsuite/
authorH.J. Lu <hjl@lucon.org>
Thu, 12 Nov 2009 02:13:06 +0000 (02:13 +0000)
committerMasaki Muranaka <monaka at monami-software.com>
Fri, 20 Nov 2009 05:24:24 +0000 (14:24 +0900)
2009-11-11  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/prefix.d: Swap order of ADDR and REP prefixes.
* gas/i386/rep.d: Likewise.
* gas/i386/x86-64-rep.d: Likewise.

opcodes/

2009-11-11  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (all_prefixes): New.
(ckprefix): Set all_prefixes.
(print_insn): Print all_prefixes instead of lock_prefix,
repz_prefix, repnz_prefix, addr_prefix and data_prefix.

gas/testsuite/ChangeLog
opcodes/ChangeLog

index 931e92c..ea1fd51 100644 (file)
@@ -1,3 +1,9 @@
+2009-11-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/prefix.d: Swap order of ADDR and REP prefixes.
+       * gas/i386/rep.d: Likewise.
+       * gas/i386/x86-64-rep.d: Likewise.
+
 2009-11-06  Sebastian Pop  <sebastian.pop@amd.com>
 
        * gas/i386/x86-64-lwp.s: Updated to also contain patterns
index e0f48e9..90d297c 100644 (file)
@@ -1,3 +1,10 @@
+2009-11-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (all_prefixes): New.
+       (ckprefix): Set all_prefixes.
+       (print_insn): Print all_prefixes instead of lock_prefix,
+       repz_prefix, repnz_prefix, addr_prefix and data_prefix.
+
 2009-11-11  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/10924