2009-10-16 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
52a6c1fe
L
12009-10-16 H.J. Lu <hongjiu.lu@intel.com>
2
3 * i386-opc.h: Use enum instead of nested macros.
4
3873ba12
L
52009-10-16 H.J. Lu <hongjiu.lu@intel.com>
6
7 * i386-dis.c: Simplify enums.
8
51e7da1b
L
92009-10-15 H.J. Lu <hongjiu.lu@intel.com>
10 Ineiev <ineiev@gmail.com>
11
12 PR binutils/10767
13 * i386-dis.c: Use enum instead of nested macros.
14
c39846ed
L
152009-10-15 H.J. Lu <hongjiu.lu@intel.com>
16
17 * i386-dis.c (MAX_BYTEMODE): Removed.
18
6a327e17
AM
192009-10-14 Tomas Hurka <tom@hukatronic.cz>
20
21 PR 969
22 * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl.
23
55b126d4
L
242009-10-13 H.J. Lu <hongjiu.lu@intel.com>
25
26 * i386-dis.c (print_insn): Always clear need_vex, need_vex_reg
27 and vex_w_done.
28
ef299415
ME
292009-10-07 Michael Eager <eager@eagercon.com>
30
55b126d4 31 * microblaze-dis.c: Add include for microblaze-dis.h,
ef299415 32 eliminate local extern decls.
55b126d4 33 * microblaze-dis.h: New.
ef299415 34
245caaea
NC
352009-10-06 Nick Clifton <nickc@redhat.com>
36
37 * po/fi.po: Updated Finnish translation.
38
49293ef7
NC
392009-10-03 Andreas Schwab <schwab@linux-m68k.org>
40
41 * opc2c.c: Include "libiberty.h" and <errno.h>.
42 (orig_filename): Constify.
43 (dump_lines): Fix line number directive.
44 (main): Set orig_filename to basename of input file. Use
45 xstrerror.
46
47 * Makefile.am (rx-dis.lo): Remove explicit dependencies.
48 ($(srcdir)/rx-decode.c): Use @MAINT@. Use $(EXEEXT_FOR_BUILD)
49 instead of $(EXEEXT).
50 (opc2c$(EXEEXT_FOR_BUILD)): Renamed from opc2c$(EXEEXT) and use
51 $(LINK_FOR_BUILD). Link with libiberty.
52 (MOSTLYCLEANFILES): Add opc2c$(EXEEXT_FOR_BUILD).
53 (MAINTAINERCLEANFILES): Add $(srcdir)/rx-decode.c.
54 * Makefile.in: Regenerated.
55 * rx-decode.c: Regenerated.
56
8977d4b2
AM
572009-10-03 Paul Reed <paulreed@paddedcell.com>
58
59 * arm-dis.c (print_insn): Check symtab_size not *symtab.
60
f98fa534
L
612009-10-02 H.J. Lu <hongjiu.lu@intel.com>
62
63 * i386-opc.tbl: Drop Disp64 on jump and loop instructions.
64 * i386-tbl.h: Regenerated.
65
9fe54b1c
PB
662009-10-02 Peter Bergner <bergner@vnet.ibm.com>
67
68 * ppc-dis.c (ppc_opts): Add "476" entry.
69 * ppc-opc.c (PPC476): Define.
70 (powerpc_opcodes): Update mnemonics where required for 476.
71
634b50f2
PB
722009-10-01 Peter Bergner <bergner@vnet.ibm.com>
73
74 * ppc-opc.c (PPCA2): Use renamed mask PPC_OPCODE_A2.
75 * ppc-dis.c (ppc_opts): Likewise.
76 Rename "ppca2" to "a2".
77
4ded9dda
SR
782009-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
79
80 * crx-dis.c (match_opcode): Truncate mcode to 32-bit.
81
c7927a3c
NC
822009-09-29 DJ Delorie <dj@redhat.com>
83
84 * Makefile.am: Add RX files.
85 * configure.in: Add support for RX target.
86 * disassemble.c: Likewise.
87 * Makefile.in: Regenerate.
88 * configure: Regenerate.
89 * opc2c.c: New file.
90 * rx-decode.c: New file.
91 * rx-decode.opc: New file.
92 * rx-dis.c: New file.
93
8765b556
PB
942009-09-29 Peter Bergner <bergner@vnet.ibm.com>
95
96 * ppc-opc.c (powerpc_opcodes): Remove support for the the "lxsdux",
97 "lxvd2ux", "lxvw4ux", "stxsdux", "stxvd2ux" and "stxvw4ux" opcodes.
98
fe2d172c
ME
992009-09-25 Michael Eager <eager@eagercon.com>
100
e0c483d6
AM
101 * microblaze-dis.c (get_insn_microblaze, microblaze_get_target_address,
102 microblaze_decode_insn): Add declarations.
103 (get_delay_slots_microblaze): Remove.
fe2d172c 104
21d799b5
NC
1052009-09-25 Martin Thuresson <martint@google.com>
106
e0c483d6 107 Update sources to make arc and arm targets compile cleanly with
21d799b5
NC
108 -Wc++-compat:
109 * arc-dis.c Fix casts.
110 * arc-ext.c: Add casts.
111 * arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous
112 enum.
113
2bf05e57
L
1142009-09-24 H.J. Lu <hongjiu.lu@intel.com>
115
116 * i386-gen.c (opcode_modifiers): Remove Vex256.
117 (set_bitfield): Handle XXX=V.
118
119 * i386-opc.h (Vex): Update comments.
120 (Vex256): Removed.
121 (VexNDS): Updated.
e0c483d6 122 (i386_opcode_modifier): Change vex to 2 bits. Remove vex256.
2bf05e57
L
123
124 * i386-opc.tbl: Replace "Vex|Vex256" with Vex=2.
125 * i386-tbl.h: Regenerated.
126
8a00d392
NC
1272009-09-23 Nick Clifton <nickc@redhat.com>
128
129 * po/fr.po: Updated French translation.
130
e0d602ec
BE
1312009-09-21 Ben Elliston <bje@au.ibm.com>
132 Peter Bergner <bergner@vnet.ibm.com>
133
134 * ppc-dis.c (ppc_opts): Add "ppca2" entry.
135 * ppc-opc.c (powerpc_opcodes): Add eratilx, eratsx, eratsx.,
136 eratre, wchkall, eratwe, ldawx., mdfcrx., mfdcr. mtdcrx., icswx,
137 icswx., mtdcr., dci, wclrone, wclrall, wclr, erativax, tlbsrx.,
138 ici mnemonics.
139 (ERAT_T): New operand.
140 (XWC_MASK): New mask.
141 (XOPL2): New macro.
142 (PPCA2): Define.
143
ca58b19f
NC
1442009-09-18 Nick Clifton <nickc@redhat.com>
145
146 * po/es.po: Updated Spanish translation.
147 * po/vi.po: Updated Vietnamese translation.
148
05203043
L
1492009-09-15 H.J. Lu <hongjiu.lu@intel.com>
150
151 * i386-dis.c (OP_E_memory): Don't print '-' in Intel mode if
152 disp == -disp.
153
df58f7b0
NC
1542009-09-14 Nick Clifton <nickc@redhat.com>
155
156 * po/nl.po: Updated Dutch translation.
157
1e9cc1c2
NC
1582009-09-11 Nick Clifton <nickc@redhat.com>
159
160 * po/opcodes.pot: Updated by the Translation project.
161
1622009-09-11 Martin Thuresson <martint@google.com>
163
164 Updated sources to compile cleanly with -Wc++-compat:
165 * ld.h (enum endian_enum,enum symbolic_enum,enum dynamic_list_enum): Move to top level.
166 * ldcref.c: Add casts.
167 * ldctor.c: Add casts.
168 * ldexp.c
169 * ldexp.h (enum node_tree_enum,enum phase_enum): Move to top level.
170 * ldlang.c: Add casts. (lang_insert_orphan): Use enum name instead of integer.
171 * ldlang.h (enum statement_enum): Move to top level.
172 * ldmain.c: Add casts.
173 * ldwrite.c: Add casts.
174 * lexsup.c: Add casts. (enum control_enum): Move to top level.
175 * mri.c: Add casts. (mri_draw_tree): Use enum name instead of integer.
176
c8676ae4 1772009-09-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
e0c483d6 178
c8676ae4
AK
179 * s390-dis.c (print_insn_s390): Avoid 'long long'.
180
7330f9c3 1812009-09-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
e0c483d6 182
7330f9c3
AK
183 * s390-dis.c (s390_extract_operand): Remove the shift for pcrel operands.
184 (print_insn_s390): Signextend and shift pcrel operands before printing.
185
9daa0d29
L
1862009-09-09 H.J. Lu <hongjiu.lu@intel.com>
187
188 * i386-dis.c (vex_len_table): Change VEX_LEN_AE_R_X_M0 to
189 VEX_LEN_AE_R_X_M_0 in comments.
190
495c5f87
DD
1912009-09-08 DJ Delorie <dj@redhat.com>
192
193 * mep-opc.c: Regenerate.
194
84c71969
AS
1952009-09-08 Andreas Schwab <schwab@linux-m68k.org>
196
197 * z8kgen.c (struct op): Replace unused flavor with id.
198 (opt): Remove extra xorb entry.
199 (func): Use id field as fallback.
200 (sub): Return new string, caller changed.
201 (internal): Allocate end marker. Assign unique id before sorting.
202 (gas): Likewise. Fix loop end condition.
203 * z8k-opc.h: Regenerate.
204
bdc7fcfe
AM
2052009-09-08 Alan Modra <amodra@bigpond.net.au>
206
207 * ppc-opc.c (powerpc_macros <extrdi>): Allow n+b of 64.
208
815c0482
AM
2092009-09-07 Alan Modra <amodra@bigpond.net.au>
210
211 * z8kgen.c (func): Fix thinko last patch.
212
eae14d64
AM
2132009-09-07 Alan Modra <amodra@bigpond.net.au>
214
215 * z8kgen.c (func): Stabilize qsort of identically named entries.
216 * z8k-opc.h: Regenerate.
217
23f938f1
TG
2182009-09-07 Tristan Gingold <gingold@adacore.com>
219
220 * po/opcodes.pot: Regenerate.
221
2eee5593
AM
2222009-09-07 Alan Modra <amodra@bigpond.net.au>
223
224 * configure.in (BUILD_LIBS, BUILD_LIB_DEPS): Define and subst.
225 * configure: Regenerate.
226 * Makefile.am (LIBIBERTY, BUILD_LIBIBERTY, BUILD_LIBINTL): Delete.
227 (BUILD_LIBS, BUILD_LIB_DEPS): Define. Use..
228 (i386-gen, ia64-gen, z8kgen): ..here.
229 * Makefile.in: Regenerate.
230
ae794f60
TG
2312009-09-07 Tristan Gingold <gingold@adacore.com>
232
233 * z8k-opc.h: Regenerate.
234
96d56e9f
NC
2352009-09-05 Martin Thuresson <martin@mtme.org>
236
237 * ia64-dis.c (print_insn_ia64): Update code to use renamed member.
238 * m88k-dis.c (m88kdis): Rename variable class to in_class.
239 * tic80-opc.c (tic80_symbol_to_value, tic80_value_to_symbol):
240 Rename argument class to symbol_class.
241
66a6900a
JZ
2422009-09-04 Jie Zhang <jie.zhang@analog.com>
243
244 * bfin-dis.c (decode_pseudodbg_assert_0): Change according
245 to the new encoding of DBGA, DBGAH, and DBGAL.
246 (_print_insn_bfin): Likewise.
247
ad15c38e
JZ
2482009-09-03 Jie Zhang <jie.zhang@analog.com>
249
250 * bfin-dis.c (_print_insn_bfin): Don't declare.
251 (print_insn_bfin): Don't declare.
252 (dregs_pair): Remove.
253 (ignore_bits): Remove.
254 (ccstat): Remove.
255
c958a8a8
JZ
2562009-09-03 Jie Zhang <jie.zhang@analog.com>
257
258 * bfin-dis.c (IS_DREG): Define.
259 (IS_PREG): Define.
260 (IS_AREG): Define.
261 (IS_GENREG): Define.
262 (IS_DAGREG): Define.
263 (IS_SYSREG): Define.
264 (decode_REGMV_0): Check illegal register move instructions.
265
3df5879c
DK
2662009-09-03 Dave Korn <dave.korn.cygwin@gmail.com>
267
268 * Makefile.am (BUILD_LIBINTL): New variable.
269 (i386-gen$(EXEEXT_FOR_BUILD)): Use it.
270 (ia64-gen$(EXEEXT_FOR_BUILD)): And here.
271 (z8kgen$(EXEEXT_FOR_BUILD)): And here.
272 * Makefile.in: Regenerate.
273
05316052
DD
2742009-09-01 DJ Delorie <dj@redhat.com>
275
276 * mep-asm.c: Regenerate.
277 * mep-desc.c: Regenerate.
278 * mep-opc.c: Regenerate.
279
e06ae0d4
TG
2802009-09-01 Tristan Gingold <gingold@adacore.com>
281
282 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
283 dependencies. Remove unused FORMAT variable.
284 * configure.com: New file to create build.com DCL script for
285 Itanium VMS or Alpha VMS.
286
d3ce72d0
NC
2872009-08-29 Martin Thuresson <martin@mtme.org>
288
289 * cris-dis.c (bytes_to_skip): Update code to use new name.
290 * i386-dis.c (putop): Update code to use new name.
291 * i386-gen.c (process_i386_opcodes): Update code to use
292 new name.
293 * i386-opc.h (struct template): Rename struct template to
294 insn_template. Update code accordingly.
295 * i386-tbl.h (i386_optab): Update type to use new name.
296 * ia64-dis.c (print_insn_ia64): Rename variable template
297 to template_val.
298 * tic30-dis.c (struct instruction, get_tic30_instruction):
299 Update code to use new name.
300 * tic54x-dis.c (has_lkaddr, get_insn_size)
301 (print_parallel_instruction, print_insn_tic54x, tic54x_get_insn):
302 Update code to use new name.
303 * tic54x-opc.c (tic54x_unknown_opcode, tic54x_optab):
304 Update type to new name.
305 * z8kgen.c (internal, gas): Rename variable new to new_op.
306
791f3971
L
3072009-08-28 H.J. Lu <hongjiu.lu@intel.com>
308
309 * Makefile.am (COMPILE_FOR_BUILD): Remove BUILD_CPPFLAGS.
310 Replace BUILD_CFLAGS with CFLAGS_FOR_BUILD.
311 (LINK_FOR_BUILD): Replace BUILD_CFLAGS/BUILD_LDFLAGS with
312 CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
313 * Makefile.in: Regenerated.
314
573e8a1c
RW
3152009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
316
317 * Makefile.am (bfdlibdir, bfdincludedir): Move definition ...
318 [INSTALL_LIBBFD]: ... here, ...
319 [INSTALL_LIBBFD]: ... and empty overrides here.
320 [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable.
321 [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it.
322 * Makefile.in: Regenerate.
323 * configure: Regenerate.
324
f7922329
NC
3252009-08-26 Philippe De Muyter <phdm@macqel.be>
326
327 * m68k-dis.c (print_insn_arg): Add movecr register names for
328 coldfire v4e families.
329
ff13a42d
RW
3302009-08-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
331
332 * Makefile.am (SUBDIRS): Build '.' before 'po'.
333 (COMPILE_FOR_BUILD, LINK_FOR_BUILD, BUILD_LIBIBERTY)
334 (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
335 (i386-gen$(EXEEXT_FOR_BUILD)): Renamed from i386-gen, rewrite
336 using *BUILD variables, depend upon $(BUILD_LIBIBERTY).
337 (i386-gen.o): New rule.
338 ($(srcdir)/i386-init.h): Adjust.
339 (i386-opc.lo): Depend on $(srcdir)/i386-tbl.h.
340 (ia64-gen$(EXEEXT_FOR_BUILD)): Rename from ia64-gen, adjust likewise.
341 (ia64-gen.o): New rule.
342 (ia64_asmtab_deps): New variable.
343 ($(srcdir)/ia64-asmtab.c): Use it; adjust likewise.
344 (ia64-opc.lo): Depend on $(srcdir)/ia64-asmtab.c.
345 (s390-mkopc$(EXEEXT_FOR_BUILD)): Rename from s390-mkopc, adjust
346 likewise.
347 (s390-opc.tab): Adjust.
348 (z8kgen$(EXEEXT_FOR_BUILD), z8kgen.o, $(srcdir)/z8k-opc.h): New
349 rules.
350 (z8k-dis.lo): Depend on $(srcdir)/z8k-opc.h.
351 * Makefile.in: Regenerate.
352 * z8kgen.c (gas): Avoid '/*' in comment.
353 * z8k-opc.h (func): Regenerate.
354
6f01793d
RW
3552009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
356
357 * Makefile.am (TARGET_LIBOPCODES_CFILES): New variable, taken
358 from $(CFILES), sorted, with dis-buf.c, dis-init.c, disassemble.c,
359 i386-gen.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c, ia64-opc-i.c,
360 ia64-opc-m.c, ia64-opc-d.c, ia64-gen.c, ia64-asmtab.c removed, and
361 msp430-dis.c added.
362 (LIBOPCODES_CFILES): New variable, adding to
363 TARGET_LIBOPCODES_CFILES also non-target library sources.
364 (CFILES): Factorize based on $(LIBOPCODES_CFILES), adding generator
365 files.
366 (ALL_MACHINES): Factorize based on $(TARGET_LIBOPCODES_CFILES).
367 (EXTRA_libopcodes_la_SOURCES): Use $(LIBOPCODES_CFILES).
368 * Makefile.in: Regenerate.
369 * po/POTFILES.in: Regenerate.
370
81ecdfbb
RW
3712009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
372
14ec8efd
RW
373 * Makefile.am (libopcodes_la_LDFLAGS): Initialize early.
374 [INSTALL_LIBBFD] (bfdlib_LTLIBRARIES): Set only in this condition.
375 [INSTALL_LIBBFD] (bfdinclude_DATA): New.
376 [!INSTALL_LIBBFD] (noinst_LTLIBRARIES): New.
377 [!INSTALL_LIBBFD] (libopcodes_la_LDFLAGS): Ensure libopcodes.la
378 is built shared even if it is not to be installed.
379 (install-bfdlibLTLIBRARIES,uninstall-bfdlibLTLIBRARIES)
380 (install_libopcodes, uninstall_libopcodes): Remove.
381 (AM_CPPFLAGS): Renamed from ...
382 (INCLUDES): ... this.
383 * Makefile.in: Regenerate.
384
758227f0
RW
385 * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.9 and cygnus, add
386 1.11, foreign, no-dist.
387 (MKDEP, m32c_opc_h): Remove variables.
388 (disassemble.lo): Rewrite using automake-style dependency
389 tracking rules; only list the dependency upon the primary source
390 file, but no included headers.
391 (m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo, m32c-opc.lo)
392 (i386-gen.o, ia64-gen.o): Remove dependency statements.
393 (EXTRA_libopcodes_la_SOURCES): New variable, list $(CFILES) to
394 ensure all dependency fragments are included in the Makefile.
395 (s390-opc.lo): Depend on s390-opc.tab.
396 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules.
397 (mkdep section): Remove.
398 * Makefile.in: Regenerate.
399 * po/POTFILES.in: Regenerate.
400
af542c2e
RW
401 * Makefile.am (install-pdf, install-html): Remove.
402 * Makefile.in: Regenerate.
403
81ecdfbb
RW
404 * Makefile.in: Regenerate.
405 * aclocal.m4: Likewise.
406 * config.in: Likewise.
407 * configure: Likewise.
408
7ba29e2a
NC
4092009-08-06 Michael Eager <eager@eagercon.com>
410
411 * Makefile.am: Add microblaze-opc.h to HFILES, microblaze-dis.c to
412 CFILES, microblaze-dis.lo to ALL_MACHINES, targets.
413 * Makefile.in: Regenerate.
414 * configure.in: Add bfd_microblaze_arch target.
415 * configure: Regenerate.
e0c483d6 416 * disassemble.c: Define ARCH_microblaze, return
7ba29e2a
NC
417 print_insn_microblaze().
418 * microblaze-dis.c: New MicroBlaze disassembler.
419 * microblaze-opc.h: New MicroBlaze opcode definitions.
420 * microblaze-opcm.h: New MicroBlaze opcode types.
421
8a9036a4
L
4222009-07-25 H.J. Lu <hongjiu.lu@intel.com>
423
424 * configure.in: Handle bfd_l1om_arch.
425 * disassemble.c (disassembler): Likewise.
426
427 * configure: Regenerated.
428
429 * i386-dis.c (print_insn): Handle bfd_mach_l1om and
430 bfd_mach_l1om_intel_syntax. Use 8 bytes per line for Intel L1OM.
431
432 * i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to ~CpuL1OM.
433 Add CPU_L1OM_FLAGS.
434 (cpu_flags): Add CpuL1OM.
435 (set_bitfield): Take an argument to set the value field.
436 (process_i386_cpu_flag): Support ~CpuXXX and ~(CpuXXX|CpuYYY).
437 (process_i386_opcode_modifier): Updated.
438 (process_i386_operand_type): Likewise.
439 * i386-init.h: Regenerated.
440 * i386-tbl.h: Likewise.
441
442 * i386-opc.h (CpuL1OM): New.
443 (CpuXsave): Updated.
444 (i386_cpu_flags): Add cpul1om.
445
309d3373
JB
4462009-07-24 Jan Beulich <jbeulich@novell.com>
447
448 * i386-dis.c (fgrps): Correct annotation for feni/fdisi. Add
449 frstpm.
450 * i386-gen.c (cpu_flag_init): Add FP enabling flags where needed.
451 (cpu_flags): Add Cpu8087, Cpu287, Cpu387, Cpu687, and CpuFISTTP.
452 (set_bitfield): Expand CpuFP to Cpu8087|Cpu287|Cpu387.
453 * i386-opc.h (Cpu8087, Cpu287, Cpu387, Cpu687, CpuFISTTP):
454 Define.
455 (union i386_cpu_flags): Add cpu8087, cpu287, cpu387, cpu687,
456 and cpufisttp.
457 * i386-opc.tbl: Qualify floating point instructions by their
458 respective CpuXXX flag. Fix fucom{,p,pp}, fprem1, fsin, fcos,
459 and fsincos to be avilable only on 387. Fix fstsw ax to be
460 available only on 287+. Add f{,n}eni, f{,n}disi, f{,n}setpm,
461 and frstpm.
462 * i386-init.h, i386-tbl.h: Regenerate.
463
7769efb2
NC
4642009-07-20 Nick Clifton <nickc@redhat.com>
465
466 PR 10288
467 * arm-dis.c (arm_opcodes): Catch non-zero bits 8-11 in register
468 offset or indexed based addressing mode 3.
469
74bdfecf
NC
4702009-07-14 Nick Clifton <nickc@redhat.com>
471
472 PR 10288
473 * arm-dis.c (arm_opcodes): Catch illegal Addressing Mode 1
474 patterns.
475 (arm_decode_shift): Catch illegal register based shifts.
476 (print_insn_arm): Properly handle negative register r0
477 post-indexed addressing.
478
d1aaab3c
DK
4792009-07-10 Doug Kwan <dougkwan@google.com>
480
481 * arm-disc.c (print_insn_coprocessor, print_insn_arm): Print only
482 lower 32 bits of long types to make hexadecimal output consistent
483 on both 32-bit and 64-bit hosts.
484
87337981
AM
4852009-07-10 Alan Modra <amodra@bigpond.net.au>
486
487 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, * fr30-opc.h,
488 * frv-desc.c, * frv-desc.h, * frv-opc.c, * frv-opc.h,
489 * ip2k-desc.c, * ip2k-desc.h, * ip2k-opc.c, * ip2k-opc.h,
490 * iq2000-desc.c, * iq2000-desc.h, * iq2000-opc.c, * iq2000-opc.h,
491 * lm32-desc.c, * lm32-desc.h, * lm32-opc.c, * lm32-opc.h,
492 * lm32-opinst.c, * m32c-desc.c, * m32c-desc.h, * m32c-opc.c,
493 * m32c-opc.h, * m32r-desc.c, * m32r-desc.h, * m32r-opc.c,
494 * m32r-opc.h, * m32r-opinst.c, * mt-desc.c, * mt-desc.h,
495 * mt-opc.c, * mt-opc.h, * openrisc-desc.c, * openrisc-desc.h,
496 * openrisc-opc.c, * openrisc-opc.h, * xc16x-desc.c, * xc16x-desc.h,
e0c483d6 497 * xc16x-opc.c, * xc16x-opc.h, * xstormy16-desc.c, * xstormy16-desc.h,
87337981
AM
498 * xstormy16-opc.c, * xstormy16-opc.h: Regenerate.
499
1103f72c
NC
5002009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw>
501
502 * arm-dis.c (coprocessor_opcodes): Fix mask for waddbhus.
503
78c66db8
NC
5042009-07-07 Nick Clifton <nickc@redhat.com>
505
506 PR 10288
507 * arm-dis.c (arm_opcodes): Be more strict about decoding scaled
508 addressing modes.
509
22102fb0
DD
5102009-07-06 DJ Delorie <dj@redhat.com>
511
512 * mep-desc.c: Regenerate.
513 * mep-desc.h: Regenerate.
514 * mep-opc.c: Regenerate.
515 * mep-opc.h: Regenerate.
516
922d8de8
DR
5172009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
518
519 * i386-opc.h (CpuFMA4): Add CpuFMA4.
520 (i386_cpu_flags): New.
521 * i386-gen.c: Add CPU_FMA4_FLAGS.
522 * i386-opc.tbl: Add FMA4 instructions.
523 * i386-tbl.h: Regenerate.
524 * i386-init.h: Regenerate.
525 * i386-dis.c (OP_VEX_FMA): New. Handle FMA4.
526 (OP_XMM_VexW): Ditto.
527 (OP_EX_VexW): Ditto.
528 (VEXI4_Fixup): Ditto.
529 (VexI4, VexFMA, Vex128FMA, EXVexW, EXdVexW, XMVexW): New Macros.
530 (PREFIX_VEX_3A5C, PREFIX_VEX_3A5D, PREFIX_VEX_3A5E): New.
531 (PREFIX_VEX_3A5F, PREFIX_VEX_3A60): New.
532 (PREFIX_VEX_3A68, PREFIX_VEX_3A69, PREFIX_VEX_3A6A): New.
533 (PREFIX_VEX_3A6B, PREFIX_VEX_3A6C, PREFIX_VEX_3A6D): New.
534 (PREFIX_VEX_3A6E, PREFIX_VEX_3A6F, PREFIX_VEX_3A7A): New.
535 (PREFIX_VEX_3A7B, PREFIX_VEX_3A7C, PREFIX_VEX_3A7D): New.
536 (PREFIX_VEX_3A7E, PREFIX_VEX_3A7F): New.
537 (VEX_LEN_3A6A_P_2,VEX_LEN_3A6B_P_2, VEX_LEN_3A6E_P_2): New.
538 (VEX_LEN_3A6F_P_2,VEX_LEN_3A7A_P_2, VEX_LEN_3A7B_P_2): New.
539 (VEX_LEN_3A7E_P_2,VEX_LEN_3A7F_P_2): New.
540 (get_vex_imm8): New. handle FMA4.
541 (OP_EX_VexReg): Ditto.
e0c483d6 542
fe56b6ce
NC
5432009-06-30 Nick Clifton <nickc@redhat.com>
544
545 PR 10288
546 * arm-dis.c (coprocessor): Print the LDC and STC versions of the
547 LFM and SFM instructions as comments,.
548 Improve consistency of formatting for instructions displayed as
549 comments and decimal values displayed with their hexadecimal
550 equivalents.
551 Formatting tidy ups.
552
05413229
NC
5532009-06-29 Nick Clifton <nickc@redhat.com>
554
555 PR 10288
556 * arm-dis.c (enum opcode_sentinels): New: Used to mark the
557 boundary between variaant and generic coprocessor instuctions.
558 (coprocessor): Use it.
559 Fix architecture version of MCRR and MRRC instructions.
560 (arm_opcdes): Fix patterns for STRB and STRH instructions.
561 (print_insn_coprocessor): Check architecture and extension masks.
562 Print a hexadecimal version of any decimal constant that is
563 outside of the range of -16 to +32.
564 (print_arm_address): Add a return value of the offset used in the
565 adress, if it is worth printing a hexadecimal version of it.
566 (print_insn_neon): Print a hexadecimal version of any decimal
567 constant that is outside of the range of -16 to +32.
568 (print_insn_arm): Likewise.
569 (print_insn_thumb16): Likewise.
570 (print_insn_thumb32): Likewise.
e0c483d6 571
05413229
NC
572 PR 10297
573 * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description
574 of an undefined instruction.
575 (arm_opcodes): Use it.
576 (thumb_opcod): Use it.
577 (thumb32_opc): Use it.
578
378a0c07
DD
5792009-06-23 DJ Delorie <dj@redhat.com>
580
dab97f24
DD
581 * mep-desc.c: Regenerate.
582 * mep-desc.h: Regenerate.
583 * mep-dis.c: Regenerate.
584 * mep-ibld.c: Regenerate.
585 * mep-opc.c: Regenerate.
586
378a0c07
DD
587 * mep-asm.c: Regenerate.
588 * mep-opc.c: Regenerate.
589 * mep-opc.h: Regenerate.
590
aece7d2e
NC
5912009-06-22 Nick Clifton <nickc@redhat.com>
592
593 * po/fi.po: Updated Finish translation.
594
1998a8e0
AM
5952009-06-22 Alan Modra <amodra@bigpond.net.au>
596
597 * m32c-asm.c: Regenerate.
598
b33bafa0
AM
5992009-06-22 Alan Modra <amodra@bigpond.net.au>
600
601 * score-dis.c (print_insn_score48, print_insn_score32): Move default
602 case label to proper lexical block.
603 * score7-dis.c (print_insn_score32): Likewise.
604
ce21feb4
MS
6052009-06-19 Martin Schwidefsky <sschwidefsky@de.ibm.com>
606
607 * s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
608 MASK_RX_0RRD_OPT): New instruction formats with optional arguments.
609 * s390-opc.txt (nopr, nop): Use new instruction format.
610
0313a2b8
NC
6112009-06-18 Nick Clifton <nickc@redhat.com>
612
613 PR 10288
614 * arm-dis.c (print_insn_coprocessor): Check that a user specified
615 ARM architecture supports the matched instruction.
616 (print_insn_arm): Likewise.
617 (select_arm_features): New function. Fills in the fields of an
618 arm_feature_set structure based on a given arm machine number.
619 (print_insn): Initialise an arm_feature_set structure.
620
6db7e006
MR
6212009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
622
623 * vax-dis.c (is_function_entry): Return success for synthetic
624 symbols too.
625 (is_plt_tail): New function.
626 (print_insn_vax): Decode PLT entry offset longword.
627
522fe561
NC
6282009-06-15 Nick Clifton <nickc@redhat.com>
629
fe2ceba1
NC
630 PR 10186
631 * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W
632 instruction.
633
522fe561
NC
634 PR 10173
635 * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice.
636
1316c8b3
NC
6372009-06-15 Nick Clifton <nickc@redhat.com>
638
639 PR 10263
640 * arm-dis.c (print_insn): Ignore is_data if the user has requested
641 the disassembly of data as well as instructions.
642
f6475b48
DE
6432009-06-11 Doug Evans <dje@sebabeach.org>
644
645 * cgen.sh: Handle multiple simultaneous runs for parallel makes.
646
f865a31d
AG
6472009-06-11 Anthony Green <green@moxielogic.com>
648
649 * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions.
650 (moxie_form3_opc_info): Add branch instructions.
651 * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL
652 encoded instructions.
653
0e7c7f11
AG
6542009-06-06 Anthony Green <green@moxielogic.com>
655
656 * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M.
657 * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case.
658
67a648f1
AM
6592009-06-04 Alan Modra <amodra@bigpond.net.au>
660
661 * dep-in.sed: Don't use \n in replacement part of s command.
662 * Makefile.am (DEP1): LC_ALL for uniq.
663 * Makefile.in: Regenerate.
664
06c582ac
NC
6652009-06-02 Nick Clifton <nickc@redhat.com>
666
667 * po/nl.po: Updated Dutch translation.
668
3164099e
TG
6692009-06-02 Tristan Gingold <gingold@adacore.com>
670
671 * ia64-gen.c (parse_resource_users, print_dependency_table,
672 add_dis_table_ent, finish_distable, insert_bit_table_ent,
673 add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq,
674 get_prefix_len, compute_completer_bits, insert_opcode_dependencies,
675 insert_completer_entry, print_completer_entry, print_completer_table,
676 opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions.
677
d285268e
DD
6782009-05-28 DJ Delorie <dj@redhat.com>
679
680 * mep-asm.c: Regenerate.
681 * mep-desc.c: Regenerate.
682
2f3565a3
DD
6832009-05-26 DJ Delorie <dj@redhat.com>
684
685 * mep-asm.c: Regenerate.
686 * mep-desc.c: Regenerate.
687 * mep-desc.h: Regenerate.
688 * mep-dis.c: Regenerate.
689 * mep-ibld.c: Regenerate.
690 * mep-opc.c: Regenerate.
691 * mep-opc.h: Regenerate.
692
f12e7348
NC
6932009-05-26 Nick Clifton <nickc@redhat.com>
694
695 * po/id.po: Updated Indonesian translation.
696 * po/opcodes.pot: Updated template file.
697
9e097a72
AM
6982009-05-26 Alan Modra <amodra@bigpond.net.au>
699
700 * dep-in.sed: Don't modify .o to .lo here. Output one filename
701 per line with all lines having continuation backslash. Prefix
702 first line with "A", following lines with "B".
703 * Makefile.am (DEP): Don't use dep.sed here.
704 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
705 dep.sed here on dependencies, sort and uniq.
706 * Makefile.in: Regenerate.
707
4f8318f8
TG
7082009-05-25 Tristan Gingold <gingold@adacore.com>
709
710 * makefile.vms (OPT): New variable.
711 (CFLAGS): Update compilation flags.
712
1d74713b
DD
7132009-05-22 DJ Delorie <dj@redhat.com>
714
715 * mep-asm.c: Regenerate.
716 * mep-desc.c: Regenerate.
717 * mep-desc.h: Regenerate.
718 * mep-dis.c: Regenerate.
719 * mep-ibld.c: Regenerate.
720 * mep-opc.c: Regenerate.
721 * mep-opc.h: Regenerate.
722
c1e679ec
DR
7232009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
724
725 * i386-opc.h (Cpusse5): Delete.
726 (i386_cpu_flags): Delete.
727 * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
728 * i386-opc.tbl: Remove SSE5 instructions.
729 * i386-tbl.h: Regenerate.
730 * i386-init.h: Regenerate.
731 * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
732 (print_drex_arg): Delete.
733 (OP_DREX4): Delete.
734 (OP_DREX3): Delete.
735 (OP_DREX_ICMP): Delete.
736 (OP_DREX_FCMP): Delete.
737 (DREX_*): Delete.
738 (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
e0c483d6 739
2b3decb5
AM
7402009-05-22 Alan Modra <amodra@bigpond.net.au>
741
742 * Makefile.am: Run "make dep-am".
743 * Makefile.in: Regenerate.
744 * po/POTFILES.in: Regenerate.
745
eb956800
DD
7462009-05-19 DJ Delorie <dj@redhat.com>
747
748 * mep-asm.c: Regenerate.
749 * mep-opc.c: Regenerate.
750
3526b680
DD
7512009-04-30 DJ Delorie <dj@redhat.com>
752
753 * mep-asm.c: Regenerate.
754 * mep-desc.c: Regenerate.
755 * mep-desc.h: Regenerate.
756 * mep-dis.c: Regenerate.
757 * mep-ibld.c: Regenerate.
758 * mep-opc.c: Regenerate.
759 * mep-opc.h: Regenerate.
760
45be3704
DD
7612009-04-17 DJ Delorie <dj@redhat.com
762
763 * mep-desc.c: Regenerate.
764 * mep-ibld.c: Regenerate.
765 * mep-opc.c: Regenerate.
766 * mep-opc.h: Regenerate.
767
20135e4c
NC
7682009-04-15 Anthony Green <green@moxielogic.com>
769
770 * moxie-opc.c, moxie-dis.c: Created.
771 * Makefile.am: Build the moxie source files.
772 * configure.in: Add moxie support.
773 * Makefile.in, configure: Rebuilt.
774 * disassemble.c (disassembler): Add moxie support.
775 (ARCH_moxie): Define.
776
ac5c19e6
JB
7772009-04-15 Jan Beulich <jbeulich@novell.com>
778
779 * i386-opc.tbl (protb, protw, protd, protq): Set opcode
780 extension to None.
781 (pshab, pshaw, pshad, pshaq): Likewise.
782 * i386-tbl.h: Re-generate.
783
52de720d
DD
7842009-04-08 DJ Delorie <dj@redhat.com
785
786 * mep-asm.c: Regenerate.
787 * mep-desc.c: Regenerate.
788 * mep-desc.h: Regenerate.
789 * mep-dis.c: Regenerate.
790 * mep-ibld.c: Regenerate.
791 * mep-opc.c: Regenerate.
792 * mep-opc.h: Regenerate.
793
858d7a6d
PB
7942009-04-07 Peter Bergner <bergner@vnet.ibm.com>
795
796 * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva",
797 "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation.
798 Reorder entries so the extended mnemonics are listed before tlbilx.
799
70dc4e32
PB
8002009-04-02 Peter Bergner <bergner@vnet.ibm.com>
801
802 * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
803 due to -many/-Many.
804 (print_insn_powerpc): Make sure we only deprecate instructions using
805 the original dialect and not a modified dialect due to -Many handling.
806 Move the handling of the condition register and default operands to
807 the end of the if/else if/else chain.
808 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
809 instructions from newer processors are listed before older ones.
810 <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
811 that have instructions with conflicting opcodes.
812
e401b04c
PB
8132009-04-01 Peter Bergner <bergner@vnet.ibm.com>
814
815 * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
816 E500MC entries.
817
b8f9ee44
CL
8182009-04-01 Christophe Lyon <christophe.lyon@st.com>
819
820 * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
821
d460e92e
JM
8222009-03-30 Joseph Myers <joseph@codesourcery.com>
823
824 * arm-dis.c (print_insn): Also check section matches in backwards
825 search for mapping symbol.
826
d34b5006
L
8272009-03-26 H.J. Lu <hongjiu.lu@intel.com>
828
829 * i386-dis.c (get_valid_dis386): Abort on unhandled table.
830
8d25cc3d
AM
8312009-03-18 Alan Modra <amodra@bigpond.net.au>
832
3889c459 833 * cgen-opc.c: Include alloca-conf.h rather than alloca.h.
8d25cc3d
AM
834 * Makefile.am: Run "make dep-am".
835 * Makefile.in: Regenerate.
836 * openrisc-opc.c: Regenerate.
837
34dd024a
NC
8382009-03-10 Nick Clifton <nickc@redhat.com>
839
840 * po/id.po: Updated Indonesian translation.
841
69fe9ce5
AM
8422009-03-10 Alan Modra <amodra@bigpond.net.au>
843
844 * ppc-dis.c: Include "opintl.h".
845 (struct ppc_mopt, ppc_opts): New.
846 (ppc_parse_cpu): New function.
847 (powerpc_init_dialect): Use it.
848 (print_ppc_disassembler_options): Dump options from ppc_opts.
849 Internationalize message.
850
d11fd249
NC
8512009-03-06 Nick Clifton <nickc@redhat.com>
852
853 * po/es.po: Updated Spanish translation.
854
51dec227
AM
8552009-03-04 Alan Modra <amodra@bigpond.net.au>
856
857 PR 6768
858 * configure.in: Test for ld --as-needed support. Link shared
859 libopcodes against libm.
860 * configure: Regenerate.
861
c72ab5f2
PB
8622009-03-03 Peter Bergner <bergner@vnet.ibm.com>
863
864 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
865 instructions from newer processors are listed before older ones.
866
a1f7ca36
AM
8672009-03-03 Alan Modra <amodra@bigpond.net.au>
868
869 * Makefile.am: Run "make dep-am".
870 (HFILES): Move lm32-desc.h and lm32-opc.h from..
871 (CFILES): ..here.
872 * Makefile.in: Regenerate.
873
c3b7224a
NC
8742009-03-02 Qinwei <qinwei@sunnorth.com.cn>
875
876 * score7-dis.c: New file.
877 * Makefile.am: Add dependencies for score7-dis.c.
878 * Makefile.in: Regenerate.
879 * configure.in: Add score7-dis to score files.
880 * configure: Regenerate.
881 * score-dis.c: Add support for score7 architecture.
882 * score-opc.h: Likewise.
883
58e24671
RW
8842009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
885
886 * configure: Regenerate.
887
d6f574e0
L
8882009-02-27 H.J. Lu <hongjiu.lu@intel.com>
889
890 * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
891
066be9f7
PB
8922009-02-26 Peter Bergner <bergner@vnet.ibm.com>
893
894 * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
895 the power7 and the isel instructions.
896 * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
897 (insert_dm, extract_dm): Likewise.
898 (XB6): Update comment to include XX2 form.
899 (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
900 XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
901 (RemoveXX3DM): Delete.
902 (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
903 "mftgpr">: Deprecate for POWER7.
904 <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
905 "frsqrte.">: Deprecate the three operand form and enable the two
906 operand form for POWER7 and later.
907 <"wait">: Extend to accept optional parameter. Enable for POWER7.
908 <"waitsrv", "waitimpl">: Add extended opcodes.
909 <"ldbrx", "stdbrx">: Enable for POWER7.
910 <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
911 <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
912 "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
913 "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
914 "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
915 "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
916 "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
917 "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
918 <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
919 "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
920 "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
921 "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
922 "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
923 "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
924 "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
925 "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
926 "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
927 "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
928 "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
929 "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
930 "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
931 "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
932 "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
933 "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
934 "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
935 "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
936 "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
937 "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
938 "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
939 "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
940 "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
941 "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
942 "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
943 "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
944 "xxspltw", "xxswapd">: Add VSX opcodes.
945
4c664d7b
L
9462009-02-23 H.J. Lu <hongjiu.lu@intel.com>
947
948 * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
949 (operand_types): Remove Vex_Imm4.
950
951 * i386-opc.h (Vex_Imm4): Removed.
952 (OTMax): Updated.
953 (i386_operand_type): Remove vex_imm4.
954
955 * i386-opc.tbl: Remove Vex_Imm4 comments.
956 * i386-init.h: Regenerated.
957 * i386-tbl.h: Likewise.
958
4ce8808b
RE
9592009-02-23 Richard Earnshaw <rearnsha@arm.com>
960
961 * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
962 vq{r}shr{u}n.s64 insnstructions.
963
0e55be16
PB
9642009-02-19 Peter Bergner <bergner@vnet.ibm.com>
965
966 * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
967 operand to be a float point register (FRT/FRS).
968
b1c9882d
AN
9692009-02-18 Adam Nemet <anemet@caviumnetworks.com>
970
971 * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
972 dmfc2 and dmtc2 before the architecture-level variants.
973
137f2437
NC
9742009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
975
976 * fr30-opc.c: Regenerate.
977 * frv-opc.c: Regenerate.
978 * ip2k-opc.c: Regenerate.
979 * iq2000-opc.c: Regenerate.
980 * lm32-opc.c: Regenerate.
981 * m32c-opc.c: Regenerate.
982 * m32r-opc.c: Regenerate.
983 * mep-opc.c: Regenerate.
984 * mt-opc.c: Regenerate.
985 * xc16x-opc.c: Regenerate.
986 * xstormy16-opc.c: Regenerate.
987 * tic54x-dis.c (print_instruction): Avoid compiler warning on
988 sprintf call.
989
87298967
NS
9902009-02-12 Nathan Sidwell <nathan@codesourcery.com>
991
992 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
993
80890a61
PB
9942009-02-05 Peter Bergner <bergner@vnet.ibm.com>
995
996 * ppc-opc.c: Update copyright year.
997 (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
998 ordering for POWER4 and later and use the correct Server ordering.
999
ce2f5b3c
L
10002009-02-04 H.J. Lu <hongjiu.lu@intel.com>
1001
1002 AVX Programming Reference (January, 2009)
1003 * i386-dis.c (PREFIX_VEX_3A44): New.
1004 (VEX_LEN_3A44_P_2): Likewise.
1005 (PREFIX_VEX_3A48): Updated.
1006 (VEX_LEN_3A4C_P_2): Likewise.
1007 (prefix_table): Add PREFIX_VEX_3A44.
1008 (vex_table): Likewise.
1009 (vex_len_table): Add VEX_LEN_3A44_P_2.
1010
1011 * i386-opc.tbl: Add PCLMUL + AVX instructions.
1012 * i386-tbl.h: Regenerated.
1013
52b6b6b9
JM
10142009-02-03 Sandip Matte <sandip@rmicorp.com>
1015
1016 * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
1017 (mips_arch_choices): Add XLR entry.
1018 * mips-opc.c (XLR): Define.
1019 (mips_builtin_opcodes): Add XLR instructions.
1020
31dd3154
JM
10212009-02-03 Carlos O'Donell <carlos@codesourcery.com>
1022
1023 * Makefile.am: Add install-pdf target.
1024 * po/Make-in: Add install-pdf target.
1025 * Makefile.in: Regenerate.
1026
c1a0a41f
DD
10272009-02-02 DJ Delorie <dj@redhat.com>
1028
1029 * mep-asm.c: Regenerate.
1030 * mep-desc.c: Regenerate.
1031 * mep-desc.h: Regenerate.
1032 * mep-dis.c: Regenerate.
1033 * mep-ibld.c: Regenerate.
1034 * mep-opc.c: Regenerate.
1035 * mep-opc.h: Regenerate.
1036
087b80de
JM
10372009-01-29 Mark Mitchell <mark@codesourcery.com>
1038
1039 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
1040 qsub, and qdsub.
1041
159073e6
NC
10422009-01-28 Chao-ying Fu <fu@mips.com>
1043
e0c483d6 1044 * mips-opc.c (suxc1): Add the flag of FP_D.
159073e6 1045
6f3b91a6
AM
10462009-01-20 Alan Modra <amodra@bigpond.net.au>
1047
1048 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
1049 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
1050 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
1051 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
1052 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
1053 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
1054 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
1055 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
1056
29670fb9
AM
10572009-01-16 Alan Modra <amodra@bigpond.net.au>
1058
1059 * configure.in (commonbfdlib): Delete.
1060 (SHARED_LIBADD): Add pic libiberty if such is available.
1061 * configure: Regenerate.
1062 * po/POTFILES.in: Regenerate.
1063
21169fcf
PB
10642009-01-14 Peter Bergner <bergner@vnet.ibm.com>
1065
1066 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
1067 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
1068 operand form and enable the four operand form for POWER6 and later.
1069 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
1070 three operand form for POWER6 and later.
1071
4ca47a51
MF
10722009-01-14 Mike Frysinger <vapier@gentoo.org>
1073
1074 * bfin-dis.c (OUTS): Use "%s" as format string.
1075
8acd5377
L
10762009-01-13 H.J. Lu <hongjiu.lu@intel.com>
1077
1078 * i386-gen.c (cpu_flag_init): Remove a white space.
1079 (operand_type_init): Likewise.
1080
c1ec1875
L
10812009-01-12 H.J. Lu <hongjiu.lu@intel.com>
1082
1083 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
1084 * i386-tbl.h: Regenerated.
1085
c7532693
L
10862009-01-12 H.J. Lu <hongjiu.lu@intel.com>
1087
1088 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
1089 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
1090 subS, xorS and cmpS.
1091
bd5295b2
L
10922009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1093
1094 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
1095 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
1096 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
1097 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
1098 and CpuSYSCALL.
1099 (lineno): Removed.
1100 (set_bitfield): Take an argument, lineno. Don't report lineno
1101 on error if it is -1.
1102 (process_i386_cpu_flag): Take an argument, lineno.
1103 (process_i386_opcode_modifier): Likewise.
1104 (process_i386_operand_type): Likewise.
1105 (output_i386_opcode): Likewise.
1106 (opcode_hash_entry): Add lineno.
1107 (process_i386_opcodes): Updated.
1108 (process_i386_registers): Likewise.
1109 (process_i386_initializers): Likewise.
1110
1111 * i386-opc.h (CpuP4): Removed.
1112 (CpuK6): Likewise.
1113 (CpuK8): Likewise.
1114 (CpuClflush): New.
1115 (CpuSYSCALL): Likewise.
1116 (CpuMMX): Updated.
1117 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
1118 cpuclflush and cpusyscall.
1119
1120 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
1121 syscall and sysret.
1122 * i386-init.h: Regenerated.
1123 * i386-tbl.h: Likewise.
1124
1b7f3fb0
L
11252009-01-09 H.J. Lu <hongjiu.lu@intel.com>
1126
1127 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
1128 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
1129 (cpu_flags): Add CpuRdtscp.
1130 (set_bitfield): Remove CpuSledgehammer check.
1131
1132 * i386-opc.h (CpuRdtscp): New.
1133 (CpuLM): Updated.
1134 (i386_cpu_flags): Add cpurdtscp.
1135
1136 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
1137 * i386-init.h: Regenerated.
1138 * i386-tbl.h: Likewise.
1139
1cb0a767
PB
11402009-01-09 Peter Bergner <bergner@vnet.ibm.com>
1141
1142 * ppc-opc.c (PPCNONE): Define.
1143 (NOPOWER4): Delete.
1144 (powerpc_opcodes): Initialize the new "deprecated" field.
1145
168e3097
L
11462009-01-06 H.J. Lu <hongjiu.lu@intel.com>
1147
1148 AVX Programming Reference (December, 2008)
1149 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
1150 (VEX_LEN_E7_P_2_M_0): Likewise.
1151 (VEX_LEN_2C_P_1): Updated.
1152 (VEX_LEN_E8_P_2): Likewise.
1153 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
1154 (mod_table): Likewise.
1155
1156 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
1157 * i386-tbl.h: Regenerated.
1158
22da050b
L
11592009-01-05 H.J. Lu <hongjiu.lu@intel.com>
1160
1161 * i386-gen.c (process_copyright): Update for 2009.
1162
1163 * i386-init.h: Regenerated.
1164 * i386-tbl.h: Likewise.
1165
0bfee649 11662009-01-05 H.J. Lu <hongjiu.lu@intel.com>
6194aaab 1167
0bfee649
L
1168 AVX Programming Reference (December, 2008)
1169 * i386-dis.c (OP_VEX_FMA): Removed.
c0f3af97 1170 (OP_EX_VexW): Likewise.
0bfee649 1171 (OP_EX_VexImmW): Likewise.
c0f3af97 1172 (OP_XMM_VexW): Likewise.
c0f3af97 1173 (VEXI4_Fixup): Likewise.
c0f3af97 1174 (VPERMIL2_Fixup): Likewise.
c0f3af97 1175 (VexI4): Likewise.
0bfee649
L
1176 (VexFMA): Likewise.
1177 (Vex128FMA): Likewise.
c0f3af97
L
1178 (EXVexW): Likewise.
1179 (EXdVexW): Likewise.
1180 (EXqVexW): Likewise.
0bfee649 1181 (EXVexImmW): Likewise.
c0f3af97 1182 (XMVexW): Likewise.
c0f3af97 1183 (VPERMIL2): Likewise.
0bfee649
L
1184 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
1185 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
1186 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
1187 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
1188 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
1189 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
1190 (get_vex_imm8): Likewise.
1191 (OP_EX_VexReg): Likewise.
1192 vpermil2_op): Likewise.
1193 (EXVexWdq): New.
1194 (vex_w_dq_mode): Likewise.
1195 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
1196 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
1197 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
1198 (es_reg): Updated.
1199 (PREFIX_VEX_38DB): Likewise.
1200 (PREFIX_VEX_3A4A): Likewise.
1201 (PREFIX_VEX_3A60): Likewise.
1202 (PREFIX_VEX_3ADF): Likewise.
1203 (VEX_LEN_3ADF_P_2): Likewise.
1204 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
e0c483d6 1205 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
0bfee649
L
1206 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
1207 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
1208 PREFIX_VEX_3896...PREFIX_VEX_389F,
1209 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
1210 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
c0f3af97 1211 (vex_table): Likewise.
0bfee649
L
1212 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
1213 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
1214 (putop): Support "%XW".
1215 (intel_operand_size): Handle vex_w_dq_mode.
58c85be7 1216
0bfee649 1217 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
58c85be7 1218
0bfee649
L
1219 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
1220 instructions. Add new FMA instructions.
28dbc079
L
1221 * i386-tbl.h: Regenerated.
1222
e0c483d6 12232009-01-02 Matthias Klose <doko@ubuntu.com>
3fe15143 1224
e0c483d6
AM
1225 * or32-opc.c (or32_print_register, or32_print_immediate,
1226 disassemble_insn): Don't rely on undefined sprintf behaviour.
3fe15143 1227
0bfee649 1228For older changes see ChangeLog-2008
252b5132
RH
1229\f
1230Local Variables:
2f6d2f85
NC
1231mode: change-log
1232left-margin: 8
1233fill-column: 74
252b5132
RH
1234version-control: never
1235End:
This page took 0.518486 seconds and 4 git commands to generate.