2007-06-29 H.J. Lu <hongjiu.lu@intel.com>
[binutils.git] / opcodes / ChangeLog
blob9ffd03d31e116e83e808750791d26e5b1f3b5bb4
1 2007-06-29  H.J. Lu  <hongjiu.lu@intel.com>
3         * i386-reg.tbl: Remove spaces before comments.
5 2007-06-29  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7         * cr16-opc.c: New file.
8         * cr16-dis.c: New file.
9         * Makefile.am: Entries for cr16.
10         * Makefile.in: Regenerate.
11         * cofigure.in: Add cr16 target information.
12         * configure  : Regenerate.
13         * disassemble.c: Add cr16 target information.
15 2007-06-28  H.J. Lu  <hongjiu.lu@intel.com>
17         * Makefile.am (HFILES): Add i386-opc.h and i386-tbl.h.
18         (CFILES): Add i386-gen.c.
19         (i386-gen): New rule.
20         (i386-gen.o): Likewise.
21         (i386-tbl.h): Likewise.
22         Run "make dep-am".
23         * Makefile.in: Regenerated.
25         * i386-gen.c: New file.
26         * i386-opc.tbl: Likewise.
27         * i386-reg.tbl: Likewise.
28         * i386-tbl.h: Likewise.
30         * i386-opc.c: Include "i386-tbl.h".
31         (i386_optab): Removed.
32         (i386_regtab): Likewise.
33         (i386_regtab_size): Likewise.
35 2007-06-26  Paul Brook  <paul@codesourcery.com>
37         * arm-dis.c (coprocessor_opcodes): Add fmxr/fmrx mvfr0/mvfr1.
39 2007-06-25  H.J. Lu  <hongjiu.lu@intel.com>
41         * i386-opc.h (regKludge): Renamed to ...
42         (RegKludge): This.
44         * i386-opc.c (i386_optab): Replace regKludge with RegKludge.
46 2007-06-23  H.J. Lu  <hongjiu.lu@intel.com>
48         PR binutils/4667
49         * i386-dis.c (EX): Removed.
50         (EMd): New.
51         (EMq): Likewise.
52         (EXd): Likewise.
53         (EXq): Likewise.
54         (EXx): Likewise.
55         (PREGRP93...PREGRP97): Likewise.
56         (dis386_twobyte): Updated.
57         (prefix_user_table): Updated. Add PREGRP93...PREGRP97.
58         (OP_EX): Remove Intel syntax handling.
60 2007-06-18  Nathan Sidwell  <nathan@codesourcery.com>
62         * m68k-opc.c (m68k_opcodes): Add wdebugl variants.
64 2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
66         * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
68         * acinclude.m4: Removed.
70         * Makefile.in: Regenerated.
71         * doc/Makefile.in: Likewise.
72         * aclocal.m4: Likewise.
73         * configure: Likewise.
75 2007-06-05  Paul Brook  <paul@codesourcery.com>
77         * arm-dis.c (thumb32_opcodes): Display writeback ldrd/strd addresses.
79 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
81         * Makefile.in: Regnerate.
82         * configure: Regenerate.
83         * aclocal.m4: Regenerate.
85 2007-05-18  Alan Modra  <amodra@bigpond.net.au>
87         * ppc-dis.c (print_insn_powerpc): Don't skip all operands
88         after setting skip_optional.
90 2007-05-16  Peter Bergner  <bergner@vnet.ibm.com>
92         * ppc-dis.c (operand_value_powerpc, skip_optional_operands): New.
93         (print_insn_powerpc): Use the new operand_value_powerpc and
94         skip_optional_operands functions to omit or print all optional
95         operands as a group.
96         * ppc-opc.c (BFF, W, XFL_L, XWRA_MASK): New.
97         (XFL_MASK): Delete L and W bits from the mask.
98         (mtfsfi, mtfsfi.): Replace use of BF with BFF.  Relpace use of XRA_MASK
99         with XWRA_MASK.  Use W.
100         (mtfsf, mtfsf.): Use XFL_L and W.
102 2007-05-14  H.J. Lu  <hongjiu.lu@intel.com>
104         PR binutils/4502
105         * i386-dis.c (Suffix3DNow): Replace "pfmulhrw" with "pmulhrw".
107 2007-05-10  H.J. Lu  <hongjiu.lu@intel.com>
109         * i386-opc.h (ShortForm): Redefined.
110         (Jump): Likewise.
111         (JumpDword): Likewise.
112         (JumpByte): Likewise.
113         (JumpInterSegment): Likewise.
114         (FloatMF): Likewise.
115         (FloatR): Likewise.
116         (FloatD): Likewise.
117         (Size16): Likewise.
118         (Size32): Likewise.
119         (Size64): Likewise.
120         (IgnoreSize): Likewise.
121         (DefaultSize): Likewise.
122         (No_bSuf): Likewise.
123         (No_wSuf): Likewise.
124         (No_lSuf): Likewise.
125         (No_sSuf): Likewise.
126         (No_qSuf): Likewise.
127         (No_xSuf): Likewise.
128         (FWait): Likewise.
129         (IsString): Likewise.
130         (regKludge): Likewise.
131         (IsPrefix): Likewise.
132         (ImmExt): Likewise.
133         (NoRex64): Likewise.
134         (Rex64): Likewise.
135         (Ugh): Likewise.
137 2007-05-07  H.J. Lu  <hongjiu.lu@intel.com>
139         * i386-dis.c (threebyte_0x38_uses_DATA_prefix): Correct entries
140         for some SSE4 instructions.
141         (threebyte_0x3a_uses_DATA_prefix): Likewise.
143 2007-05-03  H.J. Lu  <hongjiu.lu@intel.com>
145         * i386-dis.c (CRC32_Fixup): Don't print suffix in Intel mode.
147         * i386-opc.c (i386_optab): Remove IgnoreSize and correct operand
148         type for crc32.
150 2007-05-01  H.J. Lu  <hongjiu.lu@intel.com>
152         * i386-dis.c (CRC32_Fixup): Properly handle Intel mode and
153         check data size prefix in 16bit mode.
155         * i386-opc.c (i386_optab): Default crc32 to non-8bit and
156         support Intel mode.
158 2007-04-30  Mark Salter  <msalter@redhat.com>
160         * frv-desc.c: Regenerate.
161         * frv-desc.h: Regenerate.
163 2007-04-30  Alan Modra  <amodra@bigpond.net.au>
165         PR 4436
166         * ppc-opc.c (powerpc_operands): Correct bitm for second entry of MBE.
168 2007-04-27  H.J. Lu  <hongjiu.lu@intel.com>
170         * i386-dis.c (modrm): Put reg before rm.
172 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
174         PR binutils/4430
175         * i386-dis.c (print_displacement): New.
176         (OP_E): Call print_displacement instead of print_operand_value
177         to output displacement when either base or index exist.  Print
178         the explicit zero displacement in 16bit mode.
180 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
182         PR binutils/4429
183         * i386-dis.c (print_insn): Also swap the order of op_riprel
184         when swapping op_index.  Break when the RIP relative address
185         is printed.
186         (OP_E): Properly handle RIP relative addressing and print the
187         explicit zero displacement for Intel mode.
189 2007-04-27  Alan Modra  <amodra@bigpond.net.au>
191         * Makefile.am: Run "make dep-am".
192         * Makefile.in: Regenerate.
193         * ns32k-dis.c: Include sysdep.h first.
195 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
197         * opcodes/s390-opc.c (MASK_SSF_RRDRD): Fourth nybble belongs to the
198         opcode.
199         * opcodes/s390-opc.txt (pfpo, ectg, csst): Add new z9-ec instructions.
201 2007-04-24  Nick Clifton  <nickc@redhat.com>
203         * arm-dis.c (print_insn): Initialise type.
205 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
207         * cgen-types.h: Include bfd_stdint.h, not stdint.h.
208         * Makefile.am: Run "make dep-am".
209         * Makefile.in: Regenerate.
211 2007-04-23  Nathan Sidwell  <nathan@codesourcery.com>
213         * m68k-opc.c: Mark mcfisa_c instructions.
215 2007-04-21  Richard Earnshaw  <rearnsha@arm.com>
217         * arm-dis.c (arm_opcodes): Disassemble to unified syntax.
218         (thumb_opcodes): Add missing white space in adr.
219         (arm_decode_shift): New parameter, print_shift.  Only decode the
220         shift parameter if set.  Adjust callers.
221         (print_insn_arm): Support for operand type q with no shift decode.
223 2007-04-21  Alan Modra  <amodra@bigpond.net.au>
225         * i386-opc.c (i386_float_regtab, i386_float_regtab_size): Delete.
226         Move contents to..
227         (i386_regtab): ..here.
228         * i386-opc.h (i386_float_regtab, i386_float_regtab_size): Delete.
230         * ppc-opc.c (powerpc_operands): Delete duplicate entries.
231         (BA_MASK, FXM_MASK, STRM_MASK, VA_MASK, VB_MASK, VC_MASK): Delete.
232         (VD_MASK, WS_MASK, MTMSRD_L, XRT_L): Delete.
233         (powerpc_opcodes): Replace uses of MTMSRD_L and XRT_L.
235 2007-04-20  Nathan Sidwell  <nathan@codesourcery.com>
237         * m68k-dis.c (print_insn_arg): Show c04 as rambar0 and c05 as
238         rambar1.
240 2007-04-20  Alan Modra  <amodra@bigpond.net.au>
242         * ppc-dis.c (print_insn_powerpc): Adjust for struct powerpc_operand
243         change.
244         * ppc-opc.c (powerpc_operands): Replace bit count with bit mask
245         in all entries.  Add PPC_OPERAND_SIGNED to DE entry.  Remove
246         references to following deleted functions.
247         (insert_bd, extract_bd, insert_dq, extract_dq): Delete.
248         (insert_ds, extract_ds, insert_de, extract_de): Delete.
249         (insert_des, extract_des, insert_li, extract_li): Delete.
250         (insert_nb, insert_rsq, insert_rtq, insert_ev2, extract_ev2): Delete.
251         (insert_ev4, extract_ev4, insert_ev8, extract_ev8): Delete.
252         (num_powerpc_operands): New constant.
253         (XSPRG_MASK): Remove entire SPRG field.
254         (powerpc_opcodes <bcctre, bcctrel>): Use XLBB_MASK not XLYBB_MASK.
256 2007-04-20  Alan Modra  <amodra@bigpond.net.au>
258         * ppc-opc.c (DCM, DGM, TE, RMC, R, SP, S): Correct shift.
259         (Z2_MASK): Define.
260         (powerpc_opcodes): Use Z2_MASK in all insns taking RMC operand.
262 2007-04-20  Richard Earnshaw  <rearnsha@arm.com>
264         * arm-dis.c (print_insn): Only look for a mapping symbol in the section
265         being disassembled.
267 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
269         * Makefile.am: Run "make dep-am".
270         * Makefile.in: Regenerate.
271         * po/POTFILES.in: Regenerate.
273 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
275         * ppc-opc.c (powerpc_opcodes): Add cctpl, cctpm, cctph, db8cyc,
276         db10cyc, db12cyc, db16cyc.
278 2007-04-19  Nathan Froyd <froydnj@codesourcery.com>
280         * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe.
282 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
284         * i386-dis.c (CRC32_Fixup): New.
285         (PREGRP85, PREGRP86, PREGRP87, PREGRP88, PREGRP89, PREGRP90,
286          PREGRP91): New.
287         (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.2.
288         (threebyte_0x3a_uses_DATA_prefix): Likewise.
289         (prefix_user_table): Add PREGRP85, PREGRP86, PREGRP87,
290         PREGRP88, PREGRP89, PREGRP90 and PREGRP91.
291         (three_byte_table): Likewise.
293         * i386-opc.c (i386_optab): Add SSE4.2 opcodes.
295         * i386-opc.h (CpuSSE4_2): New.
296         (CpuSSE4): Likewise.
297         (CpuUnknownFlags): Add CpuSSE4_2.
299 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
301         * i386-dis.c (XMM_Fixup): New.
302         (Edqb): New.
303         (Edqd): New.
304         (XMM0): New.
305         (dqb_mode): New.
306         (dqd_mode): New.
307         (PREGRP39 ... PREGRP85): New.
308         (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.
309         (threebyte_0x3a_uses_DATA_prefix): Likewise.
310         (prefix_user_table): Add PREGRP39 ... PREGRP85.
311         (three_byte_table): Likewise.
312         (putop): Handle 'K'.
313         (intel_operand_size): Handle dqb_mode, dqd_mode):
314         (OP_E): Likewise.
315         (OP_G): Likewise.
317         * i386-opc.c (i386_optab): Add SSE4.1 opcodes.
319         * i386-opc.h (CpuSSE4_1): New.
320         (CpuUnknownFlags): Add CpuSSE4_1.
321         (regKludge): Update comment.
323 2007-04-18  Matthias Klose  <doko@ubuntu.com>
325         * Makefile.am (libopcodes_la_LDFLAGS): Use bfd soversion.
326         * Makefile.in: Regenerate.
328 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
330         * Makefile.am: Add ACLOCAL_AMFLAGS.
331         * Makefile.in: Regenerate.
333 2007-04-13  H.J. Lu  <hongjiu.lu@intel.com>
335         * i386-dis.c: Remove trailing white spaces.
336         * i386-opc.c: Likewise.
337         * i386-opc.h: Likewise.
339 2007-04-11  H.J. Lu  <hongjiu.lu@intel.com>
341         PR binutils/4333
342         * i386-dis.c (GRP1a): New.
343         (GRP1b ... GRPPADLCK2): Update index.
344         (dis386): Use GRP1a for entry 0x8f.
345         (mod, rm, reg): Removed. Replaced by ...
346         (modrm): This.
347         (grps): Add GRP1a.
349 2007-04-09  Kazu Hirata  <kazu@codesourcery.com>
351         * m68k-dis.c (print_insn_m68k): Restore info->fprintf_func and
352         info->print_address_func if longjmp is called.
354 2007-03-29  DJ Delorie  <dj@redhat.com>
356         * m32c-desc.c: Regenerate.
357         * m32c-dis.c: Regenerate.
358         * m32c-opc.c: Regenerate.
360 2007-03-28  H.J. Lu  <hongjiu.lu@intel.com>
362         * i386-opc.c (i386_optab): Change InvMem to RegMem for mov and
363         movq.  Remove InvMem from sldt, smsw and str.
365         * i386-opc.h (InvMem): Renamed to ...
366         (RegMem): Update comments.
367         (AnyMem): Remove InvMem.
369 2007-03-27  Paul Brook  <paul@codesourcery.com>
371         * arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
373 2007-03-24  Paul Brook  <paul@codesourcery.com>
375         * arm-dis.c (coprocessor_opcodes): Remove superfluous 0x.
376         (print_insn_coprocessor): Handle %<bitfield>x.
378 2007-03-24  Paul Brook  <paul@codesourcery.com>
379             Mark Shinwell  <shinwell@codesourcery.com>
381         * arm-dis.c (arm_opcodes): Print SRS base register.
383 2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
385         * i386-dis.c (prefix_name): Replace rex64XYZ with rex.WRXB.
387         * i386-opc.c (i386_optab): Add rex.wrxb.
389 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
391         * i386-dis.c (REX_MODE64): Remove definition.
392         (REX_EXTX): Likewise.
393         (REX_EXTY): Likewise.
394         (REX_EXTZ): Likewise.
395         (USED_REX): Use REX_OPCODE instead of 0x40.
396         Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W,
397         REX_R, REX_X and REX_B respectively.
399 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
401         PR binutils/4218
402         * i386-dis.c (PREGRP38): New.
403         (dis386): Use PREGRP38 for 0x90.
404         (prefix_user_table): Add PREGRP38.
405         (print_insn): Set uses_REPZ_prefix to 1 for pause.
406         (NOP_Fixup1): Properly handle REX bits.
407         (NOP_Fixup2): Likewise.
409         * i386-opc.c (i386_optab): Allow %eax with xchg in 64bit.
410         Allow register with nop.
412 2007-03-20  DJ Delorie  <dj@redhat.com>
414         * m32c-asm.c: Regenerate.
415         * m32c-desc.c: Regenerate.
416         * m32c-desc.h: Regenerate.
417         * m32c-dis.h: Regenerate.
418         * m32c-ibld.c: Regenerate.
419         * m32c-opc.c: Regenerate.
420         * m32c-opc.h: Regenerate.
422 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
424         * i386-opc.c: Include "libiberty.h".
425         (i386_regtab): Remove the last entry.
426         (i386_regtab_size): New.
427         (i386_float_regtab_size): Likewise.
429         * i386-opc.h (i386_regtab_size): New.
430         (i386_float_regtab_size): Likewise.
432 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
434         * Makefile.am (CFILES): Add i386-opc.c.
435         (ALL_MACHINES): Add i386-opc.lo.
436         Run "make dep-am".
437         * Makefile.in: Regenerated.
439         * configure.in: Add i386-opc.lo for bfd_i386_arch.
440         * configure: Regenerated.
442         * i386-dis.c: Include "opcode/i386.h".
443         (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
444         (FWAIT_OPCODE): Remove definition.
445         (UNIXWARE_COMPAT): Renamed to SYSV386_COMPAT. Remove definition.
446         (MAX_OPERANDS): Remove definition.
448         * i386-opc.c: New file.
449         * i386-opc.h: Likewise.
451 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
453         * Makefile.in: Regenerated.
455 2007-03-09  H.J. Lu  <hongjiu.lu@intel.com>
457         * i386-dis.c (OP_Rd): Renamed to ...
458         (OP_R): This.
459         (Rd): Updated.
460         (Rm): Likewise.
462 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
464         * fr30-asm.c: Regenerate.
465         * frv-asm.c: Regenerate.
466         * ip2k-asm.c: Regenerate.
467         * iq2000-asm.c: Regenerate.
468         * m32c-asm.c: Regenerate.
469         * m32r-asm.c: Regenerate.
470         * m32r-dis.c: Regenerate.
471         * mt-asm.c: Regenerate.
472         * mt-ibld.c: Regenerate.
473         * mt-opc.c: Regenerate.
474         * openrisc-asm.c: Regenerate.
475         * xc16x-asm.c: Regenerate.
476         * xstormy16-asm.c: Regenerate.
478         * Makefile.am: Run "make dep-am".
479         * Makefile.in: Regenerate.
480         * po/POTFILES.in: Regenerate.
482 2007-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
484         * opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR,
485         INSTR_RRF_UUFF, INSTR_RRF_0UFF, INSTR_RRF_FFFU, INSTR_RRR_F0FF): New
486         instruction formats added.
487         (MASK_RRE_FR, MASK_RRF_F0FF2, MASK_RRF_F0FR, MASK_RRF_UUFF,
488         MASK_RRF_0UFF, MASK_RRF_FFFU, MASK_RRR_F0FF): New instruction format
489         masks added.
490         * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
491         instructions added.
492         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
493         (main): z9-ec cpu type option added.
494         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
496 2007-02-22  DJ Delorie  <dj@redhat.com>
498         * s390-opc.c (INSTR_SS_L2RDRD): New.
499         (MASK_SS_L2RDRD): New.
500         * s390-opc.txt (pka): Use it.
502 2007-02-20  Thiemo Seufer  <ths@mips.com>
503             Chao-Ying Fu  <fu@mips.com>
505         * mips-dis.c (mips_arch_choices): Add DSP R2 support.
506         (print_insn_args): Add support for balign instruction.
507         * mips-opc.c (D33): New shortcut for DSP R2 instructions.
508         (mips_builtin_opcodes): Add DSP R2 instructions.
510 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
512         * s390-opc.c (INSTR_RRF_U0FR, MASK_RRF_U0FR): Removed.
513         (INSTR_RRF_U0RF, MASK_RRF_U0RF): Added.
514         * s390-opc.txt (cfxbr, cfdbr, cfebr, cgebr, cgdbr, cgxbr, cger, cgdr,
515         cgxr, cfxr, cfdr, cfer): Instruction type set to INSTR_RRF_U0RF.
517 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
519         * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
520         * s390-opc.c (s390_operands): Add RO_28 as optional gpr.
521         (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
522         and sfpc.
524 2007-02-16  Nick Clifton  <nickc@redhat.com>
526         PR binutils/4045
527         * avr-dis.c (comment_start): New variable, contains the prefix to
528         use when printing addresses in comments.
529         (print_insn_avr): Set comment_start to an empty space if there is
530         no symbol table available as the generic address printing code
531         will prefix the numeric value of the address with 0x.
533 2007-02-13  H.J. Lu  <hongjiu.lu@intel.com>
535          * i386-dis.c: Updated to use an array of MAX_OPERANDS operands
536          in struct dis386.
538 2007-02-05  Dave Brolley  <brolley@redhat.com>
539             Richard Sandiford  <rsandifo@redhat.com>
540             DJ Delorie  <dj@redhat.com>
541             Graydon Hoare  <graydon@redhat.com>
542             Frank Ch. Eigler  <fche@redhat.com>
543             Ben Elliston  <bje@redhat.com>
545         * Makefile.am (HFILES): Add mep-desc.h mep-opc.h.
546         (CFILES): Add mep-*.c
547         (ALL_MACHINES): Add mep-*.lo.
548         (CLEANFILES): Add stamp-mep.
549         (CGEN_CPUS): Add mep.
550         (MEP_DEPS): New variable.
551         (mep-*): New targets.
552         * configure.in: Handle bfd_mep_arch.
553         * disassemble.c (ARCH_mep): New macro.
554         (disassembler): Handle bfd_arch_mep.
555         (disassemble_init_for_target): Likewise.
556         * mep-*: New files for Toshiba Media Processor (MeP).
557         * Makefile.in: Regenerated.
558         * configure: Regenerated.
560 2007-02-05  H.J. Lu  <hongjiu.lu@intel.com>
562         * i386-dis.c (OP_J): Undo the last change. Properly handle 64K
563         wrap around within the same segment in 16bit mode.
565 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
567         * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
568         prefix.
570 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
572         * avr-dis.c (avr_operand): Correct PR number in comment.
574 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
576         * disassemble.c (disassembler_usage): Call
577         print_i386_disassembler_options for i386 disassembler.
579         * i386-dis.c (print_i386_disassembler_options): New.
580         (print_insn): Support the new addr64 option.
582 2007-02-02  Hiroki Kaminaga  <kaminaga@sm.sony.co.jp>
584         * ppc-dis.c (powerpc_dialect): Handle ppc440.
585         * ppc-dis.c (print_ppc_disassembler_options): Note the -M440 can
586         be used.
588 2007-02-02  Alan Modra  <amodra@bigpond.net.au>
590         * ppc-opc.c (insert_bdm): -Many comment.
591         (valid_bo): Add "extract" param.  Accept both powerpc and power4
592         BO fields when disassembling with -Many.
593         (insert_bo, extract_bo, insert_boe, extract_boe): Adjust valid_bo call.
595 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
597         * m68k-opc.c (m68k_opcodes): Replace cpu32 with
598         cpu32 | fido_a except on tbl instructions.
600 2007-01-04  Paul Brook  <paul@codesourcery.com>
602         * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
604 2007-01-04  Andreas Schwab  <schwab@suse.de>
606         * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
608 2007-01-04  Julian Brown  <julian@codesourcery.com>
610         * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
611         vqrshl instructions.
613 For older changes see ChangeLog-2006
615 Local Variables:
616 mode: change-log
617 left-margin: 8
618 fill-column: 74
619 version-control: never
620 End: