OSDN Git Service

2009-11-06 Sebastian Pop <sebastian.pop@amd.com>
authorspop <spop>
Fri, 6 Nov 2009 23:17:25 +0000 (23:17 +0000)
committerMasaki Muranaka <monaka at monami-software.com>
Fri, 20 Nov 2009 05:12:31 +0000 (14:12 +0900)
* opcodes/i386-dis.c (reg_table): Add XOP_8F_TABLE (XOP_09) to
reg_table[REG_8F][1]: for XOP instructions, ModRM.reg first points to
B.mm in the RXB.mmmmm byte, and so when B is set, we still should use
the xop_table.
(get_valid_dis386): Removed unused condition (from cut/n/paste) for
XOP instructions.

* gas/testsuite/gas/i386/x86-64-lwp.s: Updated to also contain
patterns with r[8-15] registers.
* gas/testsuite/gas/i386/x86-64-lwp.d: Same.

gas/testsuite/ChangeLog
opcodes/ChangeLog

index ea1fd51..931e92c 100644 (file)
@@ -1,9 +1,3 @@
-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 90d297c..f8be7a3 100644 (file)
@@ -1,34 +1,3 @@
-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
-       * arm-dis.c (UNPREDICTABLE_INSTRUCTION): New macro.
-       (print_insn_arm): Extend %s format control code to check for
-       unpredictable addressing modes.  Add support for %S format control
-       code which suppresses this check.
-       (W_BIT, I_BIT, U_BIT, P_BIT): New macros.
-       (WRITEBACK_BIT_SET, IMMEDIATE_BIT_SET, NEGATIVE_BIT_SET,
-       PRE_BIT_SET): New macros.
-       (print_insn_coprocessor): Use the new macros instead of magic
-       constants.
-       (print_arm_address): Likewise.
-       (pirnt_insn_arm): Likewise.
-       (print_insn_thumb32): Likewise.
-
-2009-11-11  Nick Clifton  <nickc@redhat.com>
-
-       * po/id.po: Updated Indonesian translation.
-
-2009-11-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
-
-       * m68k-dis.c (print_insn_arg): Handle RGPIOBAR, ACR[4-7] and MBAR[01].
-
 2009-11-06  Sebastian Pop  <sebastian.pop@amd.com>
 
        * i386-dis.c (reg_table): Add XOP_8F_TABLE (XOP_09) to