37151f90af2e72c952cfdd77c5534d59fcd41285
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2011-04-12 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/12534
4 * arm-dis.c (thumb32_opcodes): Add %L suffix to LDRD and STRD insn
5 patterns.
6 (print_insn_thumb32): Handle %L.
7
8 2011-04-11 Julian Brown <julian@codesourcery.com>
9
10 * arm-dis.c (psr_name): Fix typo for BASEPRI_MAX.
11 (print_insn_thumb32): Add APSR bitmask support.
12
13 2011-04-07 Paul Carroll<pcarroll@codesourcery.com>
14
15 * arm-dis.c (print_insn): init vars moved into private_data structure.
16
17 2011-03-24 Mike Frysinger <vapier@gentoo.org>
18
19 * bfin-dis.c (decode_dsp32mac_0): Move MM zeroing down to MAC0 logic.
20
21 2011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
22
23 * avr-dis.c (avr_operand): Add opcode_str parameter. Check for
24 post-increment to support LPM Z+ instruction. Add support for 'E'
25 constraint for DES instruction.
26 (print_insn_avr): Adjust calls to avr_operand. Rename variable.
27
28 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
29
30 * arm-dis.c (get_sym_code_type): Treat STT_GNU_IFUNCs as code.
31
32 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
33
34 * arm-dis.c (get_sym_code_type): Don't check for STT_ARM_TFUNC.
35 Use branch types instead.
36 (print_insn): Likewise.
37
38 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
39
40 * mips-opc.c (mips_builtin_opcodes): Correct register use
41 annotation of "alnv.ps".
42
43 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
44
45 * mips-opc.c (mips_builtin_opcodes): Add "pref" macro.
46
47 2011-02-22 Mike Frysinger <vapier@gentoo.org>
48
49 * bfin-dis.c (OUTS): Remove p NULL check and txt NUL check.
50
51 2011-02-22 Mike Frysinger <vapier@gentoo.org>
52
53 * bfin-dis.c (print_insn_bfin): Change outf->fprintf_func to OUTS.
54
55 2011-02-19 Mike Frysinger <vapier@gentoo.org>
56
57 * bfin-dis.c (saved_state): Mark static. Change a[01]x to ax[] and
58 a[01]w to aw[]. Delete ac0, ac0_copy, ac1, an, aq, av0, av0s, av1,
59 av1s, az, cc, v, v_copy, vs, rnd_mod, v_internal, pc, ticks, insts,
60 exception, end_of_registers, msize, memory, bfd_mach.
61 (CCREG, PCREG, A0XREG, A0WREG, A1XREG, A1WREG, LC0REG, LT0REG,
62 LB0REG, LC1REG, LT1REG, LB1REG): Delete
63 (AXREG, AWREG, LCREG, LTREG, LBREG): Define.
64 (get_allreg): Change to new defines. Fallback to abort().
65
66 2011-02-14 Mike Frysinger <vapier@gentoo.org>
67
68 * bfin-dis.c: Add whitespace/parenthesis where needed.
69
70 2011-02-14 Mike Frysinger <vapier@gentoo.org>
71
72 * bfin-dis.c (decode_LoopSetup_0): Return when reg is greater
73 than 7.
74
75 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
76
77 * configure: Regenerate.
78
79 2011-02-13 Mike Frysinger <vapier@gentoo.org>
80
81 * bfin-dis.c (decode_dsp32alu_0): Fix typo with A1 reg.
82
83 2011-02-13 Mike Frysinger <vapier@gentoo.org>
84
85 * bfin-dis.c (decode_dsp32mult_0): Add 1 to dst for mac1. Output
86 dregs only when P is set, and dregs_lo otherwise.
87
88 2011-02-13 Mike Frysinger <vapier@gentoo.org>
89
90 * bfin-dis.c (decode_dsp32alu_0): Delete BYTEOP2M code.
91
92 2011-02-12 Mike Frysinger <vapier@gentoo.org>
93
94 * bfin-dis.c (decode_pseudoDEBUG_0): Add space after PRNT.
95
96 2011-02-12 Mike Frysinger <vapier@gentoo.org>
97
98 * bfin-dis.c (machine_registers): Delete REG_GP.
99 (reg_names): Delete "GP".
100 (decode_allregs): Change REG_GP to REG_LASTREG.
101
102 2011-02-12 Mike Frysinger <vapier@gentoo.org>
103
104 * bfin-dis.c (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2,
105 M_IH, M_IU): Delete.
106
107 2011-02-11 Mike Frysinger <vapier@gentoo.org>
108
109 * bfin-dis.c (reg_names): Add const.
110 (decode_dregs_lo, decode_dregs_hi, decode_dregs, decode_dregs_byte,
111 decode_pregs, decode_iregs, decode_mregs, decode_dpregs, decode_gregs,
112 decode_regs, decode_regs_lo, decode_regs_hi, decode_statbits,
113 decode_counters, decode_allregs): Likewise.
114
115 2011-02-09 Michael Snyder <msnyder@vmware.com>
116
117 * i386-dis.c (OP_J): Parenthesize expression to prevent
118 truncated addresses.
119 (print_insn): Fix indentation off-by-one.
120
121 2011-02-01 Nick Clifton <nickc@redhat.com>
122
123 * po/da.po: Updated Danish translation.
124
125 2011-01-21 Dave Murphy <davem@devkitpro.org>
126
127 * ppc-opc.c (NON32, NO371): Remove PPC_OPCODE_PPCPS.
128
129 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
130
131 * i386-dis.c (sIbT): New.
132 (b_T_mode): Likewise.
133 (dis386): Replace sIb with sIbT on "pushT".
134 (x86_64_table): Replace sIb with Ib on "aam" and "aad".
135 (OP_sI): Handle b_T_mode. Properly sign-extend byte.
136
137 2011-01-18 Jan Kratochvil <jan.kratochvil@redhat.com>
138
139 * i386-init.h: Regenerated.
140 * i386-tbl.h: Regenerated
141
142 2011-01-17 Quentin Neill <quentin.neill@amd.com>
143
144 * i386-dis.c (REG_XOP_TBM_01): New.
145 (REG_XOP_TBM_02): New.
146 (reg_table): Add REG_XOP_TBM_01 and REG_XOP_TBM_02 tables.
147 (xop_table): Redirect to REG_XOP_TBM_01 and REG_XOP_TBM_02
148 entries, and add bextr instruction.
149
150 * i386-gen.c (cpu_flag_init): Add CPU_TBM_FLAGS, CpuTBM.
151 (cpu_flags): Add CpuTBM.
152
153 * i386-opc.h (CpuTBM) New.
154 (i386_cpu_flags): Add bit cputbm.
155
156 * i386-opc.tbl: Add bextr, blcfill, blci, blcic, blcmsk,
157 blcs, blsfill, blsic, t1mskc, and tzmsk.
158
159 2011-01-12 DJ Delorie <dj@redhat.com>
160
161 * rx-dis.c (print_insn_rx): Support RX_Operand_TwoReg.
162
163 2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
164
165 * mips-dis.c (print_insn_args): Adjust the value to print the real
166 offset for "+c" argument.
167
168 2011-01-10 Nick Clifton <nickc@redhat.com>
169
170 * po/da.po: Updated Danish translation.
171
172 2011-01-05 Nathan Sidwell <nathan@codesourcery.com>
173
174 * arm-dis.c (thumb32_opcodes): BLX must have bit zero clear.
175
176 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
177
178 * i386-dis.c (REG_VEX_38F3): New.
179 (PREFIX_0FBC): Likewise.
180 (PREFIX_VEX_38F2): Likewise.
181 (PREFIX_VEX_38F3_REG_1): Likewise.
182 (PREFIX_VEX_38F3_REG_2): Likewise.
183 (PREFIX_VEX_38F3_REG_3): Likewise.
184 (PREFIX_VEX_38F7): Likewise.
185 (VEX_LEN_38F2_P_0): Likewise.
186 (VEX_LEN_38F3_R_1_P_0): Likewise.
187 (VEX_LEN_38F3_R_2_P_0): Likewise.
188 (VEX_LEN_38F3_R_3_P_0): Likewise.
189 (VEX_LEN_38F7_P_0): Likewise.
190 (dis386_twobyte): Use PREFIX_0FBC.
191 (reg_table): Add REG_VEX_38F3.
192 (prefix_table): Add PREFIX_0FBC, PREFIX_VEX_38F2,
193 PREFIX_VEX_38F3_REG_1, PREFIX_VEX_38F3_REG_2,
194 PREFIX_VEX_38F3_REG_3 and PREFIX_VEX_38F7.
195 (vex_table): Use PREFIX_VEX_38F2, REG_VEX_38F3 and
196 PREFIX_VEX_38F7.
197 (vex_len_table): Add VEX_LEN_38F2_P_0, VEX_LEN_38F3_R_1_P_0,
198 VEX_LEN_38F3_R_2_P_0, VEX_LEN_38F3_R_3_P_0 and
199 VEX_LEN_38F7_P_0.
200
201 * i386-gen.c (cpu_flag_init): Add CPU_BMI_FLAGS.
202 (cpu_flags): Add CpuBMI.
203
204 * i386-opc.h (CpuBMI): New.
205 (i386_cpu_flags): Add cpubmi.
206
207 * i386-opc.tbl: Add andn, bextr, blsi, blsmsk, blsr and tzcnt.
208 * i386-init.h: Regenerated.
209 * i386-tbl.h: Likewise.
210
211 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
212
213 * i386-dis.c (VexGdq): New.
214 (OP_VEX): Handle dq_mode.
215
216 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
217
218 * i386-gen.c (process_copyright): Update copyright to 2011.
219
220 For older changes see ChangeLog-2010
221 \f
222 Local Variables:
223 mode: change-log
224 left-margin: 8
225 fill-column: 74
226 version-control: never
227 End:
This page took 0.034727 seconds and 4 git commands to generate.