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