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