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