gas/testsuite/
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
bbedc832
L
12007-08-30 H.J. Lu <hongjiu.lu@intel.com>
2
3 * i386-dis.c (INVLPG_Fixup): Removed.
4 (OPC_EXT_38): New.
5 (OPC_EXT_RM_5): Likewise.
6 (grps): Use OPC_EXT_38.
7 (opc_ext_table): Add OPC_EXT_38.
8 (opc_ext_rm_table): Add OPC_EXT_RM_5.
9
876d4bfa
L
102007-08-29 H.J. Lu <hongjiu.lu@intel.com>
11
12 * i386-dis.c (SIMD_Fixup): Removed.
13 (OPC_EXT_34...OPC_EXT_37): New.
14 (dis386_twobyte): Use OPC_EXT_34 and OPC_EXT_35.
15 (prefix_user_table): Use OPC_EXT_36 and OPC_EXT_37.
16 (opc_ext_table): Add OPC_EXT_34...OPC_EXT_37.
17
d8faab4e
L
182007-08-29 H.J. Lu <hongjiu.lu@intel.com>
19
20 * i386-dis.c (OPC_EXT_25...OPC_EXT_33): New.
21 (dis386): Use OPC_EXT_0...OPC_EXT_2.
22 (dis386_twobyte): Use OPC_EXT_3...OPC_EXT_5.
23 (grps): Updated to use OPC_EXT_6...OPC_EXT_31.
24 (prefix_user_table): Use OPC_EXT_32.
25 (x86_64_table): Use OPC_EXT_33.
26 (opc_ext_table): Reorder and add OPC_EXT_25...OPC_EXT_33.
27
c25c34f8
L
282007-08-29 H.J. Lu <hongjiu.lu@intel.com>
29
30 * i386-dis.c (prefix_user_table): Fix comment.
31
b844680a
L
322007-08-29 H.J. Lu <hongjiu.lu@intel.com>
33
34 * i386-dis.c (OP_Skip_MODRM): New.
35 (OP_Monitor): Likewise.
36 (OP_Mwait): Likewise.
37 (Mb): Likewise.
38 (Skip_MODRM): Likewise.
39 (USE_OPC_EXT_TABLE): Likewise.
40 (USE_OPC_EXT_RM_TABLE): Likewise.
41 (PREGRP98...PREGRP100): Likewise.
42 (OPC_EXT_0...OPC_EXT_24): Likewise.
43 (OPC_EXT_RM_0...OPC_EXT_RM_4): Likewise.
44 (lock_prefix): Likewise.
45 (data_prefix): Likewise.
46 (addr_prefix): Likewise.
47 (repz_prefix): Likewise.
48 (repnz_prefix): Likewise.
49 (opc_ext_table): Likewise.
50 (opc_ext_rm_table): Likewise.
51 (get_valid_dis386): Likewise.
52 (OP_VMX): Removed.
53 (OP_0fae): Likewise.
54 (PNI_Fixup): Likewise.
55 (VMX_Fixup): Likewise.
56 (VM): Likewise.
57 (twobyte_uses_DATA_prefix): Likewise.
58 (twobyte_uses_REPNZ_prefix): Likewise.
59 (twobyte_uses_REPZ_prefix): Likewise.
60 (threebyte_0x38_uses_DATA_prefix): Likewise.
61 (threebyte_0x38_uses_REPNZ_prefix): Likewise.
62 (threebyte_0x38_uses_REPZ_prefix): Likewise.
63 (threebyte_0x3a_uses_DATA_prefix): Likewise.
64 (threebyte_0x3a_uses_REPNZ_prefix): Likewise.
65 (threebyte_0x3a_uses_REPZ_prefix): Likewise.
66 (grps): Use OPC_EXT_0...OPC_EXT_24.
c25c34f8 67 (prefix_user_table): Add PREGRP98...PREGRP100.
b844680a
L
68 (print_insn): Remove uses_DATA_prefix, uses_LOCK_prefix,
69 uses_REPNZ_prefix and uses_REPZ_prefix. Initialize
70 repz_prefix, repnz_prefix, lock_prefix, addr_prefix and
71 data_prefix based on prefixes. Call get_valid_dis386 to
72 get a pointer to the valid dis386. Print out prefixes if
73 they aren't NULL.
74 (OP_C): Clear lock_prefix if PREFIX_LOCK is used.
75 (REP_Fixup): Set repz_prefix to "rep " when seeing
76 PREFIX_REPZ.
77
69efdb45
DJ
782007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
79
80 * po/nl.po: Updated translation.
81
d9a5e5e5
L
822007-08-28 H.J. Lu <hongjiu.lu@intel.com>
83
84 * i386-dis.c (Md): New.
85 (grps): Use 0 on invlpg. Use M on fxsave and fxrstor. Use
86 Md on ldmxcsr and stmxcsr. Use b_mode on clflush.
87 (OP_0fae): Clear bytemode for sfence.
88
c3d65c1c
BE
892007-08-22 Ben Elliston <bje@au.ibm.com>
90
91 * ppc-opc.c (PSW, PSWM, PSQ, PSQM, PSD, MTMSRD_L): New.
92 (XOPS, XOPS_MASK, XW, XW_MASK): Likewise.
93 (PPCPS): Likewise.
94 (powerpc_opcodes): Add all pair singles instructions.
95 * ppc-dis.c (powerpc_dialect): Handle "ppcps".
96 (print_ppc_disassembler_options): Document -Mppcps.
97
fcb7aa2f
AK
982007-08-21 Andreas Krebbel <krebbel1@de.ibm.com>
99
100 * s390-mkopc.c (struct s390_cond_ext_format): New global struct.
101 (s390_cond_ext_format): New global variable.
102 (expandConditionalJump): New function.
103 (main): Invoke expandConditionalJump for mnemonics containing '*'.
104 * s390-opc.txt: Replace mnemonics with conditional
105 mask extensions with instructions using the newly introduced '*' tag.
106
e9f27433
AM
1072007-08-17 Alan Modra <amodra@bigpond.net.au>
108
109 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
110
d02756e7
NC
1112007-08-10 Nick Clifton <nickc@redhat.com>
112
113 * po/fi.po: Updated Finnish translation.
114 * po/ga.po: Updated Irish translation.
115 * po/vi.po: Updated Vietnamese translation.
116
c3ad16c0
L
1172007-08-09 H.J. Lu <hongjiu.lu@intel.com>
118
119 * i386-opc.tbl: Add NoRex64 to pmovsxbw, pmovsxwd, pmovsxdq,
120 pmovzxbw, pmovzxwd, pmovzxdq and roundsd.
121 * i386-tbl.h: Regenerated.
122
b8deab37
JW
1232007-08-03 James E. Wilson <wilson@specifix.com>
124
125 * ia64-gen.c: (main): Add missing newline to copyright message.
126 * ia64-ic.tbl (fp-non-arith): Add xmpy.
127 * ia64-asmtab.c: Regenerate.
128
7a3c21c9
MS
1292007-08-01 Michael Snyder <msnyder@access-company.com>
130
131 * i386-dis.c (print_insn): Guard against NULL.
132
8976381e
L
1332007-07-29 H.J. Lu <hongjiu.lu@intel.com>
134
135 PR binutils/4834
136 * i386-dis.c (EXw): New.
137 (prefix_user_table): Updated to use EXw, EXd and EXq for SSE4
138 instructions when appropriated.
139
09335d05
L
1402007-07-28 H.J. Lu <hongjiu.lu@intel.com>
141
59d5bbeb 142 PR binutils/4834
09335d05
L
143 * i386-dis.c (Eq): New.
144 (EMC): Renamed to ...
145 (EMCq): This. Use q_mode instead of v_mode.
146 (prefix_user_table): Updated to use EXd, EXq, EMCq, Ed and Eq
147 when appropriated.
148
231af070
L
1492007-07-28 H.J. Lu <hongjiu.lu@intel.com>
150
151 * i386-dis.c (dis386_twobyte): Change "movd" to "movK".
152 (prefix_user_table): Likewise. Use EXq instead of EXx on
153 "movq".
154
33e8d5ac
NS
1552007-07-27 Nathan Sidwell <nathan@codesourcery.com>
156
157 * ppc-opc (PPC7450): New.
158 (powerpc_opcodes): Use it in dcba.
159
6baf3772
L
1602007-07-24 H.J. Lu <hongjiu.lu@intel.com>
161
162 * i386-gen.c (main): Print a newline after copyright notice.
163
c908d778
NC
1642007-07-19 Nick Clifton <nickc@redhat.com>
165
166 PR binutils/4801
167 * maxq-dis.c (get_reg_name): Fix the scan of the
168 mem_access_syntax_table.
169
14051056
L
1702007-07-16 H.J. Lu <hongjiu.lu@intel.com>
171
172 * i386-dis.c (EMq): Removed.
173 (EMx): New.
174 (prefix_user_table): Replace EMq with EMx.
175
80f2eaf0
NC
1762007-07-16 Nick Clifton <nickc@redhat.com>
177
178 * po/nl.po: Updated translation.
179
7353bd54
NC
1802007-07-12 Nick Clifton <nickc@redhat.com>
181
182 * po/vi.po: Updated translation.
183 * po/nl.po: Updated translation.
184
e8d39116
L
1852007-07-06 Mark Kettenis <kettenis@gnu.org>
186 H.J. Lu <hongjiu.lu@intel.com>
187
188 * Makefile.am (i386-tbl.h): Add $(srcdir)/ to target.
189 (ia64-asmtab.c): Likewise.
190 * Makefile.in: Regenerate.
191
033ca630
L
1922007-07-05 H.J. Lu <hongjiu.lu@intel.com>
193
194 * aclocal.m4: Regenerated.
195
9b201bb5
NC
1962007-07-04 Nick Clifton <nickc@redhat.com>
197
198 * alpha-dis.c: Update copyright notice to refer to GPLv3.
199 * alpha-opc.c, arc-dis.c, arc-dis.h, arc-ext.c, arc-ext.h,
200 arc-opc.c, arm-dis.c, avr-dis.c, bfin-dis.c, cgen-asm.c,
201 cgen-asm.in, cgen-bitset.c, cgen-dis.c, cgen-dis.in, cgen-ibld.in,
202 cgen-opc.c, cgen-ops.h, cgen.sh, cgen-types.h, cr16-dis.c,
203 cr16-opc.c, cris-dis.c, cris-opc.c, crx-dis.c, crx-opc.c,
204 d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c, disassemble.c,
205 dis-buf.c, dis-init.c, dlx-dis.c, h8300-dis.c, h8500-dis.c,
206 h8500-opc.h, hppa-dis.c, i370-dis.c, i370-opc.c, i386-dis.c,
207 i386-gen.c, i386-opc.c, i386-opc.h, i860-dis.c, i960-dis.c,
208 ia64-asmtab.h, ia64-dis.c, ia64-gen.c, ia64-opc-a.c, ia64-opc-b.c,
209 ia64-opc.c, ia64-opc-d.c, ia64-opc-f.c, ia64-opc.h, ia64-opc-i.c,
210 ia64-opc-m.c, ia64-opc-x.c, m10200-dis.c, m10200-opc.c,
211 m10300-dis.c, m10300-opc.c, m68hc11-dis.c, m68hc11-opc.c,
212 m68k-dis.c, m68k-opc.c, m88k-dis.c, maxq-dis.c, mcore-dis.c,
213 mcore-opc.h, mips16-opc.c, mips-dis.c, mips-opc.c, mmix-dis.c,
214 mmix-opc.c, msp430-dis.c, ns32k-dis.c, opintl.h, or32-dis.c,
215 or32-opc.c, pdp11-dis.c, pdp11-opc.c, pj-dis.c, pj-opc.c,
216 ppc-dis.c, ppc-opc.c, s390-dis.c, s390-mkopc.c, s390-opc.c,
217 score-dis.c, score-opc.h, sh64-dis.c, sh64-opc.c, sh64-opc.h,
218 sh-dis.c, sh-opc.h, sparc-dis.c, sparc-opc.c, spu-dis.c,
219 spu-opc.c, sysdep.h, tic30-dis.c, tic4x-dis.c, tic54x-dis.c,
220 tic54x-opc.c, tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c,
221 vax-dis.c, w65-dis.c, w65-opc.h, xtensa-dis.c, z80-dis.c,
222 z8k-dis.c, z8kgen.c: Likewise.
223 * i386-opc.tbl, i386-reg.tbl: Add copyright notice.
224 * aclocal.m4, configure, fr30-asm.c, fr30-desc.c, fr30-desc.h,
225 fr30-dis.c, fr30-ibld.c, fr30-opc.c, fr30-opc.h, frv-asm.c,
226 frv-desc.c, frv-desc.h, frv-dis.c, frv-ibld.c, frv-opc.c,
227 frv-opc.h, i386-tbl.h, ia64-asmtab.c, ip2k-asm.c, ip2k-desc.c,
228 ip2k-desc.h, ip2k-dis.c, ip2k-ibld.c, ip2k-opc.c, ip2k-opc.h,
229 iq2000-asm.c, iq2000-desc.c, iq2000-desc.h, iq2000-dis.c,
230 iq2000-ibld.c, iq2000-opc.c, iq2000-opc.h, m32c-asm.c,
231 m32c-desc.c, m32c-desc.h, m32c-dis.c, m32c-ibld.c, m32c-opc.c,
232 m32c-opc.h, m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
233 m32r-ibld.c, m32r-opc.c, m32r-opc.h, m32r-opinst.c, mep-asm.c,
234 mep-desc.c, mep-desc.h, mep-dis.c, mep-ibld.c, mep-opc.c,
235 mep-opc.h, mt-asm.c, mt-desc.c, mt-desc.h, mt-dis.c, mt-ibld.c,
236 mt-opc.c, mt-opc.h, openrisc-asm.c, openrisc-desc.c,
237 openrisc-desc.h, openrisc-dis.c, openrisc-ibld.c, openrisc-opc.c,
238 openrisc-opc.h, xc16x-asm.c, xc16x-desc.c, xc16x-desc.h,
239 xc16x-dis.c, xc16x-ibld.c, xc16x-opc.c, xc16x-opc.h,
240 xstormy16-asm.c, xstormy16-desc.c, xstormy16-desc.h,
241 xstormy16-dis.c, xstormy16-ibld.c, xstormy16-opc.c,
242 xstormy16-opc.h, z8k-opc.h: Regenerated
243
ddb341a7
NC
2442007-07-04 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
245
246 * cr16-dis.c (getcinvstring): Add const qualifier to char *
247 parameter.
248 (print_insn_cr16): Remove cast to char *.
249
afa2158f
NS
2502007-07-03 Nathan Sidwell <nathan@codesourcery.com>
251
252 * m68k-dis.c (fetch_arg): Add E. Replace length switch with
253 direct masking.
254 (print_ins_arg): Add j & K operand types.
255 (match_insn_m68k): Check and skip initial '.' arg character.
256 (m68k_scan_mask): Likewise.
257 * m68k-opc.c (m68k_opcodes): Add coprocessor instructions.
258
ae351704
AM
2592007-07-02 Alan Modra <amodra@bigpond.net.au>
260
261 * Makefile.am: Run "make dep-am".
262 * Makefile.in: Regenerate.
263 * aclocal.m4: Regenerate.
264 * config.in: Regenerate.
265 * po/POTFILES.in: Regenerate.
266 * po/opcodes.pot: Regenerate.
267
86b57e31
L
2682007-06-30 H.J. Lu <hongjiu.lu@intel.com>
269
270 * aclocal.m4: Regenerated.
271 * Makefile.in: Likewise.
272
f85fcb85
L
2732007-06-29 H.J. Lu <hongjiu.lu@intel.com>
274
275 * i386-reg.tbl: Remove spaces before comments.
276
3d3d428f
NC
2772007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
278
279 * cr16-opc.c: New file.
280 * cr16-dis.c: New file.
281 * Makefile.am: Entries for cr16.
282 * Makefile.in: Regenerate.
283 * cofigure.in: Add cr16 target information.
284 * configure : Regenerate.
285 * disassemble.c: Add cr16 target information.
286
40b8e679
L
2872007-06-28 H.J. Lu <hongjiu.lu@intel.com>
288
289 * Makefile.am (HFILES): Add i386-opc.h and i386-tbl.h.
290 (CFILES): Add i386-gen.c.
291 (i386-gen): New rule.
292 (i386-gen.o): Likewise.
293 (i386-tbl.h): Likewise.
294 Run "make dep-am".
295 * Makefile.in: Regenerated.
296
297 * i386-gen.c: New file.
298 * i386-opc.tbl: Likewise.
299 * i386-reg.tbl: Likewise.
300 * i386-tbl.h: Likewise.
301
302 * i386-opc.c: Include "i386-tbl.h".
303 (i386_optab): Removed.
304 (i386_regtab): Likewise.
305 (i386_regtab_size): Likewise.
306
cd2cf30b
PB
3072007-06-26 Paul Brook <paul@codesourcery.com>
308
309 * arm-dis.c (coprocessor_opcodes): Add fmxr/fmrx mvfr0/mvfr1.
310
5f15756d
L
3112007-06-25 H.J. Lu <hongjiu.lu@intel.com>
312
313 * i386-opc.h (regKludge): Renamed to ...
314 (RegKludge): This.
315
316 * i386-opc.c (i386_optab): Replace regKludge with RegKludge.
317
09a2c6cf
L
3182007-06-23 H.J. Lu <hongjiu.lu@intel.com>
319
320 PR binutils/4667
321 * i386-dis.c (EX): Removed.
322 (EMd): New.
323 (EMq): Likewise.
324 (EXd): Likewise.
325 (EXq): Likewise.
326 (EXx): Likewise.
327 (PREGRP93...PREGRP97): Likewise.
328 (dis386_twobyte): Updated.
329 (prefix_user_table): Updated. Add PREGRP93...PREGRP97.
330 (OP_EX): Remove Intel syntax handling.
331
ddefa7f5
KH
3322007-06-18 Nathan Sidwell <nathan@codesourcery.com>
333
334 * m68k-opc.c (m68k_opcodes): Add wdebugl variants.
335
79887925
L
3362007-06-14 H.J. Lu <hongjiu.lu@intel.com>
337
338 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
339
340 * acinclude.m4: Removed.
341
342 * Makefile.in: Regenerated.
343 * doc/Makefile.in: Likewise.
344 * aclocal.m4: Likewise.
345 * configure: Likewise.
346
79d49516
PB
3472007-06-05 Paul Brook <paul@codesourcery.com>
348
349 * arm-dis.c (thumb32_opcodes): Display writeback ldrd/strd addresses.
350
37ad9514
SE
3512007-05-24 Steve Ellcey <sje@cup.hp.com>
352
353 * Makefile.in: Regnerate.
354 * configure: Regenerate.
355 * aclocal.m4: Regenerate.
356
65b650b4
AM
3572007-05-18 Alan Modra <amodra@bigpond.net.au>
358
359 * ppc-dis.c (print_insn_powerpc): Don't skip all operands
360 after setting skip_optional.
361
ea192fa3
PB
3622007-05-16 Peter Bergner <bergner@vnet.ibm.com>
363
364 * ppc-dis.c (operand_value_powerpc, skip_optional_operands): New.
365 (print_insn_powerpc): Use the new operand_value_powerpc and
366 skip_optional_operands functions to omit or print all optional
367 operands as a group.
368 * ppc-opc.c (BFF, W, XFL_L, XWRA_MASK): New.
369 (XFL_MASK): Delete L and W bits from the mask.
370 (mtfsfi, mtfsfi.): Replace use of BF with BFF. Relpace use of XRA_MASK
371 with XWRA_MASK. Use W.
372 (mtfsf, mtfsf.): Use XFL_L and W.
373
9beff690
L
3742007-05-14 H.J. Lu <hongjiu.lu@intel.com>
375
376 PR binutils/4502
377 * i386-dis.c (Suffix3DNow): Replace "pfmulhrw" with "pmulhrw".
378
4d67a4d3
L
3792007-05-10 H.J. Lu <hongjiu.lu@intel.com>
380
381 * i386-opc.h (ShortForm): Redefined.
382 (Jump): Likewise.
383 (JumpDword): Likewise.
384 (JumpByte): Likewise.
385 (JumpInterSegment): Likewise.
386 (FloatMF): Likewise.
387 (FloatR): Likewise.
388 (FloatD): Likewise.
389 (Size16): Likewise.
390 (Size32): Likewise.
391 (Size64): Likewise.
392 (IgnoreSize): Likewise.
393 (DefaultSize): Likewise.
394 (No_bSuf): Likewise.
395 (No_wSuf): Likewise.
396 (No_lSuf): Likewise.
397 (No_sSuf): Likewise.
398 (No_qSuf): Likewise.
399 (No_xSuf): Likewise.
400 (FWait): Likewise.
401 (IsString): Likewise.
402 (regKludge): Likewise.
403 (IsPrefix): Likewise.
404 (ImmExt): Likewise.
405 (NoRex64): Likewise.
406 (Rex64): Likewise.
407 (Ugh): Likewise.
408
8de28984
L
4092007-05-07 H.J. Lu <hongjiu.lu@intel.com>
410
411 * i386-dis.c (threebyte_0x38_uses_DATA_prefix): Correct entries
412 for some SSE4 instructions.
413 (threebyte_0x3a_uses_DATA_prefix): Likewise.
414
20592a94
L
4152007-05-03 H.J. Lu <hongjiu.lu@intel.com>
416
417 * i386-dis.c (CRC32_Fixup): Don't print suffix in Intel mode.
418
419 * i386-opc.c (i386_optab): Remove IgnoreSize and correct operand
420 type for crc32.
421
9344ff29
L
4222007-05-01 H.J. Lu <hongjiu.lu@intel.com>
423
424 * i386-dis.c (CRC32_Fixup): Properly handle Intel mode and
425 check data size prefix in 16bit mode.
426
427 * i386-opc.c (i386_optab): Default crc32 to non-8bit and
428 support Intel mode.
429
53289dcd 4302007-04-30 Mark Salter <msalter@redhat.com>
65b650b4 431
53289dcd
MS
432 * frv-desc.c: Regenerate.
433 * frv-desc.h: Regenerate.
65b650b4 434
eb42fac1
AM
4352007-04-30 Alan Modra <amodra@bigpond.net.au>
436
437 PR 4436
438 * ppc-opc.c (powerpc_operands): Correct bitm for second entry of MBE.
439
484c222e
L
4402007-04-27 H.J. Lu <hongjiu.lu@intel.com>
441
442 * i386-dis.c (modrm): Put reg before rm.
443
5d669648
L
4442007-04-26 H.J. Lu <hongjiu.lu@intel.com>
445
446 PR binutils/4430
447 * i386-dis.c (print_displacement): New.
448 (OP_E): Call print_displacement instead of print_operand_value
449 to output displacement when either base or index exist. Print
450 the explicit zero displacement in 16bit mode.
451
185b1163
L
4522007-04-26 H.J. Lu <hongjiu.lu@intel.com>
453
454 PR binutils/4429
455 * i386-dis.c (print_insn): Also swap the order of op_riprel
456 when swapping op_index. Break when the RIP relative address
457 is printed.
458 (OP_E): Properly handle RIP relative addressing and print the
459 explicit zero displacement for Intel mode.
460
eddc20ad
AM
4612007-04-27 Alan Modra <amodra@bigpond.net.au>
462
463 * Makefile.am: Run "make dep-am".
464 * Makefile.in: Regenerate.
465 * ns32k-dis.c: Include sysdep.h first.
466
dacc8b01
MS
4672007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
468
469 * opcodes/s390-opc.c (MASK_SSF_RRDRD): Fourth nybble belongs to the
470 opcode.
eddc20ad
AM
471 * opcodes/s390-opc.txt (pfpo, ectg, csst): Add new z9-ec instructions.
472
fbb92301
NC
4732007-04-24 Nick Clifton <nickc@redhat.com>
474
475 * arm-dis.c (print_insn): Initialise type.
476
4c273957
AM
4772007-04-24 Alan Modra <amodra@bigpond.net.au>
478
479 * cgen-types.h: Include bfd_stdint.h, not stdint.h.
480 * Makefile.am: Run "make dep-am".
481 * Makefile.in: Regenerate.
482
9a2e615a
NS
4832007-04-23 Nathan Sidwell <nathan@codesourcery.com>
484
485 * m68k-opc.c: Mark mcfisa_c instructions.
486
37b37b2d
RE
4872007-04-21 Richard Earnshaw <rearnsha@arm.com>
488
489 * arm-dis.c (arm_opcodes): Disassemble to unified syntax.
490 (thumb_opcodes): Add missing white space in adr.
65b650b4 491 (arm_decode_shift): New parameter, print_shift. Only decode the
37b37b2d
RE
492 shift parameter if set. Adjust callers.
493 (print_insn_arm): Support for operand type q with no shift decode.
494
717bbdf1
AM
4952007-04-21 Alan Modra <amodra@bigpond.net.au>
496
db557034
AM
497 * i386-opc.c (i386_float_regtab, i386_float_regtab_size): Delete.
498 Move contents to..
499 (i386_regtab): ..here.
500 * i386-opc.h (i386_float_regtab, i386_float_regtab_size): Delete.
501
717bbdf1
AM
502 * ppc-opc.c (powerpc_operands): Delete duplicate entries.
503 (BA_MASK, FXM_MASK, STRM_MASK, VA_MASK, VB_MASK, VC_MASK): Delete.
504 (VD_MASK, WS_MASK, MTMSRD_L, XRT_L): Delete.
505 (powerpc_opcodes): Replace uses of MTMSRD_L and XRT_L.
506
78336706
NS
5072007-04-20 Nathan Sidwell <nathan@codesourcery.com>
508
509 * m68k-dis.c (print_insn_arg): Show c04 as rambar0 and c05 as
510 rambar1.
511
b84bf58a
AM
5122007-04-20 Alan Modra <amodra@bigpond.net.au>
513
514 * ppc-dis.c (print_insn_powerpc): Adjust for struct powerpc_operand
515 change.
516 * ppc-opc.c (powerpc_operands): Replace bit count with bit mask
517 in all entries. Add PPC_OPERAND_SIGNED to DE entry. Remove
518 references to following deleted functions.
519 (insert_bd, extract_bd, insert_dq, extract_dq): Delete.
520 (insert_ds, extract_ds, insert_de, extract_de): Delete.
521 (insert_des, extract_des, insert_li, extract_li): Delete.
522 (insert_nb, insert_rsq, insert_rtq, insert_ev2, extract_ev2): Delete.
523 (insert_ev4, extract_ev4, insert_ev8, extract_ev8): Delete.
524 (num_powerpc_operands): New constant.
525 (XSPRG_MASK): Remove entire SPRG field.
526 (powerpc_opcodes <bcctre, bcctrel>): Use XLBB_MASK not XLYBB_MASK.
527
0bbdef92
AM
5282007-04-20 Alan Modra <amodra@bigpond.net.au>
529
530 * ppc-opc.c (DCM, DGM, TE, RMC, R, SP, S): Correct shift.
531 (Z2_MASK): Define.
532 (powerpc_opcodes): Use Z2_MASK in all insns taking RMC operand.
533
86ad2a13
RE
5342007-04-20 Richard Earnshaw <rearnsha@arm.com>
535
536 * arm-dis.c (print_insn): Only look for a mapping symbol in the section
537 being disassembled.
538
a33e055d
AM
5392007-04-19 Alan Modra <amodra@bigpond.net.au>
540
541 * Makefile.am: Run "make dep-am".
542 * Makefile.in: Regenerate.
543 * po/POTFILES.in: Regenerate.
544
360b1600
AM
5452007-04-19 Alan Modra <amodra@bigpond.net.au>
546
547 * ppc-opc.c (powerpc_opcodes): Add cctpl, cctpm, cctph, db8cyc,
548 db10cyc, db12cyc, db16cyc.
549
b20ae55e
AM
5502007-04-19 Nathan Froyd <froydnj@codesourcery.com>
551
552 * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe.
553
381d071f
L
5542007-04-18 H.J. Lu <hongjiu.lu@intel.com>
555
556 * i386-dis.c (CRC32_Fixup): New.
557 (PREGRP85, PREGRP86, PREGRP87, PREGRP88, PREGRP89, PREGRP90,
558 PREGRP91): New.
559 (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.2.
560 (threebyte_0x3a_uses_DATA_prefix): Likewise.
561 (prefix_user_table): Add PREGRP85, PREGRP86, PREGRP87,
562 PREGRP88, PREGRP89, PREGRP90 and PREGRP91.
563 (three_byte_table): Likewise.
564
565 * i386-opc.c (i386_optab): Add SSE4.2 opcodes.
566
f6fdceb7 567 * i386-opc.h (CpuSSE4_2): New.
381d071f
L
568 (CpuSSE4): Likewise.
569 (CpuUnknownFlags): Add CpuSSE4_2.
570
42903f7f
L
5712007-04-18 H.J. Lu <hongjiu.lu@intel.com>
572
573 * i386-dis.c (XMM_Fixup): New.
574 (Edqb): New.
575 (Edqd): New.
576 (XMM0): New.
577 (dqb_mode): New.
578 (dqd_mode): New.
579 (PREGRP39 ... PREGRP85): New.
580 (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.
581 (threebyte_0x3a_uses_DATA_prefix): Likewise.
582 (prefix_user_table): Add PREGRP39 ... PREGRP85.
583 (three_byte_table): Likewise.
584 (putop): Handle 'K'.
585 (intel_operand_size): Handle dqb_mode, dqd_mode):
586 (OP_E): Likewise.
587 (OP_G): Likewise.
588
589 * i386-opc.c (i386_optab): Add SSE4.1 opcodes.
590
591 * i386-opc.h (CpuSSE4_1): New.
592 (CpuUnknownFlags): Add CpuSSE4_1.
593 (regKludge): Update comment.
594
ee5c21a0
DJ
5952007-04-18 Matthias Klose <doko@ubuntu.com>
596
597 * Makefile.am (libopcodes_la_LDFLAGS): Use bfd soversion.
598 * Makefile.in: Regenerate.
599
b7d19ba6
SE
6002007-04-14 Steve Ellcey <sje@cup.hp.com>
601
602 * Makefile.am: Add ACLOCAL_AMFLAGS.
603 * Makefile.in: Regenerate.
604
246c51aa
L
6052007-04-13 H.J. Lu <hongjiu.lu@intel.com>
606
607 * i386-dis.c: Remove trailing white spaces.
6e26e51a
L
608 * i386-opc.c: Likewise.
609 * i386-opc.h: Likewise.
246c51aa 610
7967e09e
L
6112007-04-11 H.J. Lu <hongjiu.lu@intel.com>
612
613 PR binutils/4333
614 * i386-dis.c (GRP1a): New.
615 (GRP1b ... GRPPADLCK2): Update index.
616 (dis386): Use GRP1a for entry 0x8f.
617 (mod, rm, reg): Removed. Replaced by ...
618 (modrm): This.
619 (grps): Add GRP1a.
620
56dc1f8a
KH
6212007-04-09 Kazu Hirata <kazu@codesourcery.com>
622
623 * m68k-dis.c (print_insn_m68k): Restore info->fprintf_func and
624 info->print_address_func if longjmp is called.
625
144f4bc6
DD
6262007-03-29 DJ Delorie <dj@redhat.com>
627
628 * m32c-desc.c: Regenerate.
629 * m32c-dis.c: Regenerate.
630 * m32c-opc.c: Regenerate.
631
e72cf3ec
L
6322007-03-28 H.J. Lu <hongjiu.lu@intel.com>
633
634 * i386-opc.c (i386_optab): Change InvMem to RegMem for mov and
635 movq. Remove InvMem from sldt, smsw and str.
636
637 * i386-opc.h (InvMem): Renamed to ...
638 (RegMem): Update comments.
639 (AnyMem): Remove InvMem.
640
831480e9 6412007-03-27 Paul Brook <paul@codesourcery.com>
b74ed8f5 642
b74ed8f5
PB
643 * arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
644
4146fd53
PB
6452007-03-24 Paul Brook <paul@codesourcery.com>
646
647 * arm-dis.c (coprocessor_opcodes): Remove superfluous 0x.
648 (print_insn_coprocessor): Handle %<bitfield>x.
649
b6702015 6502007-03-24 Paul Brook <paul@codesourcery.com>
e72cf3ec 651 Mark Shinwell <shinwell@codesourcery.com>
b6702015
PB
652
653 * arm-dis.c (arm_opcodes): Print SRS base register.
654
831480e9 6552007-03-23 H.J. Lu <hongjiu.lu@intel.com>
0003779b
L
656
657 * i386-dis.c (prefix_name): Replace rex64XYZ with rex.WRXB.
658
659 * i386-opc.c (i386_optab): Add rex.wrxb.
660
831480e9 6612007-03-21 H.J. Lu <hongjiu.lu@intel.com>
161a04f6
L
662
663 * i386-dis.c (REX_MODE64): Remove definition.
664 (REX_EXTX): Likewise.
665 (REX_EXTY): Likewise.
666 (REX_EXTZ): Likewise.
667 (USED_REX): Use REX_OPCODE instead of 0x40.
668 Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W,
669 REX_R, REX_X and REX_B respectively.
670
831480e9 6712007-03-21 H.J. Lu <hongjiu.lu@intel.com>
8b38ad71
L
672
673 PR binutils/4218
674 * i386-dis.c (PREGRP38): New.
675 (dis386): Use PREGRP38 for 0x90.
676 (prefix_user_table): Add PREGRP38.
677 (print_insn): Set uses_REPZ_prefix to 1 for pause.
678 (NOP_Fixup1): Properly handle REX bits.
679 (NOP_Fixup2): Likewise.
680
681 * i386-opc.c (i386_optab): Allow %eax with xchg in 64bit.
682 Allow register with nop.
683
75b06e7b
DD
6842007-03-20 DJ Delorie <dj@redhat.com>
685
686 * m32c-asm.c: Regenerate.
687 * m32c-desc.c: Regenerate.
688 * m32c-desc.h: Regenerate.
689 * m32c-dis.h: Regenerate.
690 * m32c-ibld.c: Regenerate.
691 * m32c-opc.c: Regenerate.
692 * m32c-opc.h: Regenerate.
693
c3fe08fa
L
6942007-03-15 H.J. Lu <hongjiu.lu@intel.com>
695
696 * i386-opc.c: Include "libiberty.h".
697 (i386_regtab): Remove the last entry.
698 (i386_regtab_size): New.
699 (i386_float_regtab_size): Likewise.
700
701 * i386-opc.h (i386_regtab_size): New.
702 (i386_float_regtab_size): Likewise.
703
0b1cf022
L
7042007-03-15 H.J. Lu <hongjiu.lu@intel.com>
705
706 * Makefile.am (CFILES): Add i386-opc.c.
707 (ALL_MACHINES): Add i386-opc.lo.
708 Run "make dep-am".
709 * Makefile.in: Regenerated.
710
711 * configure.in: Add i386-opc.lo for bfd_i386_arch.
712 * configure: Regenerated.
713
714 * i386-dis.c: Include "opcode/i386.h".
715 (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
716 (FWAIT_OPCODE): Remove definition.
717 (UNIXWARE_COMPAT): Renamed to SYSV386_COMPAT. Remove definition.
718 (MAX_OPERANDS): Remove definition.
719
720 * i386-opc.c: New file.
721 * i386-opc.h: Likewise.
722
56eced12
L
7232007-03-15 H.J. Lu <hongjiu.lu@intel.com>
724
725 * Makefile.in: Regenerated.
726
6f74c397
L
7272007-03-09 H.J. Lu <hongjiu.lu@intel.com>
728
729 * i386-dis.c (OP_Rd): Renamed to ...
730 (OP_R): This.
731 (Rd): Updated.
732 (Rm): Likewise.
733
a6d04ec4
AM
7342007-03-08 Alan Modra <amodra@bigpond.net.au>
735
1620f33d
AM
736 * fr30-asm.c: Regenerate.
737 * frv-asm.c: Regenerate.
738 * ip2k-asm.c: Regenerate.
739 * iq2000-asm.c: Regenerate.
740 * m32c-asm.c: Regenerate.
741 * m32r-asm.c: Regenerate.
742 * m32r-dis.c: Regenerate.
743 * mt-asm.c: Regenerate.
744 * mt-ibld.c: Regenerate.
745 * mt-opc.c: Regenerate.
746 * openrisc-asm.c: Regenerate.
747 * xc16x-asm.c: Regenerate.
748 * xstormy16-asm.c: Regenerate.
749
a6d04ec4
AM
750 * Makefile.am: Run "make dep-am".
751 * Makefile.in: Regenerate.
752 * po/POTFILES.in: Regenerate.
753
b5639b37
MS
7542007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
755
756 * opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR,
757 INSTR_RRF_UUFF, INSTR_RRF_0UFF, INSTR_RRF_FFFU, INSTR_RRR_F0FF): New
758 instruction formats added.
759 (MASK_RRE_FR, MASK_RRF_F0FF2, MASK_RRF_F0FR, MASK_RRF_UUFF,
760 MASK_RRF_0UFF, MASK_RRF_FFFU, MASK_RRR_F0FF): New instruction format
761 masks added.
762 * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
763 instructions added.
764 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
765 (main): z9-ec cpu type option added.
766 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
767
b2e818b7
DD
7682007-02-22 DJ Delorie <dj@redhat.com>
769
770 * s390-opc.c (INSTR_SS_L2RDRD): New.
771 (MASK_SS_L2RDRD): New.
772 * s390-opc.txt (pka): Use it.
773
8b082fb1
TS
7742007-02-20 Thiemo Seufer <ths@mips.com>
775 Chao-Ying Fu <fu@mips.com>
776
777 * mips-dis.c (mips_arch_choices): Add DSP R2 support.
778 (print_insn_args): Add support for balign instruction.
779 * mips-opc.c (D33): New shortcut for DSP R2 instructions.
780 (mips_builtin_opcodes): Add DSP R2 instructions.
781
929e4d1a
MS
7822007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
783
784 * s390-opc.c (INSTR_RRF_U0FR, MASK_RRF_U0FR): Removed.
785 (INSTR_RRF_U0RF, MASK_RRF_U0RF): Added.
786 * s390-opc.txt (cfxbr, cfdbr, cfebr, cgebr, cgdbr, cgxbr, cger, cgdr,
787 cgxr, cfxr, cfdr, cfer): Instruction type set to INSTR_RRF_U0RF.
788
b8e55848
MS
7892007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
790
791 * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
792 * s390-opc.c (s390_operands): Add RO_28 as optional gpr.
793 (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
794 and sfpc.
795
af692060
NC
7962007-02-16 Nick Clifton <nickc@redhat.com>
797
798 PR binutils/4045
799 * avr-dis.c (comment_start): New variable, contains the prefix to
800 use when printing addresses in comments.
801 (print_insn_avr): Set comment_start to an empty space if there is
802 no symbol table available as the generic address printing code
803 will prefix the numeric value of the address with 0x.
804
ce518a5f
L
8052007-02-13 H.J. Lu <hongjiu.lu@intel.com>
806
807 * i386-dis.c: Updated to use an array of MAX_OPERANDS operands
808 in struct dis386.
809
bd2f2e55 8102007-02-05 Dave Brolley <brolley@redhat.com>
8c9c183d
DB
811 Richard Sandiford <rsandifo@redhat.com>
812 DJ Delorie <dj@redhat.com>
813 Graydon Hoare <graydon@redhat.com>
814 Frank Ch. Eigler <fche@redhat.com>
815 Ben Elliston <bje@redhat.com>
816
817 * Makefile.am (HFILES): Add mep-desc.h mep-opc.h.
818 (CFILES): Add mep-*.c
819 (ALL_MACHINES): Add mep-*.lo.
820 (CLEANFILES): Add stamp-mep.
821 (CGEN_CPUS): Add mep.
822 (MEP_DEPS): New variable.
823 (mep-*): New targets.
824 * configure.in: Handle bfd_mep_arch.
825 * disassemble.c (ARCH_mep): New macro.
826 (disassembler): Handle bfd_arch_mep.
827 (disassemble_init_for_target): Likewise.
828 * mep-*: New files for Toshiba Media Processor (MeP).
bd2f2e55
DB
829 * Makefile.in: Regenerated.
830 * configure: Regenerated.
831
eb7834a6 8322007-02-05 H.J. Lu <hongjiu.lu@intel.com>
65ca155d
L
833
834 * i386-dis.c (OP_J): Undo the last change. Properly handle 64K
835 wrap around within the same segment in 16bit mode.
836
eb7834a6 8372007-02-02 H.J. Lu <hongjiu.lu@intel.com>
206717e8
L
838
839 * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
840 prefix.
841
c4f5c3d7
L
8422007-02-02 H.J. Lu <hongjiu.lu@intel.com>
843
844 * avr-dis.c (avr_operand): Correct PR number in comment.
845
fc523535 8462007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
847
848 * disassemble.c (disassembler_usage): Call
849 print_i386_disassembler_options for i386 disassembler.
850
851 * i386-dis.c (print_i386_disassembler_options): New.
852 (print_insn): Support the new addr64 option.
853
64a3a6fc
NC
8542007-02-02 Hiroki Kaminaga <kaminaga@sm.sony.co.jp>
855
856 * ppc-dis.c (powerpc_dialect): Handle ppc440.
857 * ppc-dis.c (print_ppc_disassembler_options): Note the -M440 can
858 be used.
859
ba4e851b
AM
8602007-02-02 Alan Modra <amodra@bigpond.net.au>
861
862 * ppc-opc.c (insert_bdm): -Many comment.
863 (valid_bo): Add "extract" param. Accept both powerpc and power4
864 BO fields when disassembling with -Many.
865 (insert_bo, extract_bo, insert_boe, extract_boe): Adjust valid_bo call.
866
3bdcfdf4
KH
8672007-01-08 Kazu Hirata <kazu@codesourcery.com>
868
869 * m68k-opc.c (m68k_opcodes): Replace cpu32 with
870 cpu32 | fido_a except on tbl instructions.
871
a028a6f5
PB
8722007-01-04 Paul Brook <paul@codesourcery.com>
873
874 * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
875
baee4c9e
AS
8762007-01-04 Andreas Schwab <schwab@suse.de>
877
878 * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
879
62ac925e
JB
8802007-01-04 Julian Brown <julian@codesourcery.com>
881
882 * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
883 vqrshl instructions.
884
10a2343e 885For older changes see ChangeLog-2006
252b5132
RH
886\f
887Local Variables:
2f6d2f85
NC
888mode: change-log
889left-margin: 8
890fill-column: 74
252b5132
RH
891version-control: never
892End:
This page took 0.393495 seconds and 4 git commands to generate.