gas/
[external/binutils.git] / opcodes / ChangeLog
1 2012-03-23  Maxim Kuvyrkov  <maxim@codesourcery.com>
2
3         * mips-dis.c (mips_arch_choices): Add entry for Broadcom XLP.
4
5 2012-03-16  Alan Modra  <amodra@gmail.com>
6
7         * ppc-dis.c (PPC_OPC_SEGS, PPC_OP_TO_SEG): Delete.
8         (powerpc_opcd_indices): Bump array size.
9         (disassemble_init_powerpc): Set powerpc_opcd_indices entries
10         corresponding to unused opcodes to following entry.
11         (lookup_powerpc): New function, extracted and optimised from..
12         (print_insn_powerpc): ..here.
13
14 2012-03-15  Alan Modra  <amodra@gmail.com>
15             James Lemke  <jwlemke@codesourcery.com>
16
17         * disassemble.c (disassemble_init_for_target): Handle ppc init.
18         * ppc-dis.c (private): New var.
19         (powerpc_init_dialect): Don't return calloc failure, instead use
20         private.
21         (PPC_OPCD_SEGS, PPC_OP_TO_SEG): Define.
22         (powerpc_opcd_indices): New array.
23         (disassemble_init_powerpc): New function.
24         (print_insn_big_powerpc): Don't init dialect here.
25         (print_insn_little_powerpc): Likewise.
26         (print_insn_powerpc): Start search using powerpc_opcd_indices.
27
28 2012-03-10  Edmar Wienskoski  <edmar@freescale.com>
29
30         * ppc-dis.c (ppc_opts): Add entries for "e5500" and "e6500".
31         * ppc-opc.c (insert_ls, TMR, ESYNC, XSYNCLE_MASK): New.
32         (PPCVEC2, PPCTMR, E6500): New short names.
33         (powerpc_opcodes): Add vabsdub, vabsduh, vabsduw, dni, mvidsplt,
34         mviwsplt, icblq., mftmr, mttmr, dcblq., miso, lvexbx, lvexhx,
35         lvexwx, stvexbx, stvexhx, stvexwx, lvepx, lvepxl, stvepx, stvepxl,
36         lvtrx, lvtrxl, lvtlx, lvtlxl, stvfrx, stvfrxl, stvflx, stvflxl,
37         lvswx, lvswxl, stvswx, stvswxl, lvsm mnemonics. Accept LS, ESYNC
38         optional operands on sync instruction for E6500 target.
39
40 2012-03-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41
42         * s390-opc.txt: Set instruction type of pku to SS_L2RDRD.
43
44 2012-02-27  Alan Modra  <amodra@gmail.com>
45
46         * mt-dis.c: Regenerate.
47
48 2012-02-27  Alan Modra  <amodra@gmail.com>
49
50         * v850-opc.c (extract_v8): Rearrange to make it obvious this
51         is the inverse of corresponding insert function.
52         (extract_d22, extract_u9, extract_r4): Likewise.
53         (extract_d9): Correct sign extension.
54         (extract_d16_15): Don't assume "long" is 32 bits, and don't
55         rely on implementation defined behaviour for shift right of
56         signed types.
57         (extract_d16_16, extract_d17_16, extract_i9): Likewise.
58         (extract_d23): Likewise, and correct mask.
59
60 2012-02-27  Alan Modra  <amodra@gmail.com>
61
62         * crx-dis.c (print_arg): Mask constant to 32 bits.
63         * crx-opc.c (cst4_map): Use int array.
64
65 2012-02-27  Alan Modra  <amodra@gmail.com>
66
67         * arc-dis.c (BITS): Don't use shifts to mask off bits.
68         (FIELDD): Sign extend with xor,sub.
69
70 2012-02-25  Walter Lee  <walt@tilera.com>
71
72         * tilegx-opc.c: Handle TILEGX_OPC_LD4S_TLS and TILEGX_OPC_LD_TLS.
73         * tilepro-opc.c: Handle TILEPRO_OPC_LW_TLS and
74         TILEPRO_OPC_LW_TLS_SN.
75
76 2012-02-21  H.J. Lu  <hongjiu.lu@intel.com>
77
78         * i386-opc.h (HLEPrefixNone): New.
79         (HLEPrefixLock): Likewise.
80         (HLEPrefixAny): Likewise.
81         (HLEPrefixRelease): Likewise.
82
83 2012-02-08  H.J. Lu  <hongjiu.lu@intel.com>
84
85         * i386-dis.c (HLE_Fixup1): New.
86         (HLE_Fixup2): Likewise.
87         (HLE_Fixup3): Likewise.
88         (Ebh1): Likewise.
89         (Evh1): Likewise.
90         (Ebh2): Likewise.
91         (Evh2): Likewise.
92         (Ebh3): Likewise.
93         (Evh3): Likewise.
94         (MOD_C6_REG_7): Likewise.
95         (MOD_C7_REG_7): Likewise.
96         (RM_C6_REG_7): Likewise.
97         (RM_C7_REG_7): Likewise.
98         (XACQUIRE_PREFIX): Likewise.
99         (XRELEASE_PREFIX): Likewise.
100         (dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts,
101         cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use
102         Ebh2/Evh2 on xchg.  Use Ebh3/Evh3 on mov.
103         (reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg,
104         not, or, sbb, sub and xor.  Use Ebh3/Evh3 on mov.  Use
105         MOD_C6_REG_7 and MOD_C7_REG_7.
106         (mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7.
107         (rm_table): Add RM_C6_REG_7 and RM_C7_REG_7.  Add xend and
108         xtest.
109         (prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX.
110         (CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b.
111
112         * i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and
113         CPU_RTM_FLAGS.
114         (cpu_flags): Add CpuHLE and CpuRTM.
115         (opcode_modifiers): Add HLEPrefixOk.
116
117         * i386-opc.h (CpuHLE): New.
118         (CpuRTM): Likewise.
119         (HLEPrefixOk): Likewise.
120         (i386_cpu_flags): Add cpuhle and cpurtm.
121         (i386_opcode_modifier): Add hleprefixok.
122
123         * i386-opc.tbl: Add HLEPrefixOk=3 to mov.  Add HLEPrefixOk to
124         add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or,
125         sbb, sub, xor and xadd.  Add HLEPrefixOk=2 to xchg with memory
126         operand.  Add xacquire, xrelease, xabort, xbegin, xend and
127         xtest.
128         * i386-init.h: Regenerated.
129         * i386-tbl.h: Likewise.
130
131 2012-01-24  DJ Delorie  <dj@redhat.com>
132
133         * rl78-decode.opc (rl78_decode_opcode): Add NOT1.
134         * rl78-decode.c: Regenerate.
135
136 2012-01-17  James Murray  <jsm@jsm-net.demon.co.uk>
137
138         PR binutils/10173
139         * cr16-dis.c (print_arg): Test symtab_size not num_symbols.
140
141 2012-01-17  Andreas Schwab  <schwab@linux-m68k.org>
142
143         * m68k-opc.c (m68k_opcodes): Fix entries for pmove with BADx/BACx
144         register and move them after pmove with PSR/PCSR register.
145
146 2012-01-13  H.J. Lu  <hongjiu.lu@intel.com>
147
148         * i386-dis.c (mod_table): Add vmfunc.
149
150         * i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS.
151         (cpu_flags): CpuVMFUNC.
152
153         * i386-opc.h (CpuVMFUNC): New.
154         (i386_cpu_flags): Add cpuvmfunc.
155
156         * i386-opc.tbl: Add vmfunc.
157         * i386-init.h: Regenerated.
158         * i386-tbl.h: Likewise.
159
160 For older changes see ChangeLog-2011
161 \f
162 Local Variables:
163 mode: change-log
164 left-margin: 8
165 fill-column: 74
166 version-control: never
167 End: