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