OSDN Git Service

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