daily update
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
18d0c96e
L
12009-11-19 H.J. Lu <hongjiu.lu@intel.com>
2
3 * i386-opc.tbl: Add IsLockable to cmpxch16b.
4 * i386-tbl.h: Regenerated.
5
945ee430
NC
62009-11-19 Nick Clifton <nickc@redhat.com>
7
8 PR binutils/10924
9 * arm-dis.c (print_insn_arm): Do not print an offset of zero when
10 decoding Immediaate Offset addressing.
11
41effecb
SP
122009-11-18 Sebastian Pop <sebastian.pop@amd.com>
13
14 PR binutils/10973
15 * i386-dis.c (get_vex_imm8): Do not increment codep.
16 Avoid incrementing bytes_before_imm when OP_E_memory
17 has already forwarded the codep pointer.
18 (OP_EX_VexW): Increment codep to skip mod/rm byte.
19
f0ae4a24
SP
202009-11-18 Sebastian Pop <sebastian.pop@amd.com>
21
22 * i386-dis.c (VEX_LEN_XOP_08_A0): Removed.
23 (VEX_LEN_XOP_08_A1): Removed.
24 (xop_table): Remove entries for VEX_LEN_XOP_08_A0 and
25 VEX_LEN_XOP_08_A1.
26 (vex_len_table): Same.
27 * i386-gen.c (CPU_CVT16_FLAGS): Removed.
28 (cpu_flags): Remove field for CpuCVT16.
29 * i386-opc.h (CpuCVT16): Removed.
30 (i386_cpu_flags): Remove bitfield cpucvt16.
31 (i386-opc.tbl): Remove CVT16 instructions.
32 * i386-init.h: Regenerated.
33 * i386-tbl.h: Regenerated.
34
5dd85c99
SP
352009-11-17 Sebastian Pop <sebastian.pop@amd.com>
36 Quentin Neill <quentin.neill@amd.com>
37
38 * i386-dis.c (OP_Vex_2src_1): New.
39 (OP_Vex_2src_2): New.
40 (Vex_2src_1): New.
41 (Vex_2src_2): New.
42 (XOP_08): Added.
43 (VEX_LEN_XOP_08_A0): Added.
44 (VEX_LEN_XOP_08_A1): Added.
45 (VEX_LEN_XOP_09_80): Added.
46 (VEX_LEN_XOP_09_81): Added.
47 (xop_table): Added an entry for XOP_08. Handle xop instructions.
48 (vex_len_table): Added entries for VEX_LEN_XOP_08_A0,
49 VEX_LEN_XOP_08_A1, VEX_LEN_XOP_09_80, VEX_LEN_XOP_09_81.
50 (get_valid_dis386): Handle XOP_08.
51 (OP_Vex_2src): New.
52 * i386-gen.c (cpu_flag_init): Add CPU_XOP_FLAGS and CPU_CVT16_FLAGS.
53 (cpu_flags): Add CpuXOP and CpuCVT16.
54 (opcode_modifiers): Add XOP08, Vex2Sources.
55 * i386-opc.h (CpuXOP): Added.
56 (CpuCVT16): Added.
57 (i386_cpu_flags): Add cpuxop and cpucvt16.
58 (XOP08): Added.
59 (Vex2Sources): Added.
60 (i386_opcode_modifier): Add xop08, vex2sources.
61 * i386-opc.tbl: Add entries for XOP and CVT16 instructions.
62 * i386-init.h: Regenerated.
63 * i386-tbl.h: Regenerated.
64
aefd8a40
NC
652009-11-17 Nick Clifton <nickc@redhat.com>
66
67 PR binutils/10924
68 * arm-dis.c (arm_opcodes): Add patterns to match undefined LDRB
69 instruction variants. Add pattern for MRS variant that was being
70 confused with CMP.
71 (arm_decode_shift): Place error message in a comment.
72 (print_insn_arm): Note that writing back to the PC is
73 unpredictable.
74 Only print 'p' variants of cmp/cmn/teq/tst instructions if
75 decoding for pre-V6 architectures.
76
0bb027fd
RR
772009-11-17 Edward Nevill <edward.nevill@arm.com>
78
79 * arm-dis.c (print_insn_thumb32): Handle undefined instruction.
80
c7e770a0
DE
812009-11-14 Doug Evans <dje@sebabeach.org>
82
83 * Makefile.am (stamp-xc16x): Use ../cpu/xc16x.cpu instead of
84 ../cgen/cpu.
85 * Makefile.in: Regenerate.
86
8b3f93e7
L
872009-11-13 H.J. Lu <hongjiu.lu@intel.com>
88
89 * i386-dis.c (OP_E_extended): Removed.
90
2a70cca4
L
912009-11-13 H.J. Lu <hongjiu.lu@intel.com>
92
93 * i386-dis.c (print_insn): Check rex_ignored.
94
f16cd0d5
L
952009-11-13 H.J. Lu <hongjiu.lu@intel.com>
96
97 * i386-dis.c (ckprefix): Updated to return 0 if number of
98 prefixes > 14 and record the last position for each prefix.
99 (lock_prefix): Removed.
100 (data_prefix): Likewise.
101 (addr_prefix): Likewise.
102 (repz_prefix): Likewise.
103 (repnz_prefix): Likewise.
104 (last_lock_prefix): New.
105 (last_repz_prefix): Likewise.
106 (last_repnz_prefix): Likewise.
107 (last_data_prefix): Likewise.
108 (last_addr_prefix): Likewise.
109 (last_rex_prefix): Likewise.
110 (last_seg_prefix): Likewise.
111 (MAX_CODE_LENGTH): Likewise.
112 (ADDR16_PREFIX): Likewise.
113 (ADDR32_PREFIX): Likewise.
114 (DATA16_PREFIX): Likewise.
115 (DATA32_PREFIX): Likewise.
116 (REP_PREFIX): Likewise.
117 (seg_prefix): Likewise.
118 (all_prefixes): Change size to MAX_CODE_LENGTH - 1.
119 (prefix_name): Handle ADDR16_PREFIX, ADDR32_PREFIX,
120 DATA16_PREFIX, DATA32_PREFIX and REP_PREFIX.
121 (get_valid_dis386): Updated.
122 (OP_C): Likewise.
123 (OP_Monitor): Likewise.
124 (REP_Fixup): Likewise.
125 (print_insn): Display all prefixes.
126 (putop): Set PREFIX_DATA on used_prefixes only if it is used.
127 (intel_operand_size): Likewise.
128 (OP_E_register): Likewise.
129 (OP_G): Likewise.
130 (OP_REG): Likewise.
131 (OP_IMREG): Likewise.
132 (OP_I): Likewise.
133 (OP_I64): Likewise.
134 (OP_sI): Likewise.
135 (CRC32_Fixup): Likewise.
136 (MOVBE_Fixup): Likewise.
137 (OP_E_memory): Set REFIX_DATA on used_prefixes when it is used
138 in 16bit mode.
139 (OP_J): Set REX_W used if it is used. Set PREFIX_DATA on
140 used_prefixes only if it is used.
141
20efc689
L
1422009-11-12 H.J. Lu <hongjiu.lu@intel.com>
143
144 * i386-opc.tbl: Remove IsLockable from add, adc, and, dec, inc,
145 or, sbb, sub, xor and xchg with register only operands.
146 * i386-tbl.h: Regenerated.
147
c32fa91d
L
1482009-11-12 H.J. Lu <hongjiu.lu@intel.com>
149
150 * i386-gen.c (opcode_modifiers): Add IsLockable.
151
152 * i386-opc.h (IsLockable): New.
153 (i386_opcode_modifier): Add islockable.
154
155 * i386-opc.tbl: Add IsLockable to add, adc, and, btc, btr,
156 bts, cmpxchg, cmpxch8b, dec, inc, neg, not, or, sbb, sub,
157 xor, xadd and xchg.
158 * i386-tbl.h: Regenerated.
159
79862e45
DJ
1602009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
161
162 * arm-dis.c (coprocessor_opcodes): Use %A instead of %C. Remove
163 generic coprocessor instructions for FPA loads and stores.
164 (print_insn_coprocessor): Remove %C support. Display address for
165 PC-relative offsets in %A.
166
f310f33d
L
1672009-11-11 H.J. Lu <hongjiu.lu@intel.com>
168
169 * i386-dis.c (all_prefixes): New.
170 (ckprefix): Set all_prefixes.
171 (print_insn): Print all_prefixes instead of lock_prefix,
172 repz_prefix, repnz_prefix, addr_prefix and data_prefix.
173
c1e26897
NC
1742009-11-11 Nick Clifton <nickc@redhat.com>
175
176 PR binutils/10924
177 * arm-dis.c (UNPREDICTABLE_INSTRUCTION): New macro.
178 (print_insn_arm): Extend %s format control code to check for
179 unpredictable addressing modes. Add support for %S format control
180 code which suppresses this check.
181 (W_BIT, I_BIT, U_BIT, P_BIT): New macros.
182 (WRITEBACK_BIT_SET, IMMEDIATE_BIT_SET, NEGATIVE_BIT_SET,
183 PRE_BIT_SET): New macros.
184 (print_insn_coprocessor): Use the new macros instead of magic
185 constants.
186 (print_arm_address): Likewise.
187 (pirnt_insn_arm): Likewise.
188 (print_insn_thumb32): Likewise.
189
41327c9d
NC
1902009-11-11 Nick Clifton <nickc@redhat.com>
191
192 * po/id.po: Updated Indonesian translation.
193
0d999f33
MK
1942009-11-10 Maxim Kuvyrkov <maxim@codesourcery.com>
195
196 * m68k-dis.c (print_insn_arg): Handle RGPIOBAR, ACR[4-7] and MBAR[01].
197
c48244a5
SP
1982009-11-06 Sebastian Pop <sebastian.pop@amd.com>
199
200 * i386-dis.c (reg_table): Add XOP_8F_TABLE (XOP_09) to
201 reg_table[REG_8F][1]: for XOP instructions, ModRM.reg first points to
202 B.mm in the RXB.mmmmm byte, and so when B is set, we still should use
203 the xop_table.
204 (get_valid_dis386): Removed unused condition (from cut/n/paste) for
205 XOP instructions.
206
f88c9eb0
SP
2072009-11-05 Sebastian Pop <sebastian.pop@amd.com>
208 Quentin Neill <quentin.neill@amd.com>
209
210 * opcodes/i386-dis.c (OP_LWPCB_E): New.
211 (OP_LWP_E): New.
212 (OP_LWP_I): New.
213 (USE_XOP_8F_TABLE): New.
214 (XOP_8F_TABLE): New.
215 (REG_XOP_LWPCB): New.
216 (REG_XOP_LWP): New.
217 (XOP_09): New.
218 (XOP_0A): New.
219 (reg_table): Redirect REG_8F to XOP_8F_TABLE.
220 Add entries for REG_XOP_LWPCB and REG_XOP_LWP.
221 (xop_table): New.
222 (get_valid_dis386): Handle USE_XOP_8F_TABLE.
223 Use the offsets VEX_0F, VEX_0F38, and VEX_0F3A instead of their values
224 to access to the vex_table.
225 (OP_LWPCB_E): New.
226 (OP_LWP_E): New.
227 (OP_LWP_I): New.
228 * opcodes/i386-gen.c (cpu_flag_init): Add CPU_LWP_FLAGS, CpuLWP.
229 (cpu_flags): Add CpuLWP.
230 (opcode_modifiers): Add VexLWP, XOP09, and XOP0A.
231 * opcodes/i386-opc.h (CpuLWP): New.
232 (i386_cpu_flags): Add bit cpulwp.
233 (VexLWP): New.
234 (XOP09): New.
235 (XOP0A): New.
236 (i386_opcode_modifier): Add vexlwp, xop09, and xop0a.
237 * opcodes/i386-opc.tbl (llwpcb): Added.
238 (lwpval): Added.
239 (lwpins): Added.
240
0d734b5d
DD
2412009-11-04 DJ Delorie <dj@redhat.com>
242
243 * rx-decode.opc (rx_decode_opcode) (mvtipl): Add.
244 (mvtcp, mvfcp, opecp): Remove.
245 * rx-decode.c: Regenerate.
246 * rx-dis.c (cpen): Remove.
247
d51b88d3
DE
2482009-11-03 Doug Evans <dje@sebabeach.org>
249
250 * m32c-desc.c: Regenerate.
251 * mep-desc.c: Regenerate.
252
62f3b8c8
PB
2532009-11-02 Paul Brook <paul@codesourcery.com>
254
255 * arm-dis.c (coprocessor_opcodes): Update to use new feature flags.
256 Add VFPv4 instructions.
257
206c2556
L
2582009-10-29 Sebastian Pop <sebastian.pop@amd.com>
259
260 * i386-dis.c (OP_VEX_FMA): Removed.
261 (VexFMA): Removed.
262 (Vex128FMA): Removed.
263 (prefix_table): First source operand of FMA4 insns is decoded
264 with Vex not with VexFMA.
265 (OP_EX_VexW): Second source operand is decoded with get_vex_imm8
266 when vex.w is set. Third source operand is decoded with
267
a2b2318d
AM
2682009-10-27 Alan Modra <amodra@bigpond.net.au>
269
270 * Makefile.am (HFILES): Remove cgen-ops.h and cgen-types.h.
271 * Makefile.in: Regenerate.
272 * po/POTFILES.in: Regenerate.
273
ac1e9eca
DE
2742009-10-23 Doug Evans <dje@sebabeach.org>
275
276 * cgen-ops.h: Delete, moved to ../include/cgen/basic-ops.h.
277 * cgen-types.h: Delete, moved to ../include/cgen/basic-modes.h.
278 * cgen-bitset.c: Update.
279 * fr30-desc.h: Regenerate.
280 * frv-desc.h: Regenerate.
281 * ip2k-desc.h: Regenerate.
282 * iq2000-desc.h: Regenerate.
283 * lm32-desc.h: Regenerate.
284 * m32c-desc.h: Regenerate.
285 * m32c-opc.h: Regenerate.
286 * m32r-desc.h: Regenerate.
287 * mep-desc.h: Regenerate.
288 * mt-desc.h: Regenerate.
289 * openrisc-desc.h: Regenerate.
290 * xc16x-desc.h: Regenerate.
291 * xstormy16-desc.h: Regenerate.
292
f282425e
DD
2932009-10-22 DJ Delorie <dj@redhat.com>
294
295 * rx-decode.opc (decode_opcode): Fix flags for MUL, SUNTIL, and SWHILE.
296 * rx-decode.c: Regenerated.
297
4b06377f
L
2982009-10-20 H.J. Lu <hongjiu.lu@intel.com>
299
300 PR gas/10775
301 * i386-dis.c: Document LB, LS and LV macros.
302 (dis386): Use mov%LB, mov%LS and mov%LV on mov instruction
303 with the 64-bit displacement or immediate operand.
304 (putop): Handle LB, LS and LV macros.
305
cedb97b6
DE
3062009-10-18 Doug Evans <dje@sebabeach.org>
307
308 * lm32-opinst.c: Regenerate.
309 * m32c-desc.c: Regenerate.
310 * m32r-opinst.c: Regenerate.
311 * openrisc-ibld.c: Regenerate.
312 * xc16x-desc.c: Regenerate.
313 * xc16x-desc.h: Regenerate.
314
d1119f7a
DE
3152009-10-17 Doug Evans <dje@sebabeach.org>
316
317 * Makefile.am (CGEN_CPUS): Add iq2000, lm32.
318 (FR30_DEPS, FRV_DEPS, IQ2000_DEPS): Move so all cgen *_DEPS are
319 sorted alphabetically.
320 (stamp-fr30, stamp-frv, stamp-iq2000, stamp-xc16x): Move so all cgen
321 stamp-* rules are sorted alphabetically.
322 * Makefile.in: Regenerate.
323
52a6c1fe
L
3242009-10-16 H.J. Lu <hongjiu.lu@intel.com>
325
326 * i386-opc.h: Use enum instead of nested macros.
327
3873ba12
L
3282009-10-16 H.J. Lu <hongjiu.lu@intel.com>
329
330 * i386-dis.c: Simplify enums.
331
51e7da1b
L
3322009-10-15 H.J. Lu <hongjiu.lu@intel.com>
333 Ineiev <ineiev@gmail.com>
334
335 PR binutils/10767
336 * i386-dis.c: Use enum instead of nested macros.
337
c39846ed
L
3382009-10-15 H.J. Lu <hongjiu.lu@intel.com>
339
340 * i386-dis.c (MAX_BYTEMODE): Removed.
341
6a327e17
AM
3422009-10-14 Tomas Hurka <tom@hukatronic.cz>
343
344 PR 969
345 * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl.
346
55b126d4
L
3472009-10-13 H.J. Lu <hongjiu.lu@intel.com>
348
349 * i386-dis.c (print_insn): Always clear need_vex, need_vex_reg
350 and vex_w_done.
351
ef299415
ME
3522009-10-07 Michael Eager <eager@eagercon.com>
353
55b126d4 354 * microblaze-dis.c: Add include for microblaze-dis.h,
ef299415 355 eliminate local extern decls.
55b126d4 356 * microblaze-dis.h: New.
ef299415 357
245caaea
NC
3582009-10-06 Nick Clifton <nickc@redhat.com>
359
360 * po/fi.po: Updated Finnish translation.
361
49293ef7
NC
3622009-10-03 Andreas Schwab <schwab@linux-m68k.org>
363
364 * opc2c.c: Include "libiberty.h" and <errno.h>.
365 (orig_filename): Constify.
366 (dump_lines): Fix line number directive.
367 (main): Set orig_filename to basename of input file. Use
368 xstrerror.
369
370 * Makefile.am (rx-dis.lo): Remove explicit dependencies.
371 ($(srcdir)/rx-decode.c): Use @MAINT@. Use $(EXEEXT_FOR_BUILD)
372 instead of $(EXEEXT).
373 (opc2c$(EXEEXT_FOR_BUILD)): Renamed from opc2c$(EXEEXT) and use
374 $(LINK_FOR_BUILD). Link with libiberty.
375 (MOSTLYCLEANFILES): Add opc2c$(EXEEXT_FOR_BUILD).
376 (MAINTAINERCLEANFILES): Add $(srcdir)/rx-decode.c.
377 * Makefile.in: Regenerated.
378 * rx-decode.c: Regenerated.
379
8977d4b2
AM
3802009-10-03 Paul Reed <paulreed@paddedcell.com>
381
382 * arm-dis.c (print_insn): Check symtab_size not *symtab.
383
f98fa534
L
3842009-10-02 H.J. Lu <hongjiu.lu@intel.com>
385
386 * i386-opc.tbl: Drop Disp64 on jump and loop instructions.
387 * i386-tbl.h: Regenerated.
388
9fe54b1c
PB
3892009-10-02 Peter Bergner <bergner@vnet.ibm.com>
390
391 * ppc-dis.c (ppc_opts): Add "476" entry.
392 * ppc-opc.c (PPC476): Define.
393 (powerpc_opcodes): Update mnemonics where required for 476.
394
634b50f2
PB
3952009-10-01 Peter Bergner <bergner@vnet.ibm.com>
396
397 * ppc-opc.c (PPCA2): Use renamed mask PPC_OPCODE_A2.
398 * ppc-dis.c (ppc_opts): Likewise.
399 Rename "ppca2" to "a2".
400
4ded9dda
SR
4012009-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
402
403 * crx-dis.c (match_opcode): Truncate mcode to 32-bit.
404
c7927a3c
NC
4052009-09-29 DJ Delorie <dj@redhat.com>
406
407 * Makefile.am: Add RX files.
408 * configure.in: Add support for RX target.
409 * disassemble.c: Likewise.
410 * Makefile.in: Regenerate.
411 * configure: Regenerate.
412 * opc2c.c: New file.
413 * rx-decode.c: New file.
414 * rx-decode.opc: New file.
415 * rx-dis.c: New file.
416
8765b556
PB
4172009-09-29 Peter Bergner <bergner@vnet.ibm.com>
418
419 * ppc-opc.c (powerpc_opcodes): Remove support for the the "lxsdux",
420 "lxvd2ux", "lxvw4ux", "stxsdux", "stxvd2ux" and "stxvw4ux" opcodes.
421
fe2d172c
ME
4222009-09-25 Michael Eager <eager@eagercon.com>
423
e0c483d6
AM
424 * microblaze-dis.c (get_insn_microblaze, microblaze_get_target_address,
425 microblaze_decode_insn): Add declarations.
426 (get_delay_slots_microblaze): Remove.
fe2d172c 427
21d799b5
NC
4282009-09-25 Martin Thuresson <martint@google.com>
429
e0c483d6 430 Update sources to make arc and arm targets compile cleanly with
21d799b5
NC
431 -Wc++-compat:
432 * arc-dis.c Fix casts.
433 * arc-ext.c: Add casts.
434 * arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous
435 enum.
436
2bf05e57
L
4372009-09-24 H.J. Lu <hongjiu.lu@intel.com>
438
439 * i386-gen.c (opcode_modifiers): Remove Vex256.
440 (set_bitfield): Handle XXX=V.
441
442 * i386-opc.h (Vex): Update comments.
443 (Vex256): Removed.
444 (VexNDS): Updated.
e0c483d6 445 (i386_opcode_modifier): Change vex to 2 bits. Remove vex256.
2bf05e57
L
446
447 * i386-opc.tbl: Replace "Vex|Vex256" with Vex=2.
448 * i386-tbl.h: Regenerated.
449
8a00d392
NC
4502009-09-23 Nick Clifton <nickc@redhat.com>
451
452 * po/fr.po: Updated French translation.
453
e0d602ec
BE
4542009-09-21 Ben Elliston <bje@au.ibm.com>
455 Peter Bergner <bergner@vnet.ibm.com>
456
457 * ppc-dis.c (ppc_opts): Add "ppca2" entry.
458 * ppc-opc.c (powerpc_opcodes): Add eratilx, eratsx, eratsx.,
459 eratre, wchkall, eratwe, ldawx., mdfcrx., mfdcr. mtdcrx., icswx,
460 icswx., mtdcr., dci, wclrone, wclrall, wclr, erativax, tlbsrx.,
461 ici mnemonics.
462 (ERAT_T): New operand.
463 (XWC_MASK): New mask.
464 (XOPL2): New macro.
465 (PPCA2): Define.
466
ca58b19f
NC
4672009-09-18 Nick Clifton <nickc@redhat.com>
468
469 * po/es.po: Updated Spanish translation.
470 * po/vi.po: Updated Vietnamese translation.
471
05203043
L
4722009-09-15 H.J. Lu <hongjiu.lu@intel.com>
473
474 * i386-dis.c (OP_E_memory): Don't print '-' in Intel mode if
475 disp == -disp.
476
df58f7b0
NC
4772009-09-14 Nick Clifton <nickc@redhat.com>
478
479 * po/nl.po: Updated Dutch translation.
480
1e9cc1c2
NC
4812009-09-11 Nick Clifton <nickc@redhat.com>
482
483 * po/opcodes.pot: Updated by the Translation project.
484
4852009-09-11 Martin Thuresson <martint@google.com>
486
487 Updated sources to compile cleanly with -Wc++-compat:
488 * ld.h (enum endian_enum,enum symbolic_enum,enum dynamic_list_enum): Move to top level.
489 * ldcref.c: Add casts.
490 * ldctor.c: Add casts.
491 * ldexp.c
492 * ldexp.h (enum node_tree_enum,enum phase_enum): Move to top level.
493 * ldlang.c: Add casts. (lang_insert_orphan): Use enum name instead of integer.
494 * ldlang.h (enum statement_enum): Move to top level.
495 * ldmain.c: Add casts.
496 * ldwrite.c: Add casts.
497 * lexsup.c: Add casts. (enum control_enum): Move to top level.
498 * mri.c: Add casts. (mri_draw_tree): Use enum name instead of integer.
499
c8676ae4 5002009-09-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
e0c483d6 501
c8676ae4
AK
502 * s390-dis.c (print_insn_s390): Avoid 'long long'.
503
7330f9c3 5042009-09-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
e0c483d6 505
7330f9c3
AK
506 * s390-dis.c (s390_extract_operand): Remove the shift for pcrel operands.
507 (print_insn_s390): Signextend and shift pcrel operands before printing.
508
9daa0d29
L
5092009-09-09 H.J. Lu <hongjiu.lu@intel.com>
510
511 * i386-dis.c (vex_len_table): Change VEX_LEN_AE_R_X_M0 to
512 VEX_LEN_AE_R_X_M_0 in comments.
513
495c5f87
DD
5142009-09-08 DJ Delorie <dj@redhat.com>
515
516 * mep-opc.c: Regenerate.
517
84c71969
AS
5182009-09-08 Andreas Schwab <schwab@linux-m68k.org>
519
520 * z8kgen.c (struct op): Replace unused flavor with id.
521 (opt): Remove extra xorb entry.
522 (func): Use id field as fallback.
523 (sub): Return new string, caller changed.
524 (internal): Allocate end marker. Assign unique id before sorting.
525 (gas): Likewise. Fix loop end condition.
526 * z8k-opc.h: Regenerate.
527
bdc7fcfe
AM
5282009-09-08 Alan Modra <amodra@bigpond.net.au>
529
530 * ppc-opc.c (powerpc_macros <extrdi>): Allow n+b of 64.
531
815c0482
AM
5322009-09-07 Alan Modra <amodra@bigpond.net.au>
533
534 * z8kgen.c (func): Fix thinko last patch.
535
eae14d64
AM
5362009-09-07 Alan Modra <amodra@bigpond.net.au>
537
538 * z8kgen.c (func): Stabilize qsort of identically named entries.
539 * z8k-opc.h: Regenerate.
540
23f938f1
TG
5412009-09-07 Tristan Gingold <gingold@adacore.com>
542
543 * po/opcodes.pot: Regenerate.
544
2eee5593
AM
5452009-09-07 Alan Modra <amodra@bigpond.net.au>
546
547 * configure.in (BUILD_LIBS, BUILD_LIB_DEPS): Define and subst.
548 * configure: Regenerate.
549 * Makefile.am (LIBIBERTY, BUILD_LIBIBERTY, BUILD_LIBINTL): Delete.
550 (BUILD_LIBS, BUILD_LIB_DEPS): Define. Use..
551 (i386-gen, ia64-gen, z8kgen): ..here.
552 * Makefile.in: Regenerate.
553
ae794f60
TG
5542009-09-07 Tristan Gingold <gingold@adacore.com>
555
556 * z8k-opc.h: Regenerate.
557
96d56e9f
NC
5582009-09-05 Martin Thuresson <martin@mtme.org>
559
560 * ia64-dis.c (print_insn_ia64): Update code to use renamed member.
561 * m88k-dis.c (m88kdis): Rename variable class to in_class.
562 * tic80-opc.c (tic80_symbol_to_value, tic80_value_to_symbol):
563 Rename argument class to symbol_class.
564
66a6900a
JZ
5652009-09-04 Jie Zhang <jie.zhang@analog.com>
566
567 * bfin-dis.c (decode_pseudodbg_assert_0): Change according
568 to the new encoding of DBGA, DBGAH, and DBGAL.
569 (_print_insn_bfin): Likewise.
570
ad15c38e
JZ
5712009-09-03 Jie Zhang <jie.zhang@analog.com>
572
573 * bfin-dis.c (_print_insn_bfin): Don't declare.
574 (print_insn_bfin): Don't declare.
575 (dregs_pair): Remove.
576 (ignore_bits): Remove.
577 (ccstat): Remove.
578
c958a8a8
JZ
5792009-09-03 Jie Zhang <jie.zhang@analog.com>
580
581 * bfin-dis.c (IS_DREG): Define.
582 (IS_PREG): Define.
583 (IS_AREG): Define.
584 (IS_GENREG): Define.
585 (IS_DAGREG): Define.
586 (IS_SYSREG): Define.
587 (decode_REGMV_0): Check illegal register move instructions.
588
3df5879c
DK
5892009-09-03 Dave Korn <dave.korn.cygwin@gmail.com>
590
591 * Makefile.am (BUILD_LIBINTL): New variable.
592 (i386-gen$(EXEEXT_FOR_BUILD)): Use it.
593 (ia64-gen$(EXEEXT_FOR_BUILD)): And here.
594 (z8kgen$(EXEEXT_FOR_BUILD)): And here.
595 * Makefile.in: Regenerate.
596
05316052
DD
5972009-09-01 DJ Delorie <dj@redhat.com>
598
599 * mep-asm.c: Regenerate.
600 * mep-desc.c: Regenerate.
601 * mep-opc.c: Regenerate.
602
e06ae0d4
TG
6032009-09-01 Tristan Gingold <gingold@adacore.com>
604
605 * makefile.vms: Ported to Itanium VMS. Remove useless targets and
606 dependencies. Remove unused FORMAT variable.
607 * configure.com: New file to create build.com DCL script for
608 Itanium VMS or Alpha VMS.
609
d3ce72d0
NC
6102009-08-29 Martin Thuresson <martin@mtme.org>
611
612 * cris-dis.c (bytes_to_skip): Update code to use new name.
613 * i386-dis.c (putop): Update code to use new name.
614 * i386-gen.c (process_i386_opcodes): Update code to use
615 new name.
616 * i386-opc.h (struct template): Rename struct template to
617 insn_template. Update code accordingly.
618 * i386-tbl.h (i386_optab): Update type to use new name.
619 * ia64-dis.c (print_insn_ia64): Rename variable template
620 to template_val.
621 * tic30-dis.c (struct instruction, get_tic30_instruction):
622 Update code to use new name.
623 * tic54x-dis.c (has_lkaddr, get_insn_size)
624 (print_parallel_instruction, print_insn_tic54x, tic54x_get_insn):
625 Update code to use new name.
626 * tic54x-opc.c (tic54x_unknown_opcode, tic54x_optab):
627 Update type to new name.
628 * z8kgen.c (internal, gas): Rename variable new to new_op.
629
791f3971
L
6302009-08-28 H.J. Lu <hongjiu.lu@intel.com>
631
632 * Makefile.am (COMPILE_FOR_BUILD): Remove BUILD_CPPFLAGS.
633 Replace BUILD_CFLAGS with CFLAGS_FOR_BUILD.
634 (LINK_FOR_BUILD): Replace BUILD_CFLAGS/BUILD_LDFLAGS with
635 CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
636 * Makefile.in: Regenerated.
637
573e8a1c
RW
6382009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
639
640 * Makefile.am (bfdlibdir, bfdincludedir): Move definition ...
641 [INSTALL_LIBBFD]: ... here, ...
642 [INSTALL_LIBBFD]: ... and empty overrides here.
643 [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable.
644 [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it.
645 * Makefile.in: Regenerate.
646 * configure: Regenerate.
647
f7922329
NC
6482009-08-26 Philippe De Muyter <phdm@macqel.be>
649
650 * m68k-dis.c (print_insn_arg): Add movecr register names for
651 coldfire v4e families.
652
ff13a42d
RW
6532009-08-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
654
655 * Makefile.am (SUBDIRS): Build '.' before 'po'.
656 (COMPILE_FOR_BUILD, LINK_FOR_BUILD, BUILD_LIBIBERTY)
657 (MOSTLYCLEANFILES, MAINTAINERCLEANFILES): New variables.
658 (i386-gen$(EXEEXT_FOR_BUILD)): Renamed from i386-gen, rewrite
659 using *BUILD variables, depend upon $(BUILD_LIBIBERTY).
660 (i386-gen.o): New rule.
661 ($(srcdir)/i386-init.h): Adjust.
662 (i386-opc.lo): Depend on $(srcdir)/i386-tbl.h.
663 (ia64-gen$(EXEEXT_FOR_BUILD)): Rename from ia64-gen, adjust likewise.
664 (ia64-gen.o): New rule.
665 (ia64_asmtab_deps): New variable.
666 ($(srcdir)/ia64-asmtab.c): Use it; adjust likewise.
667 (ia64-opc.lo): Depend on $(srcdir)/ia64-asmtab.c.
668 (s390-mkopc$(EXEEXT_FOR_BUILD)): Rename from s390-mkopc, adjust
669 likewise.
670 (s390-opc.tab): Adjust.
671 (z8kgen$(EXEEXT_FOR_BUILD), z8kgen.o, $(srcdir)/z8k-opc.h): New
672 rules.
673 (z8k-dis.lo): Depend on $(srcdir)/z8k-opc.h.
674 * Makefile.in: Regenerate.
675 * z8kgen.c (gas): Avoid '/*' in comment.
676 * z8k-opc.h (func): Regenerate.
677
6f01793d
RW
6782009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
679
680 * Makefile.am (TARGET_LIBOPCODES_CFILES): New variable, taken
681 from $(CFILES), sorted, with dis-buf.c, dis-init.c, disassemble.c,
682 i386-gen.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-f.c, ia64-opc-i.c,
683 ia64-opc-m.c, ia64-opc-d.c, ia64-gen.c, ia64-asmtab.c removed, and
684 msp430-dis.c added.
685 (LIBOPCODES_CFILES): New variable, adding to
686 TARGET_LIBOPCODES_CFILES also non-target library sources.
687 (CFILES): Factorize based on $(LIBOPCODES_CFILES), adding generator
688 files.
689 (ALL_MACHINES): Factorize based on $(TARGET_LIBOPCODES_CFILES).
690 (EXTRA_libopcodes_la_SOURCES): Use $(LIBOPCODES_CFILES).
691 * Makefile.in: Regenerate.
692 * po/POTFILES.in: Regenerate.
693
81ecdfbb
RW
6942009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
695
14ec8efd
RW
696 * Makefile.am (libopcodes_la_LDFLAGS): Initialize early.
697 [INSTALL_LIBBFD] (bfdlib_LTLIBRARIES): Set only in this condition.
698 [INSTALL_LIBBFD] (bfdinclude_DATA): New.
699 [!INSTALL_LIBBFD] (noinst_LTLIBRARIES): New.
700 [!INSTALL_LIBBFD] (libopcodes_la_LDFLAGS): Ensure libopcodes.la
701 is built shared even if it is not to be installed.
702 (install-bfdlibLTLIBRARIES,uninstall-bfdlibLTLIBRARIES)
703 (install_libopcodes, uninstall_libopcodes): Remove.
704 (AM_CPPFLAGS): Renamed from ...
705 (INCLUDES): ... this.
706 * Makefile.in: Regenerate.
707
758227f0
RW
708 * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.9 and cygnus, add
709 1.11, foreign, no-dist.
710 (MKDEP, m32c_opc_h): Remove variables.
711 (disassemble.lo): Rewrite using automake-style dependency
712 tracking rules; only list the dependency upon the primary source
713 file, but no included headers.
714 (m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo, m32c-opc.lo)
715 (i386-gen.o, ia64-gen.o): Remove dependency statements.
716 (EXTRA_libopcodes_la_SOURCES): New variable, list $(CFILES) to
717 ensure all dependency fragments are included in the Makefile.
718 (s390-opc.lo): Depend on s390-opc.tab.
719 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules.
720 (mkdep section): Remove.
721 * Makefile.in: Regenerate.
722 * po/POTFILES.in: Regenerate.
723
af542c2e
RW
724 * Makefile.am (install-pdf, install-html): Remove.
725 * Makefile.in: Regenerate.
726
81ecdfbb
RW
727 * Makefile.in: Regenerate.
728 * aclocal.m4: Likewise.
729 * config.in: Likewise.
730 * configure: Likewise.
731
7ba29e2a
NC
7322009-08-06 Michael Eager <eager@eagercon.com>
733
734 * Makefile.am: Add microblaze-opc.h to HFILES, microblaze-dis.c to
735 CFILES, microblaze-dis.lo to ALL_MACHINES, targets.
736 * Makefile.in: Regenerate.
737 * configure.in: Add bfd_microblaze_arch target.
738 * configure: Regenerate.
e0c483d6 739 * disassemble.c: Define ARCH_microblaze, return
7ba29e2a
NC
740 print_insn_microblaze().
741 * microblaze-dis.c: New MicroBlaze disassembler.
742 * microblaze-opc.h: New MicroBlaze opcode definitions.
743 * microblaze-opcm.h: New MicroBlaze opcode types.
744
8a9036a4
L
7452009-07-25 H.J. Lu <hongjiu.lu@intel.com>
746
747 * configure.in: Handle bfd_l1om_arch.
748 * disassemble.c (disassembler): Likewise.
749
750 * configure: Regenerated.
751
752 * i386-dis.c (print_insn): Handle bfd_mach_l1om and
753 bfd_mach_l1om_intel_syntax. Use 8 bytes per line for Intel L1OM.
754
755 * i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to ~CpuL1OM.
756 Add CPU_L1OM_FLAGS.
757 (cpu_flags): Add CpuL1OM.
758 (set_bitfield): Take an argument to set the value field.
759 (process_i386_cpu_flag): Support ~CpuXXX and ~(CpuXXX|CpuYYY).
760 (process_i386_opcode_modifier): Updated.
761 (process_i386_operand_type): Likewise.
762 * i386-init.h: Regenerated.
763 * i386-tbl.h: Likewise.
764
765 * i386-opc.h (CpuL1OM): New.
766 (CpuXsave): Updated.
767 (i386_cpu_flags): Add cpul1om.
768
309d3373
JB
7692009-07-24 Jan Beulich <jbeulich@novell.com>
770
771 * i386-dis.c (fgrps): Correct annotation for feni/fdisi. Add
772 frstpm.
773 * i386-gen.c (cpu_flag_init): Add FP enabling flags where needed.
774 (cpu_flags): Add Cpu8087, Cpu287, Cpu387, Cpu687, and CpuFISTTP.
775 (set_bitfield): Expand CpuFP to Cpu8087|Cpu287|Cpu387.
776 * i386-opc.h (Cpu8087, Cpu287, Cpu387, Cpu687, CpuFISTTP):
777 Define.
778 (union i386_cpu_flags): Add cpu8087, cpu287, cpu387, cpu687,
779 and cpufisttp.
780 * i386-opc.tbl: Qualify floating point instructions by their
781 respective CpuXXX flag. Fix fucom{,p,pp}, fprem1, fsin, fcos,
782 and fsincos to be avilable only on 387. Fix fstsw ax to be
783 available only on 287+. Add f{,n}eni, f{,n}disi, f{,n}setpm,
784 and frstpm.
785 * i386-init.h, i386-tbl.h: Regenerate.
786
7769efb2
NC
7872009-07-20 Nick Clifton <nickc@redhat.com>
788
789 PR 10288
790 * arm-dis.c (arm_opcodes): Catch non-zero bits 8-11 in register
791 offset or indexed based addressing mode 3.
792
74bdfecf
NC
7932009-07-14 Nick Clifton <nickc@redhat.com>
794
795 PR 10288
796 * arm-dis.c (arm_opcodes): Catch illegal Addressing Mode 1
797 patterns.
798 (arm_decode_shift): Catch illegal register based shifts.
799 (print_insn_arm): Properly handle negative register r0
800 post-indexed addressing.
801
d1aaab3c
DK
8022009-07-10 Doug Kwan <dougkwan@google.com>
803
804 * arm-disc.c (print_insn_coprocessor, print_insn_arm): Print only
805 lower 32 bits of long types to make hexadecimal output consistent
806 on both 32-bit and 64-bit hosts.
807
87337981
AM
8082009-07-10 Alan Modra <amodra@bigpond.net.au>
809
810 * fr30-desc.c, * fr30-desc.h, * fr30-opc.c, * fr30-opc.h,
811 * frv-desc.c, * frv-desc.h, * frv-opc.c, * frv-opc.h,
812 * ip2k-desc.c, * ip2k-desc.h, * ip2k-opc.c, * ip2k-opc.h,
813 * iq2000-desc.c, * iq2000-desc.h, * iq2000-opc.c, * iq2000-opc.h,
814 * lm32-desc.c, * lm32-desc.h, * lm32-opc.c, * lm32-opc.h,
815 * lm32-opinst.c, * m32c-desc.c, * m32c-desc.h, * m32c-opc.c,
816 * m32c-opc.h, * m32r-desc.c, * m32r-desc.h, * m32r-opc.c,
817 * m32r-opc.h, * m32r-opinst.c, * mt-desc.c, * mt-desc.h,
818 * mt-opc.c, * mt-opc.h, * openrisc-desc.c, * openrisc-desc.h,
819 * openrisc-opc.c, * openrisc-opc.h, * xc16x-desc.c, * xc16x-desc.h,
e0c483d6 820 * xc16x-opc.c, * xc16x-opc.h, * xstormy16-desc.c, * xstormy16-desc.h,
87337981
AM
821 * xstormy16-opc.c, * xstormy16-opc.h: Regenerate.
822
1103f72c
NC
8232009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw>
824
825 * arm-dis.c (coprocessor_opcodes): Fix mask for waddbhus.
826
78c66db8
NC
8272009-07-07 Nick Clifton <nickc@redhat.com>
828
829 PR 10288
830 * arm-dis.c (arm_opcodes): Be more strict about decoding scaled
831 addressing modes.
832
22102fb0
DD
8332009-07-06 DJ Delorie <dj@redhat.com>
834
835 * mep-desc.c: Regenerate.
836 * mep-desc.h: Regenerate.
837 * mep-opc.c: Regenerate.
838 * mep-opc.h: Regenerate.
839
922d8de8
DR
8402009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
841
842 * i386-opc.h (CpuFMA4): Add CpuFMA4.
843 (i386_cpu_flags): New.
844 * i386-gen.c: Add CPU_FMA4_FLAGS.
845 * i386-opc.tbl: Add FMA4 instructions.
846 * i386-tbl.h: Regenerate.
847 * i386-init.h: Regenerate.
848 * i386-dis.c (OP_VEX_FMA): New. Handle FMA4.
849 (OP_XMM_VexW): Ditto.
850 (OP_EX_VexW): Ditto.
851 (VEXI4_Fixup): Ditto.
852 (VexI4, VexFMA, Vex128FMA, EXVexW, EXdVexW, XMVexW): New Macros.
853 (PREFIX_VEX_3A5C, PREFIX_VEX_3A5D, PREFIX_VEX_3A5E): New.
854 (PREFIX_VEX_3A5F, PREFIX_VEX_3A60): New.
855 (PREFIX_VEX_3A68, PREFIX_VEX_3A69, PREFIX_VEX_3A6A): New.
856 (PREFIX_VEX_3A6B, PREFIX_VEX_3A6C, PREFIX_VEX_3A6D): New.
857 (PREFIX_VEX_3A6E, PREFIX_VEX_3A6F, PREFIX_VEX_3A7A): New.
858 (PREFIX_VEX_3A7B, PREFIX_VEX_3A7C, PREFIX_VEX_3A7D): New.
859 (PREFIX_VEX_3A7E, PREFIX_VEX_3A7F): New.
860 (VEX_LEN_3A6A_P_2,VEX_LEN_3A6B_P_2, VEX_LEN_3A6E_P_2): New.
861 (VEX_LEN_3A6F_P_2,VEX_LEN_3A7A_P_2, VEX_LEN_3A7B_P_2): New.
862 (VEX_LEN_3A7E_P_2,VEX_LEN_3A7F_P_2): New.
863 (get_vex_imm8): New. handle FMA4.
864 (OP_EX_VexReg): Ditto.
e0c483d6 865
fe56b6ce
NC
8662009-06-30 Nick Clifton <nickc@redhat.com>
867
868 PR 10288
869 * arm-dis.c (coprocessor): Print the LDC and STC versions of the
870 LFM and SFM instructions as comments,.
871 Improve consistency of formatting for instructions displayed as
872 comments and decimal values displayed with their hexadecimal
873 equivalents.
874 Formatting tidy ups.
875
05413229
NC
8762009-06-29 Nick Clifton <nickc@redhat.com>
877
878 PR 10288
879 * arm-dis.c (enum opcode_sentinels): New: Used to mark the
880 boundary between variaant and generic coprocessor instuctions.
881 (coprocessor): Use it.
882 Fix architecture version of MCRR and MRRC instructions.
883 (arm_opcdes): Fix patterns for STRB and STRH instructions.
884 (print_insn_coprocessor): Check architecture and extension masks.
885 Print a hexadecimal version of any decimal constant that is
886 outside of the range of -16 to +32.
887 (print_arm_address): Add a return value of the offset used in the
888 adress, if it is worth printing a hexadecimal version of it.
889 (print_insn_neon): Print a hexadecimal version of any decimal
890 constant that is outside of the range of -16 to +32.
891 (print_insn_arm): Likewise.
892 (print_insn_thumb16): Likewise.
893 (print_insn_thumb32): Likewise.
e0c483d6 894
05413229
NC
895 PR 10297
896 * arm-dis.c (UNDEFINED_INSTRUCTION): New macro for a description
897 of an undefined instruction.
898 (arm_opcodes): Use it.
899 (thumb_opcod): Use it.
900 (thumb32_opc): Use it.
901
378a0c07
DD
9022009-06-23 DJ Delorie <dj@redhat.com>
903
dab97f24
DD
904 * mep-desc.c: Regenerate.
905 * mep-desc.h: Regenerate.
906 * mep-dis.c: Regenerate.
907 * mep-ibld.c: Regenerate.
908 * mep-opc.c: Regenerate.
909
378a0c07
DD
910 * mep-asm.c: Regenerate.
911 * mep-opc.c: Regenerate.
912 * mep-opc.h: Regenerate.
913
aece7d2e
NC
9142009-06-22 Nick Clifton <nickc@redhat.com>
915
916 * po/fi.po: Updated Finish translation.
917
1998a8e0
AM
9182009-06-22 Alan Modra <amodra@bigpond.net.au>
919
920 * m32c-asm.c: Regenerate.
921
b33bafa0
AM
9222009-06-22 Alan Modra <amodra@bigpond.net.au>
923
924 * score-dis.c (print_insn_score48, print_insn_score32): Move default
925 case label to proper lexical block.
926 * score7-dis.c (print_insn_score32): Likewise.
927
ce21feb4
MS
9282009-06-19 Martin Schwidefsky <sschwidefsky@de.ibm.com>
929
930 * s390-opc.c (INSTR_RR_0R_OPT, INSTR_RX_0RRD_OPT, MASK_RR_0R_OPT,
931 MASK_RX_0RRD_OPT): New instruction formats with optional arguments.
932 * s390-opc.txt (nopr, nop): Use new instruction format.
933
0313a2b8
NC
9342009-06-18 Nick Clifton <nickc@redhat.com>
935
936 PR 10288
937 * arm-dis.c (print_insn_coprocessor): Check that a user specified
938 ARM architecture supports the matched instruction.
939 (print_insn_arm): Likewise.
940 (select_arm_features): New function. Fills in the fields of an
941 arm_feature_set structure based on a given arm machine number.
942 (print_insn): Initialise an arm_feature_set structure.
943
6db7e006
MR
9442009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
945
946 * vax-dis.c (is_function_entry): Return success for synthetic
947 symbols too.
948 (is_plt_tail): New function.
949 (print_insn_vax): Decode PLT entry offset longword.
950
522fe561
NC
9512009-06-15 Nick Clifton <nickc@redhat.com>
952
fe2ceba1
NC
953 PR 10186
954 * arm-dis.c (thumb32_opcodes): Fix binary value of SEV.W
955 instruction.
956
522fe561
NC
957 PR 10173
958 * cr16-dis.c (print_arg): Avoid printing the 0x prefix twice.
959
1316c8b3
NC
9602009-06-15 Nick Clifton <nickc@redhat.com>
961
962 PR 10263
963 * arm-dis.c (print_insn): Ignore is_data if the user has requested
964 the disassembly of data as well as instructions.
965
f6475b48
DE
9662009-06-11 Doug Evans <dje@sebabeach.org>
967
968 * cgen.sh: Handle multiple simultaneous runs for parallel makes.
969
f865a31d
AG
9702009-06-11 Anthony Green <green@moxielogic.com>
971
972 * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions.
973 (moxie_form3_opc_info): Add branch instructions.
974 * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL
975 encoded instructions.
976
0e7c7f11
AG
9772009-06-06 Anthony Green <green@moxielogic.com>
978
979 * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M.
980 * moxie-dis.c (print_insn_moxie): Handle MOXIE_F1_M case.
981
67a648f1
AM
9822009-06-04 Alan Modra <amodra@bigpond.net.au>
983
984 * dep-in.sed: Don't use \n in replacement part of s command.
985 * Makefile.am (DEP1): LC_ALL for uniq.
986 * Makefile.in: Regenerate.
987
06c582ac
NC
9882009-06-02 Nick Clifton <nickc@redhat.com>
989
990 * po/nl.po: Updated Dutch translation.
991
3164099e
TG
9922009-06-02 Tristan Gingold <gingold@adacore.com>
993
994 * ia64-gen.c (parse_resource_users, print_dependency_table,
995 add_dis_table_ent, finish_distable, insert_bit_table_ent,
996 add_dis_entry, compact_distree, gen_dis_table, completer_entries_eq,
997 get_prefix_len, compute_completer_bits, insert_opcode_dependencies,
998 insert_completer_entry, print_completer_entry, print_completer_table,
999 opcodes_eq, add_opcode_entry, shrink): Use ISO C syntax for functions.
1000
d285268e
DD
10012009-05-28 DJ Delorie <dj@redhat.com>
1002
1003 * mep-asm.c: Regenerate.
1004 * mep-desc.c: Regenerate.
1005
2f3565a3
DD
10062009-05-26 DJ Delorie <dj@redhat.com>
1007
1008 * mep-asm.c: Regenerate.
1009 * mep-desc.c: Regenerate.
1010 * mep-desc.h: Regenerate.
1011 * mep-dis.c: Regenerate.
1012 * mep-ibld.c: Regenerate.
1013 * mep-opc.c: Regenerate.
1014 * mep-opc.h: Regenerate.
1015
f12e7348
NC
10162009-05-26 Nick Clifton <nickc@redhat.com>
1017
1018 * po/id.po: Updated Indonesian translation.
1019 * po/opcodes.pot: Updated template file.
1020
9e097a72
AM
10212009-05-26 Alan Modra <amodra@bigpond.net.au>
1022
1023 * dep-in.sed: Don't modify .o to .lo here. Output one filename
1024 per line with all lines having continuation backslash. Prefix
1025 first line with "A", following lines with "B".
1026 * Makefile.am (DEP): Don't use dep.sed here.
1027 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
1028 dep.sed here on dependencies, sort and uniq.
1029 * Makefile.in: Regenerate.
1030
4f8318f8
TG
10312009-05-25 Tristan Gingold <gingold@adacore.com>
1032
1033 * makefile.vms (OPT): New variable.
1034 (CFLAGS): Update compilation flags.
1035
1d74713b
DD
10362009-05-22 DJ Delorie <dj@redhat.com>
1037
1038 * mep-asm.c: Regenerate.
1039 * mep-desc.c: Regenerate.
1040 * mep-desc.h: Regenerate.
1041 * mep-dis.c: Regenerate.
1042 * mep-ibld.c: Regenerate.
1043 * mep-opc.c: Regenerate.
1044 * mep-opc.h: Regenerate.
1045
c1e679ec
DR
10462009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1047
1048 * i386-opc.h (Cpusse5): Delete.
1049 (i386_cpu_flags): Delete.
1050 * i386-gen.c: Remove CpuSSE5, Drex, Drexv and Drexc.
1051 * i386-opc.tbl: Remove SSE5 instructions.
1052 * i386-tbl.h: Regenerate.
1053 * i386-init.h: Regenerate.
1054 * i386-dis.c (OP_E_memeory, OP_E_extended): Remove drex handling.
1055 (print_drex_arg): Delete.
1056 (OP_DREX4): Delete.
1057 (OP_DREX3): Delete.
1058 (OP_DREX_ICMP): Delete.
1059 (OP_DREX_FCMP): Delete.
1060 (DREX_*): Delete.
1061 (THREE_BYTE_0F24, THREE_BYTE_0F25, THREE_BYTE_0f7B): Delete.
e0c483d6 1062
2b3decb5
AM
10632009-05-22 Alan Modra <amodra@bigpond.net.au>
1064
1065 * Makefile.am: Run "make dep-am".
1066 * Makefile.in: Regenerate.
1067 * po/POTFILES.in: Regenerate.
1068
eb956800
DD
10692009-05-19 DJ Delorie <dj@redhat.com>
1070
1071 * mep-asm.c: Regenerate.
1072 * mep-opc.c: Regenerate.
1073
3526b680
DD
10742009-04-30 DJ Delorie <dj@redhat.com>
1075
1076 * mep-asm.c: Regenerate.
1077 * mep-desc.c: Regenerate.
1078 * mep-desc.h: Regenerate.
1079 * mep-dis.c: Regenerate.
1080 * mep-ibld.c: Regenerate.
1081 * mep-opc.c: Regenerate.
1082 * mep-opc.h: Regenerate.
1083
45be3704
DD
10842009-04-17 DJ Delorie <dj@redhat.com
1085
1086 * mep-desc.c: Regenerate.
1087 * mep-ibld.c: Regenerate.
1088 * mep-opc.c: Regenerate.
1089 * mep-opc.h: Regenerate.
1090
20135e4c
NC
10912009-04-15 Anthony Green <green@moxielogic.com>
1092
1093 * moxie-opc.c, moxie-dis.c: Created.
1094 * Makefile.am: Build the moxie source files.
1095 * configure.in: Add moxie support.
1096 * Makefile.in, configure: Rebuilt.
1097 * disassemble.c (disassembler): Add moxie support.
1098 (ARCH_moxie): Define.
1099
ac5c19e6
JB
11002009-04-15 Jan Beulich <jbeulich@novell.com>
1101
1102 * i386-opc.tbl (protb, protw, protd, protq): Set opcode
1103 extension to None.
1104 (pshab, pshaw, pshad, pshaq): Likewise.
1105 * i386-tbl.h: Re-generate.
1106
52de720d
DD
11072009-04-08 DJ Delorie <dj@redhat.com
1108
1109 * mep-asm.c: Regenerate.
1110 * mep-desc.c: Regenerate.
1111 * mep-desc.h: Regenerate.
1112 * mep-dis.c: Regenerate.
1113 * mep-ibld.c: Regenerate.
1114 * mep-opc.c: Regenerate.
1115 * mep-opc.h: Regenerate.
1116
858d7a6d
PB
11172009-04-07 Peter Bergner <bergner@vnet.ibm.com>
1118
1119 * ppc-opc.c (powerpc_opcodes) <"tlbilxlpid", "tlbilxpid", "tlbilxva",
1120 "tlbilx">: Use secondary opcode "18" as per the ISA 2.06 documentation.
1121 Reorder entries so the extended mnemonics are listed before tlbilx.
1122
70dc4e32
PB
11232009-04-02 Peter Bergner <bergner@vnet.ibm.com>
1124
1125 * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect
1126 due to -many/-Many.
1127 (print_insn_powerpc): Make sure we only deprecate instructions using
1128 the original dialect and not a modified dialect due to -Many handling.
1129 Move the handling of the condition register and default operands to
1130 the end of the if/else if/else chain.
1131 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
1132 instructions from newer processors are listed before older ones.
1133 <"icblce", "sync", "eieio", "tlbld">: Deprecate for processors
1134 that have instructions with conflicting opcodes.
1135
e401b04c
PB
11362009-04-01 Peter Bergner <bergner@vnet.ibm.com>
1137
1138 * ppc-opc.c (powerpc_opcodes) <"dcbzl">: Merge the POWER4 and
1139 E500MC entries.
1140
b8f9ee44
CL
11412009-04-01 Christophe Lyon <christophe.lyon@st.com>
1142
1143 * arm-dis.c (print_insn): Print BE8 opcodes in little endianness.
1144
d460e92e
JM
11452009-03-30 Joseph Myers <joseph@codesourcery.com>
1146
1147 * arm-dis.c (print_insn): Also check section matches in backwards
1148 search for mapping symbol.
1149
d34b5006
L
11502009-03-26 H.J. Lu <hongjiu.lu@intel.com>
1151
1152 * i386-dis.c (get_valid_dis386): Abort on unhandled table.
1153
8d25cc3d
AM
11542009-03-18 Alan Modra <amodra@bigpond.net.au>
1155
3889c459 1156 * cgen-opc.c: Include alloca-conf.h rather than alloca.h.
8d25cc3d
AM
1157 * Makefile.am: Run "make dep-am".
1158 * Makefile.in: Regenerate.
1159 * openrisc-opc.c: Regenerate.
1160
34dd024a
NC
11612009-03-10 Nick Clifton <nickc@redhat.com>
1162
1163 * po/id.po: Updated Indonesian translation.
1164
69fe9ce5
AM
11652009-03-10 Alan Modra <amodra@bigpond.net.au>
1166
1167 * ppc-dis.c: Include "opintl.h".
1168 (struct ppc_mopt, ppc_opts): New.
1169 (ppc_parse_cpu): New function.
1170 (powerpc_init_dialect): Use it.
1171 (print_ppc_disassembler_options): Dump options from ppc_opts.
1172 Internationalize message.
1173
d11fd249
NC
11742009-03-06 Nick Clifton <nickc@redhat.com>
1175
1176 * po/es.po: Updated Spanish translation.
1177
51dec227
AM
11782009-03-04 Alan Modra <amodra@bigpond.net.au>
1179
1180 PR 6768
1181 * configure.in: Test for ld --as-needed support. Link shared
1182 libopcodes against libm.
1183 * configure: Regenerate.
1184
c72ab5f2
PB
11852009-03-03 Peter Bergner <bergner@vnet.ibm.com>
1186
1187 * ppc-opc.c (powerpc_opcodes): Reorder the opcode table so that
1188 instructions from newer processors are listed before older ones.
1189
a1f7ca36
AM
11902009-03-03 Alan Modra <amodra@bigpond.net.au>
1191
1192 * Makefile.am: Run "make dep-am".
1193 (HFILES): Move lm32-desc.h and lm32-opc.h from..
1194 (CFILES): ..here.
1195 * Makefile.in: Regenerate.
1196
c3b7224a
NC
11972009-03-02 Qinwei <qinwei@sunnorth.com.cn>
1198
1199 * score7-dis.c: New file.
1200 * Makefile.am: Add dependencies for score7-dis.c.
1201 * Makefile.in: Regenerate.
1202 * configure.in: Add score7-dis to score files.
1203 * configure: Regenerate.
1204 * score-dis.c: Add support for score7 architecture.
1205 * score-opc.h: Likewise.
1206
58e24671
RW
12072009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1208
1209 * configure: Regenerate.
1210
d6f574e0
L
12112009-02-27 H.J. Lu <hongjiu.lu@intel.com>
1212
1213 * i386-dis.c (OP_EX): Call OP_E_memory instead of OP_E.
1214
066be9f7
PB
12152009-02-26 Peter Bergner <bergner@vnet.ibm.com>
1216
1217 * ppc-dis.c (powerpc_init_dialect): Extend -Mpower7 to disassemble
1218 the power7 and the isel instructions.
1219 * ppc-opc.c (insert_xc6, extract_xc6): New static functions.
1220 (insert_dm, extract_dm): Likewise.
1221 (XB6): Update comment to include XX2 form.
1222 (WC, XC6, SHW, DMEX, UIM, XX2, XX3RC, XX4, XX2_MASK, XX2UIM_MASK,
1223 XX2BF_MASK, XX3BF_MASK, XX3SHW_MASK, XX4_MASK, XWC_MASK, POWER7): New.
1224 (RemoveXX3DM): Delete.
1225 (powerpc_opcodes): <"lfdp", "lfdpx", "mcrxr", "mftb", "mffgpr",
1226 "mftgpr">: Deprecate for POWER7.
1227 <"fres", "fres.", "frsqrtes", "frsqrtes.", "fre", "fre.", "frsqrte",
1228 "frsqrte.">: Deprecate the three operand form and enable the two
1229 operand form for POWER7 and later.
1230 <"wait">: Extend to accept optional parameter. Enable for POWER7.
1231 <"waitsrv", "waitimpl">: Add extended opcodes.
1232 <"ldbrx", "stdbrx">: Enable for POWER7.
1233 <"cdtbcd", "cbcdtd", "addg6s">: Add POWER6 opcodes.
1234 <"bpermd", "dcbtstt", "dcbtt", "dcffix.", "dcffix", "divde.", "divde",
1235 "divdeo.", "divdeo", "divdeu.", "divdeu", "divdeuo.", "divdeuo",
1236 "divwe.", "divwe", "divweo.", "divweo", "divweu.", "divweu", "divweuo.",
1237 "divweuo", "fcfids.", "fcfids", "fcfidu.", "fcfidu", "fcfidus.",
1238 "fcfidus", "fctidu.", "fctidu", "fctiduz.", "fctiduz", "fctiwu.",
1239 "fctiwu", "fctiwuz.", "fctiwuz", "ftdiv", "ftsqrt", "lbarx", "lfiwzx",
1240 "lharx", "popcntd", "popcntw", "stbcx.", "sthcx.">: Add POWER7 opcodes.
1241 <"lxsdux", "lxsdx", "lxvdsx", "lxvw4ux", "lxvw4x", "stxsdux", "stxsdx",
1242 "stxvw4ux", "stxvw4x", "xsabsdp", "xsadddp", "xscmpodp", "xscmpudp",
1243 "xscpsgndp", "xscvdpsp", "xscvdpsxds", "xscvdpsxws", "xscvdpuxds",
1244 "xscvdpuxws", "xscvspdp", "xscvsxddp", "xscvuxddp", "xsdivdp",
1245 "xsmaddadp", "xsmaddmdp", "xsmaxdp", "xsmindp", "xsmsubadp",
1246 "xsmsubmdp", "xsmuldp", "xsnabsdp", "xsnegdp", "xsnmaddadp",
1247 "xsnmaddmdp", "xsnmsubadp", "xsnmsubmdp", "xsrdpi", "xsrdpic",
1248 "xsrdpim", "xsrdpip", "xsrdpiz", "xsredp", "xsrsqrtedp", "xssqrtdp",
1249 "xssubdp", "xstdivdp", "xstsqrtdp", "xvabsdp", "xvabssp", "xvadddp",
1250 "xvaddsp", "xvcmpeqdp.", "xvcmpeqdp", "xvcmpeqsp.", "xvcmpeqsp",
1251 "xvcmpgedp.", "xvcmpgedp", "xvcmpgesp.", "xvcmpgesp", "xvcmpgtdp.",
1252 "xvcmpgtdp", "xvcmpgtsp.", "xvcmpgtsp", "xvcpsgnsp", "xvcvdpsp",
1253 "xvcvdpsxds", "xvcvdpsxws", "xvcvdpuxds", "xvcvdpuxws", "xvcvspdp",
1254 "xvcvspsxds", "xvcvspsxws", "xvcvspuxds", "xvcvspuxws", "xvcvsxddp",
1255 "xvcvsxdsp", "xvcvsxwdp", "xvcvsxwsp", "xvcvuxddp", "xvcvuxdsp",
1256 "xvcvuxwdp", "xvcvuxwsp", "xvdivdp", "xvdivsp", "xvmaddadp",
1257 "xvmaddasp", "xvmaddmdp", "xvmaddmsp", "xvmaxdp", "xvmaxsp",
1258 "xvmindp", "xvminsp", "xvmovsp", "xvmsubadp", "xvmsubasp", "xvmsubmdp",
1259 "xvmsubmsp", "xvmuldp", "xvmulsp", "xvnabsdp", "xvnabssp", "xvnegdp",
1260 "xvnegsp", "xvnmaddadp", "xvnmaddasp", "xvnmaddmdp", "xvnmaddmsp",
1261 "xvnmsubadp", "xvnmsubasp", "xvnmsubmdp", "xvnmsubmsp", "xvrdpi",
1262 "xvrdpic", "xvrdpim", "xvrdpip", "xvrdpiz", "xvredp", "xvresp",
1263 "xvrspi", "xvrspic", "xvrspim", "xvrspip", "xvrspiz", "xvrsqrtedp",
1264 "xvrsqrtesp", "xvsqrtdp", "xvsqrtsp", "xvsubdp", "xvsubsp", "xvtdivdp",
1265 "xvtdivsp", "xvtsqrtdp", "xvtsqrtsp", "xxland", "xxlandc", "xxlnor",
1266 "xxlor", "xxlxor", "xxmrghw", "xxmrglw", "xxsel", "xxsldwi", "xxspltd",
1267 "xxspltw", "xxswapd">: Add VSX opcodes.
1268
4c664d7b
L
12692009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1270
1271 * i386-gen.c (operand_type_init): Remove OPERAND_TYPE_VEX_IMM4.
1272 (operand_types): Remove Vex_Imm4.
1273
1274 * i386-opc.h (Vex_Imm4): Removed.
1275 (OTMax): Updated.
1276 (i386_operand_type): Remove vex_imm4.
1277
1278 * i386-opc.tbl: Remove Vex_Imm4 comments.
1279 * i386-init.h: Regenerated.
1280 * i386-tbl.h: Likewise.
1281
4ce8808b
RE
12822009-02-23 Richard Earnshaw <rearnsha@arm.com>
1283
1284 * arm-dis.c (neon_opcodes): Correct bit-mask and patterns for
1285 vq{r}shr{u}n.s64 insnstructions.
1286
0e55be16
PB
12872009-02-19 Peter Bergner <bergner@vnet.ibm.com>
1288
1289 * ppc-opc.c (powerpc_opcodes) <"lfdepx", "stfdepx">: Fix the first
1290 operand to be a float point register (FRT/FRS).
1291
b1c9882d
AN
12922009-02-18 Adam Nemet <anemet@caviumnetworks.com>
1293
1294 * mips-opc.c (mips_builtin_opcodes): Move the Octeon-specific
1295 dmfc2 and dmtc2 before the architecture-level variants.
1296
137f2437
NC
12972009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
1298
1299 * fr30-opc.c: Regenerate.
1300 * frv-opc.c: Regenerate.
1301 * ip2k-opc.c: Regenerate.
1302 * iq2000-opc.c: Regenerate.
1303 * lm32-opc.c: Regenerate.
1304 * m32c-opc.c: Regenerate.
1305 * m32r-opc.c: Regenerate.
1306 * mep-opc.c: Regenerate.
1307 * mt-opc.c: Regenerate.
1308 * xc16x-opc.c: Regenerate.
1309 * xstormy16-opc.c: Regenerate.
1310 * tic54x-dis.c (print_instruction): Avoid compiler warning on
1311 sprintf call.
1312
87298967
NS
13132009-02-12 Nathan Sidwell <nathan@codesourcery.com>
1314
1315 * m68k-opc.c (m68k_opcodes): Add stldsr instruction.
1316
80890a61
PB
13172009-02-05 Peter Bergner <bergner@vnet.ibm.com>
1318
1319 * ppc-opc.c: Update copyright year.
1320 (powerpc_opcodes) <"dcbt", "dcbtst">: Deprecate the Embedded operand
1321 ordering for POWER4 and later and use the correct Server ordering.
1322
ce2f5b3c
L
13232009-02-04 H.J. Lu <hongjiu.lu@intel.com>
1324
1325 AVX Programming Reference (January, 2009)
1326 * i386-dis.c (PREFIX_VEX_3A44): New.
1327 (VEX_LEN_3A44_P_2): Likewise.
1328 (PREFIX_VEX_3A48): Updated.
1329 (VEX_LEN_3A4C_P_2): Likewise.
1330 (prefix_table): Add PREFIX_VEX_3A44.
1331 (vex_table): Likewise.
1332 (vex_len_table): Add VEX_LEN_3A44_P_2.
1333
1334 * i386-opc.tbl: Add PCLMUL + AVX instructions.
1335 * i386-tbl.h: Regenerated.
1336
52b6b6b9
JM
13372009-02-03 Sandip Matte <sandip@rmicorp.com>
1338
1339 * mips-dis.c (mips_cp0_names_xlr, mips_cp0sel_names_xlr): Define.
1340 (mips_arch_choices): Add XLR entry.
1341 * mips-opc.c (XLR): Define.
1342 (mips_builtin_opcodes): Add XLR instructions.
1343
31dd3154
JM
13442009-02-03 Carlos O'Donell <carlos@codesourcery.com>
1345
1346 * Makefile.am: Add install-pdf target.
1347 * po/Make-in: Add install-pdf target.
1348 * Makefile.in: Regenerate.
1349
c1a0a41f
DD
13502009-02-02 DJ Delorie <dj@redhat.com>
1351
1352 * mep-asm.c: Regenerate.
1353 * mep-desc.c: Regenerate.
1354 * mep-desc.h: Regenerate.
1355 * mep-dis.c: Regenerate.
1356 * mep-ibld.c: Regenerate.
1357 * mep-opc.c: Regenerate.
1358 * mep-opc.h: Regenerate.
1359
087b80de
JM
13602009-01-29 Mark Mitchell <mark@codesourcery.com>
1361
1362 * arm-dis.c (thumb32_opcodes): Correct decoding for qadd, qdadd,
1363 qsub, and qdsub.
1364
159073e6
NC
13652009-01-28 Chao-ying Fu <fu@mips.com>
1366
e0c483d6 1367 * mips-opc.c (suxc1): Add the flag of FP_D.
159073e6 1368
6f3b91a6
AM
13692009-01-20 Alan Modra <amodra@bigpond.net.au>
1370
1371 * fr30-asm.c, fr30-dis.c, fr30-ibld.c, frv-asm.c, frv-dis.c,
1372 * frv-ibld.c, ip2k-asm.c, ip2k-dis.c, ip2k-ibld.c,
1373 * iq2000-asm.c, iq2000-dis.c, iq2000-ibld.c, m32c-asm.c,
1374 * m32c-dis.c, m32c-ibld.c, m32r-asm.c, m32r-dis.c,
1375 * m32r-ibld.c, mep-asm.c, mep-dis.c, mep-ibld.c, mt-asm.c,
1376 * mt-dis.c, mt-ibld.c, openrisc-asm.c, openrisc-dis.c,
1377 * openrisc-ibld.c, xc16x-asm.c, xc16x-dis.c, xc16x-ibld.c,
1378 * xstormy16-asm.c, xstormy16-dis.c, xstormy16-ibld.c: Regenerate.
1379
29670fb9
AM
13802009-01-16 Alan Modra <amodra@bigpond.net.au>
1381
1382 * configure.in (commonbfdlib): Delete.
1383 (SHARED_LIBADD): Add pic libiberty if such is available.
1384 * configure: Regenerate.
1385 * po/POTFILES.in: Regenerate.
1386
21169fcf
PB
13872009-01-14 Peter Bergner <bergner@vnet.ibm.com>
1388
1389 * ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated.
1390 * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two
1391 operand form and enable the four operand form for POWER6 and later.
1392 <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the
1393 three operand form for POWER6 and later.
1394
4ca47a51
MF
13952009-01-14 Mike Frysinger <vapier@gentoo.org>
1396
1397 * bfin-dis.c (OUTS): Use "%s" as format string.
1398
8acd5377
L
13992009-01-13 H.J. Lu <hongjiu.lu@intel.com>
1400
1401 * i386-gen.c (cpu_flag_init): Remove a white space.
1402 (operand_type_init): Likewise.
1403
c1ec1875
L
14042009-01-12 H.J. Lu <hongjiu.lu@intel.com>
1405
1406 * i386-opc.tbl: Add NoAVX to movnti, lfence and mfence.
1407 * i386-tbl.h: Regenerated.
1408
c7532693
L
14092009-01-12 H.J. Lu <hongjiu.lu@intel.com>
1410
1411 * i386-dis.c (dis386): Use EbS on addB, orB, adcB, sbbB, andB,
1412 subB, xorB and cmpB. Use EvS on addS, orS, adcS, sbbS, andS,
1413 subS, xorS and cmpS.
1414
bd5295b2
L
14152009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1416
1417 * i386-gen.c (cpu_flag_init): Replace CpuP4 and CpuK6 with
1418 CpuClflush and CpuSYSCALL, respectively. Remove CpuK8. Add
1419 CPU_COREI7_FLAGS, CPU_CLFLUSH_FLAGS and CPU_SYSCALL_FLAGS.
1420 (cpu_flags): Remove CpuP4, CpuK6 and CpuK8. Add CpuClflush
1421 and CpuSYSCALL.
1422 (lineno): Removed.
1423 (set_bitfield): Take an argument, lineno. Don't report lineno
1424 on error if it is -1.
1425 (process_i386_cpu_flag): Take an argument, lineno.
1426 (process_i386_opcode_modifier): Likewise.
1427 (process_i386_operand_type): Likewise.
1428 (output_i386_opcode): Likewise.
1429 (opcode_hash_entry): Add lineno.
1430 (process_i386_opcodes): Updated.
1431 (process_i386_registers): Likewise.
1432 (process_i386_initializers): Likewise.
1433
1434 * i386-opc.h (CpuP4): Removed.
1435 (CpuK6): Likewise.
1436 (CpuK8): Likewise.
1437 (CpuClflush): New.
1438 (CpuSYSCALL): Likewise.
1439 (CpuMMX): Updated.
1440 (i386_cpu_flags): Remove cpup4, cpuk6 and cpuk8. Add
1441 cpuclflush and cpusyscall.
1442
1443 * i386-opc.tbl: Update movnti, clflush, lfence, mfence, pause,
1444 syscall and sysret.
1445 * i386-init.h: Regenerated.
1446 * i386-tbl.h: Likewise.
1447
1b7f3fb0
L
14482009-01-09 H.J. Lu <hongjiu.lu@intel.com>
1449
1450 * i386-gen.c (cpu_flag_init): Add CpuRdtscp to CPU_K8_FLAGS
1451 and CPU_AMDFAM10_FLAGS. Add CPU_RDTSCP_FLAGS.
1452 (cpu_flags): Add CpuRdtscp.
1453 (set_bitfield): Remove CpuSledgehammer check.
1454
1455 * i386-opc.h (CpuRdtscp): New.
1456 (CpuLM): Updated.
1457 (i386_cpu_flags): Add cpurdtscp.
1458
1459 * i386-opc.tbl: Replace CpuSledgehammer with CpuRdtscp.
1460 * i386-init.h: Regenerated.
1461 * i386-tbl.h: Likewise.
1462
1cb0a767
PB
14632009-01-09 Peter Bergner <bergner@vnet.ibm.com>
1464
1465 * ppc-opc.c (PPCNONE): Define.
1466 (NOPOWER4): Delete.
1467 (powerpc_opcodes): Initialize the new "deprecated" field.
1468
168e3097
L
14692009-01-06 H.J. Lu <hongjiu.lu@intel.com>
1470
1471 AVX Programming Reference (December, 2008)
1472 * i386-dis.c (VEX_LEN_2B_M_0): Removed.
1473 (VEX_LEN_E7_P_2_M_0): Likewise.
1474 (VEX_LEN_2C_P_1): Updated.
1475 (VEX_LEN_E8_P_2): Likewise.
1476 (vex_len_table): Remove VEX_LEN_2B_M_0 and VEX_LEN_E7_P_2_M_0.
1477 (mod_table): Likewise.
1478
1479 * i386-opc.tbl: Add 256bit vmovntdq, vmovntpd and vmovntps.
1480 * i386-tbl.h: Regenerated.
1481
22da050b
L
14822009-01-05 H.J. Lu <hongjiu.lu@intel.com>
1483
1484 * i386-gen.c (process_copyright): Update for 2009.
1485
1486 * i386-init.h: Regenerated.
1487 * i386-tbl.h: Likewise.
1488
0bfee649 14892009-01-05 H.J. Lu <hongjiu.lu@intel.com>
6194aaab 1490
0bfee649
L
1491 AVX Programming Reference (December, 2008)
1492 * i386-dis.c (OP_VEX_FMA): Removed.
c0f3af97 1493 (OP_EX_VexW): Likewise.
0bfee649 1494 (OP_EX_VexImmW): Likewise.
c0f3af97 1495 (OP_XMM_VexW): Likewise.
c0f3af97 1496 (VEXI4_Fixup): Likewise.
c0f3af97 1497 (VPERMIL2_Fixup): Likewise.
c0f3af97 1498 (VexI4): Likewise.
0bfee649
L
1499 (VexFMA): Likewise.
1500 (Vex128FMA): Likewise.
c0f3af97
L
1501 (EXVexW): Likewise.
1502 (EXdVexW): Likewise.
1503 (EXqVexW): Likewise.
0bfee649 1504 (EXVexImmW): Likewise.
c0f3af97 1505 (XMVexW): Likewise.
c0f3af97 1506 (VPERMIL2): Likewise.
0bfee649
L
1507 (PREFIX_VEX_3A48...PREFIX_VEX_3A4A): Likewise.
1508 (PREFIX_VEX_3A5C...PREFIX_VEX_3A5F): Likewise.
1509 (PREFIX_VEX_3A68...PREFIX_VEX_3A6F): Likewise.
1510 (PREFIX_VEX_3A78...PREFIX_VEX_3A7F): Likewise.
1511 (VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2): Likewise.
1512 (VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2): Likewise.
1513 (get_vex_imm8): Likewise.
1514 (OP_EX_VexReg): Likewise.
1515 vpermil2_op): Likewise.
1516 (EXVexWdq): New.
1517 (vex_w_dq_mode): Likewise.
1518 (PREFIX_VEX_3896...PREFIX_VEX_389F): Likewise.
1519 (PREFIX_VEX_38A6...PREFIX_VEX_38AF): Likewise.
1520 (PREFIX_VEX_38B6...PREFIX_VEX_38BF): Likewise.
1521 (es_reg): Updated.
1522 (PREFIX_VEX_38DB): Likewise.
1523 (PREFIX_VEX_3A4A): Likewise.
1524 (PREFIX_VEX_3A60): Likewise.
1525 (PREFIX_VEX_3ADF): Likewise.
1526 (VEX_LEN_3ADF_P_2): Likewise.
1527 (prefix_table): Remove PREFIX_VEX_3A48...PREFIX_VEX_3A4A,
e0c483d6 1528 PREFIX_VEX_3A5C...PREFIX_VEX_3A5F,
0bfee649
L
1529 PREFIX_VEX_3A68...PREFIX_VEX_3A6F and
1530 PREFIX_VEX_3A78...PREFIX_VEX_3A7F. Add
1531 PREFIX_VEX_3896...PREFIX_VEX_389F,
1532 PREFIX_VEX_38A6...PREFIX_VEX_38AF and
1533 PREFIX_VEX_38B6...PREFIX_VEX_38BF.
c0f3af97 1534 (vex_table): Likewise.
0bfee649
L
1535 (vex_len_table): Remove VEX_LEN_3A6A_P_2...VEX_LEN_3A6F_P_2
1536 and VEX_LEN_3A7A_P_2...VEX_LEN_3A7F_P_2.
1537 (putop): Support "%XW".
1538 (intel_operand_size): Handle vex_w_dq_mode.
58c85be7 1539
0bfee649 1540 * i386-opc.h (VexNDS): Add a comment for VEX NDS and VEX DDS.
58c85be7 1541
0bfee649
L
1542 * i386-opc.tbl: Remove vpermil2pd/vpermil2ps and old FMA
1543 instructions. Add new FMA instructions.
28dbc079
L
1544 * i386-tbl.h: Regenerated.
1545
e0c483d6 15462009-01-02 Matthias Klose <doko@ubuntu.com>
3fe15143 1547
e0c483d6
AM
1548 * or32-opc.c (or32_print_register, or32_print_immediate,
1549 disassemble_insn): Don't rely on undefined sprintf behaviour.
3fe15143 1550
0bfee649 1551For older changes see ChangeLog-2008
252b5132
RH
1552\f
1553Local Variables:
2f6d2f85
NC
1554mode: change-log
1555left-margin: 8
1556fill-column: 74
252b5132
RH
1557version-control: never
1558End:
This page took 0.54188 seconds and 4 git commands to generate.