fa04b88eeff9deb2a25bc770f63c1355c525d70b
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2007-11-29 Mark Shinwell <shinwell@codesourcery.com>
2
3 * mips-opc.c (I3_32, I3_33, I4_32, I4_33, I5_33): New.
4 (mips_builtin_opcodes): Use these new I* values.
5
6 2007-11-27 Andreas Krebbel <krebbel1@de.ibm.com>
7
8 * s390-opc.txt ("tcet", "tcdt", "tcxt", "tget", "tgdt",
9 "tgxt"): Removed.
10 ("tdcet", "tdcdt", "tdcxt", "tdget", "tdgdt", "tdgxt"): Added.
11
12 2007-11-14 H.J. Lu <hongjiu.lu@intel.com>
13
14 * ia64-ic.tbl: Updated for Itanium 9100 series.
15 * ia64-raw.tbl: Likewise.
16 * ia64-waw.tbl: Likewise.
17 * ia64-asmtab.c: Regenerated.
18
19 2007-11-14 Tristan Gingold <gingold@adacore.com>
20
21 * ia64-dis.c (print_insn_ia64): Handle ar.ruc.
22 * ia64-gen.c (lookup_regindex): Likewise.
23
24 2007-11-07 Jens Arnold <jens@jens-arnold.net>
25
26 PR gas/5228
27 * m68k-opc.c (m68k_opcodes): Fix coldfire msac.w instructions with
28 parallel loads.
29
30 2007-11-07 Tristan Gingold <gingold@adacore.com>
31
32 * ia64-dis.c (print_insn_ia64): Generate symbolic names for cr
33 registers instead of register number.
34
35 2007-11-07 David O'Brien <obrien@FreeBSD.org>
36
37 * arm-dis.c (arm_opcodes): Remove superflous escapes of percent
38 operators.
39
40 2007-11-06 Peter Bergner <bergner@vnet.ibm.com>
41
42 * ppc-opc.c (powerpc_opcodes): Remove the dcffix and dcffix. opcodes
43 which are not included in the "Preliminary Decimal Floating-Point
44 Architecture" document.
45
46 2007-11-01 H.J. Lu <hongjiu.lu@intel.com>
47
48 * i386-gen.c (opcode_modifiers): Replace No_xSuf with
49 No_ldSuf.
50 * i386-opc.tbl: Likewise.
51
52 * i386-opc.h (No_xSuf): Renamed to ...
53 (No_ldSuf): This.
54 (FWait): Updated.
55
56 2007-11-01 H.J. Lu <hongjiu.lu@intel.com>
57
58 * i386-gen.c (opcode_modifiers): Add ByteOkIntel, ToDword,
59 ToQword and AddrPrefixOp0.
60
61 * i386-opc.h (ByteOkIntel): New.
62 (ToDword): Likewise.
63 (ToQword): Likewise.
64 (AddrPrefixOp0): Likewise.
65 (IsPrefix): Updated.
66 (i386_opcode_modifier): Add byteokintel, todword, toqword
67 and addrprefixop0.
68
69 * i386-opc.tbl (cvtss2si): Add ToQword.
70 (cvttss2si): Likewise.
71 (cvtsd2si): Add ToDword.
72 (cvttsd2si): Likewise.
73 (monitor): Add AddrPrefixOp0.
74 (invlpga): Likewise.
75 (vmload): Likewise.
76 (vmrun): Likewise.
77 (vmsave): Likewise.
78 (pextrb): Add ByteOkIntel.
79 (pinsrb): Likewise.
80 * i386-tbl.h: Regenerated.
81
82 2007-10-31 H.J. Lu <hongjiu.lu@intel.com>
83
84 * i386-dis.c (USE_REG_TABLE): Defined as the previous one + 1.
85 (USE_REG_TABLE): Likewise.
86 (USE_MOD_TABLE): Likewise.
87 (USE_RM_TABLE): Likewise.
88 (USE_PREFIX_TABLE): Likewise.
89 (USE_X86_64_TABLE): Likewise.
90 (USE_3BYTE_TABLE): Likewise.
91
92 2007-10-26 H.J. Lu <hongjiu.lu@intel.com>
93
94 * i386-dis.c (MOD_0F2B_PREFIX_0...MOD_0F2B_PREFIX_3): New.
95 (MOD_0F51): Likewise.
96 (MOD_0FD7): Likewise.
97 (MOD_0FE7_PREFIX_2): Likewise.
98 (MOD_0F382A_PREFIX_2): Likewise.
99 (MOD_0F71_REG_2): Updated.
100 (MOD_0FF0_PREFIX_3): Likewise.
101 (MOD_62_32BIT): Likewise.
102 (dis386_twobyte): Use MOD_0F51 and MOD_0FD7.
103 (prefix_table): Use MOD_0F2B_PREFIX_0...MOD_0F2B_PREFIX_3,
104 MOD_0FE7_PREFIX_2 and MOD_0F382A_PREFIX_2.
105 (mod_table): Add MOD_0F2B_PREFIX_0...MOD_0F2B_PREFIX_3,
106 MOD_0F51, MOD_0FD7 and MOD_0F382A_PREFIX_2.
107
108 2007-10-26 Nick Clifton <nickc@redhat.com>
109
110 * arm-dis.c (print_insn): Check for a symtab that exists but is
111 empty.
112
113 2007-10-24 Alan Modra <amodra@bigpond.net.au>
114
115 * po/POTFILES.in: Regenerate.
116
117 2007-10-23 H.J. Lu <hongjiu.lu@intel.com>
118
119 * i386-dis.c (OP_SIMD_Suffix): Renamed to ...
120 (CMP_Fixup): This. Rewrite.
121 (OPSIMD): Renamed to ...
122 (CMP): This. Updated.
123 (prefix_table): Update PREFIX_0FC2 entry.
124
125 2007-10-22 H.J. Lu <hongjiu.lu@intel.com>
126
127 * i386-dis.c (prefix_table): Reordered by opcode.
128 (mod_table): Likewise.
129
130 2007-10-19 H.J. Lu <hongjiu.lu@intel.com>
131
132 * i386-dis.c (prefix_table): Use XS on psrldq and pslldq.
133
134 2007-10-17 Nathan Sidwell <nathan@codesourcery.com>
135
136 * m68k-opc.c (m68k_opcodes): Correct move sr and ccr masks for
137 coldfire.
138
139 2007-10-15 Peter Bergner <bergner@vnet.ibm.com>
140
141 * ppc-opc.c (powerpc_opcodes): Fix the first two operands of
142 dquaiq. to use the TE and FRT macros.
143
144 2007-10-15 Peter Bergner <bergner@vnet.ibm.com>
145
146 * ppc-opc.c (TE): Correct signedness.
147 (powerpc_opcodes): Sort psq_st and psq_stu according to major
148 opcode number.
149
150 2007-10-15 H.J. Lu <hongjiu.lu@intel.com>
151
152 * i386-dis.c (dis386_twobyte): Reformat.
153 (prefix_table): Likewise.
154 (three_byte_table): Likewise.
155
156 2007-10-15 Alan Modra <amodra@bigpond.net.au>
157
158 * mcore-dis.c (print_insn_mcore): Protect "fprintf" var against
159 macro expansion.
160
161 2007-10-12 H.J. Lu <hongjiu.lu@intel.com>
162
163 * i386-gen.c (opcode_modifiers): Add FirstXmm0.
164
165 * i386-opc.h (FirstXmm0): New.
166 (IsPrefix): Updated.
167 (i386_opcode_modifier): Add firstxmm0.
168
169 * i386-opc.tbl (blendvpd): Replace RegKludge with FirstXmm0.
170 (blendvps): Likewise.
171 (pblendvb): Likewise.
172 * i386-tbl.h: Regenerated.
173
174 2007-10-12 H.J. Lu <hongjiu.lu@intel.com>
175
176 * i386-dis.c (prefix_table): Reformat pblendvb and blendvps.
177
178 2007-10-10 H.J. Lu <hongjiu.lu@intel.com>
179
180 * i386-dis.c (v_mode): Defined as previous one + 1.
181 (w_mode): Likewise.
182 (d_mode): Likewise.
183 (q_mode): Likewise.
184 (t_mode): Likewise.
185 (x_mode): Likewise.
186 (m_mode): Likewise.
187 (cond_jump_mode): Likewise.
188 (loop_jcxz_mode): Likewise.
189 (dq_mode): Likewise.
190 (dqw_mode): Likewise.
191 (f_mode): Likewise.
192 (const_1_mode): Likewise.
193 (stack_v_mode): Likewise.
194 (z_mode): Likewise.
195 (o_mode): Likewise.
196 (dqb_mode): Likewise.
197 (dqd_mode): Likewise.
198 (es_reg): Likewise.
199 (cs_reg): Likewise.
200 (ss_reg): Likewise.
201 (ds_reg): Likewise.
202 (fs_reg): Likewise.
203 (gs_reg): Likewise.
204 (eAX_reg): Likewise.
205 (eCX_reg): Likewise.
206 (eDX_reg): Likewise.
207 (eBX_reg): Likewise.
208 (eSP_reg): Likewise.
209 (eBP_reg): Likewise.
210 (eSI_reg): Likewise.
211 (eDI_reg): Likewise.
212 (al_reg): Likewise.
213 (cl_reg): Likewise.
214 (dl_reg): Likewise.
215 (bl_reg): Likewise.
216 (ah_reg): Likewise.
217 (ch_reg): Likewise.
218 (dh_reg): Likewise.
219 (bh_reg): Likewise.
220 (ax_reg): Likewise.
221 (cx_reg): Likewise.
222 (dx_reg): Likewise.
223 (bx_reg): Likewise.
224 (sp_reg): Likewise.
225 (bp_reg): Likewise.
226 (si_reg): Likewise.
227 (di_reg): Likewise.
228 (rAX_reg): Likewise.
229 (rCX_reg): Likewise.
230 (rDX_reg): Likewise.
231 (rBX_reg): Likewise.
232 (rSP_reg): Likewise.
233 (rBP_reg): Likewise.
234 (rSI_reg): Likewise.
235 (rDI_reg): Likewise.
236 (z_mode_ax_reg): Likewise.
237 (indir_dx_reg): Likewise.
238 (DREX_OC1): Updated.
239 (DREX_NO_OC0): Likewise.
240 (DREX_MASK): Likewise.
241 (MAX_BYTEMODE): New. Issue an error if MAX_BYTEMODE is not
242 less than DREX_OC1.
243
244 2007-10-08 H.J. Lu <hongjiu.lu@intel.com>
245
246 * i386-dis.c: Updated comments for 'Y'.
247 (putop): Don't add 'q' for 'Y' if suffix_always isn't true.
248
249 2007-10-08 Maciej W. Rozycki <macro@linux-mips.org>
250
251 * opcodes/mips-dis.c (mips_cp0_names_r3000): New definition.
252 (mips_cp0_names_r4000): Likewise.
253 (mips_arch_choices): Link to the above as appropriate.
254
255 2007-10-08 Nick Clifton <nickc@redhat.com>
256
257 * configure.in (SHARED_DEPENDENCIES): Change non-cygwin dependency
258 to be ../bfd/libbfd.la.
259 * configure: Regenerate.
260
261 2007-10-05 H.J. Lu <hongjiu.lu@intel.com>
262
263 * i386-dis.c (dis386_twobyte): Add getsec.
264
265 * i386-gen.c (cpu_flags): Add CpuSMX.
266
267 * i386-opc.h (CpuSMX): New.
268 (CpuSSSE3): Updated.
269 (i386_cpu_flags): Add cpusmx.
270
271 * i386-opc.tbl: Add getsec.
272 * i386-init.h: Regenerated.
273 * i386-tbl.h: Likewise.
274
275 2007-10-05 H.J. Lu <hongjiu.lu@intel.com>
276
277 * i386-dis.c (reg_table): Use "{ XX }" on "(bad)".
278 (prefix_table): Likewise.
279
280 2007-10-04 H.J. Lu <hongjiu.lu@intel.com>
281
282 * i386-dis.c (dis386_twobyte): Use EXx instead of EXq on
283 unpckhpX and unpckhpX.
284
285 2007-10-04 David Daney <ddaney@avtrex.com>
286
287 * mips-opc.c (mips_builtin_opcodes): Mark lwxc1 as working on FP_S
288 registers.
289
290 2007-10-04 H.J. Lu <hongjiu.lu@intel.com>
291
292 * i386-dis.c (MOD_0F12_PREFIX_0): Use "movlps" and "movhlps"
293 instead of "movlpX" and "movhlpX", respectively.
294 (MOD_0F16_PREFIX_0): Use "movhps" and "movlhps" instead of
295 "movhpX" and "movlhpX", respectively.
296
297 2007-10-04 Nick Clifton <nickc@redhat.com>
298
299 * configure.in (WIN32LDFLAGS): Rename to SHARED_LDFLAGS.
300 (WIN32LIBADD): Rename to SHARED_LIBADD
301 (SHARED_DEPENDENCIES): New exported variable.
302 (enable_shared): Add dependency upon libbfd.la for non-cygwin
303 based shared library builds.
304 * Makefile.am (libopcodes_la_DEPENDENCIES): Append
305 SHARED_DEPENDENCIES.
306 (libopcodes_la_LIBADD): Rename WIN32LIBADD to SHARED_LIBADD.
307 (libopcodes_la_LDFLAGS): Rename WIN32LDFLAGS to SHARED_LDFLAGS.
308 * configure: Regenerate.
309 * Makefile.in: Regenerate.
310
311 PR gas/5100
312 * arc-opc.c (insert_offset): Fix spelling mistake in error
313 message.
314
315 2007-10-03 H.J. Lu <hongjiu.lu@intel.com>
316
317 * i386-dis.c (OP_REG): Set add to 0 only when needed.
318 (OP_C): Likewise.
319 (OP_D): Likewise.
320 (OP_MMX): Likewise.
321 (OP_XMM): Likewise.
322 (OP_EM): Likewise.
323 (OP_MXC): Likewise.
324 (OP_EX): Likewise.
325
326 2007-10-03 H.J. Lu <hongjiu.lu@intel.com>
327
328 * i386-opc.tbl: Update SSE comments.
329
330 2007-10-01 H.J. Lu <hongjiu.lu@intel.com>
331
332 * i386-dis.c (THREE_BYTE_0FBA): Renamed to ...
333 (THREE_BYTE_0F7B): This.
334 (dis386_twobyte): Updated.
335 (three_byte_table): Updated comments.
336
337 2007-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
338
339 * cr16-opc.c: Updated the branch on condition instructions with
340 RELAXABLE flag.
341
342 2007-09-30 H.J. Lu <hongjiu.lu@intel.com>
343
344 * 386-dis.c (prefix_table): Reformat comment.
345
346 2007-09-29 H.J. Lu <hongjiu.lu@intel.com>
347
348 * 386-dis.c (USE_GROUPS): Renamed to ...
349 (USE_REG_TABLE): This.
350 (USE_OPC_EXT_TABLE): Renamed to ...
351 (USE_MOD_TABLE): This.
352 (USE_OPC_EXT_RM_TABLE): Renamed to ...
353 (USE_RM_TABLE): This.
354 (USE_XXX_TABLE): Reordered.
355 (GRP): Renamed to ...
356 (REG_TABLE): This.
357 (OPC_EXT_TABLE): Renamed to ...
358 (MOD_TABLE): This.
359 (OPC_EXT_RM_TABLE): Renamed to ...
360 (RM_TABLE): This.
361 (GRP_XXX): Renamed to ...
362 (REG_XXX): This.
363 (PREGRP_XXX): Renamed to ...
364 (PREFIX_XXX): This.
365 (OPC_EXT_XXX): Renamed to ...
366 (MOD_XXX): This.
367 (OPC_EXT_RM_XXX): Renamed to ...
368 (RM_XXX): This.
369 (grps): Renamed to ...
370 (reg_table): This
371 (prefix_user_table): Renamed to ...
372 (prefix_table): This
373 (opc_ext_table): Renamed to ...
374 (mod_table): This
375 (opc_ext_rm_table): Renamed to ...
376 (rm_table): This
377 (OPC_EXT_RM_XXX): Likewise.
378 (dis386): Updated.
379 (dis386_twobyte): Likewise.
380 (reg_table): Likewise.
381 (prefix_table): Likewise.
382 (x86_64_table): Likewise.
383 (three_byte_table): Likewise.
384 (mod_table): Likewise.
385 (rm_table): Likewise.
386 (get_valid_dis386): Likewise.
387
388 2007-09-28 H.J. Lu <hongjiu.lu@intel.com>
389
390 * 386-dis.c (USE_PREFIX_USER_TABLE): Renamed to ...
391 (USE_PREFIX_TABLE): This.
392 (X86_64_SPECIAL): Renamed to ...
393 (USE_X86_64_TABLE): This.
394 (IS_3BYTE_OPCODE): Renamed to ...
395 (USE_3BYTE_TABLE): This.
396 (GRPXXX): Removed.
397 (PREGRPXXX): Likewise.
398 (X86_64_XXX): Likewise.
399 (THREE_BYTE_XXX): Likewise.
400 (OPC_EXT_XXX): Likewise.
401 (OPC_EXT_RM_XXX): Likewise.
402 (DIS386): New.
403 (GRP): Likewise.
404 (PREGRP): Likewise.
405 (X86_64_TABLE): Likewise.
406 (THREE_BYTE_TABLE): Likewise.
407 (OPC_EXT_TABLE): Likewise.
408 (OPC_EXT_RM_TABLE): Likewise.
409 (GRP_XXX): Likewise.
410 (PREGRP_XXX): Likewise.
411 (X86_64_XXX): Likewise.
412 (THREE_BYTE_XXX): Likewise.
413 (OPC_EXT_XXX): Likewise.
414 (OPC_EXT_RM_XXX): Likewise.
415 (dis386): Updated.
416 (dis386_twobyte): Likewise.
417 (grps): Likewise.
418 (prefix_user_table): Likewise.
419 (x86_64_table): Likewise.
420 (three_byte_table): Likewise.
421 (opc_ext_table): Likewise.
422 (opc_ext_rm_table): Likewise.
423 (get_valid_dis386): Likewise.
424
425 2007-09-27 H.J. Lu <hongjiu.lu@intel.com>
426
427 * i386-dis.c (dis386): Swap X86_64_27 with OPC_EXT_2.
428 (x86_64_table): Likewise.
429 (opc_ext_table): Likewise.
430
431 2007-09-27 H.J. Lu <hongjiu.lu@intel.com>
432
433 PR binutils/5072
434 * i386-dis.c: Update comments on '{', '}' and '|' to support
435 only AT&T and Intel modes.
436 (X86_64_4...X86_64_27): New.
437 (dis386): Updated. Use X86_64_4...X86_64_21.
438 (dis386_twobyte): Updated.
439 (float_mem): Likewise.
440 (x86_64_table): Add X86_64_4...X86_64_27.
441 (opc_ext_table): Updated. Use X86_64_22...X86_64_27.
442 (putop): Updated handling of '{', '}' and '|' to support only
443 AT&T and Intel modes.
444
445 2007-09-27 Kazu Hirata <kazu@codesourcery.com>
446
447 * m68k-dis.c (print_insn_arg): Use %mbo instead of %mbb.
448
449 2007-09-26 James E. Wilson <wilson@specifix.com>
450
451 * ia64-gen.c (print_dependency_table): Fix typo in last patch.
452
453 2007-09-26 Nick Clifton <nickc@redhat.com>
454
455 * mt-asm.c (parse_imm16): Reword error message in order to allow
456 it to be translated properly.
457 * ia64-gen.c (print_dependency_table): Likewise.
458 * mips-dis.c (print_insn_args): Likewise.
459
460 2007-09-26 Jan Beulich <jbeulich@novell.com>
461
462 * i386-dis.c (OP_E_extended): Distinguish rip- and eip-
463 relative addressing. Update used_prefixes based on whether any
464 base or index register was printed.
465
466 2007-09-26 Jan Beulich <jbeulich@novell.com>
467
468 * i386-opc.h (RegEip): Define.
469 (RegEiz): Adjust.
470 * i386-reg.tbl: Add eip. Mark rip and eip with RegRex64.
471 * i386-tbl.h: Re-generate.
472
473 2007-09-25 H.J. Lu <hongjiu.lu@intel.com>
474
475 * i386-gen.c (process_i386_opcodes): Process opcode_length.
476
477 * i386-opc.h (template): Add opcode_length.
478 * 386-opc.tbl: Likewise.
479 * i386-tbl.h: Regenerated.
480
481 2007-09-21 H.J. Lu <hongjiu.lu@intel.com>
482
483 * i386-opc.h: Adjust whitespaces.
484
485 2007-09-21 Dave Brolley <brolley@redhat.com>
486
487 * mep-desc.c: Regenerated.
488
489 2007-09-20 H.J. Lu <hongjiu.lu@intel.com>
490
491 * i386-dis.c (OP_E_extended): Display eiz for [eiz*1 + offset].
492
493 2007-09-20 H.J. Lu <hongjiu.lu@intel.com>
494
495 PR 658
496 * 386-dis.c (index64): New.
497 (index32): Likewise.
498 (intel_index64): Likewise.
499 (intel_index32): Likewise.
500 (att_index64): Likewise.
501 (att_index32): Likewise.
502 (print_insn): Set index64 and index32.
503 (OP_E_extended): Use index64/index32 for index register for
504 SIB with INDEX == 4.
505
506 * i386-opc.h (RegEiz): New.
507 (RegRiz): Likewise.
508
509 * i386-reg.tbl: Add eiz and riz.
510 * i386-tbl.h: Regenerated.
511
512 2007-09-19 H.J. Lu <hongjiu.lu@intel.com>
513
514 * i386-dis.c (OP_E_extended): Always display scale for memory.
515
516 2007-09-17 H.J. Lu <hongjiu.lu@intel.com>
517
518 * i386-opc.h (RegRip): New.
519
520 * i386-reg.tbl (rip): Use RegRip for reg_num.
521 * i386-tbl.h: Regenerated.
522
523 2007-09-17 Nick Clifton <nickc@redhat.com>
524
525 * po/es.po: Updated Spanish translation.
526
527 2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
528
529 * Makefile.am: Run "make dep-am".
530 * Makefile.in: Regenerate.
531
532 2007-09-14 Michael Meissner <michael.meissner@amd.com>
533 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
534 Tony Linthicum <tony.linthicum@amd.com>
535
536 * i386-opc.h (CpuSSE5): New macro.
537 (i386_cpu_flags): Add Drex, Drexv and Drexc.
538
539 * i386-gen.c (cpu_flag_init): Add CPU_SSE5_FLAGS.
540 (operand_type_init): Add CpuSSE5.
541 (opcode_modifiers): Add Drex, Drexv and Drexc.
542 (i386_opcode_modifier): Ditto.
543
544 * i386-opc.tbl (fmaddps,fmaddpd,fmaddss,fmaddsd): Define SSE5
545 instructions here.
546 (fmsubps,fmsubpd,fmsubss,fmsubsd): Ditto.
547 (fnmaddps,fnmaddpd,fnmaddss,fnmaddsd): Ditto.
548 (fnmsubps,fnmsubpd,fnmsubss,fnmsubsd): Ditto.
549 (pmacssww,pmacsww,pmacsswd,pmacswd): Ditto.
550 (pmacssdd,pmacsdd,pmacssdql,pmacssdqh): Ditto.
551 (pmacsdql,pmacsdqh,pmadcsswd,pmadcswd): Ditto.
552 (phaddbw,phaddbd,phaddbq,phaddwd): Ditto.
553 (phaddwq,phadddq,phaddubw,phaddubd): Ditto.
554 (phaddubq,phadduwd,phadduwq,phaddudq): Ditto.
555 (phsubbw,phsubwd,phsubdq): Ditto.
556 (pcmov,pperm,permps,permpd): Ditto.
557 (protb,protw,protd,protq): Ditto.
558 (pshlb,pshlw,pshld,pshlq): Ditto.
559 (pshab,pshaw,pshad,pshaq): Ditto.
560 (comps,comeqps,comltps,comungeps,comleps,comungtps): Ditto.
561 (comunordps,comneps,comneqps,comnltps,comugeps): Ditto.
562 (comnleps,comugtps,comordps,comueqps,comultps): Ditto.
563 (comngeps,comuleps,comngtps,comfalseps,comuneps): Ditto.
564 (comuneqps,comunltps,comgeps,comunleps,comgtps,comtrueps): Ditto.
565 (compd,comeqpd,comltpd,comungepd,comlepd,comungtpd,comunordpd): Ditto.
566 (comnepd,comneqpd,comnltpd,comugepd,comnlepd,comugtpd): Ditto.
567 (comordpd,comueqpd,comultpd,comngepd,comulepd,comngtpd): Ditto.
568 (comfalsepd,comunepd,comuneqpd,comunltpd,comgepd): Ditto.
569 (comunlepd,comgtpd,comtruepd): Ditto.
570 (comss,comeqss,comltss,comungess,comless,comungtss,comunordss): Ditto.
571 (comness,comneqss,comnltss,comugess,comnless,comugtss): Ditto.
572 (comordss,comueqss,comultss,comngess,comuless,comngtss): Ditto.
573 (comfalsess,comuness,comuneqss,comunltss,comgess): Ditto.
574 (comunless,comgtss,comtruess): Ditto.
575 (comsd,comeqsd,comltsd,comungesd,comlesd,comungtsd,comunordsd): Ditto.
576 (comnesd,comneqsd,comnltsd,comugesd,comnlesd,comugtsd): Ditto.
577 (comordsd,comueqsd,comultsd,comngesd,comulesd,comngtsd): Ditto.
578 (comfalsesd,comunesd,comuneqsd,comunltsd,comgesd): Ditto.
579 (comunlesd,comgtsd,comtruesd): Ditto.
580 (pcomub,pcomltub,pcomleub,pcomgtub,pcomgeub,pcomequb): Ditto.
581 (pcomnequb,pcomneub): Ditto.
582 (pcomuw,pcomltuw,pcomleuw,pcomgtuw,pcomgeuw,pcomequw): Ditto.
583 (pcomnequw,pcomneuw): Ditto.
584 (pcomud,pcomltud,pcomleud,pcomgtud,pcomgeud,pcomequd): Ditto.
585 (pcomnequd,pcomneud): Ditto.
586 (pcomuq,pcomltuq,pcomleuq,pcomgtuq,pcomgeuq,pcomequq): Ditto.
587 (pcomnequq,pcomneuq): Ditto.
588 (pcomb,pcomltb,pcomleb,pcomgtb,pcomgeb,pcomeqb): Ditto.
589 (pcomneqb,pcomneb): Ditto.
590 (pcomw,pcomltw,pcomlew,pcomgtw,pcomgew,pcomeqw): Ditto.
591 (pcomneqw,pcomnew): Ditto.
592 (pcomd,pcomltd,pcomled,pcomgtd,pcomged,pcomeqd): Ditto.
593 (pcomneqd,pcomned): Ditto.
594 (pcomq,pcomltq,pcomleq,pcomgtq,pcomgeq): Ditto.
595 (pcomeqq,pcomneqq,pcomneq): Ditto.
596 (pcomtrueb, pcomtruew, pcomtrued, pcomtrueq): Ditto.
597 (pcomtrueub, pcomtrueuw, pcomtrueud, pcomtrueuq): Ditto.
598 (pcomfalseb, pcomfalsew, pcomfalsed, pcomfalseq): Ditto.
599 (pcomfalseub, pcomfalseuw, pcomfalseud, pcomfalseuq): Ditto.
600 (frczps,frczpd,frczss,frczsd): Ditto.
601 (cvtph2ps,cvtps2ph): Ditto.
602
603 * i386-tbl.h: Regenerate from i386-opc.tbl.
604 * i386-init.h: Likewise.
605
606 * i386-dis.c (libiberty.h): Include to get ARRAY_SIZE.
607 (dis386_move_test): New disassembly support for move from test
608 register instruction that overlaps with SSE5 instructions.
609 (print_insn): Add support for special casing the i386/i486 move
610 from test register instruction that overlaps with the SSE5
611 0x0f24 4 operand instructions.
612 (OP_DREX_ICMP): New macros for SSE5 DREX handling.
613 (OP_DREX_FCMP): Ditto.
614 (OP_E_extended): Rename from OP_E, add additional argument to skip
615 the DREX byte.
616 (OP_E): Call OP_E_extended.
617 (DREX_REG_MEMORY): New macros for drex handling.
618 (DREX_REG_UNKNOWN): Ditto.
619 (DREX4_OC1): Ditto.
620 (DREX4_NO_OC0): Ditto.
621 (DREX4_MASK): Ditto.
622 (three_byte_table): Add SSE5 instructions.
623 (print_drex_arg): New function to print a DREX register or memory
624 reference.
625 (OP_DREX4): New function for handling DREX 4 argument ops.
626 (OP_DREX3): New function for handling DREX 3 argument ops.
627 (twobyte_has_modrm): 0f{25,7a,7b} all use the modrm byte.
628 (THREE_BYTE_SSE5_0F{24,25,7A,7B}): New macros for initializing 3
629 byte opcode support for SSE5 instructions.
630 (dis386_twobyte): Add SSE5 24/25/7a/7b support.
631 (three_byte_table): Add rows for describing SSE5 instructions.
632
633 2007-09-13 H.J. Lu <hongjiu.lu@intel.com>
634
635 * i386-dis.c (get_valid_dis386): Take a pointer to
636 disassemble_info. Handle IS_3BYTE_OPCODE.
637 (print_insn): Updated. Don't handle IS_3BYTE_OPCODE here.
638
639 2007-09-12 H.J. Lu <hongjiu.lu@intel.com>
640
641 * i386-opc.h (CpuUnused): Defined with CpuMax.
642 (OTUnused): Defined with OTMax.
643
644 2007-09-12 Jan Beulich <jbeulich@novell.com>
645
646 * i386-opc.tbl: Add two-operand forms of blendvps, blendvpd, and
647 pblendvb.
648 * i386-tbl.h: Regenerate.
649
650 2007-09-09 H.J. Lu <hongjiu.lu@intel.com>
651
652 * i386-gen.c (main): Remove the local variable, unused.
653
654 2007-09-08 H.J. Lu <hongjiu.lu@intel.com>
655
656 * Makefile.am: Run "make dep-am".
657 * Makefile.in: Regenerate.
658
659 2007-09-08 H.J. Lu <hongjiu.lu@intel.com>
660
661 * configure.in (AC_CHECK_HEADERS): Add limits.h.
662 * configure: Regenerated.
663 * config.in: Likewise.
664
665 * i386-gen.c: Include "sysdep.h" instead of <stdlib.h> and
666 <string.h>. Use xstrerror instead of strerror.
667 (initializer): New.
668 (cpu_flag_init): Likewise.
669 (bitfield): Likewise.
670 (BITFIELD): New.
671 (cpu_flags): Likewise.
672 (opcode_modifiers): Likewise.
673 (operand_types): Likewise.
674 (compare): Likewise.
675 (set_cpu_flags): Likewise.
676 (output_cpu_flags): Likewise.
677 (process_i386_cpu_flags): Likewise.
678 (output_opcode_modifier): Likewise.
679 (process_i386_opcode_modifier): Likewise.
680 (output_operand_type): Likewise.
681 (process_i386_operand_type): Likewise.
682 (set_bitfield): Likewise.
683 (operand_type_init): Likewise.
684 (process_i386_initializers): Likewise.
685 (process_i386_opcodes): Call process_i386_opcode_modifier to
686 process opcode_modifier. Call process_i386_operand_type to
687 process operand_types.
688 (process_i386_registers): Call process_i386_operand_type to
689 process reg_type.
690 (main): Check unused bits in i386_cpu_flags and i386_operand_type.
691 Sort cpu_flags, opcode_modifiers and operand_types. Call
692 process_i386_initializers.
693
694 * i386-init.h: New.
695 * i386-tbl.h: Regenerated.
696
697 * i386-opc.h: Include <limits.h>.
698 (CHAR_BIT): Define as 8 if not defined.
699 (Cpu186): Changed to position of bitfiled.
700 (Cpu286): Likewise.
701 (Cpu386): Likewise.
702 (Cpu486): Likewise.
703 (Cpu586): Likewise.
704 (Cpu686): Likewise.
705 (CpuP4): Likewise.
706 (CpuK6): Likewise.
707 (CpuK8): Likewise.
708 (CpuMMX): Likewise.
709 (CpuMMX2): Likewise.
710 (CpuSSE): Likewise.
711 (CpuSSE2): Likewise.
712 (Cpu3dnow): Likewise.
713 (Cpu3dnowA): Likewise.
714 (CpuSSE3): Likewise.
715 (CpuPadLock): Likewise.
716 (CpuSVME): Likewise.
717 (CpuVMX): Likewise.
718 (CpuSSSE3): Likewise.
719 (CpuSSE4a): Likewise.
720 (CpuABM): Likewise.
721 (CpuSSE4_1): Likewise.
722 (CpuSSE4_2): Likewise.
723 (Cpu64): Likewise.
724 (CpuNo64): Likewise.
725 (D): Likewise.
726 (W): Likewise.
727 (Modrm): Likewise.
728 (ShortForm): Likewise.
729 (Jump): Likewise.
730 (JumpDword): Likewise.
731 (JumpByte): Likewise.
732 (JumpInterSegment): Likewise.
733 (FloatMF): Likewise.
734 (FloatR): Likewise.
735 (FloatD): Likewise.
736 (Size16): Likewise.
737 (Size32): Likewise.
738 (Size64): Likewise.
739 (IgnoreSize): Likewise.
740 (DefaultSize): Likewise.
741 (No_bSuf): Likewise.
742 (No_wSuf): Likewise.
743 (No_lSuf): Likewise.
744 (No_sSuf): Likewise.
745 (No_qSuf): Likewise.
746 (No_xSuf): Likewise.
747 (FWait): Likewise.
748 (IsString): Likewise.
749 (RegKludge): Likewise.
750 (IsPrefix): Likewise.
751 (ImmExt): Likewise.
752 (NoRex64): Likewise.
753 (Rex64): Likewise.
754 (Ugh): Likewise.
755 (Reg8): Likewise.
756 (Reg16): Likewise.
757 (Reg32): Likewise.
758 (Reg64): Likewise.
759 (FloatReg): Likewise.
760 (RegMMX): Likewise.
761 (RegXMM): Likewise.
762 (Imm8): Likewise.
763 (Imm8S): Likewise.
764 (Imm16): Likewise.
765 (Imm32): Likewise.
766 (Imm32S): Likewise.
767 (Imm64): Likewise.
768 (Imm1): Likewise.
769 (BaseIndex): Likewise.
770 (Disp8): Likewise.
771 (Disp16): Likewise.
772 (Disp32): Likewise.
773 (Disp32S): Likewise.
774 (Disp64): Likewise.
775 (InOutPortReg): Likewise.
776 (ShiftCount): Likewise.
777 (Control): Likewise.
778 (Debug): Likewise.
779 (Test): Likewise.
780 (SReg2): Likewise.
781 (SReg3): Likewise.
782 (Acc): Likewise.
783 (FloatAcc): Likewise.
784 (JumpAbsolute): Likewise.
785 (EsSeg): Likewise.
786 (RegMem): Likewise.
787 (OTMax): Likewise.
788 (Reg): Commented out.
789 (WordReg): Likewise.
790 (ImplicitRegister): Likewise.
791 (Imm): Likewise.
792 (EncImm): Likewise.
793 (Disp): Likewise.
794 (AnyMem): Likewise.
795 (LLongMem): Likewise.
796 (LongMem): Likewise.
797 (ShortMem): Likewise.
798 (WordMem): Likewise.
799 (ByteMem): Likewise.
800 (CpuMax): New
801 (CpuLM): Likewise.
802 (CpuNumOfUints): Likewise.
803 (CpuNumOfBits): Likewise.
804 (CpuUnused): Likewise.
805 (OTNumOfUints): Likewise.
806 (OTNumOfBits): Likewise.
807 (OTUnused): Likewise.
808 (i386_cpu_flags): New type.
809 (i386_operand_type): Likewise.
810 (i386_opcode_modifier): Likewise.
811 (CpuSledgehammer): Removed.
812 (CpuSSE4): Likewise.
813 (CpuUnknownFlags): Likewise.
814 (Reg): Likewise.
815 (WordReg): Likewise.
816 (ImplicitRegister): Likewise.
817 (Imm): Likewise.
818 (EncImm): Likewise.
819 (Disp): Likewise.
820 (AnyMem): Likewise.
821 (LLongMem): Likewise.
822 (LongMem): Likewise.
823 (ShortMem): Likewise.
824 (WordMem): Likewise.
825 (ByteMem): Likewise.
826 (template): Use i386_cpu_flags for cpu_flags, use
827 i386_opcode_modifier for opcode_modifier, use
828 i386_operand_type for operand_types.
829 (reg_entry): Use i386_operand_type for reg_type.
830
831 * Makefile.am (HFILES): Add i386-init.h.
832 ($(srcdir)/i386-init.h): New rule.
833 ($(srcdir)/i386-tbl.h): Depend on $(srcdir)/i386-init.h
834 instead.
835 * Makefile.in: Regenerated.
836
837 2007-09-06 H.J. Lu <hongjiu.lu@intel.com>
838
839 * i386-gen.c (next_field): Updated to take a separator.
840 (process_i386_opcodes): Updated.
841 (process_i386_registers): Likewise.
842
843 2007-09-06 H.J. Lu <hongjiu.lu@intel.com>
844
845 * i386-gen.c (table): Moved ...
846 (main): Here. Call process_copyright to output copyright.
847 (process_copyright): New.
848 (process_i386_opcodes): Take FILE *table.
849 (process_i386_registers): Likewise.
850
851 2007-09-06 H.J. Lu <hongjiu.lu@intel.com>
852
853 * i386-gen.c (table): New.
854 (process_i386_opcodes): Report errno when faied to open
855 i386-opc.tbl. Output opcodes to table. Close i386-opc.tbl
856 before return.
857 (process_i386_registers): Report errno when faied to open
858 i386-reg.tbl. Output opcodes to table. Close i386-reg.tbl
859 before return.
860 (main): Open i386-tbl.h for output.
861
862 * Makefile.am ($(srcdir)/i386-tbl.h): Remove " > $@".
863 * Makefile.in: Regenerated.
864
865 2007-09-06 H.J. Lu <hongjiu.lu@intel.com>
866
867 * i386-opc.tbl: Correct SVME instructions to allow 32bit register
868 operand in 64bit mode.
869 * i386-tbl.h: Regenerated.
870
871 2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
872
873 * i386-dis.c (OPC_EXT_40...OPC_EXT_45): New.
874 (dis386_twobyte): Use OPC_EXT_40...OPC_EXT_45.
875 (opc_ext_table): Add OPC_EXT_40...OPC_EXT_45.
876
877 2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
878
879 * i386-dis.c (SVME_Fixup): Removed.
880 (OPC_EXT_39): New.
881 (OPC_EXT_RM_6): Likewise.
882 (grps): Use OPC_EXT_39.
883 (opc_ext_table): Add OPC_EXT_39.
884 (opc_ext_rm_table): Add OPC_EXT_RM_6.
885
886 * i386-opc.tbl: Correct SVME instructions to take register
887 operand only.
888 * i386-tbl.h: Regenerated.
889
890 2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
891
892 * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
893 * Makefile.in: Regenerated.
894
895 * configure.in (AC_GNU_SOURCE): Added.
896 (AC_PROG_CC): Moved before AC_GNU_SOURCE.
897 (AC_CHECK_DECLS): Add stpcpy.
898 * configure: Regenerated.
899 * config.in: Likewise.
900
901 * i386-dis.c: Include "sysdep.h" before "dis-asm.h".
902
903 * sysdep.h (stpcpy): New.
904
905 2007-08-30 H.J. Lu <hongjiu.lu@intel.com>
906
907 * i386-dis.c (INVLPG_Fixup): Removed.
908 (OPC_EXT_38): New.
909 (OPC_EXT_RM_5): Likewise.
910 (grps): Use OPC_EXT_38.
911 (opc_ext_table): Add OPC_EXT_38.
912 (opc_ext_rm_table): Add OPC_EXT_RM_5.
913
914 2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
915
916 * i386-dis.c (SIMD_Fixup): Removed.
917 (OPC_EXT_34...OPC_EXT_37): New.
918 (dis386_twobyte): Use OPC_EXT_34 and OPC_EXT_35.
919 (prefix_user_table): Use OPC_EXT_36 and OPC_EXT_37.
920 (opc_ext_table): Add OPC_EXT_34...OPC_EXT_37.
921
922 2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
923
924 * i386-dis.c (OPC_EXT_25...OPC_EXT_33): New.
925 (dis386): Use OPC_EXT_0...OPC_EXT_2.
926 (dis386_twobyte): Use OPC_EXT_3...OPC_EXT_5.
927 (grps): Updated to use OPC_EXT_6...OPC_EXT_31.
928 (prefix_user_table): Use OPC_EXT_32.
929 (x86_64_table): Use OPC_EXT_33.
930 (opc_ext_table): Reorder and add OPC_EXT_25...OPC_EXT_33.
931
932 2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
933
934 * i386-dis.c (prefix_user_table): Fix comment.
935
936 2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
937
938 * i386-dis.c (OP_Skip_MODRM): New.
939 (OP_Monitor): Likewise.
940 (OP_Mwait): Likewise.
941 (Mb): Likewise.
942 (Skip_MODRM): Likewise.
943 (USE_OPC_EXT_TABLE): Likewise.
944 (USE_OPC_EXT_RM_TABLE): Likewise.
945 (PREGRP98...PREGRP100): Likewise.
946 (OPC_EXT_0...OPC_EXT_24): Likewise.
947 (OPC_EXT_RM_0...OPC_EXT_RM_4): Likewise.
948 (lock_prefix): Likewise.
949 (data_prefix): Likewise.
950 (addr_prefix): Likewise.
951 (repz_prefix): Likewise.
952 (repnz_prefix): Likewise.
953 (opc_ext_table): Likewise.
954 (opc_ext_rm_table): Likewise.
955 (get_valid_dis386): Likewise.
956 (OP_VMX): Removed.
957 (OP_0fae): Likewise.
958 (PNI_Fixup): Likewise.
959 (VMX_Fixup): Likewise.
960 (VM): Likewise.
961 (twobyte_uses_DATA_prefix): Likewise.
962 (twobyte_uses_REPNZ_prefix): Likewise.
963 (twobyte_uses_REPZ_prefix): Likewise.
964 (threebyte_0x38_uses_DATA_prefix): Likewise.
965 (threebyte_0x38_uses_REPNZ_prefix): Likewise.
966 (threebyte_0x38_uses_REPZ_prefix): Likewise.
967 (threebyte_0x3a_uses_DATA_prefix): Likewise.
968 (threebyte_0x3a_uses_REPNZ_prefix): Likewise.
969 (threebyte_0x3a_uses_REPZ_prefix): Likewise.
970 (grps): Use OPC_EXT_0...OPC_EXT_24.
971 (prefix_user_table): Add PREGRP98...PREGRP100.
972 (print_insn): Remove uses_DATA_prefix, uses_LOCK_prefix,
973 uses_REPNZ_prefix and uses_REPZ_prefix. Initialize
974 repz_prefix, repnz_prefix, lock_prefix, addr_prefix and
975 data_prefix based on prefixes. Call get_valid_dis386 to
976 get a pointer to the valid dis386. Print out prefixes if
977 they aren't NULL.
978 (OP_C): Clear lock_prefix if PREFIX_LOCK is used.
979 (REP_Fixup): Set repz_prefix to "rep " when seeing
980 PREFIX_REPZ.
981
982 2007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
983
984 * po/nl.po: Updated translation.
985
986 2007-08-28 H.J. Lu <hongjiu.lu@intel.com>
987
988 * i386-dis.c (Md): New.
989 (grps): Use 0 on invlpg. Use M on fxsave and fxrstor. Use
990 Md on ldmxcsr and stmxcsr. Use b_mode on clflush.
991 (OP_0fae): Clear bytemode for sfence.
992
993 2007-08-22 Ben Elliston <bje@au.ibm.com>
994
995 * ppc-opc.c (PSW, PSWM, PSQ, PSQM, PSD, MTMSRD_L): New.
996 (XOPS, XOPS_MASK, XW, XW_MASK): Likewise.
997 (PPCPS): Likewise.
998 (powerpc_opcodes): Add all pair singles instructions.
999 * ppc-dis.c (powerpc_dialect): Handle "ppcps".
1000 (print_ppc_disassembler_options): Document -Mppcps.
1001
1002 2007-08-21 Andreas Krebbel <krebbel1@de.ibm.com>
1003
1004 * s390-mkopc.c (struct s390_cond_ext_format): New global struct.
1005 (s390_cond_ext_format): New global variable.
1006 (expandConditionalJump): New function.
1007 (main): Invoke expandConditionalJump for mnemonics containing '*'.
1008 * s390-opc.txt: Replace mnemonics with conditional
1009 mask extensions with instructions using the newly introduced '*' tag.
1010
1011 2007-08-17 Alan Modra <amodra@bigpond.net.au>
1012
1013 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
1014
1015 2007-08-10 Nick Clifton <nickc@redhat.com>
1016
1017 * po/fi.po: Updated Finnish translation.
1018 * po/ga.po: Updated Irish translation.
1019 * po/vi.po: Updated Vietnamese translation.
1020
1021 2007-08-09 H.J. Lu <hongjiu.lu@intel.com>
1022
1023 * i386-opc.tbl: Add NoRex64 to pmovsxbw, pmovsxwd, pmovsxdq,
1024 pmovzxbw, pmovzxwd, pmovzxdq and roundsd.
1025 * i386-tbl.h: Regenerated.
1026
1027 2007-08-03 James E. Wilson <wilson@specifix.com>
1028
1029 * ia64-gen.c: (main): Add missing newline to copyright message.
1030 * ia64-ic.tbl (fp-non-arith): Add xmpy.
1031 * ia64-asmtab.c: Regenerate.
1032
1033 2007-08-01 Michael Snyder <msnyder@access-company.com>
1034
1035 * i386-dis.c (print_insn): Guard against NULL.
1036
1037 2007-07-29 H.J. Lu <hongjiu.lu@intel.com>
1038
1039 PR binutils/4834
1040 * i386-dis.c (EXw): New.
1041 (prefix_user_table): Updated to use EXw, EXd and EXq for SSE4
1042 instructions when appropriated.
1043
1044 2007-07-28 H.J. Lu <hongjiu.lu@intel.com>
1045
1046 PR binutils/4834
1047 * i386-dis.c (Eq): New.
1048 (EMC): Renamed to ...
1049 (EMCq): This. Use q_mode instead of v_mode.
1050 (prefix_user_table): Updated to use EXd, EXq, EMCq, Ed and Eq
1051 when appropriated.
1052
1053 2007-07-28 H.J. Lu <hongjiu.lu@intel.com>
1054
1055 * i386-dis.c (dis386_twobyte): Change "movd" to "movK".
1056 (prefix_user_table): Likewise. Use EXq instead of EXx on
1057 "movq".
1058
1059 2007-07-27 Nathan Sidwell <nathan@codesourcery.com>
1060
1061 * ppc-opc (PPC7450): New.
1062 (powerpc_opcodes): Use it in dcba.
1063
1064 2007-07-24 H.J. Lu <hongjiu.lu@intel.com>
1065
1066 * i386-gen.c (main): Print a newline after copyright notice.
1067
1068 2007-07-19 Nick Clifton <nickc@redhat.com>
1069
1070 PR binutils/4801
1071 * maxq-dis.c (get_reg_name): Fix the scan of the
1072 mem_access_syntax_table.
1073
1074 2007-07-16 H.J. Lu <hongjiu.lu@intel.com>
1075
1076 * i386-dis.c (EMq): Removed.
1077 (EMx): New.
1078 (prefix_user_table): Replace EMq with EMx.
1079
1080 2007-07-16 Nick Clifton <nickc@redhat.com>
1081
1082 * po/nl.po: Updated translation.
1083
1084 2007-07-12 Nick Clifton <nickc@redhat.com>
1085
1086 * po/vi.po: Updated translation.
1087 * po/nl.po: Updated translation.
1088
1089 2007-07-06 Mark Kettenis <kettenis@gnu.org>
1090 H.J. Lu <hongjiu.lu@intel.com>
1091
1092 * Makefile.am (i386-tbl.h): Add $(srcdir)/ to target.
1093 (ia64-asmtab.c): Likewise.
1094 * Makefile.in: Regenerate.
1095
1096 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1097
1098 * aclocal.m4: Regenerated.
1099
1100 2007-07-04 Nick Clifton <nickc@redhat.com>
1101
1102 * alpha-dis.c: Update copyright notice to refer to GPLv3.
1103 * alpha-opc.c, arc-dis.c, arc-dis.h, arc-ext.c, arc-ext.h,
1104 arc-opc.c, arm-dis.c, avr-dis.c, bfin-dis.c, cgen-asm.c,
1105 cgen-asm.in, cgen-bitset.c, cgen-dis.c, cgen-dis.in, cgen-ibld.in,
1106 cgen-opc.c, cgen-ops.h, cgen.sh, cgen-types.h, cr16-dis.c,
1107 cr16-opc.c, cris-dis.c, cris-opc.c, crx-dis.c, crx-opc.c,
1108 d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c, disassemble.c,
1109 dis-buf.c, dis-init.c, dlx-dis.c, h8300-dis.c, h8500-dis.c,
1110 h8500-opc.h, hppa-dis.c, i370-dis.c, i370-opc.c, i386-dis.c,
1111 i386-gen.c, i386-opc.c, i386-opc.h, i860-dis.c, i960-dis.c,
1112 ia64-asmtab.h, ia64-dis.c, ia64-gen.c, ia64-opc-a.c, ia64-opc-b.c,
1113 ia64-opc.c, ia64-opc-d.c, ia64-opc-f.c, ia64-opc.h, ia64-opc-i.c,
1114 ia64-opc-m.c, ia64-opc-x.c, m10200-dis.c, m10200-opc.c,
1115 m10300-dis.c, m10300-opc.c, m68hc11-dis.c, m68hc11-opc.c,
1116 m68k-dis.c, m68k-opc.c, m88k-dis.c, maxq-dis.c, mcore-dis.c,
1117 mcore-opc.h, mips16-opc.c, mips-dis.c, mips-opc.c, mmix-dis.c,
1118 mmix-opc.c, msp430-dis.c, ns32k-dis.c, opintl.h, or32-dis.c,
1119 or32-opc.c, pdp11-dis.c, pdp11-opc.c, pj-dis.c, pj-opc.c,
1120 ppc-dis.c, ppc-opc.c, s390-dis.c, s390-mkopc.c, s390-opc.c,
1121 score-dis.c, score-opc.h, sh64-dis.c, sh64-opc.c, sh64-opc.h,
1122 sh-dis.c, sh-opc.h, sparc-dis.c, sparc-opc.c, spu-dis.c,
1123 spu-opc.c, sysdep.h, tic30-dis.c, tic4x-dis.c, tic54x-dis.c,
1124 tic54x-opc.c, tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c,
1125 vax-dis.c, w65-dis.c, w65-opc.h, xtensa-dis.c, z80-dis.c,
1126 z8k-dis.c, z8kgen.c: Likewise.
1127 * i386-opc.tbl, i386-reg.tbl: Add copyright notice.
1128 * aclocal.m4, configure, fr30-asm.c, fr30-desc.c, fr30-desc.h,
1129 fr30-dis.c, fr30-ibld.c, fr30-opc.c, fr30-opc.h, frv-asm.c,
1130 frv-desc.c, frv-desc.h, frv-dis.c, frv-ibld.c, frv-opc.c,
1131 frv-opc.h, i386-tbl.h, ia64-asmtab.c, ip2k-asm.c, ip2k-desc.c,
1132 ip2k-desc.h, ip2k-dis.c, ip2k-ibld.c, ip2k-opc.c, ip2k-opc.h,
1133 iq2000-asm.c, iq2000-desc.c, iq2000-desc.h, iq2000-dis.c,
1134 iq2000-ibld.c, iq2000-opc.c, iq2000-opc.h, m32c-asm.c,
1135 m32c-desc.c, m32c-desc.h, m32c-dis.c, m32c-ibld.c, m32c-opc.c,
1136 m32c-opc.h, m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
1137 m32r-ibld.c, m32r-opc.c, m32r-opc.h, m32r-opinst.c, mep-asm.c,
1138 mep-desc.c, mep-desc.h, mep-dis.c, mep-ibld.c, mep-opc.c,
1139 mep-opc.h, mt-asm.c, mt-desc.c, mt-desc.h, mt-dis.c, mt-ibld.c,
1140 mt-opc.c, mt-opc.h, openrisc-asm.c, openrisc-desc.c,
1141 openrisc-desc.h, openrisc-dis.c, openrisc-ibld.c, openrisc-opc.c,
1142 openrisc-opc.h, xc16x-asm.c, xc16x-desc.c, xc16x-desc.h,
1143 xc16x-dis.c, xc16x-ibld.c, xc16x-opc.c, xc16x-opc.h,
1144 xstormy16-asm.c, xstormy16-desc.c, xstormy16-desc.h,
1145 xstormy16-dis.c, xstormy16-ibld.c, xstormy16-opc.c,
1146 xstormy16-opc.h, z8k-opc.h: Regenerated
1147
1148 2007-07-04 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1149
1150 * cr16-dis.c (getcinvstring): Add const qualifier to char *
1151 parameter.
1152 (print_insn_cr16): Remove cast to char *.
1153
1154 2007-07-03 Nathan Sidwell <nathan@codesourcery.com>
1155
1156 * m68k-dis.c (fetch_arg): Add E. Replace length switch with
1157 direct masking.
1158 (print_ins_arg): Add j & K operand types.
1159 (match_insn_m68k): Check and skip initial '.' arg character.
1160 (m68k_scan_mask): Likewise.
1161 * m68k-opc.c (m68k_opcodes): Add coprocessor instructions.
1162
1163 2007-07-02 Alan Modra <amodra@bigpond.net.au>
1164
1165 * Makefile.am: Run "make dep-am".
1166 * Makefile.in: Regenerate.
1167 * aclocal.m4: Regenerate.
1168 * config.in: Regenerate.
1169 * po/POTFILES.in: Regenerate.
1170 * po/opcodes.pot: Regenerate.
1171
1172 2007-06-30 H.J. Lu <hongjiu.lu@intel.com>
1173
1174 * aclocal.m4: Regenerated.
1175 * Makefile.in: Likewise.
1176
1177 2007-06-29 H.J. Lu <hongjiu.lu@intel.com>
1178
1179 * i386-reg.tbl: Remove spaces before comments.
1180
1181 2007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1182
1183 * cr16-opc.c: New file.
1184 * cr16-dis.c: New file.
1185 * Makefile.am: Entries for cr16.
1186 * Makefile.in: Regenerate.
1187 * cofigure.in: Add cr16 target information.
1188 * configure : Regenerate.
1189 * disassemble.c: Add cr16 target information.
1190
1191 2007-06-28 H.J. Lu <hongjiu.lu@intel.com>
1192
1193 * Makefile.am (HFILES): Add i386-opc.h and i386-tbl.h.
1194 (CFILES): Add i386-gen.c.
1195 (i386-gen): New rule.
1196 (i386-gen.o): Likewise.
1197 (i386-tbl.h): Likewise.
1198 Run "make dep-am".
1199 * Makefile.in: Regenerated.
1200
1201 * i386-gen.c: New file.
1202 * i386-opc.tbl: Likewise.
1203 * i386-reg.tbl: Likewise.
1204 * i386-tbl.h: Likewise.
1205
1206 * i386-opc.c: Include "i386-tbl.h".
1207 (i386_optab): Removed.
1208 (i386_regtab): Likewise.
1209 (i386_regtab_size): Likewise.
1210
1211 2007-06-26 Paul Brook <paul@codesourcery.com>
1212
1213 * arm-dis.c (coprocessor_opcodes): Add fmxr/fmrx mvfr0/mvfr1.
1214
1215 2007-06-25 H.J. Lu <hongjiu.lu@intel.com>
1216
1217 * i386-opc.h (regKludge): Renamed to ...
1218 (RegKludge): This.
1219
1220 * i386-opc.c (i386_optab): Replace regKludge with RegKludge.
1221
1222 2007-06-23 H.J. Lu <hongjiu.lu@intel.com>
1223
1224 PR binutils/4667
1225 * i386-dis.c (EX): Removed.
1226 (EMd): New.
1227 (EMq): Likewise.
1228 (EXd): Likewise.
1229 (EXq): Likewise.
1230 (EXx): Likewise.
1231 (PREGRP93...PREGRP97): Likewise.
1232 (dis386_twobyte): Updated.
1233 (prefix_user_table): Updated. Add PREGRP93...PREGRP97.
1234 (OP_EX): Remove Intel syntax handling.
1235
1236 2007-06-18 Nathan Sidwell <nathan@codesourcery.com>
1237
1238 * m68k-opc.c (m68k_opcodes): Add wdebugl variants.
1239
1240 2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
1241
1242 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
1243
1244 * acinclude.m4: Removed.
1245
1246 * Makefile.in: Regenerated.
1247 * doc/Makefile.in: Likewise.
1248 * aclocal.m4: Likewise.
1249 * configure: Likewise.
1250
1251 2007-06-05 Paul Brook <paul@codesourcery.com>
1252
1253 * arm-dis.c (thumb32_opcodes): Display writeback ldrd/strd addresses.
1254
1255 2007-05-24 Steve Ellcey <sje@cup.hp.com>
1256
1257 * Makefile.in: Regnerate.
1258 * configure: Regenerate.
1259 * aclocal.m4: Regenerate.
1260
1261 2007-05-18 Alan Modra <amodra@bigpond.net.au>
1262
1263 * ppc-dis.c (print_insn_powerpc): Don't skip all operands
1264 after setting skip_optional.
1265
1266 2007-05-16 Peter Bergner <bergner@vnet.ibm.com>
1267
1268 * ppc-dis.c (operand_value_powerpc, skip_optional_operands): New.
1269 (print_insn_powerpc): Use the new operand_value_powerpc and
1270 skip_optional_operands functions to omit or print all optional
1271 operands as a group.
1272 * ppc-opc.c (BFF, W, XFL_L, XWRA_MASK): New.
1273 (XFL_MASK): Delete L and W bits from the mask.
1274 (mtfsfi, mtfsfi.): Replace use of BF with BFF. Relpace use of XRA_MASK
1275 with XWRA_MASK. Use W.
1276 (mtfsf, mtfsf.): Use XFL_L and W.
1277
1278 2007-05-14 H.J. Lu <hongjiu.lu@intel.com>
1279
1280 PR binutils/4502
1281 * i386-dis.c (Suffix3DNow): Replace "pfmulhrw" with "pmulhrw".
1282
1283 2007-05-10 H.J. Lu <hongjiu.lu@intel.com>
1284
1285 * i386-opc.h (ShortForm): Redefined.
1286 (Jump): Likewise.
1287 (JumpDword): Likewise.
1288 (JumpByte): Likewise.
1289 (JumpInterSegment): Likewise.
1290 (FloatMF): Likewise.
1291 (FloatR): Likewise.
1292 (FloatD): Likewise.
1293 (Size16): Likewise.
1294 (Size32): Likewise.
1295 (Size64): Likewise.
1296 (IgnoreSize): Likewise.
1297 (DefaultSize): Likewise.
1298 (No_bSuf): Likewise.
1299 (No_wSuf): Likewise.
1300 (No_lSuf): Likewise.
1301 (No_sSuf): Likewise.
1302 (No_qSuf): Likewise.
1303 (No_xSuf): Likewise.
1304 (FWait): Likewise.
1305 (IsString): Likewise.
1306 (regKludge): Likewise.
1307 (IsPrefix): Likewise.
1308 (ImmExt): Likewise.
1309 (NoRex64): Likewise.
1310 (Rex64): Likewise.
1311 (Ugh): Likewise.
1312
1313 2007-05-07 H.J. Lu <hongjiu.lu@intel.com>
1314
1315 * i386-dis.c (threebyte_0x38_uses_DATA_prefix): Correct entries
1316 for some SSE4 instructions.
1317 (threebyte_0x3a_uses_DATA_prefix): Likewise.
1318
1319 2007-05-03 H.J. Lu <hongjiu.lu@intel.com>
1320
1321 * i386-dis.c (CRC32_Fixup): Don't print suffix in Intel mode.
1322
1323 * i386-opc.c (i386_optab): Remove IgnoreSize and correct operand
1324 type for crc32.
1325
1326 2007-05-01 H.J. Lu <hongjiu.lu@intel.com>
1327
1328 * i386-dis.c (CRC32_Fixup): Properly handle Intel mode and
1329 check data size prefix in 16bit mode.
1330
1331 * i386-opc.c (i386_optab): Default crc32 to non-8bit and
1332 support Intel mode.
1333
1334 2007-04-30 Mark Salter <msalter@redhat.com>
1335
1336 * frv-desc.c: Regenerate.
1337 * frv-desc.h: Regenerate.
1338
1339 2007-04-30 Alan Modra <amodra@bigpond.net.au>
1340
1341 PR 4436
1342 * ppc-opc.c (powerpc_operands): Correct bitm for second entry of MBE.
1343
1344 2007-04-27 H.J. Lu <hongjiu.lu@intel.com>
1345
1346 * i386-dis.c (modrm): Put reg before rm.
1347
1348 2007-04-26 H.J. Lu <hongjiu.lu@intel.com>
1349
1350 PR binutils/4430
1351 * i386-dis.c (print_displacement): New.
1352 (OP_E): Call print_displacement instead of print_operand_value
1353 to output displacement when either base or index exist. Print
1354 the explicit zero displacement in 16bit mode.
1355
1356 2007-04-26 H.J. Lu <hongjiu.lu@intel.com>
1357
1358 PR binutils/4429
1359 * i386-dis.c (print_insn): Also swap the order of op_riprel
1360 when swapping op_index. Break when the RIP relative address
1361 is printed.
1362 (OP_E): Properly handle RIP relative addressing and print the
1363 explicit zero displacement for Intel mode.
1364
1365 2007-04-27 Alan Modra <amodra@bigpond.net.au>
1366
1367 * Makefile.am: Run "make dep-am".
1368 * Makefile.in: Regenerate.
1369 * ns32k-dis.c: Include sysdep.h first.
1370
1371 2007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
1372
1373 * opcodes/s390-opc.c (MASK_SSF_RRDRD): Fourth nybble belongs to the
1374 opcode.
1375 * opcodes/s390-opc.txt (pfpo, ectg, csst): Add new z9-ec instructions.
1376
1377 2007-04-24 Nick Clifton <nickc@redhat.com>
1378
1379 * arm-dis.c (print_insn): Initialise type.
1380
1381 2007-04-24 Alan Modra <amodra@bigpond.net.au>
1382
1383 * cgen-types.h: Include bfd_stdint.h, not stdint.h.
1384 * Makefile.am: Run "make dep-am".
1385 * Makefile.in: Regenerate.
1386
1387 2007-04-23 Nathan Sidwell <nathan@codesourcery.com>
1388
1389 * m68k-opc.c: Mark mcfisa_c instructions.
1390
1391 2007-04-21 Richard Earnshaw <rearnsha@arm.com>
1392
1393 * arm-dis.c (arm_opcodes): Disassemble to unified syntax.
1394 (thumb_opcodes): Add missing white space in adr.
1395 (arm_decode_shift): New parameter, print_shift. Only decode the
1396 shift parameter if set. Adjust callers.
1397 (print_insn_arm): Support for operand type q with no shift decode.
1398
1399 2007-04-21 Alan Modra <amodra@bigpond.net.au>
1400
1401 * i386-opc.c (i386_float_regtab, i386_float_regtab_size): Delete.
1402 Move contents to..
1403 (i386_regtab): ..here.
1404 * i386-opc.h (i386_float_regtab, i386_float_regtab_size): Delete.
1405
1406 * ppc-opc.c (powerpc_operands): Delete duplicate entries.
1407 (BA_MASK, FXM_MASK, STRM_MASK, VA_MASK, VB_MASK, VC_MASK): Delete.
1408 (VD_MASK, WS_MASK, MTMSRD_L, XRT_L): Delete.
1409 (powerpc_opcodes): Replace uses of MTMSRD_L and XRT_L.
1410
1411 2007-04-20 Nathan Sidwell <nathan@codesourcery.com>
1412
1413 * m68k-dis.c (print_insn_arg): Show c04 as rambar0 and c05 as
1414 rambar1.
1415
1416 2007-04-20 Alan Modra <amodra@bigpond.net.au>
1417
1418 * ppc-dis.c (print_insn_powerpc): Adjust for struct powerpc_operand
1419 change.
1420 * ppc-opc.c (powerpc_operands): Replace bit count with bit mask
1421 in all entries. Add PPC_OPERAND_SIGNED to DE entry. Remove
1422 references to following deleted functions.
1423 (insert_bd, extract_bd, insert_dq, extract_dq): Delete.
1424 (insert_ds, extract_ds, insert_de, extract_de): Delete.
1425 (insert_des, extract_des, insert_li, extract_li): Delete.
1426 (insert_nb, insert_rsq, insert_rtq, insert_ev2, extract_ev2): Delete.
1427 (insert_ev4, extract_ev4, insert_ev8, extract_ev8): Delete.
1428 (num_powerpc_operands): New constant.
1429 (XSPRG_MASK): Remove entire SPRG field.
1430 (powerpc_opcodes <bcctre, bcctrel>): Use XLBB_MASK not XLYBB_MASK.
1431
1432 2007-04-20 Alan Modra <amodra@bigpond.net.au>
1433
1434 * ppc-opc.c (DCM, DGM, TE, RMC, R, SP, S): Correct shift.
1435 (Z2_MASK): Define.
1436 (powerpc_opcodes): Use Z2_MASK in all insns taking RMC operand.
1437
1438 2007-04-20 Richard Earnshaw <rearnsha@arm.com>
1439
1440 * arm-dis.c (print_insn): Only look for a mapping symbol in the section
1441 being disassembled.
1442
1443 2007-04-19 Alan Modra <amodra@bigpond.net.au>
1444
1445 * Makefile.am: Run "make dep-am".
1446 * Makefile.in: Regenerate.
1447 * po/POTFILES.in: Regenerate.
1448
1449 2007-04-19 Alan Modra <amodra@bigpond.net.au>
1450
1451 * ppc-opc.c (powerpc_opcodes): Add cctpl, cctpm, cctph, db8cyc,
1452 db10cyc, db12cyc, db16cyc.
1453
1454 2007-04-19 Nathan Froyd <froydnj@codesourcery.com>
1455
1456 * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe.
1457
1458 2007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1459
1460 * i386-dis.c (CRC32_Fixup): New.
1461 (PREGRP85, PREGRP86, PREGRP87, PREGRP88, PREGRP89, PREGRP90,
1462 PREGRP91): New.
1463 (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.2.
1464 (threebyte_0x3a_uses_DATA_prefix): Likewise.
1465 (prefix_user_table): Add PREGRP85, PREGRP86, PREGRP87,
1466 PREGRP88, PREGRP89, PREGRP90 and PREGRP91.
1467 (three_byte_table): Likewise.
1468
1469 * i386-opc.c (i386_optab): Add SSE4.2 opcodes.
1470
1471 * i386-opc.h (CpuSSE4_2): New.
1472 (CpuSSE4): Likewise.
1473 (CpuUnknownFlags): Add CpuSSE4_2.
1474
1475 2007-04-18 H.J. Lu <hongjiu.lu@intel.com>
1476
1477 * i386-dis.c (XMM_Fixup): New.
1478 (Edqb): New.
1479 (Edqd): New.
1480 (XMM0): New.
1481 (dqb_mode): New.
1482 (dqd_mode): New.
1483 (PREGRP39 ... PREGRP85): New.
1484 (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.
1485 (threebyte_0x3a_uses_DATA_prefix): Likewise.
1486 (prefix_user_table): Add PREGRP39 ... PREGRP85.
1487 (three_byte_table): Likewise.
1488 (putop): Handle 'K'.
1489 (intel_operand_size): Handle dqb_mode, dqd_mode):
1490 (OP_E): Likewise.
1491 (OP_G): Likewise.
1492
1493 * i386-opc.c (i386_optab): Add SSE4.1 opcodes.
1494
1495 * i386-opc.h (CpuSSE4_1): New.
1496 (CpuUnknownFlags): Add CpuSSE4_1.
1497 (regKludge): Update comment.
1498
1499 2007-04-18 Matthias Klose <doko@ubuntu.com>
1500
1501 * Makefile.am (libopcodes_la_LDFLAGS): Use bfd soversion.
1502 * Makefile.in: Regenerate.
1503
1504 2007-04-14 Steve Ellcey <sje@cup.hp.com>
1505
1506 * Makefile.am: Add ACLOCAL_AMFLAGS.
1507 * Makefile.in: Regenerate.
1508
1509 2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
1510
1511 * i386-dis.c: Remove trailing white spaces.
1512 * i386-opc.c: Likewise.
1513 * i386-opc.h: Likewise.
1514
1515 2007-04-11 H.J. Lu <hongjiu.lu@intel.com>
1516
1517 PR binutils/4333
1518 * i386-dis.c (GRP1a): New.
1519 (GRP1b ... GRPPADLCK2): Update index.
1520 (dis386): Use GRP1a for entry 0x8f.
1521 (mod, rm, reg): Removed. Replaced by ...
1522 (modrm): This.
1523 (grps): Add GRP1a.
1524
1525 2007-04-09 Kazu Hirata <kazu@codesourcery.com>
1526
1527 * m68k-dis.c (print_insn_m68k): Restore info->fprintf_func and
1528 info->print_address_func if longjmp is called.
1529
1530 2007-03-29 DJ Delorie <dj@redhat.com>
1531
1532 * m32c-desc.c: Regenerate.
1533 * m32c-dis.c: Regenerate.
1534 * m32c-opc.c: Regenerate.
1535
1536 2007-03-28 H.J. Lu <hongjiu.lu@intel.com>
1537
1538 * i386-opc.c (i386_optab): Change InvMem to RegMem for mov and
1539 movq. Remove InvMem from sldt, smsw and str.
1540
1541 * i386-opc.h (InvMem): Renamed to ...
1542 (RegMem): Update comments.
1543 (AnyMem): Remove InvMem.
1544
1545 2007-03-27 Paul Brook <paul@codesourcery.com>
1546
1547 * arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
1548
1549 2007-03-24 Paul Brook <paul@codesourcery.com>
1550
1551 * arm-dis.c (coprocessor_opcodes): Remove superfluous 0x.
1552 (print_insn_coprocessor): Handle %<bitfield>x.
1553
1554 2007-03-24 Paul Brook <paul@codesourcery.com>
1555 Mark Shinwell <shinwell@codesourcery.com>
1556
1557 * arm-dis.c (arm_opcodes): Print SRS base register.
1558
1559 2007-03-23 H.J. Lu <hongjiu.lu@intel.com>
1560
1561 * i386-dis.c (prefix_name): Replace rex64XYZ with rex.WRXB.
1562
1563 * i386-opc.c (i386_optab): Add rex.wrxb.
1564
1565 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
1566
1567 * i386-dis.c (REX_MODE64): Remove definition.
1568 (REX_EXTX): Likewise.
1569 (REX_EXTY): Likewise.
1570 (REX_EXTZ): Likewise.
1571 (USED_REX): Use REX_OPCODE instead of 0x40.
1572 Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W,
1573 REX_R, REX_X and REX_B respectively.
1574
1575 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
1576
1577 PR binutils/4218
1578 * i386-dis.c (PREGRP38): New.
1579 (dis386): Use PREGRP38 for 0x90.
1580 (prefix_user_table): Add PREGRP38.
1581 (print_insn): Set uses_REPZ_prefix to 1 for pause.
1582 (NOP_Fixup1): Properly handle REX bits.
1583 (NOP_Fixup2): Likewise.
1584
1585 * i386-opc.c (i386_optab): Allow %eax with xchg in 64bit.
1586 Allow register with nop.
1587
1588 2007-03-20 DJ Delorie <dj@redhat.com>
1589
1590 * m32c-asm.c: Regenerate.
1591 * m32c-desc.c: Regenerate.
1592 * m32c-desc.h: Regenerate.
1593 * m32c-dis.h: Regenerate.
1594 * m32c-ibld.c: Regenerate.
1595 * m32c-opc.c: Regenerate.
1596 * m32c-opc.h: Regenerate.
1597
1598 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1599
1600 * i386-opc.c: Include "libiberty.h".
1601 (i386_regtab): Remove the last entry.
1602 (i386_regtab_size): New.
1603 (i386_float_regtab_size): Likewise.
1604
1605 * i386-opc.h (i386_regtab_size): New.
1606 (i386_float_regtab_size): Likewise.
1607
1608 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1609
1610 * Makefile.am (CFILES): Add i386-opc.c.
1611 (ALL_MACHINES): Add i386-opc.lo.
1612 Run "make dep-am".
1613 * Makefile.in: Regenerated.
1614
1615 * configure.in: Add i386-opc.lo for bfd_i386_arch.
1616 * configure: Regenerated.
1617
1618 * i386-dis.c: Include "opcode/i386.h".
1619 (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
1620 (FWAIT_OPCODE): Remove definition.
1621 (UNIXWARE_COMPAT): Renamed to SYSV386_COMPAT. Remove definition.
1622 (MAX_OPERANDS): Remove definition.
1623
1624 * i386-opc.c: New file.
1625 * i386-opc.h: Likewise.
1626
1627 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
1628
1629 * Makefile.in: Regenerated.
1630
1631 2007-03-09 H.J. Lu <hongjiu.lu@intel.com>
1632
1633 * i386-dis.c (OP_Rd): Renamed to ...
1634 (OP_R): This.
1635 (Rd): Updated.
1636 (Rm): Likewise.
1637
1638 2007-03-08 Alan Modra <amodra@bigpond.net.au>
1639
1640 * fr30-asm.c: Regenerate.
1641 * frv-asm.c: Regenerate.
1642 * ip2k-asm.c: Regenerate.
1643 * iq2000-asm.c: Regenerate.
1644 * m32c-asm.c: Regenerate.
1645 * m32r-asm.c: Regenerate.
1646 * m32r-dis.c: Regenerate.
1647 * mt-asm.c: Regenerate.
1648 * mt-ibld.c: Regenerate.
1649 * mt-opc.c: Regenerate.
1650 * openrisc-asm.c: Regenerate.
1651 * xc16x-asm.c: Regenerate.
1652 * xstormy16-asm.c: Regenerate.
1653
1654 * Makefile.am: Run "make dep-am".
1655 * Makefile.in: Regenerate.
1656 * po/POTFILES.in: Regenerate.
1657
1658 2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
1659
1660 * opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR,
1661 INSTR_RRF_UUFF, INSTR_RRF_0UFF, INSTR_RRF_FFFU, INSTR_RRR_F0FF): New
1662 instruction formats added.
1663 (MASK_RRE_FR, MASK_RRF_F0FF2, MASK_RRF_F0FR, MASK_RRF_UUFF,
1664 MASK_RRF_0UFF, MASK_RRF_FFFU, MASK_RRR_F0FF): New instruction format
1665 masks added.
1666 * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
1667 instructions added.
1668 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
1669 (main): z9-ec cpu type option added.
1670 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
1671
1672 2007-02-22 DJ Delorie <dj@redhat.com>
1673
1674 * s390-opc.c (INSTR_SS_L2RDRD): New.
1675 (MASK_SS_L2RDRD): New.
1676 * s390-opc.txt (pka): Use it.
1677
1678 2007-02-20 Thiemo Seufer <ths@mips.com>
1679 Chao-Ying Fu <fu@mips.com>
1680
1681 * mips-dis.c (mips_arch_choices): Add DSP R2 support.
1682 (print_insn_args): Add support for balign instruction.
1683 * mips-opc.c (D33): New shortcut for DSP R2 instructions.
1684 (mips_builtin_opcodes): Add DSP R2 instructions.
1685
1686 2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
1687
1688 * s390-opc.c (INSTR_RRF_U0FR, MASK_RRF_U0FR): Removed.
1689 (INSTR_RRF_U0RF, MASK_RRF_U0RF): Added.
1690 * s390-opc.txt (cfxbr, cfdbr, cfebr, cgebr, cgdbr, cgxbr, cger, cgdr,
1691 cgxr, cfxr, cfdr, cfer): Instruction type set to INSTR_RRF_U0RF.
1692
1693 2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
1694
1695 * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
1696 * s390-opc.c (s390_operands): Add RO_28 as optional gpr.
1697 (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
1698 and sfpc.
1699
1700 2007-02-16 Nick Clifton <nickc@redhat.com>
1701
1702 PR binutils/4045
1703 * avr-dis.c (comment_start): New variable, contains the prefix to
1704 use when printing addresses in comments.
1705 (print_insn_avr): Set comment_start to an empty space if there is
1706 no symbol table available as the generic address printing code
1707 will prefix the numeric value of the address with 0x.
1708
1709 2007-02-13 H.J. Lu <hongjiu.lu@intel.com>
1710
1711 * i386-dis.c: Updated to use an array of MAX_OPERANDS operands
1712 in struct dis386.
1713
1714 2007-02-05 Dave Brolley <brolley@redhat.com>
1715 Richard Sandiford <rsandifo@redhat.com>
1716 DJ Delorie <dj@redhat.com>
1717 Graydon Hoare <graydon@redhat.com>
1718 Frank Ch. Eigler <fche@redhat.com>
1719 Ben Elliston <bje@redhat.com>
1720
1721 * Makefile.am (HFILES): Add mep-desc.h mep-opc.h.
1722 (CFILES): Add mep-*.c
1723 (ALL_MACHINES): Add mep-*.lo.
1724 (CLEANFILES): Add stamp-mep.
1725 (CGEN_CPUS): Add mep.
1726 (MEP_DEPS): New variable.
1727 (mep-*): New targets.
1728 * configure.in: Handle bfd_mep_arch.
1729 * disassemble.c (ARCH_mep): New macro.
1730 (disassembler): Handle bfd_arch_mep.
1731 (disassemble_init_for_target): Likewise.
1732 * mep-*: New files for Toshiba Media Processor (MeP).
1733 * Makefile.in: Regenerated.
1734 * configure: Regenerated.
1735
1736 2007-02-05 H.J. Lu <hongjiu.lu@intel.com>
1737
1738 * i386-dis.c (OP_J): Undo the last change. Properly handle 64K
1739 wrap around within the same segment in 16bit mode.
1740
1741 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
1742
1743 * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
1744 prefix.
1745
1746 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
1747
1748 * avr-dis.c (avr_operand): Correct PR number in comment.
1749
1750 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
1751
1752 * disassemble.c (disassembler_usage): Call
1753 print_i386_disassembler_options for i386 disassembler.
1754
1755 * i386-dis.c (print_i386_disassembler_options): New.
1756 (print_insn): Support the new addr64 option.
1757
1758 2007-02-02 Hiroki Kaminaga <kaminaga@sm.sony.co.jp>
1759
1760 * ppc-dis.c (powerpc_dialect): Handle ppc440.
1761 * ppc-dis.c (print_ppc_disassembler_options): Note the -M440 can
1762 be used.
1763
1764 2007-02-02 Alan Modra <amodra@bigpond.net.au>
1765
1766 * ppc-opc.c (insert_bdm): -Many comment.
1767 (valid_bo): Add "extract" param. Accept both powerpc and power4
1768 BO fields when disassembling with -Many.
1769 (insert_bo, extract_bo, insert_boe, extract_boe): Adjust valid_bo call.
1770
1771 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
1772
1773 * m68k-opc.c (m68k_opcodes): Replace cpu32 with
1774 cpu32 | fido_a except on tbl instructions.
1775
1776 2007-01-04 Paul Brook <paul@codesourcery.com>
1777
1778 * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
1779
1780 2007-01-04 Andreas Schwab <schwab@suse.de>
1781
1782 * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
1783
1784 2007-01-04 Julian Brown <julian@codesourcery.com>
1785
1786 * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
1787 vqrshl instructions.
1788
1789 For older changes see ChangeLog-2006
1790 \f
1791 Local Variables:
1792 mode: change-log
1793 left-margin: 8
1794 fill-column: 74
1795 version-control: never
1796 End:
This page took 0.066356 seconds and 3 git commands to generate.