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