OSDN Git Service

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