* Makefile.am: Add ACLOCAL_AMFLAGS.
[external/binutils.git] / opcodes / ChangeLog
1 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
2
3         * Makefile.am: Add ACLOCAL_AMFLAGS.
4         * Makefile.in: Regenerate.
5
6 2007-04-13  H.J. Lu  <hongjiu.lu@intel.com>
7
8         * i386-dis.c: Remove trailing white spaces.
9         * i386-opc.c: Likewise.
10         * i386-opc.h: Likewise.
11
12 2007-04-11  H.J. Lu  <hongjiu.lu@intel.com>
13
14         PR binutils/4333
15         * i386-dis.c (GRP1a): New.
16         (GRP1b ... GRPPADLCK2): Update index.
17         (dis386): Use GRP1a for entry 0x8f.
18         (mod, rm, reg): Removed. Replaced by ...
19         (modrm): This.
20         (grps): Add GRP1a.
21
22 2007-04-09  Kazu Hirata  <kazu@codesourcery.com>
23
24         * m68k-dis.c (print_insn_m68k): Restore info->fprintf_func and
25         info->print_address_func if longjmp is called.
26
27 2007-03-29  DJ Delorie  <dj@redhat.com>
28
29         * m32c-desc.c: Regenerate.
30         * m32c-dis.c: Regenerate.
31         * m32c-opc.c: Regenerate.
32
33 2007-03-28  H.J. Lu  <hongjiu.lu@intel.com>
34
35         * i386-opc.c (i386_optab): Change InvMem to RegMem for mov and
36         movq.  Remove InvMem from sldt, smsw and str.
37
38         * i386-opc.h (InvMem): Renamed to ...
39         (RegMem): Update comments.
40         (AnyMem): Remove InvMem.
41
42 2007-03-27  Paul Brook  <paul@codesourcery.com>
43
44         * arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
45
46 2007-03-24  Paul Brook  <paul@codesourcery.com>
47
48         * arm-dis.c (coprocessor_opcodes): Remove superfluous 0x.
49         (print_insn_coprocessor): Handle %<bitfield>x.
50
51 2007-03-24  Paul Brook  <paul@codesourcery.com>
52             Mark Shinwell  <shinwell@codesourcery.com>
53
54         * arm-dis.c (arm_opcodes): Print SRS base register.
55
56 2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
57
58         * i386-dis.c (prefix_name): Replace rex64XYZ with rex.WRXB.
59
60         * i386-opc.c (i386_optab): Add rex.wrxb.
61
62 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
63
64         * i386-dis.c (REX_MODE64): Remove definition.
65         (REX_EXTX): Likewise.
66         (REX_EXTY): Likewise.
67         (REX_EXTZ): Likewise.
68         (USED_REX): Use REX_OPCODE instead of 0x40.
69         Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W,
70         REX_R, REX_X and REX_B respectively.
71
72 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
73
74         PR binutils/4218
75         * i386-dis.c (PREGRP38): New.
76         (dis386): Use PREGRP38 for 0x90.
77         (prefix_user_table): Add PREGRP38.
78         (print_insn): Set uses_REPZ_prefix to 1 for pause.
79         (NOP_Fixup1): Properly handle REX bits.
80         (NOP_Fixup2): Likewise.
81
82         * i386-opc.c (i386_optab): Allow %eax with xchg in 64bit.
83         Allow register with nop.
84
85 2007-03-20  DJ Delorie  <dj@redhat.com>
86
87         * m32c-asm.c: Regenerate.
88         * m32c-desc.c: Regenerate.
89         * m32c-desc.h: Regenerate.
90         * m32c-dis.h: Regenerate.
91         * m32c-ibld.c: Regenerate.
92         * m32c-opc.c: Regenerate.
93         * m32c-opc.h: Regenerate.
94
95 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
96
97         * i386-opc.c: Include "libiberty.h".
98         (i386_regtab): Remove the last entry.
99         (i386_regtab_size): New.
100         (i386_float_regtab_size): Likewise.
101
102         * i386-opc.h (i386_regtab_size): New.
103         (i386_float_regtab_size): Likewise.
104
105 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
106
107         * Makefile.am (CFILES): Add i386-opc.c.
108         (ALL_MACHINES): Add i386-opc.lo.
109         Run "make dep-am".
110         * Makefile.in: Regenerated.
111
112         * configure.in: Add i386-opc.lo for bfd_i386_arch.
113         * configure: Regenerated.
114
115         * i386-dis.c: Include "opcode/i386.h".
116         (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
117         (FWAIT_OPCODE): Remove definition.
118         (UNIXWARE_COMPAT): Renamed to SYSV386_COMPAT. Remove definition.
119         (MAX_OPERANDS): Remove definition.
120
121         * i386-opc.c: New file.
122         * i386-opc.h: Likewise.
123
124 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
125
126         * Makefile.in: Regenerated.
127
128 2007-03-09  H.J. Lu  <hongjiu.lu@intel.com>
129
130         * i386-dis.c (OP_Rd): Renamed to ...
131         (OP_R): This.
132         (Rd): Updated.
133         (Rm): Likewise.
134
135 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
136
137         * fr30-asm.c: Regenerate.
138         * frv-asm.c: Regenerate.
139         * ip2k-asm.c: Regenerate.
140         * iq2000-asm.c: Regenerate.
141         * m32c-asm.c: Regenerate.
142         * m32r-asm.c: Regenerate.
143         * m32r-dis.c: Regenerate.
144         * mt-asm.c: Regenerate.
145         * mt-ibld.c: Regenerate.
146         * mt-opc.c: Regenerate.
147         * openrisc-asm.c: Regenerate.
148         * xc16x-asm.c: Regenerate.
149         * xstormy16-asm.c: Regenerate.
150
151         * Makefile.am: Run "make dep-am".
152         * Makefile.in: Regenerate.
153         * po/POTFILES.in: Regenerate.
154
155 2007-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
156
157         * opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR,
158         INSTR_RRF_UUFF, INSTR_RRF_0UFF, INSTR_RRF_FFFU, INSTR_RRR_F0FF): New
159         instruction formats added.
160         (MASK_RRE_FR, MASK_RRF_F0FF2, MASK_RRF_F0FR, MASK_RRF_UUFF,
161         MASK_RRF_0UFF, MASK_RRF_FFFU, MASK_RRR_F0FF): New instruction format
162         masks added.
163         * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
164         instructions added.
165         * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
166         (main): z9-ec cpu type option added.
167         * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
168
169 2007-02-22  DJ Delorie  <dj@redhat.com>
170
171         * s390-opc.c (INSTR_SS_L2RDRD): New.
172         (MASK_SS_L2RDRD): New.
173         * s390-opc.txt (pka): Use it.
174
175 2007-02-20  Thiemo Seufer  <ths@mips.com>
176             Chao-Ying Fu  <fu@mips.com>
177
178         * mips-dis.c (mips_arch_choices): Add DSP R2 support.
179         (print_insn_args): Add support for balign instruction.
180         * mips-opc.c (D33): New shortcut for DSP R2 instructions.
181         (mips_builtin_opcodes): Add DSP R2 instructions.
182
183 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
184
185         * s390-opc.c (INSTR_RRF_U0FR, MASK_RRF_U0FR): Removed.
186         (INSTR_RRF_U0RF, MASK_RRF_U0RF): Added.
187         * s390-opc.txt (cfxbr, cfdbr, cfebr, cgebr, cgdbr, cgxbr, cger, cgdr,
188         cgxr, cfxr, cfdr, cfer): Instruction type set to INSTR_RRF_U0RF.
189
190 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
191
192         * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
193         * s390-opc.c (s390_operands): Add RO_28 as optional gpr.
194         (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
195         and sfpc.
196
197 2007-02-16  Nick Clifton  <nickc@redhat.com>
198
199         PR binutils/4045
200         * avr-dis.c (comment_start): New variable, contains the prefix to
201         use when printing addresses in comments.
202         (print_insn_avr): Set comment_start to an empty space if there is
203         no symbol table available as the generic address printing code
204         will prefix the numeric value of the address with 0x.
205
206 2007-02-13  H.J. Lu  <hongjiu.lu@intel.com>
207
208          * i386-dis.c: Updated to use an array of MAX_OPERANDS operands
209          in struct dis386.
210
211 2007-02-05  Dave Brolley  <brolley@redhat.com>
212             Richard Sandiford  <rsandifo@redhat.com>
213             DJ Delorie  <dj@redhat.com>
214             Graydon Hoare  <graydon@redhat.com>
215             Frank Ch. Eigler  <fche@redhat.com>
216             Ben Elliston  <bje@redhat.com>
217
218         * Makefile.am (HFILES): Add mep-desc.h mep-opc.h.
219         (CFILES): Add mep-*.c
220         (ALL_MACHINES): Add mep-*.lo.
221         (CLEANFILES): Add stamp-mep.
222         (CGEN_CPUS): Add mep.
223         (MEP_DEPS): New variable.
224         (mep-*): New targets.
225         * configure.in: Handle bfd_mep_arch.
226         * disassemble.c (ARCH_mep): New macro.
227         (disassembler): Handle bfd_arch_mep.
228         (disassemble_init_for_target): Likewise.
229         * mep-*: New files for Toshiba Media Processor (MeP).
230         * Makefile.in: Regenerated.
231         * configure: Regenerated.
232
233 2007-02-05  H.J. Lu  <hongjiu.lu@intel.com>
234
235         * i386-dis.c (OP_J): Undo the last change. Properly handle 64K
236         wrap around within the same segment in 16bit mode.
237
238 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
239
240         * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
241         prefix.
242
243 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
244
245         * avr-dis.c (avr_operand): Correct PR number in comment.
246
247 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
248
249         * disassemble.c (disassembler_usage): Call
250         print_i386_disassembler_options for i386 disassembler.
251
252         * i386-dis.c (print_i386_disassembler_options): New.
253         (print_insn): Support the new addr64 option.
254
255 2007-02-02  Hiroki Kaminaga  <kaminaga@sm.sony.co.jp>
256
257         * ppc-dis.c (powerpc_dialect): Handle ppc440.
258         * ppc-dis.c (print_ppc_disassembler_options): Note the -M440 can
259         be used.
260
261 2007-02-02  Alan Modra  <amodra@bigpond.net.au>
262
263         * ppc-opc.c (insert_bdm): -Many comment.
264         (valid_bo): Add "extract" param.  Accept both powerpc and power4
265         BO fields when disassembling with -Many.
266         (insert_bo, extract_bo, insert_boe, extract_boe): Adjust valid_bo call.
267
268 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
269
270         * m68k-opc.c (m68k_opcodes): Replace cpu32 with
271         cpu32 | fido_a except on tbl instructions.
272
273 2007-01-04  Paul Brook  <paul@codesourcery.com>
274
275         * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
276
277 2007-01-04  Andreas Schwab  <schwab@suse.de>
278
279         * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
280
281 2007-01-04  Julian Brown  <julian@codesourcery.com>
282
283         * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
284         vqrshl instructions.
285
286 For older changes see ChangeLog-2006
287 \f
288 Local Variables:
289 mode: change-log
290 left-margin: 8
291 fill-column: 74
292 version-control: never
293 End: