Remove trailing white spaces.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
CommitLineData
246c51aa
L
12007-04-13 H.J. Lu <hongjiu.lu@intel.com>
2
3 * i386-dis.c: Remove trailing white spaces.
6e26e51a
L
4 * i386-opc.c: Likewise.
5 * i386-opc.h: Likewise.
246c51aa 6
7967e09e
L
72007-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
56dc1f8a
KH
172007-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
144f4bc6
DD
222007-03-29 DJ Delorie <dj@redhat.com>
23
24 * m32c-desc.c: Regenerate.
25 * m32c-dis.c: Regenerate.
26 * m32c-opc.c: Regenerate.
27
e72cf3ec
L
282007-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
831480e9 372007-03-27 Paul Brook <paul@codesourcery.com>
b74ed8f5 38
b74ed8f5
PB
39 * arm-dis.c (thumb_opcodes): Add entry for undefined insns (0xbe??).
40
4146fd53
PB
412007-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
b6702015 462007-03-24 Paul Brook <paul@codesourcery.com>
e72cf3ec 47 Mark Shinwell <shinwell@codesourcery.com>
b6702015
PB
48
49 * arm-dis.c (arm_opcodes): Print SRS base register.
50
831480e9 512007-03-23 H.J. Lu <hongjiu.lu@intel.com>
0003779b
L
52
53 * i386-dis.c (prefix_name): Replace rex64XYZ with rex.WRXB.
54
55 * i386-opc.c (i386_optab): Add rex.wrxb.
56
831480e9 572007-03-21 H.J. Lu <hongjiu.lu@intel.com>
161a04f6
L
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
831480e9 672007-03-21 H.J. Lu <hongjiu.lu@intel.com>
8b38ad71
L
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
75b06e7b
DD
802007-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
c3fe08fa
L
902007-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
0b1cf022
L
1002007-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
56eced12
L
1192007-03-15 H.J. Lu <hongjiu.lu@intel.com>
120
121 * Makefile.in: Regenerated.
122
6f74c397
L
1232007-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
a6d04ec4
AM
1302007-03-08 Alan Modra <amodra@bigpond.net.au>
131
1620f33d
AM
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
a6d04ec4
AM
146 * Makefile.am: Run "make dep-am".
147 * Makefile.in: Regenerate.
148 * po/POTFILES.in: Regenerate.
149
b5639b37
MS
1502007-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
b2e818b7
DD
1642007-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
8b082fb1
TS
1702007-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
929e4d1a
MS
1782007-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
b8e55848
MS
1852007-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
af692060
NC
1922007-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
ce518a5f
L
2012007-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
bd2f2e55 2062007-02-05 Dave Brolley <brolley@redhat.com>
8c9c183d
DB
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).
bd2f2e55
DB
225 * Makefile.in: Regenerated.
226 * configure: Regenerated.
227
eb7834a6 2282007-02-05 H.J. Lu <hongjiu.lu@intel.com>
65ca155d
L
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
eb7834a6 2332007-02-02 H.J. Lu <hongjiu.lu@intel.com>
206717e8
L
234
235 * i386-dis.c (OP_J): Mask to 16bit only if there is a data16
236 prefix.
237
c4f5c3d7
L
2382007-02-02 H.J. Lu <hongjiu.lu@intel.com>
239
240 * avr-dis.c (avr_operand): Correct PR number in comment.
241
fc523535 2422007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
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
64a3a6fc
NC
2502007-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
ba4e851b
AM
2562007-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
3bdcfdf4
KH
2632007-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
a028a6f5
PB
2682007-01-04 Paul Brook <paul@codesourcery.com>
269
270 * arm-dis.c (arm_opcodes): Fix cpsie and cpsid entries.
271
baee4c9e
AS
2722007-01-04 Andreas Schwab <schwab@suse.de>
273
274 * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.
275
62ac925e
JB
2762007-01-04 Julian Brown <julian@codesourcery.com>
277
278 * arm-dis.c (neon_opcode): Fix disassembly for vshl, vqshl, vrshl,
279 vqrshl instructions.
280
10a2343e 281For older changes see ChangeLog-2006
252b5132
RH
282\f
283Local Variables:
2f6d2f85
NC
284mode: change-log
285left-margin: 8
286fill-column: 74
252b5132
RH
287version-control: never
288End:
This page took 0.365504 seconds and 4 git commands to generate.