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