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