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