2009-11-12 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
... / ...
CommitLineData
12009-11-12 H.J. Lu <hongjiu.lu@intel.com>
2
3 * i386-gen.c (opcode_modifiers): Add IsLockable.
4
5 * i386-opc.h (IsLockable): New.
6 (i386_opcode_modifier): Add islockable.
7
8 * i386-opc.tbl: Add IsLockable to add, adc, and, btc, btr,
9 bts, cmpxchg, cmpxch8b, dec, inc, neg, not, or, sbb, sub,
10 xor, xadd and xchg.
11 * i386-tbl.h: Regenerated.
12
132009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14
15 * arm-dis.c (coprocessor_opcodes): Use %A instead of %C. Remove
16 generic coprocessor instructions for FPA loads and stores.
17 (print_insn_coprocessor): Remove %C support. Display address for
18 PC-relative offsets in %A.
19
202009-11-11 H.J. Lu <hongjiu.lu@intel.com>
21
22 * i386-dis.c (all_prefixes): New.
23 (ckprefix): Set all_prefixes.
24 (print_insn): Print all_prefixes instead of lock_prefix,
25 repz_prefix, repnz_prefix, addr_prefix and data_prefix.
26
272009-11-11 Nick Clifton <nickc@redhat.com>
28
29 PR binutils/10924
30 * arm-dis.c (UNPREDICTABLE_INSTRUCTION): New macro.
31 (print_insn_arm): Extend %s format control code to check for
32 unpredictable addressing modes. Add support for %S format control
33 code which suppresses this check.
34 (W_BIT, I_BIT, U_BIT, P_BIT): New macros.
35 (WRITEBACK_BIT_SET, IMMEDIATE_BIT_SET, NEGATIVE_BIT_SET,
36 PRE_BIT_SET): New macros.
37 (print_insn_coprocessor): Use the new macros instead of magic
38 constants.
39 (print_arm_address): Likewise.
40 (pirnt_insn_arm): Likewise.
41 (print_insn_thumb32): Likewise.
42
432009-11-11 Nick Clifton <nickc@redhat.com>
44
45 * po/id.po: Updated Indonesian translation.
46
472009-11-10 Maxim Kuvyrkov <maxim@codesourcery.com>
48
49 * m68k-dis.c (print_insn_arg): Handle RGPIOBAR, ACR[4-7] and MBAR[01].
50
512009-11-06 Sebastian Pop <sebastian.pop@amd.com>
52
53 * i386-dis.c (reg_table): Add XOP_8F_TABLE (XOP_09) to
54 reg_table[REG_8F][1]: for XOP instructions, ModRM.reg first points to
55 B.mm in the RXB.mmmmm byte, and so when B is set, we still should use
56 the xop_table.
57 (get_valid_dis386): Removed unused condition (from cut/n/paste) for
58 XOP instructions.
59
602009-11-05 Sebastian Pop <sebastian.pop@amd.com>
61 Quentin Neill <quentin.neill@amd.com>
62
63 * opcodes/i386-dis.c (OP_LWPCB_E): New.
64 (OP_LWP_E): New.
65 (OP_LWP_I): New.
66 (USE_XOP_8F_TABLE): New.
67 (XOP_8F_TABLE): New.
68 (REG_XOP_LWPCB): New.
69 (REG_XOP_LWP): New.
70 (XOP_09): New.
71 (XOP_0A): New.
72 (reg_table): Redirect REG_8F to XOP_8F_TABLE.
73 Add entries for REG_XOP_LWPCB and REG_XOP_LWP.
74 (xop_table): New.
75 (get_valid_dis386): Handle USE_XOP_8F_TABLE.
76 Use the offsets VEX_0F, VEX_0F38, and VEX_0F3A instead of their values
77 to access to the vex_table.
78 (OP_LWPCB_E): New.
79 (OP_LWP_E): New.
80 (OP_LWP_I): New.
81 * opcodes/i386-gen.c (cpu_flag_init): Add CPU_LWP_FLAGS, CpuLWP.
82 (cpu_flags): Add CpuLWP.
83 (opcode_modifiers): Add VexLWP, XOP09, and XOP0A.
84 * opcodes/i386-opc.h (CpuLWP): New.
85 (i386_cpu_flags): Add bit cpulwp.
86 (VexLWP): New.
87 (XOP09): New.
88 (XOP0A): New.
89 (i386_opcode_modifier): Add vexlwp, xop09, and xop0a.
90 * opcodes/i386-opc.tbl (llwpcb): Added.
91 (lwpval): Added.
92 (lwpins): Added.
93
942009-11-04 DJ Delorie <dj@redhat.com>
95
96 * rx-decode.opc (rx_decode_opcode) (mvtipl): Add.
97 (mvtcp, mvfcp, opecp): Remove.
98 * rx-decode.c: Regenerate.
99 * rx-dis.c (cpen): Remove.
100
1012009-11-03 Doug Evans <dje@sebabeach.org>
102
103 * m32c-desc.c: Regenerate.
104 * mep-desc.c: Regenerate.
105
1062009-11-02 Paul Brook <paul@codesourcery.com>
107
108 * arm-dis.c (coprocessor_opcodes): Update to use new feature flags.
109 Add VFPv4 instructions.
110
1112009-10-29 Sebastian Pop <sebastian.pop@amd.com>
112
113 * i386-dis.c (OP_VEX_FMA): Removed.
114 (VexFMA): Removed.
115 (Vex128FMA): Removed.
116 (prefix_table): First source operand of FMA4 insns is decoded
117 with Vex not with VexFMA.
118 (OP_EX_VexW): Second source operand is decoded with get_vex_imm8
119 when vex.w is set. Third source operand is decoded with
120
1212009-10-27 Alan Modra <amodra@bigpond.net.au>
122
123 * Makefile.am (HFILES): Remove cgen-ops.h and cgen-types.h.
124 * Makefile.in: Regenerate.
125 * po/POTFILES.in: Regenerate.
126
1272009-10-23 Doug Evans <dje@sebabeach.org>
128
129 * cgen-ops.h: Delete, moved to ../include/cgen/basic-ops.h.
130 * cgen-types.h: Delete, moved to ../include/cgen/basic-modes.h.
131 * cgen-bitset.c: Update.
132 * fr30-desc.h: Regenerate.
133 * frv-desc.h: Regenerate.
134 * ip2k-desc.h: Regenerate.
135 * iq2000-desc.h: Regenerate.
136 * lm32-desc.h: Regenerate.
137 * m32c-desc.h: Regenerate.
138 * m32c-opc.h: Regenerate.
139 * m32r-desc.h: Regenerate.
140 * mep-desc.h: Regenerate.
141 * mt-desc.h: Regenerate.
142 * openrisc-desc.h: Regenerate.
143 * xc16x-desc.h: Regenerate.
144 * xstormy16-desc.h: Regenerate.
145
1462009-10-22 DJ Delorie <dj@redhat.com>
147
148 * rx-decode.opc (decode_opcode): Fix flags for MUL, SUNTIL, and SWHILE.
149 * rx-decode.c: Regenerated.
150
1512009-10-20 H.J. Lu <hongjiu.lu@intel.com>
152
153 PR gas/10775
154 * i386-dis.c: Document LB, LS and LV macros.
155 (dis386): Use mov%LB, mov%LS and mov%LV on mov instruction
156 with the 64-bit displacement or immediate operand.
157 (putop): Handle LB, LS and LV macros.
158
1592009-10-18 Doug Evans <dje@sebabeach.org>
160
161 * lm32-opinst.c: Regenerate.
162 * m32c-desc.c: Regenerate.
163 * m32r-opinst.c: Regenerate.
164 * openrisc-ibld.c: Regenerate.
165 * xc16x-desc.c: Regenerate.
166 * xc16x-desc.h: Regenerate.
167
1682009-10-17 Doug Evans <dje@sebabeach.org>
169
170 * Makefile.am (CGEN_CPUS): Add iq2000, lm32.
171 (FR30_DEPS, FRV_DEPS, IQ2000_DEPS): Move so all cgen *_DEPS are
172 sorted alphabetically.
173 (stamp-fr30, stamp-frv, stamp-iq2000, stamp-xc16x): Move so all cgen
174 stamp-* rules are sorted alphabetically.
175 * Makefile.in: Regenerate.
176
1772009-10-16 H.J. Lu <hongjiu.lu@intel.com>
178
179 * i386-opc.h: Use enum instead of nested macros.
180
1812009-10-16 H.J. Lu <hongjiu.lu@intel.com>
182
183 * i386-dis.c: Simplify enums.
184
1852009-10-15 H.J. Lu <hongjiu.lu@intel.com>
186 Ineiev <ineiev@gmail.com>
187
188 PR binutils/10767
189 * i386-dis.c: Use enum instead of nested macros.
190
1912009-10-15 H.J. Lu <hongjiu.lu@intel.com>
192
193 * i386-dis.c (MAX_BYTEMODE): Removed.
194
1952009-10-14 Tomas Hurka <tom@hukatronic.cz>
196
197 PR 969
198 * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl.
199
2002009-10-13 H.J. Lu <hongjiu.lu@intel.com>
201
202 * i386-dis.c (print_insn): Always clear need_vex, need_vex_reg
203 and vex_w_done.
204
2052009-10-07 Michael Eager <eager@eagercon.com>
206
207 * microblaze-dis.c: Add include for microblaze-dis.h,
208 eliminate local extern decls.
209 * microblaze-dis.h: New.
210
2112009-10-06 Nick Clifton <nickc@redhat.com>
212
213 * po/fi.po: Updated Finnish translation.
214
2152009-10-03 Andreas Schwab <schwab@linux-m68k.org>
216
217 * opc2c.c: Include "libiberty.h" and <errno.h>.
218 (orig_filename): Constify.
219 (dump_lines): Fix line number directive.
220 (main): Set orig_filename to basename of input file. Use
221 xstrerror.
222
223 * Makefile.am (rx-dis.lo): Remove explicit dependencies.
224 ($(srcdir)/rx-decode.c): Use @MAINT@. Use $(EXEEXT_FOR_BUILD)
225 instead of $(EXEEXT).
226 (opc2c$(EXEEXT_FOR_BUILD)): Renamed from opc2c$(EXEEXT) and use
227 $(LINK_FOR_BUILD). Link with libiberty.
228 (MOSTLYCLEANFILES): Add opc2c$(EXEEXT_FOR_BUILD).
229 (MAINTAINERCLEANFILES): Add $(srcdir)/rx-decode.c.
230 * Makefile.in: Regenerated.
231 * rx-decode.c: Regenerated.
232
2332009-10-03 Paul Reed <paulreed@paddedcell.com>
234
235 * arm-dis.c (print_insn): Check symtab_size not *symtab.
236
2372009-10-02 H.J. Lu <hongjiu.lu@intel.com>
238
239 * i386-opc.tbl: Drop Disp64 on jump and loop instructions.
240 * i386-tbl.h: Regenerated.
241
2422009-10-02 Peter Bergner <bergner@vnet.ibm.com>
243
244 * ppc-dis.c (ppc_opts): Add "476" entry.
245 * ppc-opc.c (PPC476): Define.
246 (powerpc_opcodes): Update mnemonics where required for 476.
247
2482009-10-01 Peter Bergner <bergner@vnet.ibm.com>
249
250 * ppc-opc.c (PPCA2): Use renamed mask PPC_OPCODE_A2.
251 * ppc-dis.c (ppc_opts): Likewise.
252 Rename "ppca2" to "a2".
253
2542009-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
255
256 * crx-dis.c (match_opcode): Truncate mcode to 32-bit.
257
2582009-09-29 DJ Delorie <dj@redhat.com>
259
260 * Makefile.am: Add RX files.
261 * configure.in: Add support for RX target.
262 * disassemble.c: Likewise.
263 * Makefile.in: Regenerate.
264 * configure: Regenerate.
265 * opc2c.c: New file.
266 * rx-decode.c: New file.
267 * rx-decode.opc: New file.
268 * rx-dis.c: New file.
269
2702009-09-29 Peter Bergner <bergner@vnet.ibm.com>
271
272 * ppc-opc.c (powerpc_opcodes): Remove support for the the "lxsdux",
273 "lxvd2ux", "lxvw4ux", "stxsdux", "stxvd2ux" and "stxvw4ux" opcodes.
274
2752009-09-25 Michael Eager <eager@eagercon.com>
276
277 * microblaze-dis.c (get_insn_microblaze, microblaze_get_target_address,
278 microblaze_decode_insn): Add declarations.
279 (get_delay_slots_microblaze): Remove.
280
2812009-09-25 Martin Thuresson <martint@google.com>
282
283 Update sources to make arc and arm targets compile cleanly with
284 -Wc++-compat:
285 * arc-dis.c Fix casts.
286 * arc-ext.c: Add casts.
287 * arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous
288 enum.
289
2902009-09-24 H.J. Lu <hongjiu.lu@intel.com>
291
292 * i386-gen.c (opcode_modifiers): Remove Vex256.
293 (set_bitfield): Handle XXX=V.
294
295 * i386-opc.h (Vex): Update comments.
296 (Vex256): Removed.
297 (VexNDS): Updated.
298 (i386_opcode_modifier): Change vex to 2 bits. Remove vex256.
299
300 * i386-opc.tbl: Replace "Vex|Vex256" with Vex=2.
301 * i386-tbl.h: Regenerated.
302
3032009-09-23 Nick Clifton <nickc@redhat.com>
304
305 * po/fr.po: Updated French translation.
306
3072009-09-21 Ben Elliston <bje@au.ibm.com>
308 Peter Bergner <bergner@vnet.ibm.com>
309
310 * ppc-dis.c (ppc_opts): Add "ppca2" entry.
311 * ppc-opc.c (powerpc_opcodes): Add eratilx, eratsx, eratsx.,
312 eratre, wchkall, eratwe, ldawx., mdfcrx., mfdcr. mtdcrx., icswx,
313 icswx., mtdcr., dci, wclrone, wclrall, wclr, erativax, tlbsrx.,
314 ici mnemonics.
315 (ERAT_T): New operand.
316 (XWC_MASK): New mask.
317 (XOPL2): New macro.
318 (PPCA2): Define.
319
3202009-09-18 Nick Clifton <nickc@redhat.com>
321
322 * po/es.po: Updated Spanish translation.
323 * po/vi.po: Updated Vietnamese translation.
324
3252009-09-15 H.J. Lu <hongjiu.lu@intel.com>
326
327 * i386-dis.c (OP_E_memory): Don't print '-' in Intel mode if
328 disp == -disp.
329
3302009-09-14 Nick Clifton <nickc@redhat.com>
331
332 * po/nl.po: Updated Dutch translation.
333
3342009-09-11 Nick Clifton <nickc@redhat.com>
335
336 * po/opcodes.pot: Updated by the Translation project.
337
3382009-09-11 Martin Thuresson <martint@google.com>
339
340 Updated sources to compile cleanly with -Wc++-compat:
341 * ld.h (enum endian_enum,enum symbolic_enum,enum dynamic_list_enum): Move to top level.
342 * ldcref.c: Add casts.
343 * ldctor.c: Add casts.
344 * ldexp.c
345 * ldexp.h (enum node_tree_enum,enum phase_enum): Move to top level.
346 * ldlang.c: Add casts. (lang_insert_orphan): Use enum name instead of integer.
347 * ldlang.h (enum statement_enum): Move to top level.
348 * ldmain.c: Add casts.
349 * ldwrite.c: Add casts.
350 * lexsup.c: Add casts. (enum control_enum): Move to top level.
351 * mri.c: Add casts. (mri_draw_tree): Use enum name instead of integer.
352
3532009-09-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
354
355 * s390-dis.c (print_insn_s390): Avoid 'long long'.
356
3572009-09-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
358
359 * s390-dis.c (s390_extract_operand): Remove the shift for pcrel operands.
360 (print_insn_s390): Signextend and shift pcrel operands before printing.
361
3622009-09-09 H.J. Lu <hongjiu.lu@intel.com>
363
364 * i386-dis.c (vex_len_table): Change VEX_LEN_AE_R_X_M0 to
365 VEX_LEN_AE_R_X_M_0 in comments.
366
3672009-09-08 DJ Delorie <dj@redhat.com>
368
369 * mep-opc.c: Regenerate.
370
3712009-09-08 Andreas Schwab <schwab@linux-m68k.org>
372
373 * z8kgen.c (struct op): Replace unused flavor with id.
374 (opt): Remove extra xorb entry.
375 (func): Use id field as fallback.
376 (sub): Return new string, caller changed.
377 (internal): Allocate end marker. Assign unique id before sorting.
378 (gas): Likewise. Fix loop end condition.
379 * z8k-opc.h: Regenerate.
380
3812009-09-08 Alan Modra <amodra@bigpond.net.au>
382
383 * ppc-opc.c (powerpc_macros <extrdi>): Allow n+b of 64.
384
3852009-09-07 Alan Modra <amodra@bigpond.net.au>
386
387 * z8kgen.c (func): Fix thinko last patch.
388
3892009-09-07 Alan Modra <amodra@bigpond.net.au>
390
391 * z8kgen.c (func): Stabilize qsort of identically named entries.
392 * z8k-opc.h: Regenerate.
393
3942009-09-07 Tristan Gingold <gingold@adacore.com>
395
396 * po/opcodes.pot: Regenerate.
397
3982009-09-07 Alan Modra <amodra@bigpond.net.au>
399
400 * configure.in (BUILD_LIBS, BUILD_LIB_DEPS): Define and subst.
401 * configure: Regenerate.
402 * Makefile.am (LIBIBERTY, BUILD_LIBIBERTY, BUILD_LIBINTL): Delete.
403 (BUILD_LIBS, BUILD_LIB_DEPS): Define. Use..
404 (i386-gen, ia64-gen, z8kgen): ..here.
405 * Makefile.in: Regenerate.
406
4072009-09-07 Tristan Gingold <gingold@adacore.com>
408
409 * z8k-opc.h: Regenerate.
410
4112009-09-05 Martin Thuresson <martin@mtme.org>
412
413 * ia64-dis.c (print_insn_ia64): Update code to use renamed member.
414 * m88k-dis.c (m88kdis): Rename variable class to in_class.
415 * tic80-opc.c (tic80_symbol_to_value, tic80_value_to_symbol):
416 Rename argument class to symbol_class.
417
4182009-09-04 Jie Zhang <jie.zhang@analog.com>
419
420 * bfin-dis.c (decode_pseudodbg_assert_0): Change according
421 to the new encoding of DBGA, DBGAH, and DBGAL.
422 (_print_insn_bfin): Likewise.
423
4242009-09-03 Jie Zhang <jie.zhang@analog.com>
425
426 * bfin-dis.c (_print_insn_bfin): Don't declare.
427 (print_insn_bfin): Don't declare.
428 (dregs_pair): Remove.
429 (ignore_bits): Remove.
430 (ccstat): Remove.
431
4322009-09-03 Jie Zhang <jie.zhang@analog.com>
433
434 * bfin-dis.c (IS_DREG): Define.
435 (IS_PREG): Define.
436 (IS_AREG): Define.
437 (IS_GENREG): Define.
438 (IS_DAGREG): Define.
439 (IS_SYSREG): Define.
440 (decode_REGMV_0): Check illegal register move instructions.
441
4422009-09-03 Dave Korn <dave.korn.cygwin@gmail.com>
443
444 * Makefile.am (BUILD_LIBINTL): New variable.
445 (i386-gen$(EXEEXT_FOR_BUILD)): Use it.
446 (ia64-gen$(EXEEXT_FOR_BUILD)): And here.
447 (z8kgen$(EXEEXT_FOR_BUILD)): And here.
448 * Makefile.in: Regenerate.
449
4502009-09-01 DJ Delorie <dj@redhat.com>
451
452 * mep-asm.c: Regenerate.
453 * mep-desc.c: Regenerate.
454 * mep-opc.c: Regenerate.
455
4562009-09-01 Tristan Gingold <gingold@adacore.com>
457
458 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
459 dependencies. Remove unused FORMAT variable.
460 * configure.com: New file to create build.com DCL script for
461 Itanium VMS or Alpha VMS.
462
4632009-08-29 Martin Thuresson <martin@mtme.org>
464
465 * cris-dis.c (bytes_to_skip): Update code to use new name.
466 * i386-dis.c (putop): Update code to use new name.
467 * i386-gen.c (process_i386_opcodes): Update code to use
468 new name.
469 * i386-opc.h (struct template): Rename struct template to
470 insn_template. Update code accordingly.
471 * i386-tbl.h (i386_optab): Update type to use new name.
472 * ia64-dis.c (print_insn_ia64): Rename variable template
473 to template_val.
474 * tic30-dis.c (struct instruction, get_tic30_instruction):
475 Update code to use new name.
476 * tic54x-dis.c (has_lkaddr, get_insn_size)
477 (print_parallel_instruction, print_insn_tic54x, tic54x_get_insn):
478 Update code to use new name.
479 * tic54x-opc.c (tic54x_unknown_opcode, tic54x_optab):
480 Update type to new name.
481 * z8kgen.c (internal, gas): Rename variable new to new_op.
482
4832009-08-28 H.J. Lu <hongjiu.lu@intel.com>
484
485 * Makefile.am (COMPILE_FOR_BUILD): Remove BUILD_CPPFLAGS.
486 Replace BUILD_CFLAGS with CFLAGS_FOR_BUILD.
487 (LINK_FOR_BUILD): Replace BUILD_CFLAGS/BUILD_LDFLAGS with
488 CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
489 * Makefile.in: Regenerated.
490
4912009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
492
493 * Makefile.am (bfdlibdir, bfdincludedir): Move definition ...
494 [INSTALL_LIBBFD]: ... here, ...
495 [INSTALL_LIBBFD]: ... and empty overrides here.
496 [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable.
497 [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it.
498 * Makefile.in: Regenerate.
499 * configure: Regenerate.
500
5012009-08-26 Philippe De Muyter <phdm@macqel.be>
502
503 * m68k-dis.c (print_insn_arg): Add movecr register names for
504 coldfire v4e families.
505
5062009-08-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
507
508 * Makefile.am (SUBDIRS): Build '.' before 'po'.
509 (COMPILE_FOR_BUILD, LINK_FOR_BUILD, BUILD_LIBIBERTY)
510 (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
511 (i386-gen$(EXEEXT_FOR_BUILD)): Renamed from i386-gen, rewrite
512 using *BUILD variables, depend upon $(BUILD_LIBIBERTY).
513 (i386-gen.o): New rule.
514 ($(srcdir)/i386-init.h): Adjust.
515 (i386-opc.lo): Depend on $(srcdir)/i386-tbl.h.
516 (ia64-gen$(EXEEXT_FOR_BUILD)): Rename from ia64-gen, adjust likewise.
517 (ia64-gen.o): New rule.
518 (ia64_asmtab_deps): New variable.
519 ($(srcdir)/ia64-asmtab.c): Use it; adjust likewise.
520 (ia64-opc.lo): Depend on $(srcdir)/ia64-asmtab.c.
521 (s390-mkopc$(EXEEXT_FOR_BUILD)): Rename from s390-mkopc, adjust
522 likewise.
523 (s390-opc.tab): Adjust.
524 (z8kgen$(EXEEXT_FOR_BUILD), z8kgen.o, $(srcdir)/z8k-opc.h): New
525 rules.
526 (z8k-dis.lo): Depend on $(srcdir)/z8k-opc.h.
527 * Makefile.in: Regenerate.
528 * z8kgen.c (gas): Avoid '/*' in comment.
529 * z8k-opc.h (func): Regenerate.
530
5312009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
532
533 * Makefile.am (TARGET_LIBOPCODES_CFILES): New variable, taken
534 from $(CFILES), sorted, with dis-buf.c, dis-init.c, disassemble.c,
535 i386-gen.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c, ia64-opc-i.c,
536 ia64-opc-m.c, ia64-opc-d.c, ia64-gen.c, ia64-asmtab.c removed, and
537 msp430-dis.c added.
538 (LIBOPCODES_CFILES): New variable, adding to
539 TARGET_LIBOPCODES_CFILES also non-target library sources.
540 (CFILES): Factorize based on $(LIBOPCODES_CFILES), adding generator
541 files.
542 (ALL_MACHINES): Factorize based on $(TARGET_LIBOPCODES_CFILES).
543 (EXTRA_libopcodes_la_SOURCES): Use $(LIBOPCODES_CFILES).
544 * Makefile.in: Regenerate.
545 * po/POTFILES.in: Regenerate.
546
5472009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
548
549 * Makefile.am (libopcodes_la_LDFLAGS): Initialize early.
550 [INSTALL_LIBBFD] (bfdlib_LTLIBRARIES): Set only in this condition.
551 [INSTALL_LIBBFD] (bfdinclude_DATA): New.
552 [!INSTALL_LIBBFD] (noinst_LTLIBRARIES): New.
553 [!INSTALL_LIBBFD] (libopcodes_la_LDFLAGS): Ensure libopcodes.la
554 is built shared even if it is not to be installed.
555 (install-bfdlibLTLIBRARIES,uninstall-bfdlibLTLIBRARIES)
556 (install_libopcodes, uninstall_libopcodes): Remove.
557 (AM_CPPFLAGS): Renamed from ...
558 (INCLUDES): ... this.
559 * Makefile.in: Regenerate.
560
561 * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.9 and cygnus, add
562 1.11, foreign, no-dist.
563 (MKDEP, m32c_opc_h): Remove variables.
564 (disassemble.lo): Rewrite using automake-style dependency
565 tracking rules; only list the dependency upon the primary source
566 file, but no included headers.
567 (m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo, m32c-opc.lo)
568 (i386-gen.o, ia64-gen.o): Remove dependency statements.
569 (EXTRA_libopcodes_la_SOURCES): New variable, list $(CFILES) to
570 ensure all dependency fragments are included in the Makefile.
571 (s390-opc.lo): Depend on s390-opc.tab.
572 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules.
573 (mkdep section): Remove.
574 * Makefile.in: Regenerate.
575 * po/POTFILES.in: Regenerate.
576
577 * Makefile.am (install-pdf, install-html): Remove.
578 * Makefile.in: Regenerate.
579
580 * Makefile.in: Regenerate.
581 * aclocal.m4: Likewise.
582 * config.in: Likewise.
583 * configure: Likewise.
584
5852009-08-06 Michael Eager <eager@eagercon.com>
586
587 * Makefile.am: Add microblaze-opc.h to HFILES, microblaze-dis.c to
588 CFILES, microblaze-dis.lo to ALL_MACHINES, targets.
589 * Makefile.in: Regenerate.
590 * configure.in: Add bfd_microblaze_arch target.
591 * configure: Regenerate.
592 * disassemble.c: Define ARCH_microblaze, return
593 print_insn_microblaze().
594 * microblaze-dis.c: New MicroBlaze disassembler.
595 * microblaze-opc.h: New MicroBlaze opcode definitions.
596 * microblaze-opcm.h: New MicroBlaze opcode types.
597
5982009-07-25 H.J. Lu <hongjiu.lu@intel.com>
599
600 * configure.in: Handle bfd_l1om_arch.
601 * disassemble.c (disassembler): Likewise.
602
603 * configure: Regenerated.
604
605 * i386-dis.c (print_insn): Handle bfd_mach_l1om and
606 bfd_mach_l1om_intel_syntax. Use 8 bytes per line for Intel L1OM.
607
608 * i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to ~CpuL1OM.
609 Add CPU_L1OM_FLAGS.
610 (cpu_flags): Add CpuL1OM.
611 (set_bitfield): Take an argument to set the value field.
612 (process_i386_cpu_flag): Support ~CpuXXX and ~(CpuXXX|CpuYYY).
613 (process_i386_opcode_modifier): Updated.
614 (process_i386_operand_type): Likewise.
615 * i386-init.h: Regenerated.
616 * i386-tbl.h: Likewise.
617
618 * i386-opc.h (CpuL1OM): New.
619 (CpuXsave): Updated.
620 (i386_cpu_flags): Add cpul1om.
621
6222009-07-24 Jan Beulich <jbeulich@novell.com>
623
624 * i386-dis.c (fgrps): Correct annotation for feni/fdisi. Add
625 frstpm.
626 * i386-gen.c (cpu_flag_init): Add FP enabling flags where needed.
627 (cpu_flags): Add Cpu8087, Cpu287, Cpu387, Cpu687, and CpuFISTTP.
628 (set_bitfield): Expand CpuFP to Cpu8087|Cpu287|Cpu387.
629 * i386-opc.h (Cpu8087, Cpu287, Cpu387, Cpu687, CpuFISTTP):
630 Define.
631 (union i386_cpu_flags): Add cpu8087, cpu287, cpu387, cpu687,
632 and cpufisttp.
633 * i386-opc.tbl: Qualify floating point instructions by their
634 respective CpuXXX flag. Fix fucom{,p,pp}, fprem1, fsin, fcos,
635 and fsincos to be avilable only on 387. Fix fstsw ax to be
636 available only on 287+. Add f{,n}eni, f{,n}disi, f{,n}setpm,
637 and frstpm.
638 * i386-init.h, i386-tbl.h: Regenerate.
639
6402009-07-20 Nick Clifton <nickc@redhat.com>
641
642 PR 10288
643 * arm-dis.c (arm_opcodes): Catch non-zero bits 8-11 in register
644 offset or indexed based addressing mode 3.
645
6462009-07-14 Nick Clifton <nickc@redhat.com>
647
648 PR 10288
649 * arm-dis.c (arm_opcodes): Catch illegal Addressing Mode 1
650 patterns.
651 (arm_decode_shift): Catch illegal register based shifts.
652 (print_insn_arm): Properly handle negative register r0
653 post-indexed addressing.
654
6552009-07-10 Doug Kwan <dougkwan@google.com>
656
657 * arm-disc.c (print_insn_coprocessor, print_insn_arm): Print only
658 lower 32 bits of long types to make hexadecimal output consistent
659 on both 32-bit and 64-bit hosts.
660
6612009-07-10 Alan Modra <amodra@bigpond.net.au>
662
663 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, * fr30-opc.h,
664 * frv-desc.c, * frv-desc.h, * frv-opc.c, * frv-opc.h,
665 * ip2k-desc.c, * ip2k-desc.h, * ip2k-opc.c, * ip2k-opc.h,
666 * iq2000-desc.c, * iq2000-desc.h, * iq2000-opc.c, * iq2000-opc.h,
667 * lm32-desc.c, * lm32-desc.h, * lm32-opc.c, * lm32-opc.h,
668 * lm32-opinst.c, * m32c-desc.c, * m32c-desc.h, * m32c-opc.c,
669 * m32c-opc.h, * m32r-desc.c, * m32r-desc.h, * m32r-opc.c,
670 * m32r-opc.h, * m32r-opinst.c, * mt-desc.c, * mt-desc.h,
671 * mt-opc.c, * mt-opc.h, * openrisc-desc.c, * openrisc-desc.h,
672 * openrisc-opc.c, * openrisc-opc.h, * xc16x-desc.c, * xc16x-desc.h,
673 * xc16x-opc.c, * xc16x-opc.h, * xstormy16-desc.c, * xstormy16-desc.h,
674 * xstormy16-opc.c, * xstormy16-opc.h: Regenerate.
675
6762009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw>
677
678 * arm-dis.c (coprocessor_opcodes): Fix mask for waddbhus.
679
6802009-07-07 Nick Clifton <nickc@redhat.com>
681
682 PR 10288
683 * arm-dis.c (arm_opcodes): Be more strict about decoding scaled
684 addressing modes.
685
6862009-07-06 DJ Delorie <dj@redhat.com>
687
688 * mep-desc.c: Regenerate.
689 * mep-desc.h: Regenerate.
690 * mep-opc.c: Regenerate.
691 * mep-opc.h: Regenerate.
692
6932009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
694
695 * i386-opc.h (CpuFMA4): Add CpuFMA4.
696 (i386_cpu_flags): New.
697 * i386-gen.c: Add CPU_FMA4_FLAGS.
698 * i386-opc.tbl: Add FMA4 instructions.
699 * i386-tbl.h: Regenerate.
700 * i386-init.h: Regenerate.
701 * i386-dis.c (OP_VEX_FMA): New. Handle FMA4.
702 (OP_XMM_VexW): Ditto.
703 (OP_EX_VexW): Ditto.
704 (VEXI4_Fixup): Ditto.
705 (VexI4, VexFMA, Vex128FMA, EXVexW, EXdVexW, XMVexW): New Macros.
706 (PREFIX_VEX_3A5C, PREFIX_VEX_3A5D, PREFIX_VEX_3A5E): New.
707 (PREFIX_VEX_3A5F, PREFIX_VEX_3A60): New.
708 (PREFIX_VEX_3A68, PREFIX_VEX_3A69, PREFIX_VEX_3A6A): New.
709 (PREFIX_VEX_3A6B, PREFIX_VEX_3A6C, PREFIX_VEX_3A6D): New.
710 (PREFIX_VEX_3A6E, PREFIX_VEX_3A6F, PREFIX_VEX_3A7A): New.
711 (PREFIX_VEX_3A7B, PREFIX_VEX_3A7C, PREFIX_VEX_3A7D): New.
712 (PREFIX_VEX_3A7E, PREFIX_VEX_3A7F): New.
713 (VEX_LEN_3A6A_P_2,VEX_LEN_3A6B_P_2, VEX_LEN_3A6E_P_2): New.
714 (VEX_LEN_3A6F_P_2,VEX_LEN_3A7A_P_2, VEX_LEN_3A7B_P_2): New.
715 (VEX_LEN_3A7E_P_2,VEX_LEN_3A7F_P_2): New.
716 (get_vex_imm8): New. handle FMA4.
717 (OP_EX_VexReg): Ditto.
718
7192009-06-30 Nick Clifton <nickc@redhat.com>
720
721 PR 10288
722 * arm-dis.c (coprocessor): Print the LDC and STC versions of the
723 LFM and SFM instructions as comments,.
724 Improve consistency of formatting for instructions displayed as
725 comments and decimal values displayed with their hexadecimal
726 equivalents.
727 Formatting tidy ups.
728
7292009-06-29 Nick Clifton <nickc@redhat.com>
730
731 PR 10288
732 * arm-dis.c (enum opcode_sentinels): New: Used to mark the
733 boundary between variaant and generic coprocessor instuctions.
734 (coprocessor): Use it.
735 Fix architecture version of MCRR and MRRC instructions.
736 (arm_opcdes): Fix patterns for STRB and STRH instructions.
737 (print_insn_coprocessor): Check architecture and extension masks.
738 Print a hexadecimal version of any decimal constant that is
739 outside of the range of -16 to +32.
740 (print_arm_address): Add a return value of the offset used in the
741 adress, if it is worth printing a hexadecimal version of it.
742 (print_insn_neon): Print a hexadecimal version of any decimal
743 constant that is outside of the range of -16 to +32.
744 (print_insn_arm): Likewise.
745 (print_insn_thumb16): Likewise.
746 (print_insn_thumb32): Likewise.
747
748 PR 10297
749 * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description
750 of an undefined instruction.
751 (arm_opcodes): Use it.
752 (thumb_opcod): Use it.
753 (thumb32_opc): Use it.
754
7552009-06-23 DJ Delorie <dj@redhat.com>
756
757 * mep-desc.c: Regenerate.
758 * mep-desc.h: Regenerate.
759 * mep-dis.c: Regenerate.
760 * mep-ibld.c: Regenerate.
761 * mep-opc.c: Regenerate.
762
763 * mep-asm.c: Regenerate.
764 * mep-opc.c: Regenerate.
765 * mep-opc.h: Regenerate.
766
7672009-06-22 Nick Clifton <nickc@redhat.com>
768
769 * po/fi.po: Updated Finish translation.
770
7712009-06-22 Alan Modra <amodra@bigpond.net.au>
772
773 * m32c-asm.c: Regenerate.
774
7752009-06-22 Alan Modra <amodra@bigpond.net.au>
776
777 * score-dis.c (print_insn_score48, print_insn_score32): Move default
778 case label to proper lexical block.
779 * score7-dis.c (print_insn_score32): Likewise.
780
7812009-06-19 Martin Schwidefsky <sschwidefsky@de.ibm.com>
782
783 * s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
784 MASK_RX_0RRD_OPT): New instruction formats with optional arguments.
785 * s390-opc.txt (nopr, nop): Use new instruction format.
786
7872009-06-18 Nick Clifton <nickc@redhat.com>
788
789 PR 10288
790 * arm-dis.c (print_insn_coprocessor): Check that a user specified
791 ARM architecture supports the matched instruction.
792 (print_insn_arm): Likewise.
793 (select_arm_features): New function. Fills in the fields of an
794 arm_feature_set structure based on a given arm machine number.
795 (print_insn): Initialise an arm_feature_set structure.
796
7972009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
798
799 * vax-dis.c (is_function_entry): Return success for synthetic
800 symbols too.
801 (is_plt_tail): New function.
802 (print_insn_vax): Decode PLT entry offset longword.
803
8042009-06-15 Nick Clifton <nickc@redhat.com>
805
806 PR 10186
807 * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W
808 instruction.
809
810 PR 10173
811 * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice.
812
8132009-06-15 Nick Clifton <nickc@redhat.com>
814
815 PR 10263
816 * arm-dis.c (print_insn): Ignore is_data if the user has requested
817 the disassembly of data as well as instructions.
818
8192009-06-11 Doug Evans <dje@sebabeach.org>
820
821 * cgen.sh: Handle multiple simultaneous runs for parallel makes.
822
8232009-06-11 Anthony Green <green@moxielogic.com>
824
825 * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions.
826 (moxie_form3_opc_info): Add branch instructions.
827 * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL
828 encoded instructions.
829
8302009-06-06 Anthony Green <green@moxielogic.com>
831
832 * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M.
833 * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case.
834
8352009-06-04 Alan Modra <amodra@bigpond.net.au>
836
837 * dep-in.sed: Don't use \n in replacement part of s command.
838 * Makefile.am (DEP1): LC_ALL for uniq.
839 * Makefile.in: Regenerate.
840
8412009-06-02 Nick Clifton <nickc@redhat.com>
842
843 * po/nl.po: Updated Dutch translation.
844
8452009-06-02 Tristan Gingold <gingold@adacore.com>
846
847 * ia64-gen.c (parse_resource_users, print_dependency_table,
848 add_dis_table_ent, finish_distable, insert_bit_table_ent,
849 add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq,
850 get_prefix_len, compute_completer_bits, insert_opcode_dependencies,
851 insert_completer_entry, print_completer_entry, print_completer_table,
852 opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions.
853
8542009-05-28 DJ Delorie <dj@redhat.com>
855
856 * mep-asm.c: Regenerate.
857 * mep-desc.c: Regenerate.
858
8592009-05-26 DJ Delorie <dj@redhat.com>
860
861 * mep-asm.c: Regenerate.
862 * mep-desc.c: Regenerate.
863 * mep-desc.h: Regenerate.
864 * mep-dis.c: Regenerate.
865 * mep-ibld.c: Regenerate.
866 * mep-opc.c: Regenerate.
867 * mep-opc.h: Regenerate.
868
8692009-05-26 Nick Clifton <nickc@redhat.com>
870
871 * po/id.po: Updated Indonesian translation.
872 * po/opcodes.pot: Updated template file.
873
8742009-05-26 Alan Modra <amodra@bigpond.net.au>
875
876 * dep-in.sed: Don't modify .o to .lo here. Output one filename
877 per line with all lines having continuation backslash. Prefix
878 first line with "A", following lines with "B".
879 * Makefile.am (DEP): Don't use dep.sed here.
880 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
881 dep.sed here on dependencies, sort and uniq.
882 * Makefile.in: Regenerate.
883
8842009-05-25 Tristan Gingold <gingold@adacore.com>
885
886 * makefile.vms (OPT): New variable.
887 (CFLAGS): Update compilation flags.
888
8892009-05-22 DJ Delorie <dj@redhat.com>
890
891 * mep-asm.c: Regenerate.
892 * mep-desc.c: Regenerate.
893 * mep-desc.h: Regenerate.
894 * mep-dis.c: Regenerate.
895 * mep-ibld.c: Regenerate.
896 * mep-opc.c: Regenerate.
897 * mep-opc.h: Regenerate.
898
8992009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
900
901 * i386-opc.h (Cpusse5): Delete.
902 (i386_cpu_flags): Delete.
903 * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
904 * i386-opc.tbl: Remove SSE5 instructions.
905 * i386-tbl.h: Regenerate.
906 * i386-init.h: Regenerate.
907 * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
908 (print_drex_arg): Delete.
909 (OP_DREX4): Delete.
910 (OP_DREX3): Delete.
911 (OP_DREX_ICMP): Delete.
912 (OP_DREX_FCMP): Delete.
913 (DREX_*): Delete.
914 (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
915
9162009-05-22 Alan Modra <amodra@bigpond.net.au>
917
918 * Makefile.am: Run "make dep-am".
919 * Makefile.in: Regenerate.
920 * po/POTFILES.in: Regenerate.
921
9222009-05-19 DJ Delorie <dj@redhat.com>
923
924 * mep-asm.c: Regenerate.
925 * mep-opc.c: Regenerate.
926
9272009-04-30 DJ Delorie <dj@redhat.com>
928
929 * mep-asm.c: Regenerate.
930 * mep-desc.c: Regenerate.
931 * mep-desc.h: Regenerate.
932 * mep-dis.c: Regenerate.
933 * mep-ibld.c: Regenerate.
934 * mep-opc.c: Regenerate.
935 * mep-opc.h: Regenerate.
936
9372009-04-17 DJ Delorie <dj@redhat.com
938
939 * mep-desc.c: Regenerate.
940 * mep-ibld.c: Regenerate.
941 * mep-opc.c: Regenerate.
942 * mep-opc.h: Regenerate.
943
9442009-04-15 Anthony Green <green@moxielogic.com>
945
946 * moxie-opc.c, moxie-dis.c: Created.
947 * Makefile.am: Build the moxie source files.
948 * configure.in: Add moxie support.
949 * Makefile.in, configure: Rebuilt.
950 * disassemble.c (disassembler): Add moxie support.
951 (ARCH_moxie): Define.
952
9532009-04-15 Jan Beulich <jbeulich@novell.com>
954
955 * i386-opc.tbl (protb, protw, protd, protq): Set opcode
956 extension to None.
957 (pshab, pshaw, pshad, pshaq): Likewise.
958 * i386-tbl.h: Re-generate.
959
9602009-04-08 DJ Delorie <dj@redhat.com
961
962 * mep-asm.c: Regenerate.
963 * mep-desc.c: Regenerate.
964 * mep-desc.h: Regenerate.
965 * mep-dis.c: Regenerate.
966 * mep-ibld.c: Regenerate.
967 * mep-opc.c: Regenerate.
968 * mep-opc.h: Regenerate.
969
9702009-04-07 Peter Bergner <bergner@vnet.ibm.com>
971
972 * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva",
973 "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation.
974 Reorder entries so the extended mnemonics are listed before tlbilx.
975
9762009-04-02 Peter Bergner <bergner@vnet.ibm.com>
977
978 * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
979 due to -many/-Many.
980 (print_insn_powerpc): Make sure we only deprecate instructions using
981 the original dialect and not a modified dialect due to -Many handling.
982 Move the handling of the condition register and default operands to
983 the end of the if/else if/else chain.
984 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
985 instructions from newer processors are listed before older ones.
986 <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
987 that have instructions with conflicting opcodes.
988
9892009-04-01 Peter Bergner <bergner@vnet.ibm.com>
990
991 * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
992 E500MC entries.
993
9942009-04-01 Christophe Lyon <christophe.lyon@st.com>
995
996 * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
997
9982009-03-30 Joseph Myers <joseph@codesourcery.com>
999
1000 * arm-dis.c (print_insn): Also check section matches in backwards
1001 search for mapping symbol.
1002
10032009-03-26 H.J. Lu <hongjiu.lu@intel.com>
1004
1005 * i386-dis.c (get_valid_dis386): Abort on unhandled table.
1006
10072009-03-18 Alan Modra <amodra@bigpond.net.au>
1008
1009 * cgen-opc.c: Include alloca-conf.h rather than alloca.h.
1010 * Makefile.am: Run "make dep-am".
1011 * Makefile.in: Regenerate.
1012 * openrisc-opc.c: Regenerate.
1013
10142009-03-10 Nick Clifton <nickc@redhat.com>
1015
1016 * po/id.po: Updated Indonesian translation.
1017
10182009-03-10 Alan Modra <amodra@bigpond.net.au>
1019
1020 * ppc-dis.c: Include "opintl.h".
1021 (struct ppc_mopt, ppc_opts): New.
1022 (ppc_parse_cpu): New function.
1023 (powerpc_init_dialect): Use it.
1024 (print_ppc_disassembler_options): Dump options from ppc_opts.
1025 Internationalize message.
1026
10272009-03-06 Nick Clifton <nickc@redhat.com>
1028
1029 * po/es.po: Updated Spanish translation.
1030
10312009-03-04 Alan Modra <amodra@bigpond.net.au>
1032
1033 PR 6768
1034 * configure.in: Test for ld --as-needed support. Link shared
1035 libopcodes against libm.
1036 * configure: Regenerate.
1037
10382009-03-03 Peter Bergner <bergner@vnet.ibm.com>
1039
1040 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
1041 instructions from newer processors are listed before older ones.
1042
10432009-03-03 Alan Modra <amodra@bigpond.net.au>
1044
1045 * Makefile.am: Run "make dep-am".
1046 (HFILES): Move lm32-desc.h and lm32-opc.h from..
1047 (CFILES): ..here.
1048 * Makefile.in: Regenerate.
1049
10502009-03-02 Qinwei <qinwei@sunnorth.com.cn>
1051
1052 * score7-dis.c: New file.
1053 * Makefile.am: Add dependencies for score7-dis.c.
1054 * Makefile.in: Regenerate.
1055 * configure.in: Add score7-dis to score files.
1056 * configure: Regenerate.
1057 * score-dis.c: Add support for score7 architecture.
1058 * score-opc.h: Likewise.
1059
10602009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1061
1062 * configure: Regenerate.
1063
10642009-02-27 H.J. Lu <hongjiu.lu@intel.com>
1065
1066 * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
1067
10682009-02-26 Peter Bergner <bergner@vnet.ibm.com>
1069
1070 * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
1071 the power7 and the isel instructions.
1072 * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
1073 (insert_dm, extract_dm): Likewise.
1074 (XB6): Update comment to include XX2 form.
1075 (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
1076 XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
1077 (RemoveXX3DM): Delete.
1078 (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
1079 "mftgpr">: Deprecate for POWER7.
1080 <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
1081 "frsqrte.">: Deprecate the three operand form and enable the two
1082 operand form for POWER7 and later.
1083 <"wait">: Extend to accept optional parameter. Enable for POWER7.
1084 <"waitsrv", "waitimpl">: Add extended opcodes.
1085 <"ldbrx", "stdbrx">: Enable for POWER7.
1086 <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
1087 <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
1088 "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
1089 "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
1090 "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
1091 "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
1092 "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
1093 "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
1094 <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
1095 "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
1096 "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
1097 "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
1098 "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
1099 "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
1100 "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
1101 "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
1102 "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
1103 "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
1104 "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
1105 "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
1106 "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
1107 "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
1108 "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
1109 "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
1110 "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
1111 "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
1112 "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
1113 "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
1114 "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
1115 "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
1116 "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
1117 "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
1118 "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
1119 "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
1120 "xxspltw", "xxswapd">: Add VSX opcodes.
1121
11222009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1123
1124 * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
1125 (operand_types): Remove Vex_Imm4.
1126
1127 * i386-opc.h (Vex_Imm4): Removed.
1128 (OTMax): Updated.
1129 (i386_operand_type): Remove vex_imm4.
1130
1131 * i386-opc.tbl: Remove Vex_Imm4 comments.
1132 * i386-init.h: Regenerated.
1133 * i386-tbl.h: Likewise.
1134
11352009-02-23 Richard Earnshaw <rearnsha@arm.com>
1136
1137 * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
1138 vq{r}shr{u}n.s64 insnstructions.
1139
11402009-02-19 Peter Bergner <bergner@vnet.ibm.com>
1141
1142 * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
1143 operand to be a float point register (FRT/FRS).
1144
11452009-02-18 Adam Nemet <anemet@caviumnetworks.com>
1146
1147 * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
1148 dmfc2 and dmtc2 before the architecture-level variants.
1149
11502009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1151
1152 * fr30-opc.c: Regenerate.
1153 * frv-opc.c: Regenerate.
1154 * ip2k-opc.c: Regenerate.
1155 * iq2000-opc.c: Regenerate.
1156 * lm32-opc.c: Regenerate.
1157 * m32c-opc.c: Regenerate.
1158 * m32r-opc.c: Regenerate.
1159 * mep-opc.c: Regenerate.
1160 * mt-opc.c: Regenerate.
1161 * xc16x-opc.c: Regenerate.
1162 * xstormy16-opc.c: Regenerate.
1163 * tic54x-dis.c (print_instruction): Avoid compiler warning on
1164 sprintf call.
1165
11662009-02-12 Nathan Sidwell <nathan@codesourcery.com>
1167
1168 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
1169
11702009-02-05 Peter Bergner <bergner@vnet.ibm.com>
1171
1172 * ppc-opc.c: Update copyright year.
1173 (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
1174 ordering for POWER4 and later and use the correct Server ordering.
1175
11762009-02-04 H.J. Lu <hongjiu.lu@intel.com>
1177
1178 AVX Programming Reference (January, 2009)
1179 * i386-dis.c (PREFIX_VEX_3A44): New.
1180 (VEX_LEN_3A44_P_2): Likewise.
1181 (PREFIX_VEX_3A48): Updated.
1182 (VEX_LEN_3A4C_P_2): Likewise.
1183 (prefix_table): Add PREFIX_VEX_3A44.
1184 (vex_table): Likewise.
1185 (vex_len_table): Add VEX_LEN_3A44_P_2.
1186
1187 * i386-opc.tbl: Add PCLMUL + AVX instructions.
1188 * i386-tbl.h: Regenerated.
1189
11902009-02-03 Sandip Matte <sandip@rmicorp.com>
1191
1192 * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
1193 (mips_arch_choices): Add XLR entry.
1194 * mips-opc.c (XLR): Define.
1195 (mips_builtin_opcodes): Add XLR instructions.
1196
11972009-02-03 Carlos O'Donell <carlos@codesourcery.com>
1198
1199 * Makefile.am: Add install-pdf target.
1200 * po/Make-in: Add install-pdf target.
1201 * Makefile.in: Regenerate.
1202
12032009-02-02 DJ Delorie <dj@redhat.com>
1204
1205 * mep-asm.c: Regenerate.
1206 * mep-desc.c: Regenerate.
1207 * mep-desc.h: Regenerate.
1208 * mep-dis.c: Regenerate.
1209 * mep-ibld.c: Regenerate.
1210 * mep-opc.c: Regenerate.
1211 * mep-opc.h: Regenerate.
1212
12132009-01-29 Mark Mitchell <mark@codesourcery.com>
1214
1215 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
1216 qsub, and qdsub.
1217
12182009-01-28 Chao-ying Fu <fu@mips.com>
1219
1220 * mips-opc.c (suxc1): Add the flag of FP_D.
1221
12222009-01-20 Alan Modra <amodra@bigpond.net.au>
1223
1224 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
1225 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
1226 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
1227 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
1228 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
1229 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
1230 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
1231 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
1232
12332009-01-16 Alan Modra <amodra@bigpond.net.au>
1234
1235 * configure.in (commonbfdlib): Delete.
1236 (SHARED_LIBADD): Add pic libiberty if such is available.
1237 * configure: Regenerate.
1238 * po/POTFILES.in: Regenerate.
1239
12402009-01-14 Peter Bergner <bergner@vnet.ibm.com>
1241
1242 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
1243 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
1244 operand form and enable the four operand form for POWER6 and later.
1245 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
1246 three operand form for POWER6 and later.
1247
12482009-01-14 Mike Frysinger <vapier@gentoo.org>
1249
1250 * bfin-dis.c (OUTS): Use "%s" as format string.
1251
12522009-01-13 H.J. Lu <hongjiu.lu@intel.com>
1253
1254 * i386-gen.c (cpu_flag_init): Remove a white space.
1255 (operand_type_init): Likewise.
1256
12572009-01-12 H.J. Lu <hongjiu.lu@intel.com>
1258
1259 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
1260 * i386-tbl.h: Regenerated.
1261
12622009-01-12 H.J. Lu <hongjiu.lu@intel.com>
1263
1264 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
1265 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
1266 subS, xorS and cmpS.
1267
12682009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1269
1270 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
1271 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
1272 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
1273 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
1274 and CpuSYSCALL.
1275 (lineno): Removed.
1276 (set_bitfield): Take an argument, lineno. Don't report lineno
1277 on error if it is -1.
1278 (process_i386_cpu_flag): Take an argument, lineno.
1279 (process_i386_opcode_modifier): Likewise.
1280 (process_i386_operand_type): Likewise.
1281 (output_i386_opcode): Likewise.
1282 (opcode_hash_entry): Add lineno.
1283 (process_i386_opcodes): Updated.
1284 (process_i386_registers): Likewise.
1285 (process_i386_initializers): Likewise.
1286
1287 * i386-opc.h (CpuP4): Removed.
1288 (CpuK6): Likewise.
1289 (CpuK8): Likewise.
1290 (CpuClflush): New.
1291 (CpuSYSCALL): Likewise.
1292 (CpuMMX): Updated.
1293 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
1294 cpuclflush and cpusyscall.
1295
1296 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
1297 syscall and sysret.
1298 * i386-init.h: Regenerated.
1299 * i386-tbl.h: Likewise.
1300
13012009-01-09 H.J. Lu <hongjiu.lu@intel.com>
1302
1303 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
1304 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
1305 (cpu_flags): Add CpuRdtscp.
1306 (set_bitfield): Remove CpuSledgehammer check.
1307
1308 * i386-opc.h (CpuRdtscp): New.
1309 (CpuLM): Updated.
1310 (i386_cpu_flags): Add cpurdtscp.
1311
1312 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
1313 * i386-init.h: Regenerated.
1314 * i386-tbl.h: Likewise.
1315
13162009-01-09 Peter Bergner <bergner@vnet.ibm.com>
1317
1318 * ppc-opc.c (PPCNONE): Define.
1319 (NOPOWER4): Delete.
1320 (powerpc_opcodes): Initialize the new "deprecated" field.
1321
13222009-01-06 H.J. Lu <hongjiu.lu@intel.com>
1323
1324 AVX Programming Reference (December, 2008)
1325 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
1326 (VEX_LEN_E7_P_2_M_0): Likewise.
1327 (VEX_LEN_2C_P_1): Updated.
1328 (VEX_LEN_E8_P_2): Likewise.
1329 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
1330 (mod_table): Likewise.
1331
1332 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
1333 * i386-tbl.h: Regenerated.
1334
13352009-01-05 H.J. Lu <hongjiu.lu@intel.com>
1336
1337 * i386-gen.c (process_copyright): Update for 2009.
1338
1339 * i386-init.h: Regenerated.
1340 * i386-tbl.h: Likewise.
1341
13422009-01-05 H.J. Lu <hongjiu.lu@intel.com>
1343
1344 AVX Programming Reference (December, 2008)
1345 * i386-dis.c (OP_VEX_FMA): Removed.
1346 (OP_EX_VexW): Likewise.
1347 (OP_EX_VexImmW): Likewise.
1348 (OP_XMM_VexW): Likewise.
1349 (VEXI4_Fixup): Likewise.
1350 (VPERMIL2_Fixup): Likewise.
1351 (VexI4): Likewise.
1352 (VexFMA): Likewise.
1353 (Vex128FMA): Likewise.
1354 (EXVexW): Likewise.
1355 (EXdVexW): Likewise.
1356 (EXqVexW): Likewise.
1357 (EXVexImmW): Likewise.
1358 (XMVexW): Likewise.
1359 (VPERMIL2): Likewise.
1360 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
1361 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
1362 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
1363 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
1364 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
1365 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
1366 (get_vex_imm8): Likewise.
1367 (OP_EX_VexReg): Likewise.
1368 vpermil2_op): Likewise.
1369 (EXVexWdq): New.
1370 (vex_w_dq_mode): Likewise.
1371 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
1372 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
1373 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
1374 (es_reg): Updated.
1375 (PREFIX_VEX_38DB): Likewise.
1376 (PREFIX_VEX_3A4A): Likewise.
1377 (PREFIX_VEX_3A60): Likewise.
1378 (PREFIX_VEX_3ADF): Likewise.
1379 (VEX_LEN_3ADF_P_2): Likewise.
1380 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
1381 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
1382 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
1383 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
1384 PREFIX_VEX_3896...PREFIX_VEX_389F,
1385 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
1386 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
1387 (vex_table): Likewise.
1388 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
1389 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
1390 (putop): Support "%XW".
1391 (intel_operand_size): Handle vex_w_dq_mode.
1392
1393 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
1394
1395 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
1396 instructions. Add new FMA instructions.
1397 * i386-tbl.h: Regenerated.
1398
13992009-01-02 Matthias Klose <doko@ubuntu.com>
1400
1401 * or32-opc.c (or32_print_register, or32_print_immediate,
1402 disassemble_insn): Don't rely on undefined sprintf behaviour.
1403
1404For older changes see ChangeLog-2008
1405\f
1406Local Variables:
1407mode: change-log
1408left-margin: 8
1409fill-column: 74
1410version-control: never
1411End:
This page took 0.031874 seconds and 4 git commands to generate.