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