gas/
[binutils.git] / opcodes / ChangeLog
blob9b386ca09408f9f7d552efcbda2e96d7b898bd47
1 2003-03-23  H.J. Lu  <hongjiu.lu@intel.com>
3         * i386-dis.c (prefix_name): Replace rex64XYZ with rex.WRXB.
5         * i386-opc.c (i386_optab): Add rex.wrxb.
7 2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
9         * i386-dis.c (REX_MODE64): Remove definition.
10         (REX_EXTX): Likewise.
11         (REX_EXTY): Likewise.
12         (REX_EXTZ): Likewise.
13         (USED_REX): Use REX_OPCODE instead of 0x40.
14         Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W,
15         REX_R, REX_X and REX_B respectively.
17 2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
19         PR binutils/4218
20         * i386-dis.c (PREGRP38): New.
21         (dis386): Use PREGRP38 for 0x90.
22         (prefix_user_table): Add PREGRP38.
23         (print_insn): Set uses_REPZ_prefix to 1 for pause.
24         (NOP_Fixup1): Properly handle REX bits.
25         (NOP_Fixup2): Likewise.
27         * i386-opc.c (i386_optab): Allow %eax with xchg in 64bit.
28         Allow register with nop.
30 2007-03-20  DJ Delorie  <dj@redhat.com>
32         * m32c-asm.c: Regenerate.
33         * m32c-desc.c: Regenerate.
34         * m32c-desc.h: Regenerate.
35         * m32c-dis.h: Regenerate.
36         * m32c-ibld.c: Regenerate.
37         * m32c-opc.c: Regenerate.
38         * m32c-opc.h: Regenerate.
40 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
42         * i386-opc.c: Include "libiberty.h".
43         (i386_regtab): Remove the last entry.
44         (i386_regtab_size): New.
45         (i386_float_regtab_size): Likewise.
47         * i386-opc.h (i386_regtab_size): New.
48         (i386_float_regtab_size): Likewise.
50 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
52         * Makefile.am (CFILES): Add i386-opc.c.
53         (ALL_MACHINES): Add i386-opc.lo.
54         Run "make dep-am".
55         * Makefile.in: Regenerated.
57         * configure.in: Add i386-opc.lo for bfd_i386_arch.
58         * configure: Regenerated.
60         * i386-dis.c: Include "opcode/i386.h".
61         (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
62         (FWAIT_OPCODE): Remove definition.
63         (UNIXWARE_COMPAT): Renamed to SYSV386_COMPAT. Remove definition.
64         (MAX_OPERANDS): Remove definition.
66         * i386-opc.c: New file.
67         * i386-opc.h: Likewise.
69 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
71         * Makefile.in: Regenerated.
73 2007-03-09  H.J. Lu  <hongjiu.lu@intel.com>
75         * i386-dis.c (OP_Rd): Renamed to ...
76         (OP_R): This.
77         (Rd): Updated.
78         (Rm): Likewise.
80 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
82         * fr30-asm.c: Regenerate.
83         * frv-asm.c: Regenerate.
84         * ip2k-asm.c: Regenerate.
85         * iq2000-asm.c: Regenerate.
86         * m32c-asm.c: Regenerate.
87         * m32r-asm.c: Regenerate.
88         * m32r-dis.c: Regenerate.
89         * mt-asm.c: Regenerate.
90         * mt-ibld.c: Regenerate.
91         * mt-opc.c: Regenerate.
92         * openrisc-asm.c: Regenerate.
93         * xc16x-asm.c: Regenerate.
94         * xstormy16-asm.c: Regenerate.
96         * Makefile.am: Run "make dep-am".
97         * Makefile.in: Regenerate.
98         * po/POTFILES.in: Regenerate.
100 2007-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
102         * opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR,
103         INSTR_RRF_UUFF, INSTR_RRF_0UFF, INSTR_RRF_FFFU, INSTR_RRR_F0FF): New
104         instruction formats added.
105         (MASK_RRE_FR, MASK_RRF_F0FF2, MASK_RRF_F0FR, MASK_RRF_UUFF,
106         MASK_RRF_0UFF, MASK_RRF_FFFU, MASK_RRR_F0FF): New instruction format
107         masks added.
108         * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
109         instructions added.
110         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
111         (main): z9-ec cpu type option added.
112         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
114 2007-02-22  DJ Delorie  <dj@redhat.com>
116         * s390-opc.c (INSTR_SS_L2RDRD): New.
117         (MASK_SS_L2RDRD): New.
118         * s390-opc.txt (pka): Use it.
120 2007-02-20  Thiemo Seufer  <ths@mips.com>
121             Chao-Ying Fu  <fu@mips.com>
123         * mips-dis.c (mips_arch_choices): Add DSP R2 support.
124         (print_insn_args): Add support for balign instruction.
125         * mips-opc.c (D33): New shortcut for DSP R2 instructions.
126         (mips_builtin_opcodes): Add DSP R2 instructions.
128 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
130         * s390-opc.c (INSTR_RRF_U0FR, MASK_RRF_U0FR): Removed.
131         (INSTR_RRF_U0RF, MASK_RRF_U0RF): Added.
132         * s390-opc.txt (cfxbr, cfdbr, cfebr, cgebr, cgdbr, cgxbr, cger, cgdr,
133         cgxr, cfxr, cfdr, cfer): Instruction type set to INSTR_RRF_U0RF.
135 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
137         * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
138         * s390-opc.c (s390_operands): Add RO_28 as optional gpr.
139         (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
140         and sfpc.
142 2007-02-16  Nick Clifton  <nickc@redhat.com>
144         PR binutils/4045
145         * avr-dis.c (comment_start): New variable, contains the prefix to
146         use when printing addresses in comments.
147         (print_insn_avr): Set comment_start to an empty space if there is
148         no symbol table available as the generic address printing code
149         will prefix the numeric value of the address with 0x.
151 2007-02-13  H.J. Lu  <hongjiu.lu@intel.com>
153          * i386-dis.c: Updated to use an array of MAX_OPERANDS operands
154          in struct dis386.
156 2007-02-05  Dave Brolley  <brolley@redhat.com>
157             Richard Sandiford  <rsandifo@redhat.com>
158             DJ Delorie  <dj@redhat.com>
159             Graydon Hoare  <graydon@redhat.com>
160             Frank Ch. Eigler  <fche@redhat.com>
161             Ben Elliston  <bje@redhat.com>
163         * Makefile.am (HFILES): Add mep-desc.h mep-opc.h.
164         (CFILES): Add mep-*.c
165         (ALL_MACHINES): Add mep-*.lo.
166         (CLEANFILES): Add stamp-mep.
167         (CGEN_CPUS): Add mep.
168         (MEP_DEPS): New variable.
169         (mep-*): New targets.
170         * configure.in: Handle bfd_mep_arch.
171         * disassemble.c (ARCH_mep): New macro.
172         (disassembler): Handle bfd_arch_mep.
173         (disassemble_init_for_target): Likewise.
174         * mep-*: New files for Toshiba Media Processor (MeP).
175         * Makefile.in: Regenerated.
176         * configure: Regenerated.
178 2007-02-05  H.J. Lu  <hongjiu.lu@intel.com>
180         * i386-dis.c (OP_J): Undo the last change. Properly handle 64K
181         wrap around within the same segment in 16bit mode.
183 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
185         * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
186         prefix.
188 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
190         * avr-dis.c (avr_operand): Correct PR number in comment.
192 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
194         * disassemble.c (disassembler_usage): Call
195         print_i386_disassembler_options for i386 disassembler.
197         * i386-dis.c (print_i386_disassembler_options): New.
198         (print_insn): Support the new addr64 option.
200 2007-02-02  Hiroki Kaminaga  <kaminaga@sm.sony.co.jp>
202         * ppc-dis.c (powerpc_dialect): Handle ppc440.
203         * ppc-dis.c (print_ppc_disassembler_options): Note the -M440 can
204         be used.
206 2007-02-02  Alan Modra  <amodra@bigpond.net.au>
208         * ppc-opc.c (insert_bdm): -Many comment.
209         (valid_bo): Add "extract" param.  Accept both powerpc and power4
210         BO fields when disassembling with -Many.
211         (insert_bo, extract_bo, insert_boe, extract_boe): Adjust valid_bo call.
213 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
215         * m68k-opc.c (m68k_opcodes): Replace cpu32 with
216         cpu32 | fido_a except on tbl instructions.
218 2007-01-04  Paul Brook  <paul@codesourcery.com>
220         * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
222 2007-01-04  Andreas Schwab  <schwab@suse.de>
224         * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
226 2007-01-04  Julian Brown  <julian@codesourcery.com>
228         * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
229         vqrshl instructions.
231 For older changes see ChangeLog-2006
233 Local Variables:
234 mode: change-log
235 left-margin: 8
236 fill-column: 74
237 version-control: never
238 End: