OSDN Git Service

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