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