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