[ gas/testsuite/ChangeLog ]
[deliverable/binutils-gdb.git] / include / opcode / ChangeLog
CommitLineData
39a7806d
TS
12006-05-04 Thiemo Seufer <ths@mips.com>
2 Nigel Stephens <nigel@mips.com>
3 David Ung <davidu@mips.com>
4
5 * mips.h: Add INSN_SMARTMIPS define.
6
9bcd4f99
TS
72006-04-30 Thiemo Seufer <ths@mips.com>
8 David Ung <davidu@mips.com>
9
10 * mips.h: Defines udi bits and masks. Add description of
11 characters which may appear in the args field of udi
12 instructions.
13
ef0ee844
TS
142006-04-26 Thiemo Seufer <ths@networkno.de>
15
16 * mips.h: Improve comments describing the bitfield instruction
17 fields.
18
f7675147
L
192006-04-26 Julian Brown <julian@codesourcery.com>
20
21 * arm.h (FPU_VFP_EXT_V3): Define constant.
22 (FPU_NEON_EXT_V1): Likewise.
23 (FPU_VFP_HARD): Update.
24 (FPU_VFP_V3): Define macro.
25 (FPU_ARCH_VFP_V3, FPU_ARCH_VFP_V3_PLUS_NEON_V1): Define macros.
26
ef0ee844 272006-04-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
d727e8c2
NC
28
29 * avr.h (AVR_ISA_PWMx): New.
30
2da12c60
NS
312006-03-28 Nathan Sidwell <nathan@codesourcery.com>
32
33 * m68k.h (cpu_m68k, cpu_cf, cpu_m68000, cpu_m68008, cpu_m68010,
34 cpu_m68020, cpu_m68ec030, cpu_m68040, cpu_m68060, cpu_m68851,
35 cpu_m68881, cpu_m68882, cpu_cpu32, cpu_cf5200, cpu_cf5206e,
36 cpu_cf5208, cpu_cf521x, cpu_cf5213, cpu_cf5249, cpu_cf528x,
37 cpu_cf5307, cpu_cf5329, cpu_cf5407, cpu_cf547x, cpu_cf548x): Remove.
38
0715c387
PB
392006-03-10 Paul Brook <paul@codesourcery.com>
40
41 * arm.h (ARM_AEXT_V7_ARM): Include v6ZK extensions.
42
34bdd094
DA
432006-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
44
45 * hppa.h (pa_opcodes): Reorder bb opcodes so that pa10 opcodes come
46 first. Correct mask of bb "B" opcode.
47
331d2d0d
L
482006-02-27 H.J. Lu <hongjiu.lu@intel.com>
49
50 * i386.h (i386_optab): Support Intel Merom New Instructions.
51
62b3e311
PB
522006-02-24 Paul Brook <paul@codesourcery.com>
53
54 * arm.h: Add V7 feature bits.
55
59cf82fe
L
562006-02-23 H.J. Lu <hongjiu.lu@intel.com>
57
58 * ia64.h (ia64_opnd): Add IA64_OPND_IMMU5b.
59
e74cfd16
PB
602006-01-31 Paul Brook <paul@codesourcery.com>
61 Richard Earnshaw <rearnsha@arm.com>
62
63 * arm.h: Use ARM_CPU_FEATURE.
64 (ARM_AEXT_*, FPU_ENDIAN_PURE, FPU_VFP_HARD): New.
65 (arm_feature_set): Change to a structure.
66 (ARM_CPU_HAS_FEATURE, ARM_MERGE_FEATURE_SETS, ARM_CLEAR_FEATURE,
67 ARM_FEATURE): New macros.
68
5b3f8a92
HPN
692005-12-07 Hans-Peter Nilsson <hp@axis.com>
70
71 * cris.h (MOVE_M_TO_PREG_OPCODE, MOVE_M_TO_PREG_ZBITS)
72 (MOVE_PC_INCR_OPCODE_PREFIX, MOVE_PC_INCR_OPCODE_SUFFIX): New macros.
73 (ADD_PC_INCR_OPCODE): Don't define.
74
cb712a9e
L
752005-12-06 H.J. Lu <hongjiu.lu@intel.com>
76
77 PR gas/1874
78 * i386.h (i386_optab): Add 64bit support for monitor and mwait.
79
0499d65b
TS
802005-11-14 David Ung <davidu@mips.com>
81
82 * mips.h: Assign 'm'/'M' codes to MIPS16e save/restore
83 instructions. Define MIPS16_ALL_ARGS and MIPS16_ALL_STATICS for
84 save/restore encoding of the args field.
85
ea5ca089
DB
862005-10-28 Dave Brolley <brolley@redhat.com>
87
88 Contribute the following changes:
89 2005-02-16 Dave Brolley <brolley@redhat.com>
90
91 * cgen-bitset.h: Rename CGEN_ISA_MASK to CGEN_BITSET. Rename
92 cgen_isa_mask_* to cgen_bitset_*.
93 * cgen.h: Likewise.
94
16175d96
DB
95 2003-10-21 Richard Sandiford <rsandifo@redhat.com>
96
97 * cgen.h (CGEN_BITSET_ATTR_VALUE): Fix definition.
98 (CGEN_ATTR_ENTRY): Change "value" to type "unsigned".
99 (CGEN_CPU_TABLE): Make isas a ponter.
100
101 2003-09-29 Dave Brolley <brolley@redhat.com>
102
103 * cgen.h (CGEN_ATTR_VALUE_BITSET_TYPE): New typedef.
104 (CGEN_ATTR_VALUE_ENUM_TYPE): Ditto.
105 (CGEN_ATTR_VALUE_TYPE): Use these new typedefs.
106
107 2002-12-13 Dave Brolley <brolley@redhat.com>
108
109 * cgen.h (symcat.h): #include it.
110 (cgen-bitset.h): #include it.
111 (CGEN_ATTR_VALUE_TYPE): Now a union.
112 (CGEN_ATTR_VALUE): Reference macros generated in opcodes/<arch>-desc.h.
113 (CGEN_ATTR_ENTRY): 'value' now unsigned.
114 (cgen_cpu_desc): 'isas' now (CGEN_ISA_MASK*).
115 * cgen-bitset.h: New file.
116
3c9b82ba
NC
1172005-09-30 Catherine Moore <clm@cm00re.com>
118
119 * bfin.h: New file.
120
6a2375c6
JB
1212005-10-24 Jan Beulich <jbeulich@novell.com>
122
123 * ia64.h (enum ia64_opnd): Move memory operand out of set of
124 indirect operands.
125
c06a12f8
DA
1262005-10-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
127
128 * hppa.h (pa_opcodes): Add two fcmp opcodes. Reorder ftest opcodes.
129 Add FLAG_STRICT to pa10 ftest opcode.
130
4d443107
DA
1312005-10-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
132
133 * hppa.h (pa_opcodes): Remove lha entries.
134
f0a3b40f
DA
1352005-10-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
136
137 * hppa.h (FLAG_STRICT): Revise comment.
138 (pa_opcode): Revise ordering rules. Add/move strict pa10 variants
139 before corresponding pa11 opcodes. Add strict pa10 register-immediate
140 entries for "fdc".
141
1b7e1362
DA
1422005-09-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
143
144 * hppa.h (pa_opcodes): Add new "fdc" and "fic" opcode entries.
145
089b39de
CF
1462005-09-06 Chao-ying Fu <fu@mips.com>
147
148 * mips.h (OP_SH_MT_U, OP_MASK_MT_U, OP_SH_MT_H, OP_MASK_MT_H,
149 OP_SH_MTACC_T, OP_MASK_MTACC_T, OP_SH_MTACC_D, OP_MASK_MTACC_D): New
150 define.
151 Document !, $, *, &, g, +t, +T operand formats for MT instructions.
152 (INSN_ASE_MASK): Update to include INSN_MT.
153 (INSN_MT): New define for MT ASE.
154
93c34b9b
CF
1552005-08-25 Chao-ying Fu <fu@mips.com>
156
157 * mips.h (OP_SH_DSPACC, OP_MASK_DSPACC, OP_SH_DSPACC_S,
158 OP_MASK_DSPACC_S, OP_SH_DSPSFT, OP_MASK_DSPSFT, OP_SH_DSPSFT_7,
159 OP_MASK_DSPSFT_7, OP_SH_SA3, OP_MASK_SA3, OP_SH_SA4, OP_MASK_SA4,
160 OP_SH_IMM8, OP_MASK_IMM8, OP_SH_IMM10, OP_MASK_IMM10, OP_SH_WRDSP,
161 OP_MASK_WRDSP, OP_SH_RDDSP, OP_MASK_RDDSP): New define.
162 Document 3, 4, 5, 6, 7, 8, 9, 0, :, ', @ operand formats for DSP
163 instructions.
164 (INSN_DSP): New define for DSP ASE.
165
848cf006
AM
1662005-08-18 Alan Modra <amodra@bigpond.net.au>
167
168 * a29k.h: Delete.
169
36ae0db3
DJ
1702005-08-15 Daniel Jacobowitz <dan@codesourcery.com>
171
172 * ppc.h (PPC_OPCODE_E300): Define.
173
8c929562
MS
1742005-08-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
175
176 * s390.h (s390_opcode_cpu_val): Add enum for cpu type z9-109.
177
f7b8cccc
DA
1782005-07-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
179
180 PR gas/336
181 * hppa.h (pa_opcodes): Allow 0 immediates in PA 2.0 variants of pdtlb
182 and pitlb.
183
8b5328ac
JB
1842005-07-27 Jan Beulich <jbeulich@novell.com>
185
186 * i386.h (i386_optab): Add comment to movd. Use LongMem for all
187 movd-s. Add NoRex64 to movq-s dealing only with mmx or xmm registers.
188 Add movq-s as 64-bit variants of movd-s.
189
f417d200
DA
1902005-07-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
191
18b3bdfc
DA
192 * hppa.h: Fix punctuation in comment.
193
f417d200
DA
194 * hppa.h (pa_opcode): Add rules for opcode ordering. Check first for
195 implicit space-register addressing. Set space-register bits on opcodes
196 using implicit space-register addressing. Add various missing pa20
197 long-immediate opcodes. Remove various opcodes using implicit 3-bit
198 space-register addressing. Use "fE" instead of "fe" in various
199 fstw opcodes.
200
9a145ce6
JB
2012005-07-18 Jan Beulich <jbeulich@novell.com>
202
203 * i386.h (i386_optab): Operands of aam and aad are unsigned.
204
90700ea2
L
2052007-07-15 H.J. Lu <hongjiu.lu@intel.com>
206
207 * i386.h (i386_optab): Support Intel VMX Instructions.
208
48f130a8
DA
2092005-07-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
210
211 * hppa.h (pa_opcode): Don't set FLAG_STRICT in pa10 loads and stores.
212
30123838
JB
2132005-07-05 Jan Beulich <jbeulich@novell.com>
214
215 * i386.h (i386_optab): Add new insns.
216
47b0e7ad
NC
2172005-07-01 Nick Clifton <nickc@redhat.com>
218
219 * sparc.h: Add typedefs to structure declarations.
220
b300c311
L
2212005-06-20 H.J. Lu <hongjiu.lu@intel.com>
222
223 PR 1013
224 * i386.h (i386_optab): Update comments for 64bit addressing on
225 mov. Allow 64bit addressing for mov and movq.
226
2db495be
DA
2272005-06-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
228
229 * hppa.h (pa_opcodes): Use cM and cX instead of cm and cx,
230 respectively, in various floating-point load and store patterns.
231
caa05036
DA
2322005-05-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
233
234 * hppa.h (FLAG_STRICT): Correct comment.
235 (pa_opcodes): Update load and store entries to allow both PA 1.X and
236 PA 2.0 mneumonics when equivalent. Entries with cache control
237 completers now require PA 1.1. Adjust whitespace.
238
f4411256
AM
2392005-05-19 Anton Blanchard <anton@samba.org>
240
241 * ppc.h (PPC_OPCODE_POWER5): Define.
242
e172dbf8
NC
2432005-05-10 Nick Clifton <nickc@redhat.com>
244
245 * Update the address and phone number of the FSF organization in
246 the GPL notices in the following files:
247 a29k.h, alpha.h, arc.h, arm.h, avr.h, cgen.h, convex.h, cris.h,
248 crx.h, d10v.h, d30v.h, dlx.h, h8300.h, hppa.h, i370.h, i386.h,
249 i860.h, i960.h, m68hc11.h, m68k.h, m88k.h, maxq.h, mips.h, mmix.h,
250 mn10200.h, mn10300.h, msp430.h, np1.h, ns32k.h, or32.h, pdp11.h,
251 pj.h, pn.h, ppc.h, pyr.h, s390.h, sparc.h, tic30.h, tic4x.h,
252 tic54x.h, tic80.h, v850.h, vax.h
253
e44823cf
JB
2542005-05-09 Jan Beulich <jbeulich@novell.com>
255
256 * i386.h (i386_optab): Add ht and hnt.
257
791fe849
MK
2582005-04-18 Mark Kettenis <kettenis@gnu.org>
259
260 * i386.h: Insert hyphens into selected VIA PadLock extensions.
261 Add xcrypt-ctr. Provide aliases without hyphens.
262
faa7ef87
L
2632005-04-13 H.J. Lu <hongjiu.lu@intel.com>
264
a63027e5
L
265 Moved from ../ChangeLog
266
faa7ef87
L
267 2005-04-12 Paul Brook <paul@codesourcery.com>
268 * m88k.h: Rename psr macros to avoid conflicts.
269
270 2005-03-12 Zack Weinberg <zack@codesourcery.com>
271 * arm.h: Adjust comments for ARM_EXT_V4T and ARM_EXT_V5T.
272 Add ARM_EXT_V6T2, ARM_ARCH_V6T2, ARM_ARCH_V6KT2, ARM_ARCH_V6ZT2,
273 and ARM_ARCH_V6ZKT2.
274
275 2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
276 * crx.h (enum operand_type): Rename rbase_cst4 to rbase_dispu4.
277 Remove redundant instruction types.
278 (struct argument): X_op - new field.
279 (struct cst4_entry): Remove.
280 (no_op_insn): Declare.
281
282 2004-11-05 Tomer Levi <Tomer.Levi@nsc.com>
283 * crx.h (enum argtype): Rename types, remove unused types.
284
285 2004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
286 * crx.h (enum reg): Rearrange registers, remove 'ccfg' and `'pc'.
287 (enum reg_type): Remove CRX_PC_REGTYPE, CRX_MTPR_REGTYPE.
288 (enum operand_type): Rearrange operands, edit comments.
289 replace us<N> with ui<N> for unsigned immediate.
290 replace d<N> with disps<N>/dispu<N>/dispe<N> for signed/unsigned/escaped
291 displacements (respectively).
292 replace rbase_ridx_scl2_dispu<N> with rindex_disps<N> for register index.
293 (instruction type): Add NO_TYPE_INS.
294 (instruction flags): Add USER_REG, CST4MAP, NO_SP, NO_RPTR.
295 (operand_entry): New field - 'flags'.
296 (operand flags): New.
297
298 2004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
299 * crx.h (operand_type): Remove redundant types i3, i4,
300 i5, i8, i12.
301 Add new unsigned immediate types us3, us4, us5, us16.
302
bc4bd9ab
MK
3032005-04-12 Mark Kettenis <kettenis@gnu.org>
304
305 * i386.h (i386_optab): Mark VIA PadLock instructions as ImmExt and
306 adjust them accordingly.
307
373ff435
JB
3082005-04-01 Jan Beulich <jbeulich@novell.com>
309
310 * i386.h (i386_optab): Add rdtscp.
311
4cc91dba
L
3122005-03-29 H.J. Lu <hongjiu.lu@intel.com>
313
314 * i386.h (i386_optab): Don't allow the `l' suffix for moving
418a8fca
AS
315 between memory and segment register. Allow movq for moving between
316 general-purpose register and segment register.
4cc91dba 317
9ae09ff9
JB
3182005-02-09 Jan Beulich <jbeulich@novell.com>
319
320 PR gas/707
321 * i386.h (i386_optab): Add x_Suf to fbld and fbstp. Add w_Suf and
322 FloatMF to fldcw, fstcw, fnstcw, and the memory formas of fstsw and
323 fnstsw.
324
638e7a64
NS
3252006-02-07 Nathan Sidwell <nathan@codesourcery.com>
326
327 * m68k.h (m68008, m68ec030, m68882): Remove.
328 (m68k_mask): New.
329 (cpu_m68k, cpu_cf): New.
330 (mcf5200, mcf5206e, mcf521x, mcf5249, mcf528x, mcf5307, mcf5407,
331 mcf5470, mcf5480): Rename to cpu_<foo>. Add m680x0 variants.
332
90219bd0
AO
3332005-01-25 Alexandre Oliva <aoliva@redhat.com>
334
335 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
336 * cgen.h (enum cgen_parse_operand_type): Add
337 CGEN_PARSE_OPERAND_SYMBOLIC.
338
239cb185
FF
3392005-01-21 Fred Fish <fnf@specifixinc.com>
340
341 * mips.h: Change INSN_ALIAS to INSN2_ALIAS.
342 Change INSN_WRITE_MDMX_ACC to INSN2_WRITE_MDMX_ACC.
343 Change INSN_READ_MDMX_ACC to INSN2_READ_MDMX_ACC.
344
dc9a9f39
FF
3452005-01-19 Fred Fish <fnf@specifixinc.com>
346
347 * mips.h (struct mips_opcode): Add new pinfo2 member.
348 (INSN_ALIAS): New define for opcode table entries that are
349 specific instances of another entry, such as 'move' for an 'or'
350 with a zero operand.
351 (INSN_READ_MDMX_ACC): Redefine from 0 to 0x2.
352 (INSN_WRITE_MDMX_ACC): Redefine from 0 to 0x4.
353
98e7aba8
ILT
3542004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
355
356 * mips.h (CPU_RM9000): Define.
357 (OPCODE_IS_MEMBER): Handle CPU_RM9000.
358
37edbb65
JB
3592004-11-25 Jan Beulich <jbeulich@novell.com>
360
361 * i386.h: CpuNo64 mov can't reasonably have a 'q' suffix. Moves
362 to/from test registers are illegal in 64-bit mode. Add missing
363 NoRex64 to sidt. fxsave/fxrstor now allow for a 'q' suffix
364 (previously one had to explicitly encode a rex64 prefix). Re-enable
365 lahf/sahf in 64-bit mode as at least some Athlon64/Opteron steppings
366 support it there. Add cmpxchg16b as per Intel's 64-bit documentation.
367
3682004-11-23 Jan Beulich <jbeulich@novell.com>
5c6af06e
JB
369
370 * i386.h (i386_optab): paddq and psubq, even in their MMX form, are
371 available only with SSE2. Change the MMX additions introduced by SSE
372 and 3DNow!A to CpuMMX2 (rather than CpuMMX). Indicate the 3DNow!A
373 instructions by their now designated identifier (since combining i686
374 and 3DNow! does not really imply 3DNow!A).
375
f5c7edf4
AM
3762004-11-19 Alan Modra <amodra@bigpond.net.au>
377
378 * msp430.h (struct rcodes_s, MSP430_RLC, msp430_rcodes,
379 struct hcodes_s, msp430_hcodes): Move to gas/config/tc-msp430.c.
380
7499d566
NC
3812004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
382 Vineet Sharma <vineets@noida.hcltech.com>
383
384 * maxq.h: New file: Disassembly information for the maxq port.
385
bcb9eebe
L
3862004-11-05 H.J. Lu <hongjiu.lu@intel.com>
387
388 * i386.h (i386_optab): Put back "movzb".
389
94bb3d38
HPN
3902004-11-04 Hans-Peter Nilsson <hp@axis.com>
391
392 * cris.h (enum cris_insn_version_usage): Tweak formatting and
393 comments. Remove member cris_ver_sim. Add members
394 cris_ver_sim_v0_10, cris_ver_v0_10, cris_ver_v3_10,
395 cris_ver_v8_10, cris_ver_v10, cris_ver_v10p.
396 (struct cris_support_reg, struct cris_cond15): New types.
397 (cris_conds15): Declare.
398 (JUMP_PC_INCR_OPCODE_V32, BA_DWORD_OPCODE, NOP_OPCODE_COMMON)
399 (NOP_OPCODE_ZBITS_COMMON, LAPC_DWORD_OPCODE, LAPC_DWORD_Z_BITS)
400 (NOP_OPCODE_V32, NOP_Z_BITS_V32): New macros.
401 (NOP_Z_BITS): Define in terms of NOP_OPCODE.
402 (cris_imm_oprnd_size_type): New members SIZE_FIELD_SIGNED and
403 SIZE_FIELD_UNSIGNED.
404
37edbb65 4052004-11-04 Jan Beulich <jbeulich@novell.com>
9306ca4a
JB
406
407 * i386.h (sldx_Suf): Remove.
408 (FP, l_FP, sl_FP, x_FP): Don't imply IgnoreSize.
409 (q_FP): Define, implying no REX64.
410 (x_FP, sl_FP): Imply FloatMF.
411 (i386_optab): Split reg and mem forms of moving from segment registers
412 so that the memory forms can ignore the 16-/32-bit operand size
413 distinction. Adjust a few others for Intel mode. Remove *FP uses from
414 all non-floating-point instructions. Unite 32- and 64-bit forms of
415 movsx, movzx, and movd. Adjust floating point operations for the above
416 changes to the *FP macros. Add DefaultSize to floating point control
417 insns operating on larger memory ranges. Remove left over comments
418 hinting at certain insns being Intel-syntax ones where the ones
419 actually meant are already gone.
420
48c9f030
NC
4212004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
422
423 * crx.h: Add COPS_REG_INS - Coprocessor Special register
424 instruction type.
425
0dd132b6
NC
4262004-09-30 Paul Brook <paul@codesourcery.com>
427
428 * arm.h (ARM_EXT_V6K, ARM_EXT_V6Z): Define.
429 (ARM_ARCH_V6K, ARM_ARCH_V6Z, ARM_ARCH_V6ZK): Define.
430
23794b24
MM
4312004-09-11 Theodore A. Roth <troth@openavr.org>
432
433 * avr.h: Add support for
434 atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
435
2a309db0
AM
4362004-09-09 Segher Boessenkool <segher@kernel.crashing.org>
437
438 * ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
439
b18c562e
NC
4402004-08-24 Dmitry Diky <diwil@spec.ru>
441
442 * msp430.h (msp430_opc): Add new instructions.
443 (msp430_rcodes): Declare new instructions.
444 (msp430_hcodes): Likewise..
445
45d313cd
NC
4462004-08-13 Nick Clifton <nickc@redhat.com>
447
448 PR/301
449 * h8300.h (O_JSR): Do not allow VECIND addressing for non-SX
450 processors.
451
30d1c836
ML
4522004-08-30 Michal Ludvig <mludvig@suse.cz>
453
454 * i386.h (i386_optab): Added montmul/xsha1/xsha256 insns.
455
9a45f1c2
L
4562004-07-22 H.J. Lu <hongjiu.lu@intel.com>
457
458 * i386.h (i386_optab): Allow cs/ds in 64bit for branch hints.
459
543613e9
NC
4602004-07-21 Jan Beulich <jbeulich@novell.com>
461
462 * i386.h: Adjust instruction descriptions to better match the
463 specification.
464
b781e558
RE
4652004-07-16 Richard Earnshaw <rearnsha@arm.com>
466
467 * arm.h: Remove all old content. Replace with architecture defines
468 from gas/config/tc-arm.c.
469
8577e690
AS
4702004-07-09 Andreas Schwab <schwab@suse.de>
471
472 * m68k.h: Fix comment.
473
1fe1f39c
NC
4742004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
475
476 * crx.h: New file.
477
1d9f512f
AM
4782004-06-24 Alan Modra <amodra@bigpond.net.au>
479
480 * i386.h (i386_optab): Remove fildd, fistpd and fisttpd.
481
be8c092b
NC
4822004-05-24 Peter Barada <peter@the-baradas.com>
483
484 * m68k.h: Add 'size' to m68k_opcode.
485
6b6e92f4
NC
4862004-05-05 Peter Barada <peter@the-baradas.com>
487
488 * m68k.h: Switch from ColdFire chip name to core variant.
489
4902004-04-22 Peter Barada <peter@the-baradas.com>
fd99574b
NC
491
492 * m68k.h: Add mcfmac/mcfemac definitions. Update operand
493 descriptions for new EMAC cases.
494 Remove ColdFire macmw/macml/msacmw/msacmw hacks and properly
495 handle Motorola MAC syntax.
496 Allow disassembly of ColdFire V4e object files.
497
fdd12ef3
AM
4982004-03-16 Alan Modra <amodra@bigpond.net.au>
499
500 * ppc.h (PPC_OPERAND_GPR_0): Define. Bump other operand defines.
501
3922a64c
L
5022004-03-12 Jakub Jelinek <jakub@redhat.com>
503
504 * i386.h (i386_optab): Remove CpuNo64 from sysenter and sysexit.
505
1f45d988
ML
5062004-03-12 Michal Ludvig <mludvig@suse.cz>
507
508 * i386.h (i386_optab): Added xstore as an alias for xstorerng.
509
0f10071e
ML
5102004-03-12 Michal Ludvig <mludvig@suse.cz>
511
512 * i386.h (i386_optab): Added xstore/xcrypt insns.
513
3255318a
NC
5142004-02-09 Anil Paranjpe <anilp1@KPITCummins.com>
515
516 * h8300.h (32bit ldc/stc): Add relaxing support.
517
ca9a79a1 5182004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
fdd12ef3 519
ca9a79a1
NC
520 * h8300.h (BITOP): Pass MEMRELAX flag.
521
875a0b14
NC
5222004-01-09 Anil Paranjpe <anilp1@KPITCummins.com>
523
524 * h8300.h (BITOP): Dissallow operations on @aa:16 and @aa:32
525 except for the H8S.
252b5132 526
c9e214e5 527For older changes see ChangeLog-9103
252b5132
RH
528\f
529Local Variables:
c9e214e5
AM
530mode: change-log
531left-margin: 8
532fill-column: 74
252b5132
RH
533version-control: never
534End:
This page took 0.447137 seconds and 4 git commands to generate.