3 * po/Make-in (pdf, ps): New dummy targets.
7 * arm-dis.c (coprocessor_opcodes): Add %c to unconditional arm
9 (neon_opcodes): Add conditional execution specifiers.
10 (thumb_opcodes): Ditto.
11 (thumb32_opcodes): Ditto.
12 (arm_conditional): Change 0xe to "al" and add "" to end.
13 (ifthen_state, ifthen_next_state, ifthen_address): New.
14 (IFTHEN_COND): Define.
15 (print_insn_coprocessor, print_insn_neon): Print thumb conditions.
16 (print_insn_arm): Change %c to use new values of arm_conditional.
17 (print_insn_thumb16): Print thumb conditions. Add %I.
18 (print_insn_thumb32): Print thumb conditions.
19 (find_ifthen_state): New function.
20 (print_insn): Track IT block state.
26 * ppc-dis.c (powerpc_dialect): Handle power6 option.
27 (print_ppc_disassembler_options): Mention power6.
32 * mips-dis.c: Disassemble DSP64 instructions for MIPS64R2.
33 * mips-opc.c: Add DSP64 instructions.
37 * m68hc11-dis.c (print_insn): Warning fix.
41 * po/Make-in (top_builddir): Define.
45 * Makefile.am: Run "make dep-am".
46 * Makefile.in: Regenerate.
47 * config.in: Regenerate.
51 * Makefile.am (INCLUDES): Use @INCINTL@.
52 * acinclude.m4: Include new gettext macros.
53 * configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
54 Remove local code for po/Makefile.
55 * Makefile.in, aclocal.m4, configure: Regenerated.
59 * po/es.po: Updated Spanish translation.
63 * m68k-opc.c (m68k_opcodes): Fix the masks of the Coldfire fmovemd
64 and fmovem entries. Put register list entries before immediate
65 mask entries. Use "l" rather than "L" in the fmovem entries.
66 * m68k-dis.c (match_insn_m68k): Remove the PRIV argument and work it
68 (m68k_scan_mask): New function, split out from...
69 (print_insn_m68k): ...here. If no architecture has been set,
70 first try printing an m680x0 instruction, then try a Coldfire one.
74 * po/ga.po: Updated Irish translation.
78 * crx-dis.c (EXTRACT): Make macro work on 64-bit hosts.
82 * po/nl.po: Updated translation.
86 * avr-dis.c: Formatting fix.
90 * mips16-opc.c (I1, I32, I64): New shortcut defines.
91 (mips16_opcodes): Change membership of instructions to their
96 * i386-dis.c (grps): Update sgdt/sidt for 64bit.
100 * arm-dis.c (coprocessor_opcodes): Don't interpret fldmx/fstmx as
106 * mips-opc.c: Add macro for cache instruction.
112 * mips-dis.c (mips_arch_choices): Add smartmips instruction
113 decoding to MIPS32 and MIPS32R2. Limit DSP decoding to release
114 2 ISAs. Add MIPS3D decoding to MIPS32R2. Add MT decoding to
116 * mips-opc.c: fix random typos in comments.
117 (INSN_SMARTMIPS): New defines.
118 (mips_builtin_opcodes): Add paired single support for MIPS32R2.
119 Move bc3f, bc3fl, bc3t, bc3tl downwards. Move flushi, flushd,
120 flushid, wb upwards. Move cfc3, ctc3 downwards. Rework the
121 FP_S and FP_D flags to denote single and double register
122 accesses separately. Move dmfc3, dmtc3, mfc3, mtc3 downwards.
123 Allow jr.hb and jalr.hb for release 1 ISAs. Allow luxc1, suxc1
124 for MIPS32R2. Add SmartMIPS instructions. Add two-argument
125 variants of bc2f, bc2fl, bc2t, bc2tl. Add mfhc2, mthc2 to
127 * mips16-opc.c (mips16_opcodes): Add sdbbp instruction.
131 * mips-opc.c (mips_builtin_opcodes): Fix mftr argument order.
137 * mips-dis.c (print_insn_args): Force mips16 to odd addresses.
138 (print_mips16_insn_arg): Force mips16 to odd addresses.
143 * mips-opc.c (mips_builtin_opcodes): Add udi instructions
145 * mips-dis.c (print_insn_args): Adds udi argument handling.
149 * m68k-dis.c (match_insn_m68k): Restore fprintf_func before printing
156 * mips-dis.c (mips_cp0sel_names_mips3264r2): Add MT register
163 * mips-dis.c (print_insn_args): Add mips_opcode argument.
164 (print_insn_mips): Adjust print_insn_args call.
169 * mips-dis.c (print_insn_args): Print $fcc only for FP
170 instructions, use $cc elsewise.
175 * opcodes/mips-dis.c (mips16_to_32_reg_map, mips16_reg_names):
176 Map MIPS16 registers to O32 names.
177 (print_mips16_insn_arg): Use mips16_reg_names.
181 * arm-dis.c (print_insn_neon): Disassemble floating-point constant
187 * opcodes/arm-dis.c (coprocessor_opcodes): Add %A, %B, %k, convert
188 %<code>[zy] into %[zy]<code>. Expand meaning of %<bitfield>['`?].
189 Add unified load/store instruction names.
190 (neon_opcode_table): New.
191 (arm_opcodes): Expand meaning of %<bitfield>['`?].
192 (arm_decode_bitfield): New.
193 (print_insn_coprocessor): Add pc argument. Add %A & %B specifiers.
194 Use arm_decode_bitfield and adjust numeric specifiers. Adjust %z & %y.
195 (print_insn_neon): New.
196 (print_insn_arm): Adjust print_insn_coprocessor call. Call
197 print_insn_neon. Use arm_decode_bitfield and adjust numeric specifiers.
198 (print_insn_thumb32): Likewise.
202 * Makefile.am: Run "make dep-am".
203 * Makefile.in: Regenerate.
207 * avr-dis.c (avr_operand): Warning fix.
209 * configure: Regenerate.
213 * po/POTFILES.in: Regenerated.
218 * avr-dis.c (avr_operand): Arrange for a comment to appear before
219 the symolic form of an address, so that the output of objdump -d
224 * m32c-asm.c: Regenerate.
228 * Makefile.am: Add install-html target.
229 * Makefile.in: Regenerate.
233 * po/vi/po: Updated Vietnamese translation.
237 * pdp11-opc.c (pdp11_opcodes): Fix opcode for SEC instruction.
241 * bfin-dis.c (decode_dsp32shiftimm_0): Simplify and correct the
242 logic to identify halfword shifts.
246 * arm-dis.c (arm_opcodes): Rename swi to svc.
247 (thumb_opcodes): Ditto.
251 * m32c-asm.c: Regenerate.
252 * m32c-desc.c: Likewise.
253 * m32c-desc.h: Likewise.
254 * m32c-dis.c: Likewise.
255 * m32c-ibld.c: Likewise.
256 * m32c-opc.c: Likewise.
257 * m32c-opc.h: Likewise.
261 * m32c-desc.c: Regenerate with mul.l, mulu.l.
262 * m32c-opc.c: Likewise.
263 * m32c-opc.h: Likewise.
268 * po/sv.po: Updated Swedish translation.
273 * i386-dis.c (REP_Fixup): New function.
274 (AL): Remove duplicate.
279 (indirDXr): Likewise.
282 (dis386): Updated entries of ins, outs, movs, lods and stos.
286 * cgen-ibld.in (insert_normal): Cope with attempts to insert a
287 signed 32-bit value into an unsigned 32-bit field when the host is
289 * fr30-ibld.c: Regenerate.
290 * frv-ibld.c: Regenerate.
291 * ip2k-ibld.c: Regenerate.
292 * iq2000-asm.c: Regenerate.
293 * iq2000-ibld.c: Regenerate.
294 * m32c-ibld.c: Regenerate.
295 * m32r-ibld.c: Regenerate.
296 * openrisc-ibld.c: Regenerate.
297 * xc16x-ibld.c: Regenerate.
298 * xstormy16-ibld.c: Regenerate.
302 * xc16x-asm.c: Regenerate.
303 * xc16x-dis.c: Regenerate.
307 * po/Make-in: Add html target.
311 * i386-dis.c (IS_3BYTE_OPCODE): New for 3-byte opcodes used by
312 Intel Merom New Instructions.
313 (THREE_BYTE_0): Likewise.
314 (THREE_BYTE_1): Likewise.
315 (three_byte_table): Likewise.
316 (dis386_twobyte): Use THREE_BYTE_0 for entry 0x38. Use
317 THREE_BYTE_1 for entry 0x3a.
318 (twobyte_has_modrm): Updated.
319 (twobyte_uses_SSE_prefix): Likewise.
320 (print_insn): Handle 3-byte opcodes used by Intel Merom New
325 * sparc-dis.c (v9_priv_reg_names): Add "gl" entry.
326 (v9_hpriv_reg_names): New table.
327 (print_insn_sparc): Allow values up to 16 for '?' and '!'.
328 New cases '$' and '%' for read/write hyperprivileged register.
329 * sparc-opc.c (sparc_opcodes): Add new entries for UA2005
330 window handling and rdhpr/wrhpr instructions.
334 * m32c-desc.c: Regenerate with linker relaxation attributes.
335 * m32c-desc.h: Likewise.
336 * m32c-dis.c: Likewise.
337 * m32c-opc.c: Likewise.
341 * arm-dis.c (arm_opcodes): Add V7 instructions.
342 (thumb32_opcodes): Ditto. Handle V7M MSR/MRS variants.
343 (print_arm_address): New function.
344 (print_insn_arm): Use it. Add 'P' and 'U' cases.
345 (psr_name): New function.
346 (print_insn_thumb32): Add 'U', 'C' and 'D' cases.
350 * ia64-opc-i.c (bXc): New.
352 (OpX2TaTbYaXcC): Likewise.
355 (ia64_opcodes_i): Add instructions for tf.
357 * ia64-opc.h (IMMU5b): New.
359 * ia64-asmtab.c: Regenerated.
363 * ia64-gen.c: Update copyright years.
364 * ia64-opc-b.c: Likewise.
368 * ia64-gen.c (lookup_regindex): Handle ".vm".
369 (print_dependency_table): Handle '\"'.
371 * ia64-ic.tbl: Updated from SDM 2.2.
372 * ia64-raw.tbl: Likewise.
373 * ia64-waw.tbl: Likewise.
374 * ia64-asmtab.c: Regenerated.
376 * ia64-opc-b.c (ia64_opcodes_b): Add vmsw.0 and vmsw.1.
382 * xc16x-desc.h: New file
383 * xc16x-desc.c: New file
384 * xc16x-opc.h: New file
385 * xc16x-opc.c: New file
386 * xc16x-ibld.c: New file
387 * xc16x-asm.c: New file
388 * xc16x-dis.c: New file
389 * Makefile.am: Entries for xc16x
390 * Makefile.in: Regenerate
391 * cofigure.in: Add xc16x target information.
392 * configure: Regenerate.
393 * disassemble.c: Add xc16x target information.
397 * i386-dis.c (dis386_twobyte): Use "movZ" for debug register
402 * i386-dis.c ('Z'): Add a new macro.
403 (dis386_twobyte): Use "movZ" for control register moves.
407 * iq2000-asm.c: Regenerate.
411 * m68k-dis.c (print_insn_m68k): Use bfd_m68k_mach_to_features.
415 * mips-opc.c: Add I33 masks to these MIPS32R2 instructions: prefx,
416 ceil.l.d, ceil.l.s, cvt.d.l, cvt.l.d, cvt.l.s, cvt.s.l, floor.l.d,
417 floor.l.s, ldxc1, lwxc1, madd.d, madd.s, msub.d, msub.s, nmadd.d,
418 nmadd.s, nmsub.d, nmsub.s, recip.d, recip.s, round.l.d, rsqrt.d,
419 rsqrt.s, sdxc1, swxc1, trunc.l.d, trunc.l.s.
423 * z80-dis.c (struct buffer, prt_d, prt_d_n, arit_d, ld_r_d,
424 ld_d_r, pref_xd_cb): Use signed char to hold data to be
426 * z80-dis.c (TXTSIZ): Increase buffer size to 24, this fixes
427 buffer overflows when disassembling instructions like
429 * z80-dis.c (opc_ind, pref_xd_cb): Suppress '+' in an indexed
430 operand, if the offset is negative.
434 * z80-dis.c (struct buffer, prt_d, prt_d_n, pref_xd_cb): Use
435 unsigned char to hold data to be disassembled.
440 * disassemble.c (disassemble_init_for_target): Set
441 disassembler_needs_relocs for bfd_arch_arm.
445 * m68k-opc.c (m68k_opcodes): Fix opcodes for ColdFire f?abss,
446 f?add?, and f?sub? instructions.
450 * po/zh_CN.po: New Chinese (simplified) translation.
451 * configure.in (ALL_LINGUAS): Add "zh_CH".
452 * configure: Regenerate.
456 * m68k-opc.c (m68k_opcodes): Add missing ColdFire fdsqrtd entry.
460 * m32c-desc.c: Regenerate.
461 * m32c-opc.c: Regenerate.
462 * m32c-opc.h: Regenerate.
466 * cgen-ibld.in (extract_normal): Avoid memory range errors.
467 * m32c-ibld.c: Regenerated.
469 For older changes see ChangeLog-2005
475 version-control: never