1 2007-04-20 Alan Modra <amodra@bigpond.net.au>
3 * ppc-dis.c (print_insn_powerpc): Adjust for struct powerpc_operand
5 * ppc-opc.c (powerpc_operands): Replace bit count with bit mask
6 in all entries. Add PPC_OPERAND_SIGNED to DE entry. Remove
7 references to following deleted functions.
8 (insert_bd, extract_bd, insert_dq, extract_dq): Delete.
9 (insert_ds, extract_ds, insert_de, extract_de): Delete.
10 (insert_des, extract_des, insert_li, extract_li): Delete.
11 (insert_nb, insert_rsq, insert_rtq, insert_ev2, extract_ev2): Delete.
12 (insert_ev4, extract_ev4, insert_ev8, extract_ev8): Delete.
13 (num_powerpc_operands): New constant.
14 (XSPRG_MASK): Remove entire SPRG field.
15 (powerpc_opcodes <bcctre, bcctrel>): Use XLBB_MASK not XLYBB_MASK.
17 2007-04-20 Alan Modra <amodra@bigpond.net.au>
19 * ppc-opc.c (DCM, DGM, TE, RMC, R, SP, S): Correct shift.
21 (powerpc_opcodes): Use Z2_MASK in all insns taking RMC operand.
23 2007-04-20 Richard Earnshaw <rearnsha@arm.com>
25 * arm-dis.c (print_insn): Only look for a mapping symbol in the section
28 2007-04-19 Alan Modra <amodra@bigpond.net.au>
30 * Makefile.am: Run "make dep-am".
31 * Makefile.in: Regenerate.
32 * po/POTFILES.in: Regenerate.
34 2007-04-19 Alan Modra <amodra@bigpond.net.au>
36 * ppc-opc.c (powerpc_opcodes): Add cctpl, cctpm, cctph, db8cyc,
37 db10cyc, db12cyc, db16cyc.
39 2007-04-19 Nathan Froyd <froydnj@codesourcery.com>
41 * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe.
43 2007-04-18 H.J. Lu <hongjiu.lu@intel.com>
45 * i386-dis.c (CRC32_Fixup): New.
46 (PREGRP85, PREGRP86, PREGRP87, PREGRP88, PREGRP89, PREGRP90,
48 (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.2.
49 (threebyte_0x3a_uses_DATA_prefix): Likewise.
50 (prefix_user_table): Add PREGRP85, PREGRP86, PREGRP87,
51 PREGRP88, PREGRP89, PREGRP90 and PREGRP91.
52 (three_byte_table): Likewise.
54 * i386-opc.c (i386_optab): Add SSE4.2 opcodes.
56 * i386-opc.h (CpuSSE4_2): New.
58 (CpuUnknownFlags): Add CpuSSE4_2.
60 2007-04-18 H.J. Lu <hongjiu.lu@intel.com>
62 * i386-dis.c (XMM_Fixup): New.
68 (PREGRP39 ... PREGRP85): New.
69 (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.
70 (threebyte_0x3a_uses_DATA_prefix): Likewise.
71 (prefix_user_table): Add PREGRP39 ... PREGRP85.
72 (three_byte_table): Likewise.
74 (intel_operand_size): Handle dqb_mode, dqd_mode):
78 * i386-opc.c (i386_optab): Add SSE4.1 opcodes.
80 * i386-opc.h (CpuSSE4_1): New.
81 (CpuUnknownFlags): Add CpuSSE4_1.
82 (regKludge): Update comment.
84 2007-04-18 Matthias Klose <doko@ubuntu.com>
86 * Makefile.am (libopcodes_la_LDFLAGS): Use bfd soversion.
87 * Makefile.in: Regenerate.
89 2007-04-14 Steve Ellcey <sje@cup.hp.com>
91 * Makefile.am: Add ACLOCAL_AMFLAGS.
92 * Makefile.in: Regenerate.
94 2007-04-13 H.J. Lu <hongjiu.lu@intel.com>
96 * i386-dis.c: Remove trailing white spaces.
97 * i386-opc.c: Likewise.
98 * i386-opc.h: Likewise.
100 2007-04-11 H.J. Lu <hongjiu.lu@intel.com>
103 * i386-dis.c (GRP1a): New.
104 (GRP1b ... GRPPADLCK2): Update index.
105 (dis386): Use GRP1a for entry 0x8f.
106 (mod, rm, reg): Removed. Replaced by ...
110 2007-04-09 Kazu Hirata <kazu@codesourcery.com>
112 * m68k-dis.c (print_insn_m68k): Restore info->fprintf_func and
113 info->print_address_func if longjmp is called.
115 2007-03-29 DJ Delorie <dj@redhat.com>
117 * m32c-desc.c: Regenerate.
118 * m32c-dis.c: Regenerate.
119 * m32c-opc.c: Regenerate.
121 2007-03-28 H.J. Lu <hongjiu.lu@intel.com>
123 * i386-opc.c (i386_optab): Change InvMem to RegMem for mov and
124 movq. Remove InvMem from sldt, smsw and str.
126 * i386-opc.h (InvMem): Renamed to ...
127 (RegMem): Update comments.
128 (AnyMem): Remove InvMem.
130 2007-03-27 Paul Brook <paul@codesourcery.com>
132 * arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
134 2007-03-24 Paul Brook <paul@codesourcery.com>
136 * arm-dis.c (coprocessor_opcodes): Remove superfluous 0x.
137 (print_insn_coprocessor): Handle %<bitfield>x.
139 2007-03-24 Paul Brook <paul@codesourcery.com>
140 Mark Shinwell <shinwell@codesourcery.com>
142 * arm-dis.c (arm_opcodes): Print SRS base register.
144 2007-03-23 H.J. Lu <hongjiu.lu@intel.com>
146 * i386-dis.c (prefix_name): Replace rex64XYZ with rex.WRXB.
148 * i386-opc.c (i386_optab): Add rex.wrxb.
150 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
152 * i386-dis.c (REX_MODE64): Remove definition.
153 (REX_EXTX): Likewise.
154 (REX_EXTY): Likewise.
155 (REX_EXTZ): Likewise.
156 (USED_REX): Use REX_OPCODE instead of 0x40.
157 Replace REX_MODE64, REX_EXTX, REX_EXTY and REX_EXTZ with REX_W,
158 REX_R, REX_X and REX_B respectively.
160 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
163 * i386-dis.c (PREGRP38): New.
164 (dis386): Use PREGRP38 for 0x90.
165 (prefix_user_table): Add PREGRP38.
166 (print_insn): Set uses_REPZ_prefix to 1 for pause.
167 (NOP_Fixup1): Properly handle REX bits.
168 (NOP_Fixup2): Likewise.
170 * i386-opc.c (i386_optab): Allow %eax with xchg in 64bit.
171 Allow register with nop.
173 2007-03-20 DJ Delorie <dj@redhat.com>
175 * m32c-asm.c: Regenerate.
176 * m32c-desc.c: Regenerate.
177 * m32c-desc.h: Regenerate.
178 * m32c-dis.h: Regenerate.
179 * m32c-ibld.c: Regenerate.
180 * m32c-opc.c: Regenerate.
181 * m32c-opc.h: Regenerate.
183 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
185 * i386-opc.c: Include "libiberty.h".
186 (i386_regtab): Remove the last entry.
187 (i386_regtab_size): New.
188 (i386_float_regtab_size): Likewise.
190 * i386-opc.h (i386_regtab_size): New.
191 (i386_float_regtab_size): Likewise.
193 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
195 * Makefile.am (CFILES): Add i386-opc.c.
196 (ALL_MACHINES): Add i386-opc.lo.
198 * Makefile.in: Regenerated.
200 * configure.in: Add i386-opc.lo for bfd_i386_arch.
201 * configure: Regenerated.
203 * i386-dis.c: Include "opcode/i386.h".
204 (MAXLEN): Renamed to MAX_MNEM_SIZE. Remove definition.
205 (FWAIT_OPCODE): Remove definition.
206 (UNIXWARE_COMPAT): Renamed to SYSV386_COMPAT. Remove definition.
207 (MAX_OPERANDS): Remove definition.
209 * i386-opc.c: New file.
210 * i386-opc.h: Likewise.
212 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
214 * Makefile.in: Regenerated.
216 2007-03-09 H.J. Lu <hongjiu.lu@intel.com>
218 * i386-dis.c (OP_Rd): Renamed to ...
223 2007-03-08 Alan Modra <amodra@bigpond.net.au>
225 * fr30-asm.c: Regenerate.
226 * frv-asm.c: Regenerate.
227 * ip2k-asm.c: Regenerate.
228 * iq2000-asm.c: Regenerate.
229 * m32c-asm.c: Regenerate.
230 * m32r-asm.c: Regenerate.
231 * m32r-dis.c: Regenerate.
232 * mt-asm.c: Regenerate.
233 * mt-ibld.c: Regenerate.
234 * mt-opc.c: Regenerate.
235 * openrisc-asm.c: Regenerate.
236 * xc16x-asm.c: Regenerate.
237 * xstormy16-asm.c: Regenerate.
239 * Makefile.am: Run "make dep-am".
240 * Makefile.in: Regenerate.
241 * po/POTFILES.in: Regenerate.
243 2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
245 * opcodes/s390-opc.c (INSTR_RRE_FR, INSTR_RRF_F0FF2, INSTR_RRF_F0FR,
246 INSTR_RRF_UUFF, INSTR_RRF_0UFF, INSTR_RRF_FFFU, INSTR_RRR_F0FF): New
247 instruction formats added.
248 (MASK_RRE_FR, MASK_RRF_F0FF2, MASK_RRF_F0FR, MASK_RRF_UUFF,
249 MASK_RRF_0UFF, MASK_RRF_FFFU, MASK_RRR_F0FF): New instruction format
251 * opcodes/s390-opc.txt (lpdfr - tgxt): Decimal floating point
253 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
254 (main): z9-ec cpu type option added.
255 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z9_EC added.
257 2007-02-22 DJ Delorie <dj@redhat.com>
259 * s390-opc.c (INSTR_SS_L2RDRD): New.
260 (MASK_SS_L2RDRD): New.
261 * s390-opc.txt (pka): Use it.
263 2007-02-20 Thiemo Seufer <ths@mips.com>
264 Chao-Ying Fu <fu@mips.com>
266 * mips-dis.c (mips_arch_choices): Add DSP R2 support.
267 (print_insn_args): Add support for balign instruction.
268 * mips-opc.c (D33): New shortcut for DSP R2 instructions.
269 (mips_builtin_opcodes): Add DSP R2 instructions.
271 2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
273 * s390-opc.c (INSTR_RRF_U0FR, MASK_RRF_U0FR): Removed.
274 (INSTR_RRF_U0RF, MASK_RRF_U0RF): Added.
275 * s390-opc.txt (cfxbr, cfdbr, cfebr, cgebr, cgdbr, cgxbr, cger, cgdr,
276 cgxr, cfxr, cfdr, cfer): Instruction type set to INSTR_RRF_U0RF.
278 2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
280 * s390-opc.txt ("efpc", "sfpc"): Set to RRE_RR_OPT instruction type.
281 * s390-opc.c (s390_operands): Add RO_28 as optional gpr.
282 (INSTR_RRE_RR_OPT, MASK_RRE_RR_OPT): New instruction type for efpc
285 2007-02-16 Nick Clifton <nickc@redhat.com>
288 * avr-dis.c (comment_start): New variable, contains the prefix to
289 use when printing addresses in comments.
290 (print_insn_avr): Set comment_start to an empty space if there is
291 no symbol table available as the generic address printing code
292 will prefix the numeric value of the address with 0x.
294 2007-02-13 H.J. Lu <hongjiu.lu@intel.com>
296 * i386-dis.c: Updated to use an array of MAX_OPERANDS operands
299 2007-02-05 Dave Brolley <brolley@redhat.com>
300 Richard Sandiford <rsandifo@redhat.com>
301 DJ Delorie <dj@redhat.com>
302 Graydon Hoare <graydon@redhat.com>
303 Frank Ch. Eigler <fche@redhat.com>
304 Ben Elliston <bje@redhat.com>
306 * Makefile.am (HFILES): Add mep-desc.h mep-opc.h.
307 (CFILES): Add mep-*.c
308 (ALL_MACHINES): Add mep-*.lo.
309 (CLEANFILES): Add stamp-mep.
310 (CGEN_CPUS): Add mep.
311 (MEP_DEPS): New variable.
312 (mep-*): New targets.
313 * configure.in: Handle bfd_mep_arch.
314 * disassemble.c (ARCH_mep): New macro.
315 (disassembler): Handle bfd_arch_mep.
316 (disassemble_init_for_target): Likewise.
317 * mep-*: New files for Toshiba Media Processor (MeP).
318 * Makefile.in: Regenerated.
319 * configure: Regenerated.
321 2007-02-05 H.J. Lu <hongjiu.lu@intel.com>
323 * i386-dis.c (OP_J): Undo the last change. Properly handle 64K
324 wrap around within the same segment in 16bit mode.
326 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
328 * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
331 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
333 * avr-dis.c (avr_operand): Correct PR number in comment.
335 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
337 * disassemble.c (disassembler_usage): Call
338 print_i386_disassembler_options for i386 disassembler.
340 * i386-dis.c (print_i386_disassembler_options): New.
341 (print_insn): Support the new addr64 option.
343 2007-02-02 Hiroki Kaminaga <kaminaga@sm.sony.co.jp>
345 * ppc-dis.c (powerpc_dialect): Handle ppc440.
346 * ppc-dis.c (print_ppc_disassembler_options): Note the -M440 can
349 2007-02-02 Alan Modra <amodra@bigpond.net.au>
351 * ppc-opc.c (insert_bdm): -Many comment.
352 (valid_bo): Add "extract" param. Accept both powerpc and power4
353 BO fields when disassembling with -Many.
354 (insert_bo, extract_bo, insert_boe, extract_boe): Adjust valid_bo call.
356 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
358 * m68k-opc.c (m68k_opcodes): Replace cpu32 with
359 cpu32 | fido_a except on tbl instructions.
361 2007-01-04 Paul Brook <paul@codesourcery.com>
363 * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
365 2007-01-04 Andreas Schwab <schwab@suse.de>
367 * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
369 2007-01-04 Julian Brown <julian@codesourcery.com>
371 * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
374 For older changes see ChangeLog-2006
380 version-control: never