]> Git Repo - binutils.git/blame - opcodes/ChangeLog
* or32-opc.c (debug): Warning fix.
[binutils.git] / opcodes / ChangeLog
CommitLineData
ca4f2377
AM
12004-11-19 Alan Modra <[email protected]>
2
5da8bf1b
AM
3 * or32-opc.c (debug): Warning fix.
4 * po/POTFILES.in: Regenerate.
5
ca4f2377
AM
6 * maxq-dis.c: Formatting.
7 (print_insn): Warning fix.
8
b7693d02
DJ
92004-11-17 Daniel Jacobowitz <[email protected]>
10
11 * arm-dis.c (WORD_ADDRESS): Define.
12 (print_insn): Use it. Correct big-endian end-of-section handling.
13
300dac7e
NC
142004-11-08 Inderpreet Singh <[email protected]>
15 Vineet Sharma <[email protected]>
16
17 * maxq-dis.c: New file.
18 * disassemble.c (ARCH_maxq): Define.
19 (disassembler): Add 'print_insn_maxq_little' for handling maxq
20 instructions..
21 * configure.in: Add case for bfd_maxq_arch.
22 * configure: Regenerate.
23 * Makefile.am: Add support for maxq-dis.c
24 * Makefile.in: Regenerate.
25 * aclocal.m4: Regenerate.
26
42048ee7
TL
272004-11-05 Tomer Levi <[email protected]>
28
29 * crx-opc.c (crx_optab): Rename 'arg_icr' to 'arg_idxr' for Index register
30 mode.
31 * crx-dis.c: Likewise.
32
bd21e58e
HPN
332004-11-04 Hans-Peter Nilsson <[email protected]>
34
35 Generally, handle CRISv32.
36 * cris-dis.c (TRACE_CASE): Define as (disdata->trace_case).
37 (struct cris_disasm_data): New type.
38 (format_reg, format_hex, cris_constraint, print_flags)
39 (get_opcode_entry): Add struct cris_disasm_data * parameter. All
40 callers changed.
41 (format_sup_reg, print_insn_crisv32_with_register_prefix)
42 (print_insn_crisv32_without_register_prefix)
43 (print_insn_crisv10_v32_with_register_prefix)
44 (print_insn_crisv10_v32_without_register_prefix)
45 (cris_parse_disassembler_options): New functions.
46 (bytes_to_skip, cris_spec_reg): Add enum cris_disass_family
47 parameter. All callers changed.
48 (get_opcode_entry): Call malloc, not xmalloc. Return NULL on
49 failure.
50 (cris_constraint) <case 'Y', 'U'>: New cases.
51 (bytes_to_skip): Handle 'Y' and 'N' as 's'. Skip size is 4 bytes
52 for constraint 'n'.
53 (print_with_operands) <case 'Y'>: New case.
54 (print_with_operands) <case 'T', 'A', '[', ']', 'd', 'n', 'u'>
55 <case 'N', 'Y', 'Q'>: New cases.
56 (print_insn_cris_generic): Emit "bcc ." for zero and CRISv32.
57 (print_insn_cris_with_register_prefix)
58 (print_insn_cris_without_register_prefix): Call
59 cris_parse_disassembler_options.
60 * cris-opc.c (cris_spec_regs): Mention that this table isn't used
61 for CRISv32 and the size of immediate operands. New v32-only
62 entries for bz, pid, srs, wz, exs, eda, dz, ebp, erp, nrp, ccs and
63 spc. Add v32-only 4-byte entries for p2, p3, p5 and p6. Change
64 ccr, ibr, irp to be v0..v10. Change bar, dccr to be v8..v10.
65 Change brp to be v3..v10.
66 (cris_support_regs): New vector.
67 (cris_opcodes): Update head comment. New format characters '[',
68 ']', space, 'A', 'd', 'N', 'n', 'Q', 'T', 'u', 'U', 'Y'.
69 Add new opcodes for v32 and adjust existing opcodes to accommodate
70 differences to earlier variants.
71 (cris_cond15s): New vector.
72
9306ca4a
JB
732004-11-04 Jan Beulich <[email protected]>
74
75 * i386-dis.c (Eq, Edqw, indirEp, Gdq, I1): Define.
76 (indirEb): Remove.
77 (Mp): Use f_mode rather than none at all.
78 (t_mode, dq_mode, dqw_mode, f_mode, const_1_mode): Define. t_mode
79 replaces what previously was x_mode; x_mode now means 128-bit SSE
80 operands.
81 (dis386): Make far jumps and calls have an 'l' prefix only in AT&T
82 mode. movmskpX's, pextrw's, and pmovmskb's first operands are Gdq.
83 pinsrw's second operand is Edqw.
84 (grps): 1-bit shifts' and rotates' second operands are I1. cmpxchg8b's
85 operand is Eq. movntq's and movntdq's first operands are EM. s[gi]dt,
86 fldenv, frstor, fsave, fstenv all should also have suffixes in Intel
87 mode when an operand size override is present or always suffixing.
88 More instructions will need to be added to this group.
89 (putop): Handle new macro chars 'C' (short/long suffix selector),
90 'I' (Intel mode override for following macro char), and 'J' (for
91 adding the 'l' prefix to far branches in AT&T mode). When an
92 alternative was specified in the template, honor macro character when
93 specified for Intel mode.
94 (OP_E): Handle new *_mode values. Correct pointer specifications for
95 memory operands. Consolidate output of index register.
96 (OP_G): Handle new *_mode values.
97 (OP_I): Handle const_1_mode.
98 (OP_ESreg, OP_DSreg): Generate pointer specifications. Indicate
99 respective opcode prefix bits have been consumed.
100 (OP_EM, OP_EX): Provide some default handling for generating pointer
101 specifications.
102
f39c96a9
TL
1032004-10-28 Tomer Levi <[email protected]>
104
105 * crx-opc.c (REV_COP_INST): New macro, reverse operand order of
106 COP_INST macro.
107
812337be
TL
1082004-10-27 Tomer Levi <[email protected]>
109
110 * crx-dis.c (enum REG_ARG_TYPE): New, replacing COP_ARG_TYPE.
111 (getregliststring): Support HI/LO and user registers.
112 * crx-opc.c (crx_instruction): Update data structure according to the
113 rearrangement done in CRX opcode header file.
114 (crx_regtab): Likewise.
115 (crx_optab): Likewise.
116 (crx_instruction): Reorder load/stor instructions, remove unsupported
117 formats.
118 support new Co-Processor instruction 'cpi'.
119
4030fa5a
NC
1202004-10-27 Nick Clifton <[email protected]>
121
122 * opcodes/iq2000-asm.c: Regenerate.
123 * opcodes/iq2000-desc.c: Regenerate.
124 * opcodes/iq2000-desc.h: Regenerate.
125 * opcodes/iq2000-dis.c: Regenerate.
126 * opcodes/iq2000-ibld.c: Regenerate.
127 * opcodes/iq2000-opc.c: Regenerate.
128 * opcodes/iq2000-opc.h: Regenerate.
129
fc3d45e8
TL
1302004-10-21 Tomer Levi <[email protected]>
131
132 * crx-opc.c (crx_instruction): Replace i3, i4, i5 with us3,
133 us4, us5 (respectively).
134 Remove unsupported 'popa' instruction.
135 Reverse operands order in store co-processor instructions.
136
3c55da70
AM
1372004-10-15 Alan Modra <[email protected]>
138
139 * Makefile.am: Run "make dep-am"
140 * Makefile.in: Regenerate.
141
7fa3d080
BW
1422004-10-12 Bob Wilson <[email protected]>
143
144 * xtensa-dis.c: Use ISO C90 formatting.
145
e612bb4d
AM
1462004-10-09 Alan Modra <[email protected]>
147
148 * ppc-opc.c: Revert 2004-09-09 change.
149
43cd72b9
BW
1502004-10-07 Bob Wilson <[email protected]>
151
152 * xtensa-dis.c (state_names): Delete.
153 (fetch_data): Use xtensa_isa_maxlength.
154 (print_xtensa_operand): Replace operand parameter with opcode/operand
155 pair. Remove print_sr_name parameter. Use new xtensa-isa.h functions.
156 (print_insn_xtensa): Use new xtensa-isa.h functions. Handle multislot
157 instruction bundles. Use xmalloc instead of malloc.
158
bbac1f2a
NC
1592004-10-07 David Gibson <[email protected]>
160
161 * ppc-opc.c: Replace literal "0"s with NULLs in pointer
162 initializers.
163
48c9f030
NC
1642004-10-07 Tomer Levi <[email protected]>
165
166 * crx-opc.c (crx_instruction): Support Co-processor insns.
167 * crx-dis.c (COP_ARG_TYPE): New enum for CO-Processor arguments.
168 (getregliststring): Change function to use the above enum.
169 (print_arg): Handle CO-Processor insns.
170 (crx_cinvs): Add 'b' option to invalidate the branch-target
171 cache.
172
12c64a4e
AH
1732004-10-06 Aldy Hernandez <[email protected]>
174
175 * ppc-opc.c (powerpc_opcodes): Add efscfd, efdabs, efdnabs,
176 efdneg, efdadd, efdsub, efdmul, efddiv, efdcmpgt, efdcmplt,
177 efdcmpeq, efdtstgt, efdtstlt, efdtsteq, efdcfsi, efdcfsid,
178 efdcfui, efdcfuid, efdcfsf, efdcfuf, efdctsi, efdctsidz, efdctsiz,
179 efdctui, efdctuidz, efdctuiz, efdctsf, efdctuf, efdctuf, efdcfs.
180
14127cc4
NC
1812004-10-01 Bill Farmer <[email protected]>
182
183 * pdp11-dis.c (print_insn_pdp11): Subtract the SOB's displacement
184 rather than add it.
185
0dd132b6
NC
1862004-09-30 Paul Brook <[email protected]>
187
188 * arm-dis.c (print_insn_arm): Handle 'e' for SMI instruction.
189 * arm-opc.h: Document %e. Add ARMv6ZK instructions.
190
3f85e526
L
1912004-09-17 H.J. Lu <[email protected]>
192
193 * Makefile.am (AUTOMAKE_OPTIONS): Require 1.9.
194 (CONFIG_STATUS_DEPENDENCIES): New.
195 (Makefile): Removed.
196 (config.status): Likewise.
197 * Makefile.in: Regenerated.
198
8ae85421
AM
1992004-09-17 Alan Modra <[email protected]>
200
201 * Makefile.am: Run "make dep-am".
202 * Makefile.in: Regenerate.
203 * aclocal.m4: Regenerate.
204 * configure: Regenerate.
205 * po/POTFILES.in: Regenerate.
206 * po/opcodes.pot: Regenerate.
207
24443139
AS
2082004-09-11 Andreas Schwab <[email protected]>
209
210 * configure: Rebuild.
211
2a309db0
AM
2122004-09-09 Segher Boessenkool <[email protected]>
213
214 * ppc-opc.c (L): Make this field not optional.
215
42851540
NC
2162004-09-03 Tomer Levi <[email protected]>
217
218 * opc-crx.c: Rename 'popma' to 'popa', remove 'pushma'.
219 Fix parameter to 'm[t|f]csr' insns.
220
979273e3
NN
2212004-08-30 Nathanael Nerode <[email protected]>
222
223 * configure.in: Autoupdate to autoconf 2.59.
224 * aclocal.m4: Rebuild with aclocal 1.4p6.
225 * configure: Rebuild with autoconf 2.59.
226 * Makefile.in: Rebuild with automake 1.4p6 (picking up
227 bfd changes for autoconf 2.59 on the way).
228 * config.in: Rebuild with autoheader 2.59.
229
ac28a1cb
RS
2302004-08-27 Richard Sandiford <[email protected]>
231
232 * frv-desc.[ch], frv-opc.[ch]: Regenerated.
233
30d1c836
ML
2342004-07-30 Michal Ludvig <[email protected]>
235
236 * i386-dis.c (GRPPADLCK): Renamed to GRPPADLCK1
237 (GRPPADLCK2): New define.
238 (twobyte_has_modrm): True for 0xA6.
239 (grps): GRPPADLCK2 for opcode 0xA6.
240
0b0ac059
AO
2412004-07-29 Alexandre Oliva <[email protected]>
242
243 Introduce SH2a support.
244 * sh-opc.h (arch_sh2a_base): Renumber.
245 (arch_sh2a_nofpu_base): Remove.
246 (arch_sh_base_mask): Adjust.
247 (arch_opann_mask): New.
248 (arch_sh2a, arch_sh2a_nofpu): Adjust.
249 (arch_sh2a_up, arch_sh2a_nofpu_up): Likewise.
250 (sh_table): Adjust whitespace.
251 2004-02-24 Corinna Vinschen <[email protected]>
252 * sh-opc.h (arch_sh2a_nofpu_up): New. Use instead of arch_sh2a_up in
253 instruction list throughout.
254 (arch_sh2a_up): Redefine to include fpu instruction set. Use instead
255 of arch_sh2a in instruction list throughout.
256 (arch_sh2e_up): Accomodate above changes.
257 (arch_sh2_up): Ditto.
258 2004-02-20 Corinna Vinschen <[email protected]>
259 * sh-opc.h: Add arch_sh2a_nofpu to arch_sh2_up.
260 2004-02-18 Corinna Vinschen <[email protected]>
261 * sh-dis.c (print_insn_sh): Add bfd_mach_sh2a_nofpu handling.
262 * sh-opc.h (arch_sh2a_nofpu): New.
263 (arch_sh2a_up): New, defines sh2a and sh2a_nofpu.
264 (sh_table): Change all arch_sh2a to arch_sh2a_up unless FPU
265 instruction.
266 2004-01-20 DJ Delorie <[email protected]>
267 * sh-dis.c (print_insn_sh): SH2A does not have 'X' fp regs.
268 2003-12-29 DJ Delorie <[email protected]>
269 * sh-opc.c (sh_nibble_type, sh_arg_type, arch_2a, arch_2e_up,
270 sh_opcode_info, sh_table): Add sh2a support.
271 (arch_op32): New, to tag 32-bit opcodes.
272 * sh-dis.c (print_insn_sh): Support sh2a opcodes.
273 2003-12-02 Michael Snyder <[email protected]>
274 * sh-opc.h (arch_sh2a): Add.
275 * sh-dis.c (arch_sh2a): Handle.
276 * sh-opc.h (arch_sh2_up): Fix up to include arch_sh2a.
277
670ec21d
NC
2782004-07-27 Tomer Levi <[email protected]>
279
280 * crx-opc.c: Add popx,pushx insns. Indent code, fix comments.
281
ed049af3
NC
2822004-07-22 Nick Clifton <[email protected]>
283
284 PR/280
285 * h8300-dis.c (bfd_h8_disassemble): Do not dump raw bytes for the
286 insns - this is done by objdump itself.
287 * h8500-dis.c (print_insn_h8500): Likewise.
288
20f0a1fc
NC
2892004-07-21 Jan Beulich <[email protected]>
290
291 * i386-dis.c (OP_E): Show rip-relative addressing in 64-bit mode
292 regardless of address size prefix in effect.
293 (ptr_reg): Size or address registers does not depend on rex64, but
294 on the presence of an address size override.
295 (OP_MMX): Use rex.x only for xmm registers.
296 (OP_EM): Use rex.z only for xmm registers.
297
6f14957b
MR
2982004-07-20 Maciej W. Rozycki <[email protected]>
299
300 * mips-opc.c (mips_builtin_opcodes): Move coprocessor 2
301 move/branch operations to the bottom so that VR5400 multimedia
302 instructions take precedence in disassembly.
303
1586d91e
MR
3042004-07-20 Maciej W. Rozycki <[email protected]>
305
306 * mips-opc.c (mips_builtin_opcodes): Remove the MIPS32
307 ISA-specific "break" encoding.
308
982de27a
NC
3092004-07-13 Elvis Chiang <[email protected]>
310
311 * arm-opc.h: Fix typo in comment.
312
4300ab10
AS
3132004-07-11 Andreas Schwab <[email protected]>
314
315 * m68k-dis.c (m68k_valid_ea): Fix typos in last change.
316
8577e690
AS
3172004-07-09 Andreas Schwab <[email protected]>
318
319 * m68k-dis.c (m68k_valid_ea): Check validity of all codes.
320
1fe1f39c
NC
3212004-07-07 Tomer Levi <[email protected]>
322
323 * Makefile.am (CFILES): Add crx-dis.c, crx-opc.c.
324 (ALL_MACHINES): Add crx-dis.lo, crx-opc.lo.
325 (crx-dis.lo): New target.
326 (crx-opc.lo): Likewise.
327 * Makefile.in: Regenerate.
328 * configure.in: Handle bfd_crx_arch.
329 * configure: Regenerate.
330 * crx-dis.c: New file.
331 * crx-opc.c: New file.
332 * disassemble.c (ARCH_crx): Define.
333 (disassembler): Handle ARCH_crx.
334
7a33b495
JW
3352004-06-29 James E Wilson <[email protected]>
336
337 * ia64-opc-a.c (ia64_opcodes_a): Delete mov immediate pseudo for adds.
338 * ia64-asmtab.c: Regnerate.
339
98e69875
AM
3402004-06-28 Alan Modra <[email protected]>
341
342 * ppc-opc.c (insert_fxm): Handle mfocrf and mtocrf.
343 (extract_fxm): Don't test dialect.
344 (XFXFXM_MASK): Include the power4 bit.
345 (XFXM): Add p4 param.
346 (powerpc_opcodes): Add mfocrf and mtocrf. Adjust mtcr.
347
a53b85e2
AO
3482004-06-27 Alexandre Oliva <[email protected]>
349
350 2003-07-21 Richard Sandiford <[email protected]>
351 * disassemble.c (disassembler): Handle bfd_mach_h8300sxn.
352
d0618d1c
AM
3532004-06-26 Alan Modra <[email protected]>
354
355 * ppc-opc.c (BH, XLBH_MASK): Define.
356 (powerpc_opcodes): Allow BH field on bclr, bclrl, bcctr, bcctrl.
357
1d9f512f
AM
3582004-06-24 Alan Modra <[email protected]>
359
360 * i386-dis.c (x_mode): Comment.
361 (two_source_ops): File scope.
362 (float_mem): Correct fisttpll and fistpll.
363 (float_mem_mode): New table.
364 (dofloat): Use it.
365 (OP_E): Correct intel mode PTR output.
366 (ptr_reg): Use open_char and close_char.
367 (PNI_Fixup): Handle possible suffix on sidt. Use op1out etc. for
368 operands. Set two_source_ops.
369
52886d70
AM
3702004-06-15 Alan Modra <[email protected]>
371
372 * arc-ext.c (build_ARC_extmap): Use bfd_get_section_size
373 instead of _raw_size.
374
bad9ceea
JJ
3752004-06-08 Jakub Jelinek <[email protected]>
376
377 * ia64-gen.c (in_iclass): Handle more postinc st
378 and ld variants.
379 * ia64-asmtab.c: Rebuilt.
380
0451f5df
MS
3812004-06-01 Martin Schwidefsky <[email protected]>
382
383 * s390-opc.txt: Correct architecture mask for some opcodes.
384 lrv, lrvh, strv, ml, dl, alc, slb rll and mvclu are available
385 in the esa mode as well.
386
f6f9408f
JR
3872004-05-28 Andrew Stubbs <[email protected]>
388
389 * sh-dis.c (target_arch): Make unsigned.
390 (print_insn_sh): Replace (most of) switch with a call to
391 sh_get_arch_from_bfd_mach(). Also use new architecture flags system.
392 * sh-opc.h: Redefine architecture flags values.
393 Add sh3-nommu architecture.
394 Reorganise <arch>_up macros so they make more visual sense.
395 (SH_MERGE_ARCH_SET): Define new macro.
396 (SH_VALID_BASE_ARCH_SET): Likewise.
397 (SH_VALID_MMU_ARCH_SET): Likewise.
398 (SH_VALID_CO_ARCH_SET): Likewise.
399 (SH_VALID_ARCH_SET): Likewise.
400 (SH_MERGE_ARCH_SET_VALID): Likewise.
401 (SH_ARCH_SET_HAS_FPU): Likewise.
402 (SH_ARCH_SET_HAS_DSP): Likewise.
403 (SH_ARCH_UNKNOWN_ARCH): Likewise.
404 (sh_get_arch_from_bfd_mach): Add prototype.
405 (sh_get_arch_up_from_bfd_mach): Likewise.
406 (sh_get_bfd_mach_from_arch_set): Likewise.
407 (sh_merge_bfd_arc): Likewise.
408
be8c092b
NC
4092004-05-24 Peter Barada <[email protected]>
410
411 * m68k-dis.c(print_insn_m68k): Strip body of diassembly out
412 into new match_insn_m68k function. Loop over canidate
413 matches and select first that completely matches.
414 * m68k-dis.c(print_insn_arg): Fix 'g' case to only extract 1 bit.
415 * m68k-dis.c(print_insn_arg): Call new function m68k_valid_ea
416 to verify addressing for MAC/EMAC.
417 * m68k-dis.c(print_insn_arg): Use reg_half_names for MAC/EMAC
418 reigster halves since 'fpu' and 'spl' look misleading.
419 * m68k-dis.c(fetch_arg): Fix 'G', 'H', 'I', 'f', 'M', 'N' cases.
420 * m68k-opc.c: Rearragne mac/emac cases to use longest for
421 first, tighten up match masks.
422 * m68k-opc.c: Add 'size' field to struct m68k_opcode. Produce
423 'size' from special case code in print_insn_m68k to
424 determine decode size of insns.
425
a30e9cc4
AM
4262004-05-19 Alan Modra <[email protected]>
427
428 * ppc-opc.c (insert_fxm): Enable two operand mfcr when -many as
429 well as when -mpower4.
430
9598fbe5
NC
4312004-05-13 Nick Clifton <[email protected]>
432
433 * po/fr.po: Updated French translation.
434
6b6e92f4
NC
4352004-05-05 Peter Barada <[email protected]>
436
437 * m68k-dis.c(print_insn_m68k): Add new chips, use core
438 variants in arch_mask. Only set m68881/68851 for 68k chips.
439 * m68k-op.c: Switch from ColdFire chips to core variants.
440
a404d431
AM
4412004-05-05 Alan Modra <[email protected]>
442
a30e9cc4 443 PR 147.
a404d431
AM
444 * ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.
445
f3806e43
BE
4462004-04-29 Ben Elliston <[email protected]>
447
520ceea4
BE
448 * ppc-opc.c (XCMPL): Renmame to XOPL. Update users.
449 (powerpc_opcodes): Add "dbczl" instruction for PPC970.
f3806e43 450
1f1799d5
KK
4512004-04-22 Kaz Kojima <[email protected]>
452
453 * sh-dis.c (print_insn_sh): Print the value in constant pool
454 as a symbol if it looks like a symbol.
455
fd99574b
NC
4562004-04-22 Peter Barada <[email protected]>
457
458 * m68k-dis.c(print_insn_m68k): Set mfcmac/mcfemac on
459 appropriate ColdFire architectures.
460 (print_insn_m68k): Handle EMAC, MAC/EMAC scalefactor, and MAC/EMAC
461 mask addressing.
462 Add EMAC instructions, fix MAC instructions. Remove
463 macmw/macml/msacmw/msacml instructions since mask addressing now
464 supported.
465
b4781d44
JJ
4662004-04-20 Jakub Jelinek <[email protected]>
467
468 * sparc-opc.c (fmoviccx, fmovfccx, fmovccx): Define.
469 (fmovicc, fmovfcc, fmovcc): Remove fpsize argument, change opcode to
470 suffix. Use fmov*x macros, create all 3 fpsize variants in one
471 macro. Adjust all users.
472
91809fda
NC
4732004-04-15 Anil Paranjpe <[email protected]>
474
475 * h8300-dis.c (bfd_h8_disassemble) : Treat "adds" & "subs"
476 separately.
477
f4453dfa
NC
4782004-03-30 Kazuhiro Inaoka <[email protected]>
479
480 * m32r-asm.c: Regenerate.
481
9b0de91a
SS
4822004-03-29 Stan Shebs <[email protected]>
483
484 * mpw-config.in, mpw-make.sed: Remove MPW support files, no longer
485 used.
486
e20c0b3d
AM
4872004-03-19 Alan Modra <[email protected]>
488
489 * aclocal.m4: Regenerate.
490 * config.in: Regenerate.
491 * configure: Regenerate.
492 * po/POTFILES.in: Regenerate.
493 * po/opcodes.pot: Regenerate.
494
fdd12ef3
AM
4952004-03-16 Alan Modra <[email protected]>
496
497 * ppc-dis.c (print_insn_powerpc): Don't print tabs. Handle
498 PPC_OPERANDS_GPR_0.
499 * ppc-opc.c (RA0): Define.
500 (RAQ, RAL, RAM, RAS, RSQ, RTQ, RSO): Use PPC_OPERAND_GPR_0.
501 (RAOPT): Rename from RAO. Update all uses.
a9c3619e 502 (powerpc_opcodes): Use RA0 as appropriate.
fdd12ef3 503
2dc111b3 5042004-03-15 Aldy Hernandez <[email protected]>
fdd12ef3
AM
505
506 * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg.
2dc111b3 507
7bfeee7b
AM
5082004-03-15 Alan Modra <[email protected]>
509
510 * sparc-dis.c (print_insn_sparc): Update getword prototype.
511
7ffdda93
ML
5122004-03-12 Michal Ludvig <[email protected]>
513
514 * i386-dis.c (GRPPLOCK): Delete.
7bfeee7b 515 (grps): Delete GRPPLOCK entry.
7ffdda93 516
cc0ec051
AM
5172004-03-12 Alan Modra <[email protected]>
518
519 * i386-dis.c (OP_M, OP_0f0e, OP_0fae, NOP_Fixup): New functions.
520 (M, Mp): Use OP_M.
521 (None, PADLOCK_SPECIAL, PADLOCK_0): Delete.
522 (GRPPADLCK): Define.
523 (dis386): Use NOP_Fixup on "nop".
524 (dis386_twobyte): Use GRPPADLCK on opcode 0xa7.
525 (twobyte_has_modrm): Set for 0xa7.
526 (padlock_table): Delete. Move to..
527 (grps): ..here, using OP_0f07. Use OP_Ofae on lfence, mfence
528 and clflush.
529 (print_insn): Revert PADLOCK_SPECIAL code.
530 (OP_E): Delete sfence, lfence, mfence checks.
531
4fd61dcb
JJ
5322004-03-12 Jakub Jelinek <[email protected]>
533
534 * i386-dis.c (grps): Use INVLPG_Fixup instead of OP_E for invlpg.
535 (INVLPG_Fixup): New function.
536 (PNI_Fixup): Remove ATTRIBUTE_UNUSED from sizeflag.
537
0f10071e
ML
5382004-03-12 Michal Ludvig <[email protected]>
539
540 * i386-dis.c (PADLOCK_SPECIAL, PADLOCK_0): New defines.
541 (dis386_twobyte): Opcode 0xa7 is PADLOCK_0.
542 (padlock_table): New struct with PadLock instructions.
543 (print_insn): Handle PADLOCK_SPECIAL.
544
c02908d2
AM
5452004-03-12 Alan Modra <[email protected]>
546
547 * i386-dis.c (grps): Use clflush by default for 0x0fae/7.
548 (OP_E): Twiddle clflush to sfence here.
549
d5bb7600
NC
5502004-03-08 Nick Clifton <[email protected]>
551
552 * po/de.po: Updated German translation.
553
ae51a426
JR
5542003-03-03 Andrew Stubbs <[email protected]>
555
556 * sh-dis.c (print_insn_sh): Don't disassemble fp instructions in
557 nofpu mode. Add BFD type bfd_mach_sh4_nommu_nofpu.
558 * sh-opc.h: Add sh4_nommu_nofpu architecture and adjust instructions
559 accordingly.
560
676a64f4
RS
5612004-03-01 Richard Sandiford <[email protected]>
562
563 * frv-asm.c: Regenerate.
564 * frv-desc.c: Regenerate.
565 * frv-desc.h: Regenerate.
566 * frv-dis.c: Regenerate.
567 * frv-ibld.c: Regenerate.
568 * frv-opc.c: Regenerate.
569 * frv-opc.h: Regenerate.
570
c7a48b9a
RS
5712004-03-01 Richard Sandiford <[email protected]>
572
573 * frv-desc.c, frv-opc.c: Regenerate.
574
8ae0baa2
RS
5752004-03-01 Richard Sandiford <[email protected]>
576
577 * frv-desc.c, frv-opc.c, frv-opc.h: Regenerate.
578
ce11586c
JR
5792004-02-26 Andrew Stubbs <[email protected]>
580
581 * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4.
582 Also correct mistake in the comment.
583
6a5709a5
JR
5842004-02-26 Andrew Stubbs <[email protected]>
585
586 * sh-dis.c (print_insn_sh): Add REG_N_D nibble type to
587 ensure that double registers have even numbers.
588 Add REG_N_B01 for nn01 (binary 01) nibble to ensure
589 that reserved instruction 0xfffd does not decode the same
590 as 0xfdfd (ftrv).
591 * sh-opc.h: Add REG_N_D nibble type and use it whereever
592 REG_N refers to a double register.
593 Add REG_N_B01 nibble type and use it instead of REG_NM
594 in ftrv.
595 Adjust the bit patterns in a few comments.
596
e5d2b64f 5972004-02-25 Aldy Hernandez <[email protected]>
7bfeee7b
AM
598
599 * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst.
e5d2b64f 600
1f04b05f
AH
6012004-02-20 Aldy Hernandez <[email protected]>
602
603 * ppc-opc.c (powerpc_opcodes): Move mfmcsrr0 before mfdc_dat.
604
2f3b8700
AH
6052004-02-20 Aldy Hernandez <[email protected]>
606
607 * ppc-opc.c (powerpc_opcodes): Add m*ivor35.
608
f0b26da6 6092004-02-20 Aldy Hernandez <[email protected]>
7bfeee7b
AM
610
611 * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34,
612 mtivor32, mtivor33, mtivor34.
f0b26da6 613
23d59c56 6142004-02-19 Aldy Hernandez <[email protected]>
7bfeee7b
AM
615
616 * ppc-opc.c (powerpc_opcodes): Add mfmcar.
23d59c56 617
34920d91
NC
6182004-02-10 Petko Manolov <[email protected]>
619
620 * arm-opc.h Maverick accumulator register opcode fixes.
621
44d86481
BE
6222004-02-13 Ben Elliston <[email protected]>
623
624 * m32r-dis.c: Regenerate.
625
17707c23
MS
6262004-01-27 Michael Snyder <[email protected]>
627
628 * sh-opc.h (sh_table): "fsrra", not "fssra".
629
fe3a9bc4
NC
6302004-01-23 Andrew Over <[email protected]>
631
632 * sparc-opc.c (fdtox, fstox, fqtox, fxtod, fxtos, fxtoq): Tighten
633 contraints.
634
ff24f124
JJ
6352004-01-19 Andrew Over <[email protected]>
636
637 * sparc-opc.c (sparc_opcodes) <f[dsq]tox, fxto[dsq]>: Fix args.
638
a02a862a
AM
6392004-01-19 Alan Modra <[email protected]>
640
641 * i386-dis.c (OP_E): Print scale factor on intel mode sib when not
642 1. Don't print scale factor on AT&T mode when index missing.
643
d164ea7f
AO
6442004-01-16 Alexandre Oliva <[email protected]>
645
646 * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
647 when loaded into XR registers.
648
cb10e79a
RS
6492004-01-14 Richard Sandiford <[email protected]>
650
651 * frv-desc.h: Regenerate.
652 * frv-desc.c: Regenerate.
653 * frv-opc.c: Regenerate.
654
f532f3fa
MS
6552004-01-13 Michael Snyder <[email protected]>
656
657 * sh-dis.c (print_insn_sh): Allocate 4 bytes for insn.
658
e45d0630
PB
6592004-01-09 Paul Brook <[email protected]>
660
661 * arm-opc.h (arm_opcodes): Move generic mcrr after known
662 specific opcodes.
663
3ba7a1aa
DJ
6642004-01-07 Daniel Jacobowitz <[email protected]>
665
666 * Makefile.am (libopcodes_la_DEPENDENCIES)
667 (libopcodes_la_LIBADD): Revert 2003-05-17 change. Add explanatory
668 comment about the problem.
669 * Makefile.in: Regenerate.
670
ba2d3f07
AO
6712004-01-06 Alexandre Oliva <[email protected]>
672
673 2003-12-19 Alexandre Oliva <[email protected]>
674 * frv-asm.c (parse_ulo16, parse_uhi16, parse_d12): Fix some
675 cut&paste errors in shifting/truncating numerical operands.
676 2003-08-04 Alexandre Oliva <[email protected]>
677 * frv-asm.c (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
678 (parse_uslo16): Likewise.
679 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
680 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
681 (parse_s12): Likewise.
682 2003-08-04 Alexandre Oliva <[email protected]>
683 * frv-asm.c (parse_ulo16): Parse gotlo and gotfuncdesclo.
684 (parse_uslo16): Likewise.
685 (parse_uhi16): Parse gothi and gotfuncdeschi.
686 (parse_d12): Parse got12 and gotfuncdesc12.
687 (parse_s12): Likewise.
688
3ab48931
NC
6892004-01-02 Albert Bartoszko <[email protected]>
690
691 * msp430-dis.c (msp430_doubleoperand): Check for an 'add'
692 instruction which looks similar to an 'rla' instruction.
a0bd404e 693
c9e214e5 694For older changes see ChangeLog-0203
252b5132
RH
695\f
696Local Variables:
2f6d2f85
NC
697mode: change-log
698left-margin: 8
699fill-column: 74
252b5132
RH
700version-control: never
701End:
This page took 0.653788 seconds and 4 git commands to generate.