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