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