gas/
[binutils.git] / opcodes / ChangeLog
bloba478d04969e8eb26e4a9b12d98f9d1eefce43f48
1 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
3         * Makefile.am (CFILES): Add i386-opc.c.
4         (ALL_MACHINES): Add i386-opc.lo.
5         Run "make dep-am".
6         * Makefile.in: Regenerated.
8         * configure.in: Add i386-opc.lo for bfd_i386_arch.
9         * configure: Regenerated.
11         * i386-dis.c: Include "opcode/i386.h".
12         (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
13         (FWAIT_OPCODE): Remove definition.
14         (UNIXWARE_COMPAT): Renamed to SYSV386_COMPAT. Remove definition.
15         (MAX_OPERANDS): Remove definition.
17         * i386-opc.c: New file.
18         * i386-opc.h: Likewise.
20 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
22         * Makefile.in: Regenerated.
24 2007-03-09  H.J. Lu  <hongjiu.lu@intel.com>
26         * i386-dis.c (OP_Rd): Renamed to ...
27         (OP_R): This.
28         (Rd): Updated.
29         (Rm): Likewise.
31 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
33         * fr30-asm.c: Regenerate.
34         * frv-asm.c: Regenerate.
35         * ip2k-asm.c: Regenerate.
36         * iq2000-asm.c: Regenerate.
37         * m32c-asm.c: Regenerate.
38         * m32r-asm.c: Regenerate.
39         * m32r-dis.c: Regenerate.
40         * mt-asm.c: Regenerate.
41         * mt-ibld.c: Regenerate.
42         * mt-opc.c: Regenerate.
43         * openrisc-asm.c: Regenerate.
44         * xc16x-asm.c: Regenerate.
45         * xstormy16-asm.c: Regenerate.
47         * Makefile.am: Run "make dep-am".
48         * Makefile.in: Regenerate.
49         * po/POTFILES.in: Regenerate.
51 2007-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
53         * opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR,
54         INSTR_RRF_UUFF, INSTR_RRF_0UFF, INSTR_RRF_FFFU, INSTR_RRR_F0FF): New
55         instruction formats added.
56         (MASK_RRE_FR, MASK_RRF_F0FF2, MASK_RRF_F0FR, MASK_RRF_UUFF,
57         MASK_RRF_0UFF, MASK_RRF_FFFU, MASK_RRR_F0FF): New instruction format
58         masks added.
59         * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
60         instructions added.
61         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
62         (main): z9-ec cpu type option added.
63         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
65 2007-02-22  DJ Delorie  <dj@redhat.com>
67         * s390-opc.c (INSTR_SS_L2RDRD): New.
68         (MASK_SS_L2RDRD): New.
69         * s390-opc.txt (pka): Use it.
71 2007-02-20  Thiemo Seufer  <ths@mips.com>
72             Chao-Ying Fu  <fu@mips.com>
74         * mips-dis.c (mips_arch_choices): Add DSP R2 support.
75         (print_insn_args): Add support for balign instruction.
76         * mips-opc.c (D33): New shortcut for DSP R2 instructions.
77         (mips_builtin_opcodes): Add DSP R2 instructions.
79 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
81         * s390-opc.c (INSTR_RRF_U0FR, MASK_RRF_U0FR): Removed.
82         (INSTR_RRF_U0RF, MASK_RRF_U0RF): Added.
83         * s390-opc.txt (cfxbr, cfdbr, cfebr, cgebr, cgdbr, cgxbr, cger, cgdr,
84         cgxr, cfxr, cfdr, cfer): Instruction type set to INSTR_RRF_U0RF.
86 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
88         * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
89         * s390-opc.c (s390_operands): Add RO_28 as optional gpr.
90         (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
91         and sfpc.
93 2007-02-16  Nick Clifton  <nickc@redhat.com>
95         PR binutils/4045
96         * avr-dis.c (comment_start): New variable, contains the prefix to
97         use when printing addresses in comments.
98         (print_insn_avr): Set comment_start to an empty space if there is
99         no symbol table available as the generic address printing code
100         will prefix the numeric value of the address with 0x.
102 2007-02-13  H.J. Lu  <hongjiu.lu@intel.com>
104          * i386-dis.c: Updated to use an array of MAX_OPERANDS operands
105          in struct dis386.
107 2007-02-05  Dave Brolley  <brolley@redhat.com>
108             Richard Sandiford  <rsandifo@redhat.com>
109             DJ Delorie  <dj@redhat.com>
110             Graydon Hoare  <graydon@redhat.com>
111             Frank Ch. Eigler  <fche@redhat.com>
112             Ben Elliston  <bje@redhat.com>
114         * Makefile.am (HFILES): Add mep-desc.h mep-opc.h.
115         (CFILES): Add mep-*.c
116         (ALL_MACHINES): Add mep-*.lo.
117         (CLEANFILES): Add stamp-mep.
118         (CGEN_CPUS): Add mep.
119         (MEP_DEPS): New variable.
120         (mep-*): New targets.
121         * configure.in: Handle bfd_mep_arch.
122         * disassemble.c (ARCH_mep): New macro.
123         (disassembler): Handle bfd_arch_mep.
124         (disassemble_init_for_target): Likewise.
125         * mep-*: New files for Toshiba Media Processor (MeP).
126         * Makefile.in: Regenerated.
127         * configure: Regenerated.
129 2007-02-05  H.J. Lu  <hongjiu.lu@intel.com>
131         * i386-dis.c (OP_J): Undo the last change. Properly handle 64K
132         wrap around within the same segment in 16bit mode.
134 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
136         * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
137         prefix.
139 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
141         * avr-dis.c (avr_operand): Correct PR number in comment.
143 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
145         * disassemble.c (disassembler_usage): Call
146         print_i386_disassembler_options for i386 disassembler.
148         * i386-dis.c (print_i386_disassembler_options): New.
149         (print_insn): Support the new addr64 option.
151 2007-02-02  Hiroki Kaminaga  <kaminaga@sm.sony.co.jp>
153         * ppc-dis.c (powerpc_dialect): Handle ppc440.
154         * ppc-dis.c (print_ppc_disassembler_options): Note the -M440 can
155         be used.
157 2007-02-02  Alan Modra  <amodra@bigpond.net.au>
159         * ppc-opc.c (insert_bdm): -Many comment.
160         (valid_bo): Add "extract" param.  Accept both powerpc and power4
161         BO fields when disassembling with -Many.
162         (insert_bo, extract_bo, insert_boe, extract_boe): Adjust valid_bo call.
164 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
166         * m68k-opc.c (m68k_opcodes): Replace cpu32 with
167         cpu32 | fido_a except on tbl instructions.
169 2007-01-04  Paul Brook  <paul@codesourcery.com>
171         * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
173 2007-01-04  Andreas Schwab  <schwab@suse.de>
175         * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
177 2007-01-04  Julian Brown  <julian@codesourcery.com>
179         * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
180         vqrshl instructions.
182 For older changes see ChangeLog-2006
184 Local Variables:
185 mode: change-log
186 left-margin: 8
187 fill-column: 74
188 version-control: never
189 End: