1 2005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
3 * sh-opc.h (arch_sh2a_or_sh3e,arch_sh2a_or_sh4): Correct definition.
4 (inheritance diagram): Add missing edge.
5 (arch_sh1_up): Rename arch_sh_up to match external name to make life
6 easier for the testsuite.
7 (arch_sh4_nofp_up): Likewise, rename arch_sh4_nofpu_up.
8 (arch_sh4a_nofp_up): Likewise, rename arch_sh4a_nofpu_up.
9 (arch_sh2a_nofpu_or_sh4_nommu_nofpu_up): Add missing
10 arch_sh2a_or_sh4_up child.
11 (sh_table): Do renaming as above.
12 Correct comment for ldc.l for gas testsuite to read.
13 Remove rogue mul.l from sh1 (duplicate of the one for sh2).
14 Correct comments for movy.w and movy.l for gas testsuite to read.
15 Correct comments for fmov.d and fmov.s for gas testsuite to read.
17 2005-01-12 H.J. Lu <hongjiu.lu@intel.com>
19 * i386-dis.c (OP_E): Don't ignore scale in SIB for 64 bit mode.
21 2005-01-12 H.J. Lu <hongjiu.lu@intel.com>
23 * i386-dis.c (OP_E): Ignore scale when index == 0x4 in SIB.
25 2005-01-10 Andreas Schwab <schwab@suse.de>
27 * disassemble.c (disassemble_init_for_target) <case
28 bfd_arch_ia64>: Set skip_zeroes to 16.
29 <case bfd_arch_tic4x>: Set skip_zeroes to 32.
31 2004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
33 * crx-opc.c: Mark 'bcop' instruction as RELAXABLE.
35 2004-12-14 Svein E. Seldal <Svein.Seldal@solidas.com>
37 * avr-dis.c: Prettyprint. Added printing of symbol names in all
38 memory references. Convert avr_operand() to C90 formatting.
40 2004-12-05 Tomer Levi <Tomer.Levi@nsc.com>
42 * crx-dis.c (print_arg): Use 'info->print_address_func' for address printing.
44 2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
46 * crx-opc.c (crx_optab): Mark all rbase_disps* operands as signed.
47 (no_op_insn): Initialize array with instructions that have no
49 * crx-dis.c (make_instruction): Get rid of COP_BRANCH_INS operand swapping.
51 2004-11-29 Richard Earnshaw <rearnsha@arm.com>
53 * arm-dis.c: Correct top-level comment.
55 2004-11-27 Richard Earnshaw <rearnsha@arm.com>
57 * arm-opc.h (arm_opcode, thumb_opcode): Add extra field for the
58 architecuture defining the insn.
59 (arm_opcodes, thumb_opcodes): Delete. Move to ...
60 * arm-dis.c (arm_opcodes, thumb_opcodes): Here. Add architecutre
62 Also include opcode/arm.h.
63 * Makefile.am (arm-dis.lo): Update dependency list.
64 * Makefile.in: Regenerate.
66 2004-11-22 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
68 * opcode/arc-opc.c (insert_base): Modify ls_operand[LS_OFFSET] to
69 reflect the change to the short immediate syntax.
71 2004-11-19 Alan Modra <amodra@bigpond.net.au>
73 * or32-opc.c (debug): Warning fix.
74 * po/POTFILES.in: Regenerate.
76 * maxq-dis.c: Formatting.
77 (print_insn): Warning fix.
79 2004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
81 * arm-dis.c (WORD_ADDRESS): Define.
82 (print_insn): Use it. Correct big-endian end-of-section handling.
84 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
85 Vineet Sharma <vineets@noida.hcltech.com>
87 * maxq-dis.c: New file.
88 * disassemble.c (ARCH_maxq): Define.
89 (disassembler): Add 'print_insn_maxq_little' for handling maxq
91 * configure.in: Add case for bfd_maxq_arch.
92 * configure: Regenerate.
93 * Makefile.am: Add support for maxq-dis.c
94 * Makefile.in: Regenerate.
95 * aclocal.m4: Regenerate.
97 2004-11-05 Tomer Levi <Tomer.Levi@nsc.com>
99 * crx-opc.c (crx_optab): Rename 'arg_icr' to 'arg_idxr' for Index register
101 * crx-dis.c: Likewise.
103 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
105 Generally, handle CRISv32.
106 * cris-dis.c (TRACE_CASE): Define as (disdata->trace_case).
107 (struct cris_disasm_data): New type.
108 (format_reg, format_hex, cris_constraint, print_flags)
109 (get_opcode_entry): Add struct cris_disasm_data * parameter. All
111 (format_sup_reg, print_insn_crisv32_with_register_prefix)
112 (print_insn_crisv32_without_register_prefix)
113 (print_insn_crisv10_v32_with_register_prefix)
114 (print_insn_crisv10_v32_without_register_prefix)
115 (cris_parse_disassembler_options): New functions.
116 (bytes_to_skip, cris_spec_reg): Add enum cris_disass_family
117 parameter. All callers changed.
118 (get_opcode_entry): Call malloc, not xmalloc. Return NULL on
120 (cris_constraint) <case 'Y', 'U'>: New cases.
121 (bytes_to_skip): Handle 'Y' and 'N' as 's'. Skip size is 4 bytes
123 (print_with_operands) <case 'Y'>: New case.
124 (print_with_operands) <case 'T', 'A', '[', ']', 'd', 'n', 'u'>
125 <case 'N', 'Y', 'Q'>: New cases.
126 (print_insn_cris_generic): Emit "bcc ." for zero and CRISv32.
127 (print_insn_cris_with_register_prefix)
128 (print_insn_cris_without_register_prefix): Call
129 cris_parse_disassembler_options.
130 * cris-opc.c (cris_spec_regs): Mention that this table isn't used
131 for CRISv32 and the size of immediate operands. New v32-only
132 entries for bz, pid, srs, wz, exs, eda, dz, ebp, erp, nrp, ccs and
133 spc. Add v32-only 4-byte entries for p2, p3, p5 and p6. Change
134 ccr, ibr, irp to be v0..v10. Change bar, dccr to be v8..v10.
135 Change brp to be v3..v10.
136 (cris_support_regs): New vector.
137 (cris_opcodes): Update head comment. New format characters '[',
138 ']', space, 'A', 'd', 'N', 'n', 'Q', 'T', 'u', 'U', 'Y'.
139 Add new opcodes for v32 and adjust existing opcodes to accommodate
140 differences to earlier variants.
141 (cris_cond15s): New vector.
143 2004-11-04 Jan Beulich <jbeulich@novell.com>
145 * i386-dis.c (Eq, Edqw, indirEp, Gdq, I1): Define.
147 (Mp): Use f_mode rather than none at all.
148 (t_mode, dq_mode, dqw_mode, f_mode, const_1_mode): Define. t_mode
149 replaces what previously was x_mode; x_mode now means 128-bit SSE
151 (dis386): Make far jumps and calls have an 'l' prefix only in AT&T
152 mode. movmskpX's, pextrw's, and pmovmskb's first operands are Gdq.
153 pinsrw's second operand is Edqw.
154 (grps): 1-bit shifts' and rotates' second operands are I1. cmpxchg8b's
155 operand is Eq. movntq's and movntdq's first operands are EM. s[gi]dt,
156 fldenv, frstor, fsave, fstenv all should also have suffixes in Intel
157 mode when an operand size override is present or always suffixing.
158 More instructions will need to be added to this group.
159 (putop): Handle new macro chars 'C' (short/long suffix selector),
160 'I' (Intel mode override for following macro char), and 'J' (for
161 adding the 'l' prefix to far branches in AT&T mode). When an
162 alternative was specified in the template, honor macro character when
163 specified for Intel mode.
164 (OP_E): Handle new *_mode values. Correct pointer specifications for
165 memory operands. Consolidate output of index register.
166 (OP_G): Handle new *_mode values.
167 (OP_I): Handle const_1_mode.
168 (OP_ESreg, OP_DSreg): Generate pointer specifications. Indicate
169 respective opcode prefix bits have been consumed.
170 (OP_EM, OP_EX): Provide some default handling for generating pointer
173 2004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
175 * crx-opc.c (REV_COP_INST): New macro, reverse operand order of
178 2004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
180 * crx-dis.c (enum REG_ARG_TYPE): New, replacing COP_ARG_TYPE.
181 (getregliststring): Support HI/LO and user registers.
182 * crx-opc.c (crx_instruction): Update data structure according to the
183 rearrangement done in CRX opcode header file.
184 (crx_regtab): Likewise.
185 (crx_optab): Likewise.
186 (crx_instruction): Reorder load/stor instructions, remove unsupported
188 support new Co-Processor instruction 'cpi'.
190 2004-10-27 Nick Clifton <nickc@redhat.com>
192 * opcodes/iq2000-asm.c: Regenerate.
193 * opcodes/iq2000-desc.c: Regenerate.
194 * opcodes/iq2000-desc.h: Regenerate.
195 * opcodes/iq2000-dis.c: Regenerate.
196 * opcodes/iq2000-ibld.c: Regenerate.
197 * opcodes/iq2000-opc.c: Regenerate.
198 * opcodes/iq2000-opc.h: Regenerate.
200 2004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
202 * crx-opc.c (crx_instruction): Replace i3, i4, i5 with us3,
203 us4, us5 (respectively).
204 Remove unsupported 'popa' instruction.
205 Reverse operands order in store co-processor instructions.
207 2004-10-15 Alan Modra <amodra@bigpond.net.au>
209 * Makefile.am: Run "make dep-am"
210 * Makefile.in: Regenerate.
212 2004-10-12 Bob Wilson <bob.wilson@acm.org>
214 * xtensa-dis.c: Use ISO C90 formatting.
216 2004-10-09 Alan Modra <amodra@bigpond.net.au>
218 * ppc-opc.c: Revert 2004-09-09 change.
220 2004-10-07 Bob Wilson <bob.wilson@acm.org>
222 * xtensa-dis.c (state_names): Delete.
223 (fetch_data): Use xtensa_isa_maxlength.
224 (print_xtensa_operand): Replace operand parameter with opcode/operand
225 pair. Remove print_sr_name parameter. Use new xtensa-isa.h functions.
226 (print_insn_xtensa): Use new xtensa-isa.h functions. Handle multislot
227 instruction bundles. Use xmalloc instead of malloc.
229 2004-10-07 David Gibson <david@gibson.dropbear.id.au>
231 * ppc-opc.c: Replace literal "0"s with NULLs in pointer
234 2004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
236 * crx-opc.c (crx_instruction): Support Co-processor insns.
237 * crx-dis.c (COP_ARG_TYPE): New enum for CO-Processor arguments.
238 (getregliststring): Change function to use the above enum.
239 (print_arg): Handle CO-Processor insns.
240 (crx_cinvs): Add 'b' option to invalidate the branch-target
243 2004-10-06 Aldy Hernandez <aldyh@redhat.com>
245 * ppc-opc.c (powerpc_opcodes): Add efscfd, efdabs, efdnabs,
246 efdneg, efdadd, efdsub, efdmul, efddiv, efdcmpgt, efdcmplt,
247 efdcmpeq, efdtstgt, efdtstlt, efdtsteq, efdcfsi, efdcfsid,
248 efdcfui, efdcfuid, efdcfsf, efdcfuf, efdctsi, efdctsidz, efdctsiz,
249 efdctui, efdctuidz, efdctuiz, efdctsf, efdctuf, efdctuf, efdcfs.
251 2004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
253 * pdp11-dis.c (print_insn_pdp11): Subtract the SOB's displacement
256 2004-09-30 Paul Brook <paul@codesourcery.com>
258 * arm-dis.c (print_insn_arm): Handle 'e' for SMI instruction.
259 * arm-opc.h: Document %e. Add ARMv6ZK instructions.
261 2004-09-17 H.J. Lu <hongjiu.lu@intel.com>
263 * Makefile.am (AUTOMAKE_OPTIONS): Require 1.9.
264 (CONFIG_STATUS_DEPENDENCIES): New.
266 (config.status): Likewise.
267 * Makefile.in: Regenerated.
269 2004-09-17 Alan Modra <amodra@bigpond.net.au>
271 * Makefile.am: Run "make dep-am".
272 * Makefile.in: Regenerate.
273 * aclocal.m4: Regenerate.
274 * configure: Regenerate.
275 * po/POTFILES.in: Regenerate.
276 * po/opcodes.pot: Regenerate.
278 2004-09-11 Andreas Schwab <schwab@suse.de>
280 * configure: Rebuild.
282 2004-09-09 Segher Boessenkool <segher@kernel.crashing.org>
284 * ppc-opc.c (L): Make this field not optional.
286 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
288 * opc-crx.c: Rename 'popma' to 'popa', remove 'pushma'.
289 Fix parameter to 'm[t|f]csr' insns.
291 2004-08-30 Nathanael Nerode <neroden@gcc.gnu.org>
293 * configure.in: Autoupdate to autoconf 2.59.
294 * aclocal.m4: Rebuild with aclocal 1.4p6.
295 * configure: Rebuild with autoconf 2.59.
296 * Makefile.in: Rebuild with automake 1.4p6 (picking up
297 bfd changes for autoconf 2.59 on the way).
298 * config.in: Rebuild with autoheader 2.59.
300 2004-08-27 Richard Sandiford <rsandifo@redhat.com>
302 * frv-desc.[ch], frv-opc.[ch]: Regenerated.
304 2004-07-30 Michal Ludvig <mludvig@suse.cz>
306 * i386-dis.c (GRPPADLCK): Renamed to GRPPADLCK1
307 (GRPPADLCK2): New define.
308 (twobyte_has_modrm): True for 0xA6.
309 (grps): GRPPADLCK2 for opcode 0xA6.
311 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
313 Introduce SH2a support.
314 * sh-opc.h (arch_sh2a_base): Renumber.
315 (arch_sh2a_nofpu_base): Remove.
316 (arch_sh_base_mask): Adjust.
317 (arch_opann_mask): New.
318 (arch_sh2a, arch_sh2a_nofpu): Adjust.
319 (arch_sh2a_up, arch_sh2a_nofpu_up): Likewise.
320 (sh_table): Adjust whitespace.
321 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
322 * sh-opc.h (arch_sh2a_nofpu_up): New. Use instead of arch_sh2a_up in
323 instruction list throughout.
324 (arch_sh2a_up): Redefine to include fpu instruction set. Use instead
325 of arch_sh2a in instruction list throughout.
326 (arch_sh2e_up): Accomodate above changes.
327 (arch_sh2_up): Ditto.
328 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
329 * sh-opc.h: Add arch_sh2a_nofpu to arch_sh2_up.
330 2004-02-18 Corinna Vinschen <vinschen@redhat.com>
331 * sh-dis.c (print_insn_sh): Add bfd_mach_sh2a_nofpu handling.
332 * sh-opc.h (arch_sh2a_nofpu): New.
333 (arch_sh2a_up): New, defines sh2a and sh2a_nofpu.
334 (sh_table): Change all arch_sh2a to arch_sh2a_up unless FPU
336 2004-01-20 DJ Delorie <dj@redhat.com>
337 * sh-dis.c (print_insn_sh): SH2A does not have 'X' fp regs.
338 2003-12-29 DJ Delorie <dj@redhat.com>
339 * sh-opc.c (sh_nibble_type, sh_arg_type, arch_2a, arch_2e_up,
340 sh_opcode_info, sh_table): Add sh2a support.
341 (arch_op32): New, to tag 32-bit opcodes.
342 * sh-dis.c (print_insn_sh): Support sh2a opcodes.
343 2003-12-02 Michael Snyder <msnyder@redhat.com>
344 * sh-opc.h (arch_sh2a): Add.
345 * sh-dis.c (arch_sh2a): Handle.
346 * sh-opc.h (arch_sh2_up): Fix up to include arch_sh2a.
348 2004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
350 * crx-opc.c: Add popx,pushx insns. Indent code, fix comments.
352 2004-07-22 Nick Clifton <nickc@redhat.com>
355 * h8300-dis.c (bfd_h8_disassemble): Do not dump raw bytes for the
356 insns - this is done by objdump itself.
357 * h8500-dis.c (print_insn_h8500): Likewise.
359 2004-07-21 Jan Beulich <jbeulich@novell.com>
361 * i386-dis.c (OP_E): Show rip-relative addressing in 64-bit mode
362 regardless of address size prefix in effect.
363 (ptr_reg): Size or address registers does not depend on rex64, but
364 on the presence of an address size override.
365 (OP_MMX): Use rex.x only for xmm registers.
366 (OP_EM): Use rex.z only for xmm registers.
368 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
370 * mips-opc.c (mips_builtin_opcodes): Move coprocessor 2
371 move/branch operations to the bottom so that VR5400 multimedia
372 instructions take precedence in disassembly.
374 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
376 * mips-opc.c (mips_builtin_opcodes): Remove the MIPS32
377 ISA-specific "break" encoding.
379 2004-07-13 Elvis Chiang <elvisfb@gmail.com>
381 * arm-opc.h: Fix typo in comment.
383 2004-07-11 Andreas Schwab <schwab@suse.de>
385 * m68k-dis.c (m68k_valid_ea): Fix typos in last change.
387 2004-07-09 Andreas Schwab <schwab@suse.de>
389 * m68k-dis.c (m68k_valid_ea): Check validity of all codes.
391 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
393 * Makefile.am (CFILES): Add crx-dis.c, crx-opc.c.
394 (ALL_MACHINES): Add crx-dis.lo, crx-opc.lo.
395 (crx-dis.lo): New target.
396 (crx-opc.lo): Likewise.
397 * Makefile.in: Regenerate.
398 * configure.in: Handle bfd_crx_arch.
399 * configure: Regenerate.
400 * crx-dis.c: New file.
401 * crx-opc.c: New file.
402 * disassemble.c (ARCH_crx): Define.
403 (disassembler): Handle ARCH_crx.
405 2004-06-29 James E Wilson <wilson@specifixinc.com>
407 * ia64-opc-a.c (ia64_opcodes_a): Delete mov immediate pseudo for adds.
408 * ia64-asmtab.c: Regnerate.
410 2004-06-28 Alan Modra <amodra@bigpond.net.au>
412 * ppc-opc.c (insert_fxm): Handle mfocrf and mtocrf.
413 (extract_fxm): Don't test dialect.
414 (XFXFXM_MASK): Include the power4 bit.
415 (XFXM): Add p4 param.
416 (powerpc_opcodes): Add mfocrf and mtocrf. Adjust mtcr.
418 2004-06-27 Alexandre Oliva <aoliva@redhat.com>
420 2003-07-21 Richard Sandiford <rsandifo@redhat.com>
421 * disassemble.c (disassembler): Handle bfd_mach_h8300sxn.
423 2004-06-26 Alan Modra <amodra@bigpond.net.au>
425 * ppc-opc.c (BH, XLBH_MASK): Define.
426 (powerpc_opcodes): Allow BH field on bclr, bclrl, bcctr, bcctrl.
428 2004-06-24 Alan Modra <amodra@bigpond.net.au>
430 * i386-dis.c (x_mode): Comment.
431 (two_source_ops): File scope.
432 (float_mem): Correct fisttpll and fistpll.
433 (float_mem_mode): New table.
435 (OP_E): Correct intel mode PTR output.
436 (ptr_reg): Use open_char and close_char.
437 (PNI_Fixup): Handle possible suffix on sidt. Use op1out etc. for
438 operands. Set two_source_ops.
440 2004-06-15 Alan Modra <amodra@bigpond.net.au>
442 * arc-ext.c (build_ARC_extmap): Use bfd_get_section_size
443 instead of _raw_size.
445 2004-06-08 Jakub Jelinek <jakub@redhat.com>
447 * ia64-gen.c (in_iclass): Handle more postinc st
449 * ia64-asmtab.c: Rebuilt.
451 2004-06-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
453 * s390-opc.txt: Correct architecture mask for some opcodes.
454 lrv, lrvh, strv, ml, dl, alc, slb rll and mvclu are available
455 in the esa mode as well.
457 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
459 * sh-dis.c (target_arch): Make unsigned.
460 (print_insn_sh): Replace (most of) switch with a call to
461 sh_get_arch_from_bfd_mach(). Also use new architecture flags system.
462 * sh-opc.h: Redefine architecture flags values.
463 Add sh3-nommu architecture.
464 Reorganise <arch>_up macros so they make more visual sense.
465 (SH_MERGE_ARCH_SET): Define new macro.
466 (SH_VALID_BASE_ARCH_SET): Likewise.
467 (SH_VALID_MMU_ARCH_SET): Likewise.
468 (SH_VALID_CO_ARCH_SET): Likewise.
469 (SH_VALID_ARCH_SET): Likewise.
470 (SH_MERGE_ARCH_SET_VALID): Likewise.
471 (SH_ARCH_SET_HAS_FPU): Likewise.
472 (SH_ARCH_SET_HAS_DSP): Likewise.
473 (SH_ARCH_UNKNOWN_ARCH): Likewise.
474 (sh_get_arch_from_bfd_mach): Add prototype.
475 (sh_get_arch_up_from_bfd_mach): Likewise.
476 (sh_get_bfd_mach_from_arch_set): Likewise.
477 (sh_merge_bfd_arc): Likewise.
479 2004-05-24 Peter Barada <peter@the-baradas.com>
481 * m68k-dis.c(print_insn_m68k): Strip body of diassembly out
482 into new match_insn_m68k function. Loop over canidate
483 matches and select first that completely matches.
484 * m68k-dis.c(print_insn_arg): Fix 'g' case to only extract 1 bit.
485 * m68k-dis.c(print_insn_arg): Call new function m68k_valid_ea
486 to verify addressing for MAC/EMAC.
487 * m68k-dis.c(print_insn_arg): Use reg_half_names for MAC/EMAC
488 reigster halves since 'fpu' and 'spl' look misleading.
489 * m68k-dis.c(fetch_arg): Fix 'G', 'H', 'I', 'f', 'M', 'N' cases.
490 * m68k-opc.c: Rearragne mac/emac cases to use longest for
491 first, tighten up match masks.
492 * m68k-opc.c: Add 'size' field to struct m68k_opcode. Produce
493 'size' from special case code in print_insn_m68k to
494 determine decode size of insns.
496 2004-05-19 Alan Modra <amodra@bigpond.net.au>
498 * ppc-opc.c (insert_fxm): Enable two operand mfcr when -many as
499 well as when -mpower4.
501 2004-05-13 Nick Clifton <nickc@redhat.com>
503 * po/fr.po: Updated French translation.
505 2004-05-05 Peter Barada <peter@the-baradas.com>
507 * m68k-dis.c(print_insn_m68k): Add new chips, use core
508 variants in arch_mask. Only set m68881/68851 for 68k chips.
509 * m68k-op.c: Switch from ColdFire chips to core variants.
511 2004-05-05 Alan Modra <amodra@bigpond.net.au>
514 * ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.
516 2004-04-29 Ben Elliston <bje@au.ibm.com>
518 * ppc-opc.c (XCMPL): Renmame to XOPL. Update users.
519 (powerpc_opcodes): Add "dbczl" instruction for PPC970.
521 2004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
523 * sh-dis.c (print_insn_sh): Print the value in constant pool
524 as a symbol if it looks like a symbol.
526 2004-04-22 Peter Barada <peter@the-baradas.com>
528 * m68k-dis.c(print_insn_m68k): Set mfcmac/mcfemac on
529 appropriate ColdFire architectures.
530 (print_insn_m68k): Handle EMAC, MAC/EMAC scalefactor, and MAC/EMAC
532 Add EMAC instructions, fix MAC instructions. Remove
533 macmw/macml/msacmw/msacml instructions since mask addressing now
536 2004-04-20 Jakub Jelinek <jakub@redhat.com>
538 * sparc-opc.c (fmoviccx, fmovfccx, fmovccx): Define.
539 (fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to
540 suffix. Use fmov*x macros, create all 3 fpsize variants in one
541 macro. Adjust all users.
543 2004-04-15 Anil Paranjpe <anilp1@kpitcummins.com>
545 * h8300-dis.c (bfd_h8_disassemble) : Treat "adds" & "subs"
548 2004-03-30 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
550 * m32r-asm.c: Regenerate.
552 2004-03-29 Stan Shebs <shebs@apple.com>
554 * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
557 2004-03-19 Alan Modra <amodra@bigpond.net.au>
559 * aclocal.m4: Regenerate.
560 * config.in: Regenerate.
561 * configure: Regenerate.
562 * po/POTFILES.in: Regenerate.
563 * po/opcodes.pot: Regenerate.
565 2004-03-16 Alan Modra <amodra@bigpond.net.au>
567 * ppc-dis.c (print_insn_powerpc): Don't print tabs. Handle
569 * ppc-opc.c (RA0): Define.
570 (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
571 (RAOPT): Rename from RAO. Update all uses.
572 (powerpc_opcodes): Use RA0 as appropriate.
574 2004-03-15 Aldy Hernandez <aldyh@redhat.com>
576 * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
578 2004-03-15 Alan Modra <amodra@bigpond.net.au>
580 * sparc-dis.c (print_insn_sparc): Update getword prototype.
582 2004-03-12 Michal Ludvig <mludvig@suse.cz>
584 * i386-dis.c (GRPPLOCK): Delete.
585 (grps): Delete GRPPLOCK entry.
587 2004-03-12 Alan Modra <amodra@bigpond.net.au>
589 * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
591 (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
593 (dis386): Use NOP_Fixup on "nop".
594 (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
595 (twobyte_has_modrm): Set for 0xa7.
596 (padlock_table): Delete. Move to..
597 (grps): ..here, using OP_0f07. Use OP_Ofae on lfence, mfence
599 (print_insn): Revert PADLOCK_SPECIAL code.
600 (OP_E): Delete sfence, lfence, mfence checks.
602 2004-03-12 Jakub Jelinek <jakub@redhat.com>
604 * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
605 (INVLPG_Fixup): New function.
606 (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
608 2004-03-12 Michal Ludvig <mludvig@suse.cz>
610 * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
611 (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
612 (padlock_table): New struct with PadLock instructions.
613 (print_insn): Handle PADLOCK_SPECIAL.
615 2004-03-12 Alan Modra <amodra@bigpond.net.au>
617 * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
618 (OP_E): Twiddle clflush to sfence here.
620 2004-03-08 Nick Clifton <nickc@redhat.com>
622 * po/de.po: Updated German translation.
624 2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
626 * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
627 nofpu mode. Add BFD type bfd_mach_sh4_nommu_nofpu.
628 * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
631 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
633 * frv-asm.c: Regenerate.
634 * frv-desc.c: Regenerate.
635 * frv-desc.h: Regenerate.
636 * frv-dis.c: Regenerate.
637 * frv-ibld.c: Regenerate.
638 * frv-opc.c: Regenerate.
639 * frv-opc.h: Regenerate.
641 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
643 * frv-desc.c, frv-opc.c: Regenerate.
645 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
647 * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
649 2004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
651 * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
652 Also correct mistake in the comment.
654 2004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
656 * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
657 ensure that double registers have even numbers.
658 Add REG_N_B01 for nn01 (binary 01) nibble to ensure
659 that reserved instruction 0xfffd does not decode the same
661 * sh-opc.h: Add REG_N_D nibble type and use it whereever
662 REG_N refers to a double register.
663 Add REG_N_B01 nibble type and use it instead of REG_NM
665 Adjust the bit patterns in a few comments.
667 2004-02-25 Aldy Hernandez <aldyh@redhat.com>
669 * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
671 2004-02-20 Aldy Hernandez <aldyh@redhat.com>
673 * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
675 2004-02-20 Aldy Hernandez <aldyh@redhat.com>
677 * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
679 2004-02-20 Aldy Hernandez <aldyh@redhat.com>
681 * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
682 mtivor32, mtivor33, mtivor34.
684 2004-02-19 Aldy Hernandez <aldyh@redhat.com>
686 * ppc-opc.c (powerpc_opcodes): Add mfmcar.
688 2004-02-10 Petko Manolov <petkan@nucleusys.com>
690 * arm-opc.h Maverick accumulator register opcode fixes.
692 2004-02-13 Ben Elliston <bje@wasabisystems.com>
694 * m32r-dis.c: Regenerate.
696 2004-01-27 Michael Snyder <msnyder@redhat.com>
698 * sh-opc.h (sh_table): "fsrra", not "fssra".
700 2004-01-23 Andrew Over <andrew.over@cs.anu.edu.au>
702 * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
705 2004-01-19 Andrew Over <andrew.over@cs.anu.edu.au>
707 * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
709 2004-01-19 Alan Modra <amodra@bigpond.net.au>
711 * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
712 1. Don't print scale factor on AT&T mode when index missing.
714 2004-01-16 Alexandre Oliva <aoliva@redhat.com>
716 * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
717 when loaded into XR registers.
719 2004-01-14 Richard Sandiford <rsandifo@redhat.com>
721 * frv-desc.h: Regenerate.
722 * frv-desc.c: Regenerate.
723 * frv-opc.c: Regenerate.
725 2004-01-13 Michael Snyder <msnyder@redhat.com>
727 * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
729 2004-01-09 Paul Brook <paul@codesourcery.com>
731 * arm-opc.h (arm_opcodes): Move generic mcrr after known
734 2004-01-07 Daniel Jacobowitz <drow@mvista.com>
736 * Makefile.am (libopcodes_la_DEPENDENCIES)
737 (libopcodes_la_LIBADD): Revert 2003-05-17 change. Add explanatory
738 comment about the problem.
739 * Makefile.in: Regenerate.
741 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
743 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
744 * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
745 cut&paste errors in shifting/truncating numerical operands.
746 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
747 * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
748 (parse_uslo16): Likewise.
749 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
750 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
751 (parse_s12): Likewise.
752 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
753 * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
754 (parse_uslo16): Likewise.
755 (parse_uhi16): Parse gothi and gotfuncdeschi.
756 (parse_d12): Parse got12 and gotfuncdesc12.
757 (parse_s12): Likewise.
759 2004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl>
761 * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
762 instruction which looks similar to an 'rla' instruction.
764 For older changes see ChangeLog-0203
770 version-control: never