Deletes some dead code in the TILE-Gx/TILEPro ports of gas.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2012-02-21 H.J. Lu <hongjiu.lu@intel.com>
2
3 * i386-opc.h (HLEPrefixNone): New.
4 (HLEPrefixLock): Likewise.
5 (HLEPrefixAny): Likewise.
6 (HLEPrefixRelease): Likewise.
7
8 2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
9
10 * i386-dis.c (HLE_Fixup1): New.
11 (HLE_Fixup2): Likewise.
12 (HLE_Fixup3): Likewise.
13 (Ebh1): Likewise.
14 (Evh1): Likewise.
15 (Ebh2): Likewise.
16 (Evh2): Likewise.
17 (Ebh3): Likewise.
18 (Evh3): Likewise.
19 (MOD_C6_REG_7): Likewise.
20 (MOD_C7_REG_7): Likewise.
21 (RM_C6_REG_7): Likewise.
22 (RM_C7_REG_7): Likewise.
23 (XACQUIRE_PREFIX): Likewise.
24 (XRELEASE_PREFIX): Likewise.
25 (dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts,
26 cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use
27 Ebh2/Evh2 on xchg. Use Ebh3/Evh3 on mov.
28 (reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg,
29 not, or, sbb, sub and xor. Use Ebh3/Evh3 on mov. Use
30 MOD_C6_REG_7 and MOD_C7_REG_7.
31 (mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7.
32 (rm_table): Add RM_C6_REG_7 and RM_C7_REG_7. Add xend and
33 xtest.
34 (prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX.
35 (CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b.
36
37 * i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and
38 CPU_RTM_FLAGS.
39 (cpu_flags): Add CpuHLE and CpuRTM.
40 (opcode_modifiers): Add HLEPrefixOk.
41
42 * i386-opc.h (CpuHLE): New.
43 (CpuRTM): Likewise.
44 (HLEPrefixOk): Likewise.
45 (i386_cpu_flags): Add cpuhle and cpurtm.
46 (i386_opcode_modifier): Add hleprefixok.
47
48 * i386-opc.tbl: Add HLEPrefixOk=3 to mov. Add HLEPrefixOk to
49 add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or,
50 sbb, sub, xor and xadd. Add HLEPrefixOk=2 to xchg with memory
51 operand. Add xacquire, xrelease, xabort, xbegin, xend and
52 xtest.
53 * i386-init.h: Regenerated.
54 * i386-tbl.h: Likewise.
55
56 2012-01-24 DJ Delorie <dj@redhat.com>
57
58 * rl78-decode.opc (rl78_decode_opcode): Add NOT1.
59 * rl78-decode.c: Regenerate.
60
61 2012-01-17 James Murray <jsm@jsm-net.demon.co.uk>
62
63 PR binutils/10173
64 * cr16-dis.c (print_arg): Test symtab_size not num_symbols.
65
66 2012-01-17 Andreas Schwab <schwab@linux-m68k.org>
67
68 * m68k-opc.c (m68k_opcodes): Fix entries for pmove with BADx/BACx
69 register and move them after pmove with PSR/PCSR register.
70
71 2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
72
73 * i386-dis.c (mod_table): Add vmfunc.
74
75 * i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS.
76 (cpu_flags): CpuVMFUNC.
77
78 * i386-opc.h (CpuVMFUNC): New.
79 (i386_cpu_flags): Add cpuvmfunc.
80
81 * i386-opc.tbl: Add vmfunc.
82 * i386-init.h: Regenerated.
83 * i386-tbl.h: Likewise.
84
85 For older changes see ChangeLog-2011
86 \f
87 Local Variables:
88 mode: change-log
89 left-margin: 8
90 fill-column: 74
91 version-control: never
92 End:
This page took 0.054235 seconds and 4 git commands to generate.