* po/vi.po: Updated Vietnamese translation.
[platform/upstream/binutils.git] / opcodes / ChangeLog
1 2012-08-17  Nick Clifton  <nickc@redhat.com>
2
3         * po/uk.po: New Ukranian translation.
4         * configure.in (ALL_LINGUAS): Add uk.
5         * configure: Regenerate.
6
7 2012-08-16  Peter Bergner  <bergner@vnet.ibm.com>
8
9         * ppc-opc.c (powerpc_opcodes) <"lswx">: Use RAX for the second and
10         RBX for the third operand.
11         <"lswi">: Use RAX for second and NBI for the third operand.
12
13 2012-08-15  DJ Delorie  <dj@redhat.com>
14
15         * rl78-decode.opc (rl78_decode_opcode): Merge %e and %[01]
16         operands, so that data addresses can be corrected when not
17         ES-overridden.
18         * rl78-decode.c: Regenerate.
19         * rl78-dis.c (print_insn_rl78): Make order of modifiers
20         irrelevent.  When the 'e' specifier is used on an operand and no
21         ES prefix is provided, adjust address to make it absolute.
22
23 2012-08-15  Peter Bergner  <bergner@vnet.ibm.com>
24
25         * ppc-opc.c <RSQ, RTQ>: Use PPC_OPERAND_GPR.
26
27 2012-08-15  Peter Bergner  <bergner@vnet.ibm.com>
28
29         * ppc-opc.c <xnop, yield, mdoio, mdoom>: New extended mnemonics.
30
31 2012-08-14  Maciej W. Rozycki  <macro@codesourcery.com>
32
33         * mips-dis.c (print_insn_args): Add GET_OP and GET_OP_S local
34         macros, use local variables for info struct member accesses,
35         update the type of the variable used to hold the instruction
36         word.
37         (print_insn_mips, print_mips16_insn_arg): Likewise.
38         (print_insn_mips16): Add GET_OP and GET_OP_S local macros, use
39         local variables for info struct member accesses.
40         (print_insn_micromips): Add GET_OP_S local macro.
41         (_print_insn_mips): Update the type of the variable used to hold
42         the instruction word.
43
44 2012-08-13  Ian Bolton  <ian.bolton@arm.com>
45             Laurent Desnogues  <laurent.desnogues@arm.com>
46             Jim MacArthur  <jim.macarthur@arm.com>
47             Marcus Shawcroft  <marcus.shawcroft@arm.com>
48             Nigel Stephens  <nigel.stephens@arm.com>
49             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
50             Richard Earnshaw  <rearnsha@arm.com>
51             Sofiane Naci  <sofiane.naci@arm.com>
52             Tejas Belagod  <tejas.belagod@arm.com>
53             Yufeng Zhang  <yufeng.zhang@arm.com>
54
55         * Makefile.am: Add AArch64.
56         * Makefile.in: Regenerate.
57         * aarch64-asm.c: New file.
58         * aarch64-asm.h: New file.
59         * aarch64-dis.c: New file.
60         * aarch64-dis.h: New file.
61         * aarch64-gen.c: New file.
62         * aarch64-opc.c: New file.
63         * aarch64-opc.h: New file.
64         * aarch64-tbl.h: New file.
65         * configure.in: Add AArch64.
66         * configure: Regenerate.
67         * disassemble.c: Add AArch64.
68         * aarch64-asm-2.c: New file (automatically generated).
69         * aarch64-dis-2.c: New file (automatically generated).
70         * aarch64-opc-2.c: New file (automatically generated).
71         * po/POTFILES.in: Regenerate.
72
73 2012-08-13  Maciej W. Rozycki  <macro@codesourcery.com>
74
75         * micromips-opc.c (micromips_opcodes): Update comment.
76         * mips-opc.c (mips_builtin_opcodes): Likewise.  Mark coprocessor
77         instructions for IOCT as appropriate.
78         * mips-dis.c (print_insn_mips): Replace OPCODE_IS_MEMBER with
79         opcode_is_member.
80         * configure.in: Substitute NO_WMISSING_FIELD_INITIALIZERS with
81         the result of a check for the -Wno-missing-field-initializers
82         GCC option.
83         * Makefile.am (NO_WMISSING_FIELD_INITIALIZERS): New variable.
84         (mips-opc.lo): Pass $(NO_WMISSING_FIELD_INITIALIZERS) to
85         compilation.
86         (mips16-opc.lo): Likewise.
87         (micromips-opc.lo): Likewise.
88         * aclocal.m4: Regenerate.
89         * configure: Regenerate.
90         * Makefile.in: Regenerate.
91
92 2012-08-11  Saravanan Ekanathan <saravanan.ekanathan@amd.com>
93
94         PR gas/14423
95         * i386-gen.c (cpu_flag_init): Add CpuFMA in CPU_BDVER2_FLAGS.
96         * i386-init.h: Regenerated.
97
98 2012-08-09  Nick Clifton  <nickc@redhat.com>
99
100         * po/vi.po: Updated Vietnamese translation.
101
102 2012-08-07  Roland McGrath  <mcgrathr@google.com>
103
104         * i386-dis.c (reg_table): Fill out REG_0F0D table with
105         AMD-reserved cases as "prefetch".
106         (MOD_0F18_REG_4, MOD_0F18_REG_5): New enum constants.
107         (MOD_0F18_REG_6, MOD_0F18_REG_7): Likewise.
108         (reg_table): Use those under REG_0F18.
109         (mod_table): Add those cases as "nop/reserved".
110
111 2012-08-07  Jan Beulich <jbeulich@suse.com>
112
113         * i386-opc.tbl: Remove "FIXME" comments from SVME instructions.
114
115 2012-08-06  Roland McGrath  <mcgrathr@google.com>
116
117         * i386-dis.c (print_insn): Print spaces between multiple excess
118         prefixes.  Return actual number of excess prefixes consumed,
119         not always one.
120
121         * i386-dis.c (OP_REG): Ignore REX_B for segment register cases.
122
123 2012-08-06  Roland McGrath  <mcgrathr@google.com>
124             Victor Khimenko  <khim@google.com>
125             H.J. Lu  <hongjiu.lu@intel.com>
126
127         * i386-dis.c (OP_sI): In b_T_mode and v_mode, REX_W trumps DFLAG.
128         (putop): For 'T', 'U', and 'V', treat REX_W like DFLAG.
129         (intel_operand_size): For stack_v_mode, treat REX_W like DFLAG.
130         (OP_E_register): Likewise.
131         (OP_REG): For low 8 whole registers, treat REX_W like DFLAG.
132
133 2012-08-02  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
134
135         * configure.in: Formatting.
136         * configure: Regenerate.
137
138 2012-08-01  Alan Modra  <amodra@gmail.com>
139
140         * h8300-dis.c: Fix printf arg warnings.
141         * i960-dis.c: Likewise.
142         * mips-dis.c: Likewise.
143         * pdp11-dis.c: Likewise.
144         * sh-dis.c: Likewise.
145         * v850-dis.c: Likewise.
146         * configure.in: Formatting.
147         * configure: Regenerate.
148         * rl78-decode.c: Regenerate.
149         * po/POTFILES.in: Regenerate.
150
151 2012-07-31  Chao-Ying Fu  <fu@mips.com>
152             Catherine Moore  <clm@codesourcery.com>
153             Maciej W. Rozycki  <macro@codesourcery.com>
154
155         * micromips-opc.c (WR_a, RD_a, MOD_a): New macros.
156         (DSP_VOLA): Likewise.
157         (D32, D33): Likewise.
158         (micromips_opcodes): Add DSP ASE instructions.
159         * mips-dis.c (print_insn_micromips) <'2', '3'>: New cases.
160         <'4', '5', '6', '7', '8', '0', '^', '@'>: Likewise.
161
162 2012-07-31  Jan Beulich <jbeulich@suse.com>
163
164         * i386-opc.tbl (vmovntdqa): Move up into 256-bit integer AVX2
165         instruction group. Mark as requiring AVX2.
166         * i386-tbl.h: Re-generate.
167
168 2012-07-30  Nick Clifton  <nickc@redhat.com>
169
170         * po/opcodes.pot: Updated template.
171         * po/es.po: Updated Spanish translation.
172         * po/fi.po: Updated Finnish translation.
173
174 2012-07-27  Mike Frysinger  <vapier@gentoo.org>
175
176         * configure.in (BFD_VERSION): Run bfd/configure --version and
177         parse the output of that.
178         * configure: Regenerate.
179
180 2012-07-25  James Lemke  <jwlemke@codesourcery.com>
181
182         * ppc-opc.c (powerpc_opcodes): Add/remove PPCVLE for some 32-bit insns.
183
184 2012-07-24  Stephan McCamant  <smcc@cs.berkeley.edu>
185             Dr David Alan Gilbert  <dave@treblig.org>
186
187         PR binutils/13135
188         * arm-dis.c: Add necessary casts for printing integer values.
189         Use %s when printing string values.
190         * hppa-dis.c: Likewise.
191         * m68k-dis.c: Likewise.
192         * microblaze-dis.c: Likewise.
193         * mips-dis.c: Likewise.
194         * sparc-dis.c: Likewise.
195
196 2012-07-19  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
197
198         PR binutils/14355
199         * i386-dis.c (VEX_LEN_0FXOP_08_CC): New.
200         (VEX_LEN_0FXOP_08_CD): Likewise.
201         (VEX_LEN_0FXOP_08_CE): Likewise.
202         (VEX_LEN_0FXOP_08_CF): Likewise.
203         (VEX_LEN_0FXOP_08_EC): Likewise.
204         (VEX_LEN_0FXOP_08_ED): Likewise.
205         (VEX_LEN_0FXOP_08_EE): Likewise.
206         (VEX_LEN_0FXOP_08_EF): Likewise.
207         (xop_table): Fix entries for vpcomb, vpcomw, vpcomd, vpcomq,
208         vpcomub, vpcomuw, vpcomud, vpcomuq.
209         (vex_len_table): Add entries for VEX_LEN_0FXOP_08_CC,
210         VEX_LEN_0FXOP_08_CD, VEX_LEN_0FXOP_08_CE, VEX_LEN_0FXOP_08_CF,
211         VEX_LEN_0FXOP_08_EC, VEX_LEN_0FXOP_08_ED, VEX_LEN_0FXOP_08_EE,
212         VEX_LEN_0FXOP_08_EF.
213
214 2012-07-16  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
215
216         * i386-dis.c (PREFIX_0F38F6): New.
217         (prefix_table): Add adcx, adox instructions.
218         (three_byte_table): Use PREFIX_0F38F6.
219         (mod_table): Add rdseed instruction.
220         * i386-gen.c (cpu_flag_init): Add CpuADX, CpuRDSEED, CpuPRFCHW.
221         (cpu_flags): Likewise.
222         * i386-opc.h: Add CpuADX, CpuRDSEED, CpuPRFCHW.
223         (i386_cpu_flags): Add fields cpurdseed, cpuadx, cpuprfchw.
224         * i386-opc.tbl: Add instrcutions adcx, adox, rdseed. Extend
225         prefetchw.
226         * i386-tbl.h: Regenerate.
227         * i386-init.h: Likewise.
228
229 2012-07-05  Thomas Schwinge  <thomas@codesourcery.com>
230
231         * mips-dis.c: Remove gratuitous newline.
232
233 2012-07-05  Sean Keys  <skeys@ipdatasys.com>
234
235         * xgate-dis.c: Removed an IF statement that will
236         always be false due to overlapping operand masks.
237         * xgate-opc.c: Corrected 'com' opcode entry and
238         fixed spacing.
239
240 2012-07-02  Roland McGrath  <mcgrathr@google.com>
241
242         * i386-opc.tbl: Add RepPrefixOk to nop.
243         * i386-tbl.h: Regenerate.
244
245 2012-06-28  Nick Clifton  <nickc@redhat.com>
246
247         * po/vi.po: Updated Vietnamese translation.
248
249 2012-06-22  Roland McGrath  <mcgrathr@google.com>
250
251         * i386-opc.tbl: Add RepPrefixOk to ret.
252         * i386-tbl.h: Regenerate.
253
254         * i386-opc.h (RepPrefixOk): New enum constant.
255         (i386_opcode_modifier): New bitfield 'repprefixok'.
256         * i386-gen.c (opcode_modifiers): Add RepPrefixOk.
257         * i386-opc.tbl: Add RepPrefixOk to bsf, bsr, and to all
258         instructions that have IsString.
259         * i386-tbl.h: Regenerate.
260
261 2012-06-11  Andreas Schwab  <schwab@linux-m68k.org>
262
263         * ppc-opc.c (lvsl, lvebx, isellt, icbt, ldepx, lwepx, lvsr, lvehx)
264         (iselgt, lvewx, iseleq, isel, dcbst, dcbstep, dcbfl, dcbf, lbepx)
265         (lvx, dcbfep, dcbtstls, stvebx, dcbtstlse, stdepx, stwepx, dcbtls)
266         (stvehx, dcbtlse, stvewx, stbepx, icblc, stvx, dcbtstt, dcbtst)
267         (dcbtst, dcbtstep, dcbtt, dcbt, dcbt, lhepx, eciwx, dcbtep)
268         (dcread, lxvdsx, lvxl, dcblc, sthepx, ecowx, dcbi, dcread, icbtls)
269         (stvxl, lxsdx, lfdepx, stxsdx, stfdepx, dcba, dcbal, lxvw4x)
270         (tlbivax, lfdpx, lxvd2x, tlbsrx., stxvw4x, tlbsx, tlbsx., stfdpx)
271         (stfqx, stxvd2x, icbi, icbiep, icread, dcbzep): Change RA to RA0.
272
273 2012-05-19  Alan Modra  <amodra@gmail.com>
274
275         * ppc-dis.c: Don't include elf32-ppc.h, do include elf/ppc.h.
276         (get_powerpc_dialect): Detect VLE sections from ELF sh_flags.
277
278 2012-05-18  Alan Modra  <amodra@gmail.com>
279
280         * ia64-opc.c: Remove #include "ansidecl.h".
281         * z8kgen.c: Include sysdep.h first.
282
283         * arc-dis.c: Include sysdep.h first, remove some redundant includes.
284         * bfin-dis.c: Likewise.
285         * i860-dis.c: Likewise.
286         * ia64-dis.c: Likewise.
287         * ia64-gen.c: Likewise.
288         * m68hc11-dis.c: Likewise.
289         * mmix-dis.c: Likewise.
290         * msp430-dis.c: Likewise.
291         * or32-dis.c: Likewise.
292         * rl78-dis.c: Likewise.
293         * rx-dis.c: Likewise.
294         * tic4x-dis.c: Likewise.
295         * tilegx-opc.c: Likewise.
296         * tilepro-opc.c: Likewise.
297         * rx-decode.c: Regenerate.
298
299 2012-05-17  James Lemke  <jwlemke@codesourcery.com>
300
301         * ppc-opc.c (powerpc_macros): Add entries for e_extlwi to e_clrlslwi.
302
303 2012-05-17  James Lemke  <jwlemke@codesourcery.com>
304
305         * ppc-opc.c (extract_sprg): Use ALLOW8_SPRG to include VLE.
306
307 2012-05-17  Daniel Richard G.  <skunk@iskunk.org>
308             Nick Clifton  <nickc@redhat.com>
309
310         PR 14072
311         * configure.in: Add check that sysdep.h has been included before
312         any system header files.
313         * configure: Regenerate.
314         * config.in: Regenerate.
315         * sysdep.h: Generate an error if included before config.h.
316         * alpha-opc.c: Include sysdep.h before any other header file.
317         * alpha-dis.c: Likewise.
318         * avr-dis.c: Likewise.
319         * cgen-opc.c: Likewise.
320         * cr16-dis.c: Likewise.
321         * cris-dis.c: Likewise.
322         * crx-dis.c: Likewise.
323         * d10v-dis.c: Likewise.
324         * d10v-opc.c: Likewise.
325         * d30v-dis.c: Likewise.
326         * d30v-opc.c: Likewise.
327         * h8500-dis.c: Likewise.
328         * i370-dis.c: Likewise.
329         * i370-opc.c: Likewise.
330         * m10200-dis.c: Likewise.
331         * m10300-dis.c: Likewise.
332         * micromips-opc.c: Likewise.
333         * mips-opc.c: Likewise.
334         * mips61-opc.c: Likewise.
335         * moxie-dis.c: Likewise.
336         * or32-opc.c: Likewise.
337         * pj-dis.c: Likewise.
338         * ppc-dis.c: Likewise.
339         * ppc-opc.c: Likewise.
340         * s390-dis.c: Likewise.
341         * sh-dis.c: Likewise.
342         * sh64-dis.c: Likewise.
343         * sparc-dis.c: Likewise.
344         * sparc-opc.c: Likewise.
345         * spu-dis.c: Likewise.
346         * tic30-dis.c: Likewise.
347         * tic54x-dis.c: Likewise.
348         * tic80-dis.c: Likewise.
349         * tic80-opc.c: Likewise.
350         * tilegx-dis.c: Likewise.
351         * tilepro-dis.c: Likewise.
352         * v850-dis.c: Likewise.
353         * v850-opc.c: Likewise.
354         * vax-dis.c: Likewise.
355         * w65-dis.c: Likewise.
356         * xgate-dis.c: Likewise.
357         * xtensa-dis.c: Likewise.
358         * rl78-decode.opc: Likewise.
359         * rl78-decode.c: Regenerate.
360         * rx-decode.opc: Likewise.
361         * rx-decode.c: Regenerate.
362
363 2012-05-17  Alan Modra  <amodra@gmail.com>
364
365         * ppc_dis.c: Don't include elf/ppc.h.
366
367 2012-05-16  Meador Inge  <meadori@codesourcery.com>
368
369         * arm-dis.c (arm_opcodes): Don't disassemble STMFD/LDMIA sp!, {reg}
370         to PUSH/POP {reg}.
371
372 2012-05-15  James Murray <jsm@jsm-net.demon.co.uk>
373             Stephane Carrez <stcarrez@nerim.fr>
374
375         * configure.in: Add S12X and XGATE co-processor support to m68hc11
376         target.
377         * disassemble.c: Likewise.
378         * configure: Regenerate.
379         * m68hc11-dis.c: Make objdump output more consistent, use hex
380         instead of decimal and use 0x prefix for hex.
381         * m68hc11-opc.c: Add S12X and XGATE opcodes.
382
383 2012-05-14  James Lemke  <jwlemke@codesourcery.com>
384
385         * ppc-dis.c (get_powerpc_dialect): Use is_ppc_vle.
386         (PPC_OPCD_SEGS, VLE_OPCD_SEGS): New defines.
387         (vle_opcd_indices): New array.
388         (lookup_vle): New function.
389         (disassemble_init_powerpc): Revise for second (VLE) opcode table.
390         (print_insn_powerpc): Likewise.
391         * ppc-opc.c: Likewise.
392
393 2012-05-14  Catherine Moore  <clm@codesourcery.com>
394             Maciej W. Rozycki  <macro@codesourcery.com>
395             Rhonda Wittels  <rhonda@codesourcery.com>
396             Nathan Froyd <froydnj@codesourcery.com>
397
398         * ppc-opc.c (insert_arx, extract_arx): New functions.
399         (insert_ary, extract_ary): New functions.
400         (insert_li20, extract_li20): New functions.
401         (insert_rx, extract_rx): New functions.
402         (insert_ry, extract_ry): New functions.
403         (insert_sci8, extract_sci8): New functions.
404         (insert_sci8n, extract_sci8n): New functions.
405         (insert_sd4h, extract_sd4h): New functions.
406         (insert_sd4w, extract_sd4w): New functions.
407         (insert_vlesi, extract_vlesi): New functions.
408         (insert_vlensi, extract_vlensi): New functions.
409         (insert_vleui, extract_vleui): New functions.
410         (insert_vleil, extract_vleil): New functions.
411         (BI_MASK, BB_MASK, BT): Use PPC_OPERAND_CR_BIT.
412         (BI16, BI32, BO32, B8): New.
413         (B15, B24, CRD32, CRS): New.
414         (CRD, OBF, BFA, CR, CRFS): Use PPC_OPERAND_CR_REG.
415         (DB, IMM20, RD, Rx, ARX, RY, RZ): New.
416         (ARY, SCLSCI8, SCLSCI8N, SE_SD, SE_SDH): New.
417         (SH6_MASK): Use PPC_OPSHIFT_INV.
418         (SI8, UI5, OIMM5, UI7, BO16): New.
419         (VLESIMM, VLENSIMM, VLEUIMM, VLEUIMML): New.
420         (XT6, XA6, XB6, XB6S, XC6): Use PPC_OPSHIFT_INV.
421         (ALLOW8_SPRG): New.
422         (insert_sprg, extract_sprg): Check ALLOW8_SPRG.
423         (OPVUP, OPVUP_MASK OPVUP): New
424         (BD8, BD8_MASK, BD8IO, BD8IO_MASK): New.
425         (EBD8IO, EBD8IO1_MASK, EBD8IO2_MASK, EBD8IO3_MASK): New.
426         (BD15, BD15_MASK, EBD15, EBD15_MASK, EBD15BI, EBD15BI_MASK): New.
427         (BD24,BD24_MASK, C_LK, C_LK_MASK, C, C_MASK): New.
428         (IA16, IA16_MASK, I16A, I16A_MASK, I16L, I16L_MASK): New.
429         (IM7, IM7_MASK, LI20, LI20_MASK, SCI8, SCI8_MASK): New.
430         (SCI8BF, SCI8BF_MASK, SD4, SD4_MASK): New.
431         (SE_IM5, SE_IM5_MASK): New.
432         (SE_R, SE_R_MASK, SE_RR, SE_RR_MASK): New.
433         (EX, EX_MASK, BO16F, BO16T, BO32F, BO32T): New.
434         (BO32DNZ, BO32DZ): New.
435         (NO371, PPCSPE, PPCISEL, PPCEFS, MULHW): Include PPC_OPCODE_VLE.
436         (PPCVLE): New.
437         (powerpc_opcodes): Add new VLE instructions.  Update existing
438         instruction to include PPCVLE if supported.
439         * ppc-dis.c (ppc_opts): Add vle entry.
440         (get_powerpc_dialect): New function.
441         (powerpc_init_dialect): VLE support.
442         (print_insn_big_powerpc): Call get_powerpc_dialect.
443         (print_insn_little_powerpc): Likewise.
444         (operand_value_powerpc): Handle negative shift counts.
445         (print_insn_powerpc): Handle 2-byte instruction lengths.
446
447 2012-05-11  Daniel Richard G.  <skunk@iskunk.org>
448
449         PR binutils/14028
450         * configure.in: Invoke ACX_HEADER_STRING.
451         * configure: Regenerate.
452         * config.in: Regenerate.
453         * sysdep.h: If STRINGS_WITH_STRING is defined then include both
454         string.h and strings.h.
455
456 2012-05-11  Nick Clifton  <nickc@redhat.com>
457
458         PR binutils/14006
459         * arm-dis.c (print_insn): Fix detection of instruction mode in
460         files containing multiple executable sections.
461
462 2012-05-03  Sean Keys  <skeys@ipdatasys.com>
463
464         * Makefile.in, configure: regenerate
465         * disassemble.c (disassembler): Recognize ARCH_XGATE.
466         * xgate-dis.c (read_memory, print_insn, print_insn_xgate):
467         New functions.
468         * configure.in: Recognize xgate.
469         * xgate-dis.c, xgate-opc.c: New files for support of xgate
470         * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly
471         and opcode generation for xgate.
472
473 2012-04-30  DJ Delorie  <dj@redhat.com>
474
475         * rx-decode.opc (MOV): Do not sign-extend immediates which are
476         already the maximum bit size.
477         * rx-decode.c: Regenerate.
478
479 2012-04-27  David S. Miller  <davem@davemloft.net>
480
481         * sparc-dis.c (v9a_asr_reg_names): Add 'cfr'.
482         * sparc-opc.c (sparc_opcodes): Add rd/wr cases for %cfr.
483
484         * sparc-opc.c (sparc_opcodes): Add 'wr X, %pause' and 'pause'.
485         * sparc-dis.c (v9a_asr_reg_names): Add 'pause'.
486
487         * sparc-opc.c (CBCOND): New define.
488         (CBCOND_XCC): Likewise.
489         (cbcond): New helper macro.
490         (sparc_opcodes): Add compare-and-branch instructions.
491
492         * sparc-dis.c (print_insn_sparc): Handle ')'.
493         * sparc-opc.c (sparc_opcodes): Add crypto instructions.
494
495         * sparc-opc.c (sparc_opcodes): Rework table to put HWCAP values
496         into new struct sparc_opcode 'hwcaps' field instead of 'flags'.
497
498 2012-04-12  David S. Miller  <davem@davemloft.net>
499
500         * sparc-dis.c (X_DISP10): Define.
501         (print_insn_sparc): Handle '='.
502
503 2012-04-01  Mike Frysinger  <vapier@gentoo.org>
504
505         * bfin-dis.c (fmtconst): Replace decimal handling with a single
506         sprintf call and the '*' field width.
507
508 2012-03-23  Maxim Kuvyrkov  <maxim@codesourcery.com>
509
510         * mips-dis.c (mips_arch_choices): Add entry for Broadcom XLP.
511
512 2012-03-16  Alan Modra  <amodra@gmail.com>
513
514         * ppc-dis.c (PPC_OPC_SEGS, PPC_OP_TO_SEG): Delete.
515         (powerpc_opcd_indices): Bump array size.
516         (disassemble_init_powerpc): Set powerpc_opcd_indices entries
517         corresponding to unused opcodes to following entry.
518         (lookup_powerpc): New function, extracted and optimised from..
519         (print_insn_powerpc): ..here.
520
521 2012-03-15  Alan Modra  <amodra@gmail.com>
522             James Lemke  <jwlemke@codesourcery.com>
523
524         * disassemble.c (disassemble_init_for_target): Handle ppc init.
525         * ppc-dis.c (private): New var.
526         (powerpc_init_dialect): Don't return calloc failure, instead use
527         private.
528         (PPC_OPCD_SEGS, PPC_OP_TO_SEG): Define.
529         (powerpc_opcd_indices): New array.
530         (disassemble_init_powerpc): New function.
531         (print_insn_big_powerpc): Don't init dialect here.
532         (print_insn_little_powerpc): Likewise.
533         (print_insn_powerpc): Start search using powerpc_opcd_indices.
534
535 2012-03-10  Edmar Wienskoski  <edmar@freescale.com>
536
537         * ppc-dis.c (ppc_opts): Add entries for "e5500" and "e6500".
538         * ppc-opc.c (insert_ls, TMR, ESYNC, XSYNCLE_MASK): New.
539         (PPCVEC2, PPCTMR, E6500): New short names.
540         (powerpc_opcodes): Add vabsdub, vabsduh, vabsduw, dni, mvidsplt,
541         mviwsplt, icblq., mftmr, mttmr, dcblq., miso, lvexbx, lvexhx,
542         lvexwx, stvexbx, stvexhx, stvexwx, lvepx, lvepxl, stvepx, stvepxl,
543         lvtrx, lvtrxl, lvtlx, lvtlxl, stvfrx, stvfrxl, stvflx, stvflxl,
544         lvswx, lvswxl, stvswx, stvswxl, lvsm mnemonics. Accept LS, ESYNC
545         optional operands on sync instruction for E6500 target.
546
547 2012-03-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
548
549         * s390-opc.txt: Set instruction type of pku to SS_L2RDRD.
550
551 2012-02-27  Alan Modra  <amodra@gmail.com>
552
553         * mt-dis.c: Regenerate.
554
555 2012-02-27  Alan Modra  <amodra@gmail.com>
556
557         * v850-opc.c (extract_v8): Rearrange to make it obvious this
558         is the inverse of corresponding insert function.
559         (extract_d22, extract_u9, extract_r4): Likewise.
560         (extract_d9): Correct sign extension.
561         (extract_d16_15): Don't assume "long" is 32 bits, and don't
562         rely on implementation defined behaviour for shift right of
563         signed types.
564         (extract_d16_16, extract_d17_16, extract_i9): Likewise.
565         (extract_d23): Likewise, and correct mask.
566
567 2012-02-27  Alan Modra  <amodra@gmail.com>
568
569         * crx-dis.c (print_arg): Mask constant to 32 bits.
570         * crx-opc.c (cst4_map): Use int array.
571
572 2012-02-27  Alan Modra  <amodra@gmail.com>
573
574         * arc-dis.c (BITS): Don't use shifts to mask off bits.
575         (FIELDD): Sign extend with xor,sub.
576
577 2012-02-25  Walter Lee  <walt@tilera.com>
578
579         * tilegx-opc.c: Handle TILEGX_OPC_LD4S_TLS and TILEGX_OPC_LD_TLS.
580         * tilepro-opc.c: Handle TILEPRO_OPC_LW_TLS and
581         TILEPRO_OPC_LW_TLS_SN.
582
583 2012-02-21  H.J. Lu  <hongjiu.lu@intel.com>
584
585         * i386-opc.h (HLEPrefixNone): New.
586         (HLEPrefixLock): Likewise.
587         (HLEPrefixAny): Likewise.
588         (HLEPrefixRelease): Likewise.
589
590 2012-02-08  H.J. Lu  <hongjiu.lu@intel.com>
591
592         * i386-dis.c (HLE_Fixup1): New.
593         (HLE_Fixup2): Likewise.
594         (HLE_Fixup3): Likewise.
595         (Ebh1): Likewise.
596         (Evh1): Likewise.
597         (Ebh2): Likewise.
598         (Evh2): Likewise.
599         (Ebh3): Likewise.
600         (Evh3): Likewise.
601         (MOD_C6_REG_7): Likewise.
602         (MOD_C7_REG_7): Likewise.
603         (RM_C6_REG_7): Likewise.
604         (RM_C7_REG_7): Likewise.
605         (XACQUIRE_PREFIX): Likewise.
606         (XRELEASE_PREFIX): Likewise.
607         (dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts,
608         cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use
609         Ebh2/Evh2 on xchg.  Use Ebh3/Evh3 on mov.
610         (reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg,
611         not, or, sbb, sub and xor.  Use Ebh3/Evh3 on mov.  Use
612         MOD_C6_REG_7 and MOD_C7_REG_7.
613         (mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7.
614         (rm_table): Add RM_C6_REG_7 and RM_C7_REG_7.  Add xend and
615         xtest.
616         (prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX.
617         (CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b.
618
619         * i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and
620         CPU_RTM_FLAGS.
621         (cpu_flags): Add CpuHLE and CpuRTM.
622         (opcode_modifiers): Add HLEPrefixOk.
623
624         * i386-opc.h (CpuHLE): New.
625         (CpuRTM): Likewise.
626         (HLEPrefixOk): Likewise.
627         (i386_cpu_flags): Add cpuhle and cpurtm.
628         (i386_opcode_modifier): Add hleprefixok.
629
630         * i386-opc.tbl: Add HLEPrefixOk=3 to mov.  Add HLEPrefixOk to
631         add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or,
632         sbb, sub, xor and xadd.  Add HLEPrefixOk=2 to xchg with memory
633         operand.  Add xacquire, xrelease, xabort, xbegin, xend and
634         xtest.
635         * i386-init.h: Regenerated.
636         * i386-tbl.h: Likewise.
637
638 2012-01-24  DJ Delorie  <dj@redhat.com>
639
640         * rl78-decode.opc (rl78_decode_opcode): Add NOT1.
641         * rl78-decode.c: Regenerate.
642
643 2012-01-17  James Murray  <jsm@jsm-net.demon.co.uk>
644
645         PR binutils/10173
646         * cr16-dis.c (print_arg): Test symtab_size not num_symbols.
647
648 2012-01-17  Andreas Schwab  <schwab@linux-m68k.org>
649
650         * m68k-opc.c (m68k_opcodes): Fix entries for pmove with BADx/BACx
651         register and move them after pmove with PSR/PCSR register.
652
653 2012-01-13  H.J. Lu  <hongjiu.lu@intel.com>
654
655         * i386-dis.c (mod_table): Add vmfunc.
656
657         * i386-gen.c (cpu_flag_init): Add CPU_VMFUNC_FLAGS.
658         (cpu_flags): CpuVMFUNC.
659
660         * i386-opc.h (CpuVMFUNC): New.
661         (i386_cpu_flags): Add cpuvmfunc.
662
663         * i386-opc.tbl: Add vmfunc.
664         * i386-init.h: Regenerated.
665         * i386-tbl.h: Likewise.
666
667 For older changes see ChangeLog-2011
668 \f
669 Local Variables:
670 mode: change-log
671 left-margin: 8
672 fill-column: 74
673 version-control: never
674 End: