* config/bfin-parse.y (asm_1): Better check and deal with
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
ad3fea08
TS
12006-05-23 Thiemo Seufer <ths@mips.com>
2
3 * gas/mips/mips-gp32-fp64-pic.d, mips/mips-gp32-fp64.d,
4 gas/mips/mips-gp64-fp32-pic.d, gas/mips/mips-gp64-fp32.l,
5 gas/mips/mips-gp64-fp64.d: Adjust test cases to the changes assembler
6 output.
7 * gas/mips/mips-gp32-fp64.l, gas/mips/mips-gp64-fp32-pic.l: New files,
8 catch assembler warnings.
9
6c5a6c01
NC
102006-05-22 Nick Clifton <nickc@redhat.com>
11
12 * gas/mips/mips32-dsp.l: Fix expected unsigned decoding of -1 in
13 warning messages.
14 * gas/mips/mips32-mt.l: Likewise.
15
a284cff1
TS
162006-05-19 Thiemo Seufer <ths@mips.com>
17
18 * gas/mips/vxworks1-el.d, gas/mips/vxworks1-xgot-el.d: Add little
19 endian testcases.
20 * gas/mips/vxworks1.d, gas/mips/vxworks1-xgot.d: Build as big endian.
21 * gas/mips/mips.exp: Run new testcases.
22
9b3f89ee
TS
232006-05-14 Thiemo Seufer <ths@mips.com>
24 Nigel Stephens <nigel@mips.com>
25
26 * gas/mips/mips.exp: Run new tests.
27 * gas/mips/mips16e.s, gas/mips/mips16e.d, gas/mips/mips16e-64.s,
28 gas/mips/mips16e-64.d, gas/mips/mips16e-64.l: New tests.
29
e28387c3
PB
302006-05-11 Paul Brook <paul@codesourcery.com>
31
32 * gas/arm/local_function.d: New test.
33 * gas/arm/local_function.s: New test.
34
89ee2ebe
TS
352006-05-11 Thiemo Seufer <ths@mips.com>
36
37 * gas/mips/jal-range.l: Don't check the range of j or jal
38 addresses.
39
43cc0762
L
402006-05-09 H.J. Lu <hongjiu.lu@intel.com>
41
42 * gas/i386/x86-64-gidt.d: Adjusted.
43
cb6d3433
L
442006-05-09 H.J. Lu <hongjiu.lu@intel.com>
45
46 * gas/i386/i386.exp: Run x86-64-gidt.
47
48 * gas/i386/x86-64-gidt.d: New file.
49 * gas/i386/x86-64-gidt.s: Likewise.
50
4e2a74a8
TS
512006-05-09 David Ung <davidu@mips.com>
52
53 * gas/mips/jal-range.l: Only warn about an out-of-range j or jal
54 address.
55
409a6ecd
TS
562006-05-08 Thiemo Seufer <ths@mips.com>
57
58 * gas/mips/mips32.s, gas/mips/mips32.d: Extend testcase to check
59 larger offset arguments for cache instructions.
60
e16bfa71
TS
612006-05-08 Thiemo Seufer <ths@mips.com>
62 Nigel Stephens <nigel@mips.com>
63 David Ung <davidu@mips.com>
64
65 * gas/mips/smartmips.s, gas/mips/smartmips.d: New smartmips test.
66 * gas/mips/mips.exp: Run smartmips test.
67
55a9ea57
JB
682006-05-05 Julian Brown <julian@codesourcery.com>
69
70 * gas/arm/vfp-neon-overlap.s: New test. Overlapping VFP/Neon
71 instructions.
72 * gas/arm/vfp-neon-overlap.d: Expected output of above.
73 * gas/arm/vfp1xD.d: Test for fldmx/fstmx.
74 * gas/arm/vfp1xD_t2.d: Likewise.
75 * gas/arm/vfpv3-32drs.d: Likewise.
76
ef75f014
TS
772006-05-05 Nigel Stephens <nigel@mips.com>
78
79 * gas/mips/noreorder.s, gas/mips/noreorder.d: New test for
80 reorder/noreorder corner case.
81 * gas/mips/mips.exp: Run new test.
82
088fa78e
KH
832006-05-04 Kazu Hirata <kazu@codesourcery.com>
84
85 * gas/arm/armv1.d (error-output): New.
86 * gas/arm/armv1.l: New.
87 * gas/arm/thumb32.d (error-output): New.
88 * gas/arm/thumb32.l: New.
89
39a7806d
TS
902006-05-04 Thiemo Seufer <ths@mips.com>
91 Nigel Stephens <nigel@mips.com>
92
93 * gas/mips/mips.exp: Run mips32-dsp tests only for mips32r2.
94 * gas/mips/set-arch.d: Adjust according to opcode table changes.
95
104b4fab
TS
962006-05-03 Thiemo Seufer <ths@mips.com>
97
98 * gas/mips/mips32-mt.d: Fix mftr argument order.
99
df7849c5
JM
1002006-05-02 Joseph Myers <joseph@codesourcery.com>
101
102 * gas/arm/iwmmxt.s: Increase offsets for wstrb and wstrh.
103 * gas/arm/iwmmxt.d: Update expected results.
104 * gas/arm/iwmmxt-bad2.s: Test wstrb, wstrh, wldrb and wldrh.
105 * gas/arm/iwmmxt-bad2.l: Update expected error messages.
106
5645cf1e
L
1072006-04-29 H.J. Lu <hongjiu.lu@intel.com>
108
109 * gas/i386/fp.d: New file.
110 * gas/i386/fp.s: Likewise.
111
112 * gas/i386/i386.exp: Run "fp".
113
59c455b3
TS
1142006-04-28 Thiemo Seufer <ths@mips.com>
115 David Ung <davidu@mips.com>
bdb09db1 116 Nigel Stephens <nigel@mips.com>
59c455b3
TS
117
118 * gas/mips/cp0sel-names-mips32r2.d,
119 gas/mips/cp0sel-names-mips64r2.d: Update for MT register names.
120
b7dc4905
JB
1212006-04-26 Julian Brown <julian@codesourcery.com>
122
59c455b3
TS
123 * gas/arm/neon-const.s: New testcase. Neon floating-point constants.
124 * gas/arm/neon-const.d: Expected output of above.
125 * gas/arm/neon-cov.d: Expect floating-point disassembly for VMOV.F32.
b7dc4905 126
2161fcce
JB
1272006-04-26 Julian Brown <julian@codesourcery.com>
128
129 * gas/arm/neon-psyn.s: Basic test of programmers syntax.
130 * gas/arm/neon-psyn.d: Expected output of above.
131
1322006-04-26 Julian Brown <julian@codesourcery.com>
edd40341
JB
133
134 * gas/arm/copro.s: Avoid ldcl which encodes as a bad Neon instruction.
135 * gas/arm/copro.d: Update accordingly.
136 * gas/arm/neon-cond.s: New test. Conditional Neon opcodes in ARM mode.
137 * gas/arm/neon-cond.d: Expected results of above.
138 * gas/arm/neon-cov.s: New test. Coverage of Neon instructions.
139 * gas/arm/neon-cov.d: Expected results of above.
140 * gas/arm/neon-ldst-es.s: New test. Element and structure loads and
141 stores.
142 * gas/arm/neon-ldst-es.d: Expected results of above.
143 * gas/arm/neon-ldst-rm.s: New test. Single and multiple register loads
144 and stores.
145 * gas/arm/neon-ldst-rm.d: Expected results of above.
146 * gas/arm/neon-omit.s: New test. Omission of optional operands.
147 * gas/arm/neon-omit.d: Expected results of above.
148 * gas/arm/vfp1.d: Expect Neon syntax for some VFP instructions.
149 * gas/arm/vfp1_t2.d: Likewise.
150 * gas/arm/vfp1xD.d: Likewise.
151 * gas/arm/vfp1xD_t2.d: Likewise.
152 * gas/arm/vfp2.d: Likewise.
153 * gas/arm/vfp2_t2.d: Likewise.
154 * gas/arm/vfp3-32drs.s: New test. Extended D register range for VFP
155 instructions.
156 * gas/arm/vfp3-32drs.d: Expected results of above.
157 * gas/arm/vfp3-const-conv.s: New test. VFPv3 constant-load and
158 conversion instructions.
159 * gas/arm/vfp3-const-conv.d: Expected results of above.
160
8463be01
PB
1612005-04-20 Paul Brook <paul@codesourcery.com>
162
163 * gas/arm/arch7.d: Remove skip.
164 * gas/arm/svc.d: Ditto.
165 * gas/arm/thumb2_bcond.d: Ditto.
166 * gas/arm/thumb2_it_bad.d: Ditto.
167
bb8f5920
L
1682006-04-18 H.J. Lu <hongjiu.lu@intel.com>
169
170 PR gas/2533
171 * gas/i386/inval.s: Add test for illegal immediate register
172 operand.
173 * gas/i386/inval.l: Updated.
174
10d15738
NC
1752006-04-16 Nick Clifton <nickc@redhat.com>
176
177 * gas/arm/arch7.d: Skip test for non-ELF targets.
178 * gas/arm/blx-local.d: Likewise.
179 * gas/arm/svc.d: Likewise.
180 * gas/arm/thumb2_bcond.d: Likewise.
181 * gas/arm/thumb2_it_bad.d: Likewise.
182
7ae2971b
PB
1832006-04-07 Paul Brook <paul@codesourcery.com>
184
185 * gas/arm/blx-local.d: New test.
186 * gas/arm/blx-local.d: New test.
187
53365c0d
PB
1882006-04-07 Paul Brook <paul@codesourcery.com>
189
190 * gas/arm/thumb2_pool.d: New test.
191 * gas/arm/thumb2_pool.s: New test.
192
910600e9
RS
1932006-04-05 Richard Sandiford <richard@codesourcery.com>
194
195 * gas/sparc/vxworks-pic.s, gas/sparc/vxworks-pic.d: New test.
196 * gas/sparc/sparc.exp: Run it. Remove sparc*-*-vxworks* XFAILs.
197
9ca26584
AJ
1982006-03-23 Michael Matz <matz@suse.de>
199
200 * gas/i386/reloc64.s: Accept 64-bit forms.
201 * gas/i386/reloc64.d: Adjust.
202 * gas/i386/reloc64.l: Adjust.
203
9e61c69e
L
2042006-03-23 H.J. Lu <hongjiu.lu@intel.com>
205
206 * gas/i386/rep.s: Pad with .p2align.
207 * gas/i386/rep.d: Adjust.
208
0a44bf69
RS
2092006-03-22 Richard Sandiford <richard@codesourcery.com>
210
211 * gas/mips/vxworks1.s, gas/mips/vxworks1.d,
212 * gas/mips/vxworks1-xgot.d: New tests.
213 * gas/mips/mips.exp: Run them. Do not run other tests on VxWorks.
214
3e94bf1a
PB
2152006-03-21 Paul Brook <paul@codesourcery.com>
216
217 * gas/arm/thumb32.d: Correct expected output.
218
dfa9f0d5
PB
2192006-03-20 Paul Brook <paul@codesourcery.com>
220
221 * gas/arm/thumb2_bcond.d: New test.
222 * gas/arm/thumb2_bcond.s: New test.
223 * gas/arm/thumb2_it_bad.d: New test.
224 * gas/arm/thumb2_it_bad.l: New test.
225 * gas/arm/thumb2_it_bad.s: New test.
226
f5208ef2
PB
2272006-03-17 Paul Brook <paul@codesourcery.com>
228
229 * gas/arm/thumb32.d: Add ldm and stm tests.
230 * gas/arm/thumb32.s: Ditto.
231
2db51539
BS
2322006-03-16 Bernd Schmidt <bernd.schmidt@analog.com>
233
234 * gas/bfin/shift2.s: Add new tests.
235 * gas/bfin/shift.d: Match changed disassembler behaviour.
236 * gas/bfin/parallel2.d: Likewise.
237 * gas/bfin/shift2.d: Likewise; also match new tests.
238
c16d2bf0
PB
2392006-03-16 Paul Brook <paul@codesourcery.com>
240
241 * gas/arm/svc.d: New test.
242 * gas/arm/svc.s: New test.
243 * gas/arm/inst.d: Accept svc mnemonic.
244 * gas/arm/thumb.d: Ditto.
245 * gas/arm/wince_inst.d: Ditto.
246
38406048
PB
2472006-03-09 Paul Brook <paul@codesourcery.com>
248
249 * gas/arm/nomapping.d: New test.
250 * gas/arm/nomapping.s: New test.
251
35c52694
L
2522006-03-07 H.J. Lu <hongjiu.lu@intel.com>
253
254 PR binutils/2428
255 * gas/i386/i386.exp: Add rep, rep-suffix, x86-64-rep and
256 x86-64-rep-suffix.
257
258 * gas/i386/naked.d: Replace repz with rep.
259 * gas/i386/x86_64.d: Likewise.
260
261 * gas/i386/rep-suffix.d: New file.
262 * gas/i386/rep-suffix.s: Likewise.
263 * gas/i386/rep.d: Likewise.
264 * gas/i386/rep.s: Likewise.
265 * gas/i386/x86-64-rep-suffix.d: Likewise.
266 * gas/i386/x86-64-rep-suffix.s: Likewise.
267 * gas/i386/x86-64-rep.d: Likewise.
268 * gas/i386/x86-64-rep.s: Likewise.
269
00a97672
RS
2702006-03-07 Richard Sandiford <richard@codesourcery.com>
271
272 * gas/arm/abs12.s, gas/arm/abs12.d: New test.
273 * gas/arm/pic.d: Skip for *-*-vxworks*...
274 * gas/arm/pic_vxworks.d: ...use this version instead.
275 * gas/arm/unwind_vxworks.d: Fix expected output.
276
0b2e31dc
NS
2772006-03-06 Nathan Sidwell <nathan@codesourcery.com>
278
279 * gas/m68k/arch-cpu-1.s: Tweak.
280 * gas/m68k/arch-cpu-1.d: Tweak.
281
9f6f925e
JB
2822006-02-28 Jan Beulich <jbeulich@novell.com>
283
284 * gas/all/altmacro.s: Adjust.
285 * gas/all/altmac2.s: Adjust.
286
0e31b3e1
JB
2872006-02-28 Jan Beulich <jbeulich@novell.com>
288
289 * gas/macros/paren[sd]: New.
290 * gas/macros/macros.exp: Run new test.
291
331d2d0d
L
2922006-02-27 H.J. Lu <hongjiu.lu@intel.com>
293
294 * gas/i386/i386.exp: Add merom and x86-64-merom.
295
296 * gas/i386/merom.d: New file.
297 * gas/i386/merom.s: Likewise.
298 * gas/i386/x86-64-merom.d: Likewise.
299 * gas/i386/x86-64-merom.s: Likewise.
300
83d634e3
DM
3012006-02-24 David S. Miller <davem@sunset.davemloft.net>
302
303 * gas/sparc/rdhpr.s: New test.
304 * gas/sparc/rdhpr.d: New test.
305 * gas/sparc/wrhpr.s: New test.
306 * gas/sparc/wrhpr.d: New test.
307 * gas/sparc/window.s: New test.
308 * gas/sparc/window.d: New test.
309 * gas/sparc/rdpr.s: Add case for reading %gl register.
310 * gas/sparc/rdpr.d: Likewise.
311 * gas/sparc/wrpr.s: Add case for writing %gl register.
312 * gas/sparc/wrpr.d: Likewise.
313 * gas/sparc/sparc.exp: Update for new tests.
314
62b3e311
PB
3152006-02-24 Paul Brook <paul@codesourcery.com>
316
317 * gas/arm/thumb32.d: Fix expected msr and mrs output.
318 * gas/arm/arch7.d: New test.
319 * gas/arm/arch7.s: New test.
320 * gas/arm/arch7m-bad.l: New test.
321 * gas/arm/arch7m-bad.d: New test.
322 * gas/arm/arch7m-bad.s: New test.
323
59cf82fe
L
3242006-02-23 H.J. Lu <hongjiu.lu@intel.com>
325
326 * gas/ia64/opc-i.s: Add tests for tf.
327 * gas/ia64/pseudo.s: Likewise.
328 * gas/ia64/opc-i.d: Updated.
329 * gas/ia64/pseudo.d: Likewise.
330
7f3dfb9c
L
3312006-02-22 H.J. Lu <hongjiu.lu@intel.com>
332
333 * gas/ia64/dv-raw-err.s: Add check for vmsw.0.
334 * gas/ia64/dv-raw-err.l: Updated.
335
336 * gas/ia64/opc-b.s: Add vmsw.0 and vmsw.1.
337 * gas/ia64/opc-b.d: Updated.
338
f40d1643
PB
3392005-02-22 Paul Brook <paul@codesourcery.com>
340
341 * gas/arm/thumb32.d: Fix expected pld opcode.
342
d70c5fc7
NC
3432006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
344 Anil Paranjape <anilp1@kpitcummins.com>
345 Shilin Shakti <shilins@kpitcummins.com>
346
347 * gas/xc16x: New directory.
348 * gas/xc16x/xc16x.exp: New file
349 * gas/xc16x/add.s: New file
350 * gas/xc16x/add_test.s: New file
351 * gas/xc16x/addb.s: New file
352 * gas/xc16x/addc.s: New file
353 * gas/xc16x/addcb.s: New file
354 * gas/xc16x/and.s: New file
355 * gas/xc16x/andb.s: New file
356 * gas/xc16x/bfldl.s: New file
357 * gas/xc16x/bit.s: New file
358 * gas/xc16x/calla.s: New file
359 * gas/xc16x/calli.s: New file
360 * gas/xc16x/cmp.s: New file
361 * gas/xc16x/cmp_test.s: New file
362 * gas/xc16x/cmpb.s: New file
363 * gas/xc16x/cmpi.s: New file
364 * gas/xc16x/cpl.s: New file
365 * gas/xc16x/div.s: New file
366 * gas/xc16x/jmpa.s: New file
367 * gas/xc16x/jmpi.s: New file
368 * gas/xc16x/jmpr.s: New file
369 * gas/xc16x/mov.s: New file
370 * gas/xc16x/mov_test.s: New file
371 * gas/xc16x/movb.s: New file
372 * gas/xc16x/movbs.s: New file
373 * gas/xc16x/movbz.s: New file
374 * gas/xc16x/mul.s: New file
375 * gas/xc16x/neg.s: New file
376 * gas/xc16x/nop.s: New file
377 * gas/xc16x/or.s: New file
378 * gas/xc16x/orb.s: New file
379 * gas/xc16x/prior.s: New file
380 * gas/xc16x/pushpop.s: New file
381 * gas/xc16x/ret.s: New file
382 * gas/xc16x/scxt.s: New file
383 * gas/xc16x/shlrol.s: New file
384 * gas/xc16x/sub.s: New file
385 * gas/xc16x/sub_test.s: New file
386 * gas/xc16x/subb.s: New file
387 * gas/xc16x/subcb.s: New file
388 * gas/xc16x/syscontrol1.s: New file
389 * gas/xc16x/syscontrol2.s: New file
390 * gas/xc16x/trap.s: New file
391 * gas/xc16x/xor.s: New file
392 * gas/xc16x/xorb.s: New file
393
4ac54c27
L
3942006-02-12 H.J. Lu <hongjiu.lu@intel.com>
395
396 * gas/i386/x86-64-crx-suffix.d: Undo the last change.
397
a1cfb73e
L
3982006-02-11 H.J. Lu <hongjiu.lu@intel.com>
399
400 * gas/i386/i386.exp: Add "x86-64-drx" and "x86-64-drx-suffix".
401
402 * gas/i386/x86-64-crx-suffix.d: Minor update.
403
404 * gas/i386/x86-64-drx-suffix.d: New file.
405 * gas/i386/x86-64-drx.d: Likewise.
406 * gas/i386/x86-64-drx.s: Likewise.
407
6dd5059a
L
4082006-02-11 H.J. Lu <hongjiu.lu@intel.com>
409
410 * gas/i386/i386.exp: Add "x86-64-crx" and "x86-64-crx-suffix".
411
412 * gas/i386/x86-64-crx-suffix.d: New file.
413 * gas/i386/x86-64-crx.d: Likewise.
414 * gas/i386/x86-64-crx.s: Likewise.
415
266abb8f
NS
4162006-02-07 Nathan Sidwell <nathan@codesourcery.com>
417
418 * testsuite/gas/m68k/all.exp: Add arch-cpu-1 test.
419 * testsuite/gas/m68k/arch-cpu-1.[sd]: New.
420
ef8d22e6
PB
4212005-02-02 Paul Brook <paul@codesourcery.com>
422
423 * gas/arm/thumb2_invert.d: New test.
424 * gas/arm/thumb2_invert.s: New test.
425
79134647
PB
4262006-01-31 Paul Brook <paul@codesourcery.com>
427
428 * gas/testsuite/gas/arm/iwmmxt-bad.s: Add check for bad register name.
429 * gas/testsuite/gas/arm/iwmmxt-bad.l: Ditto.
430
ae33e02d
AM
4312006-01-18 Arnold Metselaar <arnoldm@sourceware.org>
432
433 * gas/z80/z80.exp: Add offset.
3170c51c
AM
434 * gas/z80/offset.d: New file.
435 * gas/z80/offset.s: New file.
ae33e02d 436
c2fe9327
PB
4372006-01-16 Paul Brook <paul@codesourcery.com>
438
439 * gas/m68k/all.exp: Add mcf-fpu.
440 * gas/m68k/mcf-fpu.d: New file.
441 * gas/m68k/mcf-fpu.s: New file.
442
8ad7c533
NC
4432006-01-11 Nick Clifton <nickc@redhat.com>
444
445 * gas/tic54x/address.d: Work with 64bit hosts.
446 * gas/tic54x/addrfar.d: Likewise.
447 * gas/tic54x/align.d: Likewise.
448 * gas/tic54x/all-opcodes.d: Likewise.
449 * gas/tic54x/asg.d: Likewise.
450 * gas/tic54x/cons.d: Likewise.
451 * gas/tic54x/consfar.d: Likewise.
452 * gas/tic54x/extaddr.d: Likewise.
453 * gas/tic54x/field.d: Likewise.
454 * gas/tic54x/labels.d: Likewise.
455 * gas/tic54x/loop.d: Likewise.
456 * gas/tic54x/lp.d: Likewise.
457 * gas/tic54x/macro.d: Likewise.
458 * gas/tic54x/math.d: Likewise.
459 * gas/tic54x/opcodes.d: Likewise.
460 * gas/tic54x/sections.d: Likewise.
461 * gas/tic54x/set.d: Likewise.
462 * gas/tic54x/struct.d: Likewise.
463 * gas/tic54x/subsym.d: Likewise.
464
4dcb3903
L
4652006-01-09 H.J. Lu <hongjiu.lu@intel.com>
466
467 PR gas/2117
468 * gas/ia64/ia64.exp: Add ltoff22x-2, ltoff22x-3, ltoff22x-4 and
469 ltoff22x-5.
470
471 * gas/ia64/ltoff22x-2.d: New file.
472 * gas/ia64/ltoff22x-2.s: Likewise.
473 * gas/ia64/ltoff22x-3.d: Likewise.
474 * gas/ia64/ltoff22x-3.s: Likewise.
475 * gas/ia64/ltoff22x-4.d: Likewise.
476 * gas/ia64/ltoff22x-4.s: Likewise.
477 * gas/ia64/ltoff22x-5.d: Likewise.
478 * gas/ia64/ltoff22x-5.s: Likewise.
479
834b26f4
HPN
4802006-01-03 Hans-Peter Nilsson <hp@bitrange.com>
481
482 PR gas/2101
483 * gas/mmix/hex2.s, gas/mmix/hex2.d: New test.
484
e88d958a 485For older changes see ChangeLog-2005
c9e214e5
AM
486\f
487Local Variables:
488mode: change-log
489left-margin: 8
490fill-column: 74
491version-control: never
492End:
This page took 0.146008 seconds and 4 git commands to generate.