6ba7d492b86373e6892a22c28845d58e2155a9f5
[platform/upstream/binutils.git] / opcodes / ChangeLog
1 2007-09-09  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * i386-gen.c (main): Remove the local variable, unused.
4
5 2007-09-08  H.J. Lu  <hongjiu.lu@intel.com>
6
7         * Makefile.am: Run "make dep-am".
8         * Makefile.in: Regenerate.
9
10 2007-09-08  H.J. Lu  <hongjiu.lu@intel.com>
11
12         * configure.in (AC_CHECK_HEADERS): Add limits.h.
13         * configure: Regenerated.
14         * config.in: Likewise.
15
16         * i386-gen.c: Include "sysdep.h" instead of <stdlib.h> and
17         <string.h>.  Use xstrerror instead of strerror.
18         (initializer): New.
19         (cpu_flag_init): Likewise.
20         (bitfield): Likewise.
21         (BITFIELD): New.
22         (cpu_flags): Likewise.
23         (opcode_modifiers): Likewise.
24         (operand_types): Likewise.
25         (compare): Likewise.
26         (set_cpu_flags): Likewise.
27         (output_cpu_flags): Likewise.
28         (process_i386_cpu_flags): Likewise.
29         (output_opcode_modifier): Likewise.
30         (process_i386_opcode_modifier): Likewise.
31         (output_operand_type): Likewise.
32         (process_i386_operand_type): Likewise.
33         (set_bitfield): Likewise.
34         (operand_type_init): Likewise.
35         (process_i386_initializers): Likewise.
36         (process_i386_opcodes): Call process_i386_opcode_modifier to
37         process opcode_modifier.  Call process_i386_operand_type to
38         process operand_types.
39         (process_i386_registers): Call process_i386_operand_type to
40         process reg_type.
41         (main): Check unused bits in i386_cpu_flags and i386_operand_type.
42         Sort cpu_flags, opcode_modifiers and operand_types.  Call
43         process_i386_initializers.
44
45         * i386-init.h: New.
46         * i386-tbl.h: Regenerated.
47
48         * i386-opc.h: Include <limits.h>.
49         (CHAR_BIT): Define as 8 if not defined.
50         (Cpu186): Changed to position of bitfiled.
51         (Cpu286): Likewise.
52         (Cpu386): Likewise.
53         (Cpu486): Likewise.
54         (Cpu586): Likewise.
55         (Cpu686): Likewise.
56         (CpuP4): Likewise.
57         (CpuK6): Likewise.
58         (CpuK8): Likewise.
59         (CpuMMX): Likewise.
60         (CpuMMX2): Likewise.
61         (CpuSSE): Likewise.
62         (CpuSSE2): Likewise.
63         (Cpu3dnow): Likewise.
64         (Cpu3dnowA): Likewise.
65         (CpuSSE3): Likewise.
66         (CpuPadLock): Likewise.
67         (CpuSVME): Likewise.
68         (CpuVMX): Likewise.
69         (CpuSSSE3): Likewise.
70         (CpuSSE4a): Likewise.
71         (CpuABM): Likewise.
72         (CpuSSE4_1): Likewise.
73         (CpuSSE4_2): Likewise.
74         (Cpu64): Likewise.
75         (CpuNo64): Likewise.
76         (D): Likewise.
77         (W): Likewise.
78         (Modrm): Likewise.
79         (ShortForm): Likewise.
80         (Jump): Likewise.
81         (JumpDword): Likewise.
82         (JumpByte): Likewise.
83         (JumpInterSegment): Likewise.
84         (FloatMF): Likewise.
85         (FloatR): Likewise.
86         (FloatD): Likewise.
87         (Size16): Likewise.
88         (Size32): Likewise.
89         (Size64): Likewise.
90         (IgnoreSize): Likewise.
91         (DefaultSize): Likewise.
92         (No_bSuf): Likewise.
93         (No_wSuf): Likewise.
94         (No_lSuf): Likewise.
95         (No_sSuf): Likewise.
96         (No_qSuf): Likewise.
97         (No_xSuf): Likewise.
98         (FWait): Likewise.
99         (IsString): Likewise.
100         (RegKludge): Likewise.
101         (IsPrefix): Likewise.
102         (ImmExt): Likewise.
103         (NoRex64): Likewise.
104         (Rex64): Likewise.
105         (Ugh): Likewise.
106         (Reg8): Likewise.
107         (Reg16): Likewise.
108         (Reg32): Likewise.
109         (Reg64): Likewise.
110         (FloatReg): Likewise.
111         (RegMMX): Likewise.
112         (RegXMM): Likewise.
113         (Imm8): Likewise.
114         (Imm8S): Likewise.
115         (Imm16): Likewise.
116         (Imm32): Likewise.
117         (Imm32S): Likewise.
118         (Imm64): Likewise.
119         (Imm1): Likewise.
120         (BaseIndex): Likewise.
121         (Disp8): Likewise.
122         (Disp16): Likewise.
123         (Disp32): Likewise.
124         (Disp32S): Likewise.
125         (Disp64): Likewise.
126         (InOutPortReg): Likewise.
127         (ShiftCount): Likewise.
128         (Control): Likewise.
129         (Debug): Likewise.
130         (Test): Likewise.
131         (SReg2): Likewise.
132         (SReg3): Likewise.
133         (Acc): Likewise.
134         (FloatAcc): Likewise.
135         (JumpAbsolute): Likewise.
136         (EsSeg): Likewise.
137         (RegMem): Likewise.
138         (OTMax): Likewise.
139         (Reg): Commented out.
140         (WordReg): Likewise.
141         (ImplicitRegister): Likewise.
142         (Imm): Likewise.
143         (EncImm): Likewise.
144         (Disp): Likewise.
145         (AnyMem): Likewise.
146         (LLongMem): Likewise.
147         (LongMem): Likewise.
148         (ShortMem): Likewise.
149         (WordMem): Likewise.
150         (ByteMem): Likewise.
151         (CpuMax): New
152         (CpuLM): Likewise.
153         (CpuNumOfUints): Likewise.
154         (CpuNumOfBits): Likewise.
155         (CpuUnused): Likewise.
156         (OTNumOfUints): Likewise.
157         (OTNumOfBits): Likewise.
158         (OTUnused): Likewise.
159         (i386_cpu_flags): New type.
160         (i386_operand_type): Likewise.
161         (i386_opcode_modifier): Likewise.
162         (CpuSledgehammer): Removed.
163         (CpuSSE4): Likewise.
164         (CpuUnknownFlags): Likewise.
165         (Reg): Likewise.
166         (WordReg): Likewise.
167         (ImplicitRegister): Likewise.
168         (Imm): Likewise.
169         (EncImm): Likewise.
170         (Disp): Likewise.
171         (AnyMem): Likewise.
172         (LLongMem): Likewise.
173         (LongMem): Likewise.
174         (ShortMem): Likewise.
175         (WordMem): Likewise.
176         (ByteMem): Likewise.
177         (template): Use i386_cpu_flags for cpu_flags, use
178         i386_opcode_modifier for opcode_modifier, use
179         i386_operand_type for operand_types.
180         (reg_entry): Use i386_operand_type for reg_type.
181
182         * Makefile.am (HFILES): Add i386-init.h.
183         ($(srcdir)/i386-init.h): New rule.
184         ($(srcdir)/i386-tbl.h): Depend on $(srcdir)/i386-init.h
185         instead.
186         * Makefile.in: Regenerated.
187
188 2007-09-06  H.J. Lu  <hongjiu.lu@intel.com>
189
190         * i386-gen.c (next_field): Updated to take a separator.
191         (process_i386_opcodes): Updated.
192         (process_i386_registers): Likewise.
193
194 2007-09-06  H.J. Lu  <hongjiu.lu@intel.com>
195
196         * i386-gen.c (table): Moved ...
197         (main): Here.  Call process_copyright to output copyright.
198         (process_copyright): New.
199         (process_i386_opcodes): Take FILE *table.
200         (process_i386_registers): Likewise.
201
202 2007-09-06  H.J. Lu  <hongjiu.lu@intel.com>
203
204         * i386-gen.c (table): New.
205         (process_i386_opcodes): Report errno when faied to open
206         i386-opc.tbl.  Output opcodes to table.  Close i386-opc.tbl
207         before return.
208         (process_i386_registers): Report errno when faied to open
209         i386-reg.tbl.  Output opcodes to table.  Close i386-reg.tbl
210         before return.
211         (main): Open i386-tbl.h for output.
212
213         * Makefile.am ($(srcdir)/i386-tbl.h): Remove " > $@".
214         * Makefile.in: Regenerated.
215
216 2007-09-06  H.J. Lu  <hongjiu.lu@intel.com>
217
218         * i386-opc.tbl: Correct SVME instructions to allow 32bit register
219         operand in 64bit mode.
220         * i386-tbl.h: Regenerated.
221
222 2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
223
224         * i386-dis.c (OPC_EXT_40...OPC_EXT_45): New.
225         (dis386_twobyte): Use OPC_EXT_40...OPC_EXT_45.
226         (opc_ext_table): Add OPC_EXT_40...OPC_EXT_45.
227
228 2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
229
230         * i386-dis.c (SVME_Fixup): Removed.
231         (OPC_EXT_39): New.
232         (OPC_EXT_RM_6): Likewise.
233         (grps): Use OPC_EXT_39.
234         (opc_ext_table): Add OPC_EXT_39.
235         (opc_ext_rm_table): Add OPC_EXT_RM_6.
236
237         * i386-opc.tbl: Correct SVME instructions to take register
238         operand only.
239         * i386-tbl.h: Regenerated.
240
241 2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
242
243         * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
244         * Makefile.in: Regenerated.
245
246         * configure.in (AC_GNU_SOURCE): Added.
247         (AC_PROG_CC): Moved before AC_GNU_SOURCE.
248         (AC_CHECK_DECLS): Add stpcpy.
249         * configure: Regenerated.
250         * config.in: Likewise.
251
252         * i386-dis.c: Include "sysdep.h" before "dis-asm.h".
253
254         * sysdep.h (stpcpy): New.
255
256 2007-08-30  H.J. Lu  <hongjiu.lu@intel.com>
257
258         * i386-dis.c (INVLPG_Fixup): Removed.
259         (OPC_EXT_38): New.
260         (OPC_EXT_RM_5): Likewise.
261         (grps): Use OPC_EXT_38.
262         (opc_ext_table): Add OPC_EXT_38.
263         (opc_ext_rm_table): Add OPC_EXT_RM_5.
264
265 2007-08-29  H.J. Lu  <hongjiu.lu@intel.com>
266
267         * i386-dis.c (SIMD_Fixup): Removed.
268         (OPC_EXT_34...OPC_EXT_37): New.
269         (dis386_twobyte): Use OPC_EXT_34 and OPC_EXT_35.
270         (prefix_user_table): Use OPC_EXT_36 and OPC_EXT_37.
271         (opc_ext_table): Add OPC_EXT_34...OPC_EXT_37.
272
273 2007-08-29  H.J. Lu  <hongjiu.lu@intel.com>
274
275         * i386-dis.c (OPC_EXT_25...OPC_EXT_33): New.
276         (dis386): Use OPC_EXT_0...OPC_EXT_2.
277         (dis386_twobyte): Use OPC_EXT_3...OPC_EXT_5.
278         (grps): Updated to use OPC_EXT_6...OPC_EXT_31.
279         (prefix_user_table): Use OPC_EXT_32.
280         (x86_64_table): Use OPC_EXT_33.
281         (opc_ext_table): Reorder and add OPC_EXT_25...OPC_EXT_33.
282
283 2007-08-29  H.J. Lu  <hongjiu.lu@intel.com>
284
285         * i386-dis.c (prefix_user_table): Fix comment.
286
287 2007-08-29  H.J. Lu  <hongjiu.lu@intel.com>
288
289         * i386-dis.c (OP_Skip_MODRM): New.
290         (OP_Monitor): Likewise.
291         (OP_Mwait): Likewise.
292         (Mb): Likewise.
293         (Skip_MODRM): Likewise.
294         (USE_OPC_EXT_TABLE): Likewise.
295         (USE_OPC_EXT_RM_TABLE): Likewise.
296         (PREGRP98...PREGRP100): Likewise.
297         (OPC_EXT_0...OPC_EXT_24): Likewise.
298         (OPC_EXT_RM_0...OPC_EXT_RM_4): Likewise.
299         (lock_prefix): Likewise.
300         (data_prefix): Likewise.
301         (addr_prefix): Likewise.
302         (repz_prefix): Likewise.
303         (repnz_prefix): Likewise.
304         (opc_ext_table): Likewise.
305         (opc_ext_rm_table): Likewise.
306         (get_valid_dis386): Likewise.
307         (OP_VMX): Removed.
308         (OP_0fae): Likewise.
309         (PNI_Fixup): Likewise.
310         (VMX_Fixup): Likewise.
311         (VM): Likewise.
312         (twobyte_uses_DATA_prefix): Likewise.
313         (twobyte_uses_REPNZ_prefix): Likewise.
314         (twobyte_uses_REPZ_prefix): Likewise.
315         (threebyte_0x38_uses_DATA_prefix): Likewise.
316         (threebyte_0x38_uses_REPNZ_prefix): Likewise.
317         (threebyte_0x38_uses_REPZ_prefix): Likewise.
318         (threebyte_0x3a_uses_DATA_prefix): Likewise.
319         (threebyte_0x3a_uses_REPNZ_prefix): Likewise.
320         (threebyte_0x3a_uses_REPZ_prefix): Likewise.
321         (grps): Use OPC_EXT_0...OPC_EXT_24.
322         (prefix_user_table): Add PREGRP98...PREGRP100.
323         (print_insn): Remove uses_DATA_prefix, uses_LOCK_prefix,
324         uses_REPNZ_prefix and uses_REPZ_prefix.  Initialize
325         repz_prefix, repnz_prefix, lock_prefix, addr_prefix and
326         data_prefix based on prefixes.  Call get_valid_dis386 to
327         get a pointer to the valid dis386.  Print out prefixes if
328         they aren't NULL.
329         (OP_C): Clear lock_prefix if PREFIX_LOCK is used.
330         (REP_Fixup): Set repz_prefix to "rep " when seeing
331         PREFIX_REPZ.
332
333 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
334
335         * po/nl.po: Updated translation.
336
337 2007-08-28  H.J. Lu  <hongjiu.lu@intel.com>
338
339         * i386-dis.c (Md): New.
340         (grps): Use 0 on invlpg.  Use M on fxsave and fxrstor.  Use
341         Md on ldmxcsr and stmxcsr.  Use b_mode on clflush.
342         (OP_0fae): Clear bytemode for sfence.
343
344 2007-08-22  Ben Elliston  <bje@au.ibm.com>
345
346         * ppc-opc.c (PSW, PSWM, PSQ, PSQM, PSD, MTMSRD_L): New.
347         (XOPS, XOPS_MASK, XW, XW_MASK): Likewise.
348         (PPCPS): Likewise.
349         (powerpc_opcodes): Add all pair singles instructions.
350         * ppc-dis.c (powerpc_dialect): Handle "ppcps".
351         (print_ppc_disassembler_options): Document -Mppcps.
352
353 2007-08-21  Andreas Krebbel  <krebbel1@de.ibm.com>
354
355         * s390-mkopc.c (struct s390_cond_ext_format): New global struct.
356         (s390_cond_ext_format): New global variable.
357         (expandConditionalJump): New function.
358         (main): Invoke expandConditionalJump for mnemonics containing '*'.      
359         * s390-opc.txt: Replace mnemonics with conditional
360         mask extensions with instructions using the newly introduced '*' tag.
361
362 2007-08-17  Alan Modra  <amodra@bigpond.net.au>
363
364         * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
365
366 2007-08-10  Nick Clifton  <nickc@redhat.com>
367
368         * po/fi.po: Updated Finnish translation.
369         * po/ga.po: Updated Irish translation.
370         * po/vi.po: Updated Vietnamese translation.
371
372 2007-08-09  H.J. Lu  <hongjiu.lu@intel.com>
373
374         * i386-opc.tbl: Add NoRex64 to pmovsxbw, pmovsxwd, pmovsxdq,
375         pmovzxbw, pmovzxwd, pmovzxdq and roundsd.
376         * i386-tbl.h: Regenerated.
377
378 2007-08-03  James E. Wilson  <wilson@specifix.com>
379
380         * ia64-gen.c: (main): Add missing newline to copyright message.
381         * ia64-ic.tbl (fp-non-arith): Add xmpy.
382         * ia64-asmtab.c: Regenerate.
383         
384 2007-08-01  Michael Snyder  <msnyder@access-company.com>
385
386         * i386-dis.c (print_insn): Guard against NULL.
387
388 2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
389
390         PR binutils/4834
391         * i386-dis.c (EXw): New.
392         (prefix_user_table): Updated to use EXw, EXd and EXq for SSE4
393         instructions when appropriated.
394
395 2007-07-28  H.J. Lu  <hongjiu.lu@intel.com>
396
397         PR binutils/4834
398         * i386-dis.c (Eq): New.
399         (EMC): Renamed to ...
400         (EMCq): This.  Use q_mode instead of v_mode.
401         (prefix_user_table): Updated to use EXd, EXq, EMCq, Ed and Eq
402         when appropriated.
403
404 2007-07-28  H.J. Lu  <hongjiu.lu@intel.com>
405
406         * i386-dis.c (dis386_twobyte): Change "movd" to "movK".
407         (prefix_user_table): Likewise.  Use EXq instead of EXx on
408         "movq".
409
410 2007-07-27  Nathan Sidwell  <nathan@codesourcery.com>
411
412         * ppc-opc (PPC7450): New.
413         (powerpc_opcodes): Use it in dcba.
414
415 2007-07-24  H.J. Lu  <hongjiu.lu@intel.com>
416
417         * i386-gen.c (main): Print a newline after copyright notice.
418
419 2007-07-19  Nick Clifton  <nickc@redhat.com>
420
421         PR binutils/4801
422         * maxq-dis.c (get_reg_name): Fix the scan of the
423         mem_access_syntax_table.
424
425 2007-07-16  H.J. Lu  <hongjiu.lu@intel.com>
426
427         * i386-dis.c (EMq): Removed.
428         (EMx): New.
429         (prefix_user_table): Replace EMq with EMx.
430
431 2007-07-16  Nick Clifton  <nickc@redhat.com>
432
433         * po/nl.po: Updated translation.
434
435 2007-07-12  Nick Clifton  <nickc@redhat.com>
436
437         * po/vi.po: Updated translation.
438         * po/nl.po: Updated translation.
439
440 2007-07-06  Mark Kettenis  <kettenis@gnu.org>
441             H.J. Lu  <hongjiu.lu@intel.com>
442
443         * Makefile.am (i386-tbl.h): Add $(srcdir)/ to target.
444         (ia64-asmtab.c): Likewise.
445         * Makefile.in: Regenerate.
446
447 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
448
449         * aclocal.m4: Regenerated.
450
451 2007-07-04  Nick Clifton  <nickc@redhat.com>
452
453         * alpha-dis.c: Update copyright notice to refer to GPLv3.
454         * alpha-opc.c, arc-dis.c, arc-dis.h, arc-ext.c, arc-ext.h,
455         arc-opc.c, arm-dis.c, avr-dis.c, bfin-dis.c, cgen-asm.c,
456         cgen-asm.in, cgen-bitset.c, cgen-dis.c, cgen-dis.in, cgen-ibld.in,
457         cgen-opc.c, cgen-ops.h, cgen.sh, cgen-types.h, cr16-dis.c,
458         cr16-opc.c, cris-dis.c, cris-opc.c, crx-dis.c, crx-opc.c,
459         d10v-dis.c, d10v-opc.c, d30v-dis.c, d30v-opc.c, disassemble.c,
460         dis-buf.c, dis-init.c, dlx-dis.c, h8300-dis.c, h8500-dis.c,
461         h8500-opc.h, hppa-dis.c, i370-dis.c, i370-opc.c, i386-dis.c,
462         i386-gen.c, i386-opc.c, i386-opc.h, i860-dis.c, i960-dis.c,
463         ia64-asmtab.h, ia64-dis.c, ia64-gen.c, ia64-opc-a.c, ia64-opc-b.c,
464         ia64-opc.c, ia64-opc-d.c, ia64-opc-f.c, ia64-opc.h, ia64-opc-i.c,
465         ia64-opc-m.c, ia64-opc-x.c, m10200-dis.c, m10200-opc.c,
466         m10300-dis.c, m10300-opc.c, m68hc11-dis.c, m68hc11-opc.c,
467         m68k-dis.c, m68k-opc.c, m88k-dis.c, maxq-dis.c, mcore-dis.c,
468         mcore-opc.h, mips16-opc.c, mips-dis.c, mips-opc.c, mmix-dis.c,
469         mmix-opc.c, msp430-dis.c, ns32k-dis.c, opintl.h, or32-dis.c,
470         or32-opc.c, pdp11-dis.c, pdp11-opc.c, pj-dis.c, pj-opc.c,
471         ppc-dis.c, ppc-opc.c, s390-dis.c, s390-mkopc.c, s390-opc.c,
472         score-dis.c, score-opc.h, sh64-dis.c, sh64-opc.c, sh64-opc.h,
473         sh-dis.c, sh-opc.h, sparc-dis.c, sparc-opc.c, spu-dis.c,
474         spu-opc.c, sysdep.h, tic30-dis.c, tic4x-dis.c, tic54x-dis.c,
475         tic54x-opc.c, tic80-dis.c, tic80-opc.c, v850-dis.c, v850-opc.c,
476         vax-dis.c, w65-dis.c, w65-opc.h, xtensa-dis.c, z80-dis.c,
477         z8k-dis.c, z8kgen.c: Likewise.
478         * i386-opc.tbl, i386-reg.tbl: Add copyright notice.
479         * aclocal.m4, configure, fr30-asm.c, fr30-desc.c, fr30-desc.h,
480         fr30-dis.c, fr30-ibld.c, fr30-opc.c, fr30-opc.h, frv-asm.c,
481         frv-desc.c, frv-desc.h, frv-dis.c, frv-ibld.c, frv-opc.c,
482         frv-opc.h, i386-tbl.h, ia64-asmtab.c, ip2k-asm.c, ip2k-desc.c,
483         ip2k-desc.h, ip2k-dis.c, ip2k-ibld.c, ip2k-opc.c, ip2k-opc.h,
484         iq2000-asm.c, iq2000-desc.c, iq2000-desc.h, iq2000-dis.c,
485         iq2000-ibld.c, iq2000-opc.c, iq2000-opc.h, m32c-asm.c,
486         m32c-desc.c, m32c-desc.h, m32c-dis.c, m32c-ibld.c, m32c-opc.c,
487         m32c-opc.h, m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c,
488         m32r-ibld.c, m32r-opc.c, m32r-opc.h, m32r-opinst.c, mep-asm.c,
489         mep-desc.c, mep-desc.h, mep-dis.c, mep-ibld.c, mep-opc.c,
490         mep-opc.h, mt-asm.c, mt-desc.c, mt-desc.h, mt-dis.c, mt-ibld.c,
491         mt-opc.c, mt-opc.h, openrisc-asm.c, openrisc-desc.c,
492         openrisc-desc.h, openrisc-dis.c, openrisc-ibld.c, openrisc-opc.c,
493         openrisc-opc.h, xc16x-asm.c, xc16x-desc.c, xc16x-desc.h,
494         xc16x-dis.c, xc16x-ibld.c, xc16x-opc.c, xc16x-opc.h,
495         xstormy16-asm.c, xstormy16-desc.c, xstormy16-desc.h,
496         xstormy16-dis.c, xstormy16-ibld.c, xstormy16-opc.c,
497         xstormy16-opc.h, z8k-opc.h: Regenerated
498
499 2007-07-04  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
500
501         * cr16-dis.c (getcinvstring): Add const qualifier to char *
502         parameter.
503         (print_insn_cr16): Remove cast to char *.
504
505 2007-07-03  Nathan Sidwell  <nathan@codesourcery.com>
506
507         * m68k-dis.c (fetch_arg): Add E.  Replace length switch with
508         direct masking.
509         (print_ins_arg): Add j & K operand types.
510         (match_insn_m68k): Check and skip initial '.' arg character.
511         (m68k_scan_mask): Likewise.
512         * m68k-opc.c (m68k_opcodes): Add coprocessor instructions.
513
514 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
515
516         * Makefile.am: Run "make dep-am".
517         * Makefile.in: Regenerate.
518         * aclocal.m4: Regenerate.
519         * config.in: Regenerate.
520         * po/POTFILES.in: Regenerate.
521         * po/opcodes.pot: Regenerate.
522
523 2007-06-30  H.J. Lu  <hongjiu.lu@intel.com>
524
525         * aclocal.m4: Regenerated.
526         * Makefile.in: Likewise.
527
528 2007-06-29  H.J. Lu  <hongjiu.lu@intel.com>
529
530         * i386-reg.tbl: Remove spaces before comments.
531
532 2007-06-29  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
533
534         * cr16-opc.c: New file.
535         * cr16-dis.c: New file.
536         * Makefile.am: Entries for cr16.
537         * Makefile.in: Regenerate.
538         * cofigure.in: Add cr16 target information.
539         * configure  : Regenerate.
540         * disassemble.c: Add cr16 target information.
541
542 2007-06-28  H.J. Lu  <hongjiu.lu@intel.com>
543
544         * Makefile.am (HFILES): Add i386-opc.h and i386-tbl.h.
545         (CFILES): Add i386-gen.c.
546         (i386-gen): New rule.
547         (i386-gen.o): Likewise.
548         (i386-tbl.h): Likewise.
549         Run "make dep-am".
550         * Makefile.in: Regenerated.
551
552         * i386-gen.c: New file.
553         * i386-opc.tbl: Likewise.
554         * i386-reg.tbl: Likewise.
555         * i386-tbl.h: Likewise.
556
557         * i386-opc.c: Include "i386-tbl.h".
558         (i386_optab): Removed.
559         (i386_regtab): Likewise.
560         (i386_regtab_size): Likewise.
561
562 2007-06-26  Paul Brook  <paul@codesourcery.com>
563
564         * arm-dis.c (coprocessor_opcodes): Add fmxr/fmrx mvfr0/mvfr1.
565
566 2007-06-25  H.J. Lu  <hongjiu.lu@intel.com>
567
568         * i386-opc.h (regKludge): Renamed to ...
569         (RegKludge): This.
570
571         * i386-opc.c (i386_optab): Replace regKludge with RegKludge.
572
573 2007-06-23  H.J. Lu  <hongjiu.lu@intel.com>
574
575         PR binutils/4667
576         * i386-dis.c (EX): Removed.
577         (EMd): New.
578         (EMq): Likewise.
579         (EXd): Likewise.
580         (EXq): Likewise.
581         (EXx): Likewise.
582         (PREGRP93...PREGRP97): Likewise.
583         (dis386_twobyte): Updated.
584         (prefix_user_table): Updated. Add PREGRP93...PREGRP97.
585         (OP_EX): Remove Intel syntax handling.
586
587 2007-06-18  Nathan Sidwell  <nathan@codesourcery.com>
588
589         * m68k-opc.c (m68k_opcodes): Add wdebugl variants.
590
591 2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
592
593         * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
594
595         * acinclude.m4: Removed.
596
597         * Makefile.in: Regenerated.
598         * doc/Makefile.in: Likewise.
599         * aclocal.m4: Likewise.
600         * configure: Likewise.
601
602 2007-06-05  Paul Brook  <paul@codesourcery.com>
603
604         * arm-dis.c (thumb32_opcodes): Display writeback ldrd/strd addresses.
605
606 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
607
608         * Makefile.in: Regnerate.
609         * configure: Regenerate.
610         * aclocal.m4: Regenerate.
611
612 2007-05-18  Alan Modra  <amodra@bigpond.net.au>
613
614         * ppc-dis.c (print_insn_powerpc): Don't skip all operands
615         after setting skip_optional.
616
617 2007-05-16  Peter Bergner  <bergner@vnet.ibm.com>
618
619         * ppc-dis.c (operand_value_powerpc, skip_optional_operands): New.
620         (print_insn_powerpc): Use the new operand_value_powerpc and
621         skip_optional_operands functions to omit or print all optional
622         operands as a group.
623         * ppc-opc.c (BFF, W, XFL_L, XWRA_MASK): New.
624         (XFL_MASK): Delete L and W bits from the mask.
625         (mtfsfi, mtfsfi.): Replace use of BF with BFF.  Relpace use of XRA_MASK
626         with XWRA_MASK.  Use W.
627         (mtfsf, mtfsf.): Use XFL_L and W.
628
629 2007-05-14  H.J. Lu  <hongjiu.lu@intel.com>
630
631         PR binutils/4502
632         * i386-dis.c (Suffix3DNow): Replace "pfmulhrw" with "pmulhrw".
633
634 2007-05-10  H.J. Lu  <hongjiu.lu@intel.com>
635
636         * i386-opc.h (ShortForm): Redefined.
637         (Jump): Likewise.
638         (JumpDword): Likewise.
639         (JumpByte): Likewise.
640         (JumpInterSegment): Likewise.
641         (FloatMF): Likewise.
642         (FloatR): Likewise.
643         (FloatD): Likewise.
644         (Size16): Likewise.
645         (Size32): Likewise.
646         (Size64): Likewise.
647         (IgnoreSize): Likewise.
648         (DefaultSize): Likewise.
649         (No_bSuf): Likewise.
650         (No_wSuf): Likewise.
651         (No_lSuf): Likewise.
652         (No_sSuf): Likewise.
653         (No_qSuf): Likewise.
654         (No_xSuf): Likewise.
655         (FWait): Likewise.
656         (IsString): Likewise.
657         (regKludge): Likewise.
658         (IsPrefix): Likewise.
659         (ImmExt): Likewise.
660         (NoRex64): Likewise.
661         (Rex64): Likewise.
662         (Ugh): Likewise.
663
664 2007-05-07  H.J. Lu  <hongjiu.lu@intel.com>
665
666         * i386-dis.c (threebyte_0x38_uses_DATA_prefix): Correct entries
667         for some SSE4 instructions.
668         (threebyte_0x3a_uses_DATA_prefix): Likewise.
669
670 2007-05-03  H.J. Lu  <hongjiu.lu@intel.com>
671
672         * i386-dis.c (CRC32_Fixup): Don't print suffix in Intel mode.
673
674         * i386-opc.c (i386_optab): Remove IgnoreSize and correct operand
675         type for crc32.
676
677 2007-05-01  H.J. Lu  <hongjiu.lu@intel.com>
678
679         * i386-dis.c (CRC32_Fixup): Properly handle Intel mode and
680         check data size prefix in 16bit mode.
681
682         * i386-opc.c (i386_optab): Default crc32 to non-8bit and
683         support Intel mode.
684
685 2007-04-30  Mark Salter  <msalter@redhat.com>
686
687         * frv-desc.c: Regenerate.
688         * frv-desc.h: Regenerate.
689
690 2007-04-30  Alan Modra  <amodra@bigpond.net.au>
691
692         PR 4436
693         * ppc-opc.c (powerpc_operands): Correct bitm for second entry of MBE.
694
695 2007-04-27  H.J. Lu  <hongjiu.lu@intel.com>
696
697         * i386-dis.c (modrm): Put reg before rm.
698
699 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
700
701         PR binutils/4430
702         * i386-dis.c (print_displacement): New.
703         (OP_E): Call print_displacement instead of print_operand_value
704         to output displacement when either base or index exist.  Print
705         the explicit zero displacement in 16bit mode.
706
707 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
708
709         PR binutils/4429
710         * i386-dis.c (print_insn): Also swap the order of op_riprel
711         when swapping op_index.  Break when the RIP relative address
712         is printed.
713         (OP_E): Properly handle RIP relative addressing and print the
714         explicit zero displacement for Intel mode.
715
716 2007-04-27  Alan Modra  <amodra@bigpond.net.au>
717
718         * Makefile.am: Run "make dep-am".
719         * Makefile.in: Regenerate.
720         * ns32k-dis.c: Include sysdep.h first.
721
722 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
723
724         * opcodes/s390-opc.c (MASK_SSF_RRDRD): Fourth nybble belongs to the
725         opcode.
726         * opcodes/s390-opc.txt (pfpo, ectg, csst): Add new z9-ec instructions.
727
728 2007-04-24  Nick Clifton  <nickc@redhat.com>
729
730         * arm-dis.c (print_insn): Initialise type.
731
732 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
733
734         * cgen-types.h: Include bfd_stdint.h, not stdint.h.
735         * Makefile.am: Run "make dep-am".
736         * Makefile.in: Regenerate.
737
738 2007-04-23  Nathan Sidwell  <nathan@codesourcery.com>
739
740         * m68k-opc.c: Mark mcfisa_c instructions.
741
742 2007-04-21  Richard Earnshaw  <rearnsha@arm.com>
743
744         * arm-dis.c (arm_opcodes): Disassemble to unified syntax.
745         (thumb_opcodes): Add missing white space in adr.
746         (arm_decode_shift): New parameter, print_shift.  Only decode the
747         shift parameter if set.  Adjust callers.
748         (print_insn_arm): Support for operand type q with no shift decode.
749
750 2007-04-21  Alan Modra  <amodra@bigpond.net.au>
751
752         * i386-opc.c (i386_float_regtab, i386_float_regtab_size): Delete.
753         Move contents to..
754         (i386_regtab): ..here.
755         * i386-opc.h (i386_float_regtab, i386_float_regtab_size): Delete.
756
757         * ppc-opc.c (powerpc_operands): Delete duplicate entries.
758         (BA_MASK, FXM_MASK, STRM_MASK, VA_MASK, VB_MASK, VC_MASK): Delete.
759         (VD_MASK, WS_MASK, MTMSRD_L, XRT_L): Delete.
760         (powerpc_opcodes): Replace uses of MTMSRD_L and XRT_L.
761
762 2007-04-20  Nathan Sidwell  <nathan@codesourcery.com>
763
764         * m68k-dis.c (print_insn_arg): Show c04 as rambar0 and c05 as
765         rambar1.
766
767 2007-04-20  Alan Modra  <amodra@bigpond.net.au>
768
769         * ppc-dis.c (print_insn_powerpc): Adjust for struct powerpc_operand
770         change.
771         * ppc-opc.c (powerpc_operands): Replace bit count with bit mask
772         in all entries.  Add PPC_OPERAND_SIGNED to DE entry.  Remove
773         references to following deleted functions.
774         (insert_bd, extract_bd, insert_dq, extract_dq): Delete.
775         (insert_ds, extract_ds, insert_de, extract_de): Delete.
776         (insert_des, extract_des, insert_li, extract_li): Delete.
777         (insert_nb, insert_rsq, insert_rtq, insert_ev2, extract_ev2): Delete.
778         (insert_ev4, extract_ev4, insert_ev8, extract_ev8): Delete.
779         (num_powerpc_operands): New constant.
780         (XSPRG_MASK): Remove entire SPRG field.
781         (powerpc_opcodes <bcctre, bcctrel>): Use XLBB_MASK not XLYBB_MASK.
782
783 2007-04-20  Alan Modra  <amodra@bigpond.net.au>
784
785         * ppc-opc.c (DCM, DGM, TE, RMC, R, SP, S): Correct shift.
786         (Z2_MASK): Define.
787         (powerpc_opcodes): Use Z2_MASK in all insns taking RMC operand.
788
789 2007-04-20  Richard Earnshaw  <rearnsha@arm.com>
790
791         * arm-dis.c (print_insn): Only look for a mapping symbol in the section
792         being disassembled.
793
794 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
795
796         * Makefile.am: Run "make dep-am".
797         * Makefile.in: Regenerate.
798         * po/POTFILES.in: Regenerate.
799
800 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
801
802         * ppc-opc.c (powerpc_opcodes): Add cctpl, cctpm, cctph, db8cyc,
803         db10cyc, db12cyc, db16cyc.
804
805 2007-04-19  Nathan Froyd <froydnj@codesourcery.com>
806
807         * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe.
808
809 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
810
811         * i386-dis.c (CRC32_Fixup): New.
812         (PREGRP85, PREGRP86, PREGRP87, PREGRP88, PREGRP89, PREGRP90,
813          PREGRP91): New.
814         (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.2.
815         (threebyte_0x3a_uses_DATA_prefix): Likewise.
816         (prefix_user_table): Add PREGRP85, PREGRP86, PREGRP87,
817         PREGRP88, PREGRP89, PREGRP90 and PREGRP91.
818         (three_byte_table): Likewise.
819
820         * i386-opc.c (i386_optab): Add SSE4.2 opcodes.
821
822         * i386-opc.h (CpuSSE4_2): New.
823         (CpuSSE4): Likewise.
824         (CpuUnknownFlags): Add CpuSSE4_2.
825
826 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
827
828         * i386-dis.c (XMM_Fixup): New.
829         (Edqb): New.
830         (Edqd): New.
831         (XMM0): New.
832         (dqb_mode): New.
833         (dqd_mode): New.
834         (PREGRP39 ... PREGRP85): New.
835         (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.
836         (threebyte_0x3a_uses_DATA_prefix): Likewise.
837         (prefix_user_table): Add PREGRP39 ... PREGRP85.
838         (three_byte_table): Likewise.
839         (putop): Handle 'K'.
840         (intel_operand_size): Handle dqb_mode, dqd_mode):
841         (OP_E): Likewise.
842         (OP_G): Likewise.
843
844         * i386-opc.c (i386_optab): Add SSE4.1 opcodes.
845
846         * i386-opc.h (CpuSSE4_1): New.
847         (CpuUnknownFlags): Add CpuSSE4_1.
848         (regKludge): Update comment.
849
850 2007-04-18  Matthias Klose  <doko@ubuntu.com>
851
852         * Makefile.am (libopcodes_la_LDFLAGS): Use bfd soversion.
853         * Makefile.in: Regenerate.
854
855 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
856
857         * Makefile.am: Add ACLOCAL_AMFLAGS.
858         * Makefile.in: Regenerate.
859
860 2007-04-13  H.J. Lu  <hongjiu.lu@intel.com>
861
862         * i386-dis.c: Remove trailing white spaces.
863         * i386-opc.c: Likewise.
864         * i386-opc.h: Likewise.
865
866 2007-04-11  H.J. Lu  <hongjiu.lu@intel.com>
867
868         PR binutils/4333
869         * i386-dis.c (GRP1a): New.
870         (GRP1b ... GRPPADLCK2): Update index.
871         (dis386): Use GRP1a for entry 0x8f.
872         (mod, rm, reg): Removed. Replaced by ...
873         (modrm): This.
874         (grps): Add GRP1a.
875
876 2007-04-09  Kazu Hirata  <kazu@codesourcery.com>
877
878         * m68k-dis.c (print_insn_m68k): Restore info->fprintf_func and
879         info->print_address_func if longjmp is called.
880
881 2007-03-29  DJ Delorie  <dj@redhat.com>
882
883         * m32c-desc.c: Regenerate.
884         * m32c-dis.c: Regenerate.
885         * m32c-opc.c: Regenerate.
886
887 2007-03-28  H.J. Lu  <hongjiu.lu@intel.com>
888
889         * i386-opc.c (i386_optab): Change InvMem to RegMem for mov and
890         movq.  Remove InvMem from sldt, smsw and str.
891
892         * i386-opc.h (InvMem): Renamed to ...
893         (RegMem): Update comments.
894         (AnyMem): Remove InvMem.
895
896 2007-03-27  Paul Brook  <paul@codesourcery.com>
897
898         * arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
899
900 2007-03-24  Paul Brook  <paul@codesourcery.com>
901
902         * arm-dis.c (coprocessor_opcodes): Remove superfluous 0x.
903         (print_insn_coprocessor): Handle %<bitfield>x.
904
905 2007-03-24  Paul Brook  <paul@codesourcery.com>
906             Mark Shinwell  <shinwell@codesourcery.com>
907
908         * arm-dis.c (arm_opcodes): Print SRS base register.
909
910 2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
911
912         * i386-dis.c (prefix_name): Replace rex64XYZ with rex.WRXB.
913
914         * i386-opc.c (i386_optab): Add rex.wrxb.
915
916 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
917
918         * i386-dis.c (REX_MODE64): Remove definition.
919         (REX_EXTX): Likewise.
920         (REX_EXTY): Likewise.
921         (REX_EXTZ): Likewise.
922         (USED_REX): Use REX_OPCODE instead of 0x40.
923         Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W,
924         REX_R, REX_X and REX_B respectively.
925
926 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
927
928         PR binutils/4218
929         * i386-dis.c (PREGRP38): New.
930         (dis386): Use PREGRP38 for 0x90.
931         (prefix_user_table): Add PREGRP38.
932         (print_insn): Set uses_REPZ_prefix to 1 for pause.
933         (NOP_Fixup1): Properly handle REX bits.
934         (NOP_Fixup2): Likewise.
935
936         * i386-opc.c (i386_optab): Allow %eax with xchg in 64bit.
937         Allow register with nop.
938
939 2007-03-20  DJ Delorie  <dj@redhat.com>
940
941         * m32c-asm.c: Regenerate.
942         * m32c-desc.c: Regenerate.
943         * m32c-desc.h: Regenerate.
944         * m32c-dis.h: Regenerate.
945         * m32c-ibld.c: Regenerate.
946         * m32c-opc.c: Regenerate.
947         * m32c-opc.h: Regenerate.
948
949 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
950
951         * i386-opc.c: Include "libiberty.h".
952         (i386_regtab): Remove the last entry.
953         (i386_regtab_size): New.
954         (i386_float_regtab_size): Likewise.
955
956         * i386-opc.h (i386_regtab_size): New.
957         (i386_float_regtab_size): Likewise.
958
959 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
960
961         * Makefile.am (CFILES): Add i386-opc.c.
962         (ALL_MACHINES): Add i386-opc.lo.
963         Run "make dep-am".
964         * Makefile.in: Regenerated.
965
966         * configure.in: Add i386-opc.lo for bfd_i386_arch.
967         * configure: Regenerated.
968
969         * i386-dis.c: Include "opcode/i386.h".
970         (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
971         (FWAIT_OPCODE): Remove definition.
972         (UNIXWARE_COMPAT): Renamed to SYSV386_COMPAT. Remove definition.
973         (MAX_OPERANDS): Remove definition.
974
975         * i386-opc.c: New file.
976         * i386-opc.h: Likewise.
977
978 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
979
980         * Makefile.in: Regenerated.
981
982 2007-03-09  H.J. Lu  <hongjiu.lu@intel.com>
983
984         * i386-dis.c (OP_Rd): Renamed to ...
985         (OP_R): This.
986         (Rd): Updated.
987         (Rm): Likewise.
988
989 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
990
991         * fr30-asm.c: Regenerate.
992         * frv-asm.c: Regenerate.
993         * ip2k-asm.c: Regenerate.
994         * iq2000-asm.c: Regenerate.
995         * m32c-asm.c: Regenerate.
996         * m32r-asm.c: Regenerate.
997         * m32r-dis.c: Regenerate.
998         * mt-asm.c: Regenerate.
999         * mt-ibld.c: Regenerate.
1000         * mt-opc.c: Regenerate.
1001         * openrisc-asm.c: Regenerate.
1002         * xc16x-asm.c: Regenerate.
1003         * xstormy16-asm.c: Regenerate.
1004
1005         * Makefile.am: Run "make dep-am".
1006         * Makefile.in: Regenerate.
1007         * po/POTFILES.in: Regenerate.
1008
1009 2007-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
1010
1011         * opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR,
1012         INSTR_RRF_UUFF, INSTR_RRF_0UFF, INSTR_RRF_FFFU, INSTR_RRR_F0FF): New
1013         instruction formats added.
1014         (MASK_RRE_FR, MASK_RRF_F0FF2, MASK_RRF_F0FR, MASK_RRF_UUFF,
1015         MASK_RRF_0UFF, MASK_RRF_FFFU, MASK_RRR_F0FF): New instruction format
1016         masks added.
1017         * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
1018         instructions added.
1019         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
1020         (main): z9-ec cpu type option added.
1021         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
1022
1023 2007-02-22  DJ Delorie  <dj@redhat.com>
1024
1025         * s390-opc.c (INSTR_SS_L2RDRD): New.
1026         (MASK_SS_L2RDRD): New.
1027         * s390-opc.txt (pka): Use it.
1028
1029 2007-02-20  Thiemo Seufer  <ths@mips.com>
1030             Chao-Ying Fu  <fu@mips.com>
1031
1032         * mips-dis.c (mips_arch_choices): Add DSP R2 support.
1033         (print_insn_args): Add support for balign instruction.
1034         * mips-opc.c (D33): New shortcut for DSP R2 instructions.
1035         (mips_builtin_opcodes): Add DSP R2 instructions.
1036
1037 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
1038
1039         * s390-opc.c (INSTR_RRF_U0FR, MASK_RRF_U0FR): Removed.
1040         (INSTR_RRF_U0RF, MASK_RRF_U0RF): Added.
1041         * s390-opc.txt (cfxbr, cfdbr, cfebr, cgebr, cgdbr, cgxbr, cger, cgdr,
1042         cgxr, cfxr, cfdr, cfer): Instruction type set to INSTR_RRF_U0RF.
1043
1044 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
1045
1046         * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
1047         * s390-opc.c (s390_operands): Add RO_28 as optional gpr.
1048         (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
1049         and sfpc.
1050
1051 2007-02-16  Nick Clifton  <nickc@redhat.com>
1052
1053         PR binutils/4045
1054         * avr-dis.c (comment_start): New variable, contains the prefix to
1055         use when printing addresses in comments.
1056         (print_insn_avr): Set comment_start to an empty space if there is
1057         no symbol table available as the generic address printing code
1058         will prefix the numeric value of the address with 0x.
1059
1060 2007-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1061
1062          * i386-dis.c: Updated to use an array of MAX_OPERANDS operands
1063          in struct dis386.
1064
1065 2007-02-05  Dave Brolley  <brolley@redhat.com>
1066             Richard Sandiford  <rsandifo@redhat.com>
1067             DJ Delorie  <dj@redhat.com>
1068             Graydon Hoare  <graydon@redhat.com>
1069             Frank Ch. Eigler  <fche@redhat.com>
1070             Ben Elliston  <bje@redhat.com>
1071
1072         * Makefile.am (HFILES): Add mep-desc.h mep-opc.h.
1073         (CFILES): Add mep-*.c
1074         (ALL_MACHINES): Add mep-*.lo.
1075         (CLEANFILES): Add stamp-mep.
1076         (CGEN_CPUS): Add mep.
1077         (MEP_DEPS): New variable.
1078         (mep-*): New targets.
1079         * configure.in: Handle bfd_mep_arch.
1080         * disassemble.c (ARCH_mep): New macro.
1081         (disassembler): Handle bfd_arch_mep.
1082         (disassemble_init_for_target): Likewise.
1083         * mep-*: New files for Toshiba Media Processor (MeP).
1084         * Makefile.in: Regenerated.
1085         * configure: Regenerated.
1086
1087 2007-02-05  H.J. Lu  <hongjiu.lu@intel.com>
1088
1089         * i386-dis.c (OP_J): Undo the last change. Properly handle 64K
1090         wrap around within the same segment in 16bit mode.
1091
1092 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
1093
1094         * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
1095         prefix.
1096
1097 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
1098
1099         * avr-dis.c (avr_operand): Correct PR number in comment.
1100
1101 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
1102
1103         * disassemble.c (disassembler_usage): Call
1104         print_i386_disassembler_options for i386 disassembler.
1105
1106         * i386-dis.c (print_i386_disassembler_options): New.
1107         (print_insn): Support the new addr64 option.
1108
1109 2007-02-02  Hiroki Kaminaga  <kaminaga@sm.sony.co.jp>
1110
1111         * ppc-dis.c (powerpc_dialect): Handle ppc440.
1112         * ppc-dis.c (print_ppc_disassembler_options): Note the -M440 can
1113         be used.
1114
1115 2007-02-02  Alan Modra  <amodra@bigpond.net.au>
1116
1117         * ppc-opc.c (insert_bdm): -Many comment.
1118         (valid_bo): Add "extract" param.  Accept both powerpc and power4
1119         BO fields when disassembling with -Many.
1120         (insert_bo, extract_bo, insert_boe, extract_boe): Adjust valid_bo call.
1121
1122 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
1123
1124         * m68k-opc.c (m68k_opcodes): Replace cpu32 with
1125         cpu32 | fido_a except on tbl instructions.
1126
1127 2007-01-04  Paul Brook  <paul@codesourcery.com>
1128
1129         * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
1130
1131 2007-01-04  Andreas Schwab  <schwab@suse.de>
1132
1133         * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
1134
1135 2007-01-04  Julian Brown  <julian@codesourcery.com>
1136
1137         * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
1138         vqrshl instructions.
1139
1140 For older changes see ChangeLog-2006
1141 \f
1142 Local Variables:
1143 mode: change-log
1144 left-margin: 8
1145 fill-column: 74
1146 version-control: never
1147 End: