* gas/z8k/eidi.s: Add uppercase forms. Add forms with comma
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
87e921a1
CG
12003-12-15 Christian Groessler <chris@groessler.org>
2
3 * gas/z8k/eidi.s: Add uppercase forms. Add forms with comma
4 separated parameters.
5
5dfd8c03
MM
62003-12-14 Mark Mitchell <mark@codesourcery.com>
7
8 * gas/arm/thumbv6.s: Add nops.
9 * gas/arm/thumbv6.d: Use -M force-thumb option to objdump. Add nops.
10
accf8041
AM
112003-12-14 Alan Modra <amodra@bigpond.net.au>
12
13 * gas/mmix/basep-8.d: Update for lcomm symbol type change.
14 * gas/mmix/basep-9.d: Likewise.
15
1f6c9eb0
ZW
162003-12-10 Zack Weinberg <zack@codesourcery.com>
17
18 * gas/ppc/booke.s: Add two more forms of the mbar instruction
19 and three forms of the tlbwe instruction.
20 * gas/ppc/booke.d: Update to match.
21
4249f881
PB
222003-12-10 Paul Brook <paul@codesourcery.com>
23
24 * gas/arm/arm.exp: Add r15-bad.
25 * gas/arm/r15-bad.s: New file.
26 * gas/arm/r15-bad.l: New file.
27
0a6ace1e
RS
282003-12-06 Richard Sandiford <rsandifo@redhat.com>
29
30 * gas/mips/elf-rel16.[sd]: New test.
31 * gas/mips/mips.exp: Run it.
32 * gas/mips/elf-rel-xgot-n32.d: Fix addends for "lw $5,dl1+34($5)".
33 * gas/mips/elf-rel-xgot-n64.d: Likewise.
34
09d92015
MM
352003-12-05 Ricardo Anguiano <anguiano@codesourcery.com>
36 Mark Mitchell <mark@codesourcery.com>
37 Richard Earnshaw <rearnsha@arm.com>
38
39 * gas/arm/arm.exp: Add archv6 and thumbv6.
40 * gas/arm/archv6.d: New file.
41 * gas/arm/archv6.s: Likewise.
42 * gas/arm/thumbv6.d: Likewise.
43 * gas/arm/thumbv6.s: Likewise.
44
24bc63c5
CG
452003-12-06 Christian Groessler <chris@groessler.org>
46
47 * gas/z8k/ctrl-names.d: New file.
48 * gas/z8k/ctrl-names.s: New file.
49 * gas/z8k/z8k.exp: Run new tests.
50
88845958
NC
512003-12-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
52
53 * gas/m32r/m32r2.exp: New file for m32r2.
54 * gas/m32r/m32r2.s: Likewise.
55 * gas/m32r/m32r2.d: Likewise.
56
f8fc3443
NC
572003-12-03 Nick Clifton <nickc@redhat.com>
58
59 * gas/vax/vax.exp (do_quad): Treat a vax-*-linux-gnu target as an
60 ELF target.
61
a3f9a7e9
KK
622003-12-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
63
64 * gas/sh/basic.exp: Define ASFLAGS appropriately and don't do
65 dsp test for sh64/sh5 targets.
66 * gas/sh/sh64/crange1.s: Tidy up to match data alignment.
67 * gas/sh/sh64/crange1-1.d: Update.
68 * gas/sh/sh64/crange1-2.d: Likewise.
69 * gas/sh/sh64/datal32-3.d: Likewise.
70 * gas/sh/sh64/datal64-3.d: Likewise.
71 * gas/sh/sh64/localcom-1.d: Likewise.
72
b49dc2a1
AO
732003-11-27 Alexandre Oliva <aoliva@redhat.com>
74
75 * gas/frv/reloc1.[sd]: Test references to external symbols and
76 inter-section references too.
77
0f03428a
CG
782003-11-26 Christian Groessler <chris@groessler.org>
79
80 * gas/z8k/jmp-cc.d: New file.
81 * gas/z8k/jmp-cc.s: New file.
82 * gas/z8k/ret-cc.d: New file.
83 * gas/z8k/ret-cc.s: New file.
84 * gas/z8k/z8k.exp: Run new tests.
85
b4f16abb
NC
862003-11-26 Nick Clifton <nickc@redhat.com>
87
88 * gas/h8300/t01_mov.s: Revert changes.
89 * gas/h8300/t01_mov.exp: Revert changes.
90
4892e510
NC
912003-11-25 Asgari Jinia <asgarij@kpitcummins.com>
92
93 * gas/h8300/multiples.s : Add instructions for H8s.
94 * gas/h8300/h8300.exp (do_h8300s_multiple) : Add more test
95 conditions for instructions for H8s.
96 * gas/h8300/t01_mov.s: Correct illegal ldm/stm register pairings.
97 * gas/h8300/t01_mov.exp: Update expected results.
98
4bff14ba
AM
992003-11-22 Alan Modra <amodra@bigpond.net.au>
100
bd55cd2b
AM
101 * gas/i386/divide.s: New.
102 * gas/i386/divide.d: New.
103 * gas/i386/i386.exp (gas_32_check): Run it.
104
4bff14ba
AM
105 * gas/ppc/machine.s: New.
106 * gas/ppc/machine.d: New.
107 * gas/ppc/ppc.exp: Run it.
108
1abe91b1
MR
1092003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
110
111 * gas/mips/lca-svr4pic.d: New test for the "lca" macro.
112 * gas/mips/lca-xgot.d: Likewise.
113 * gas/mips/lca.s: Source for the new tests.
114 * gas/mips/mips.exp: Run the new tests.
115
22a398e1
NC
1162003-11-14 Nick Clifton <nickc@redhat.com>
117
118 * gas/arm/arm7.d: Pass -D instead of -d to objdump in order to
1f6c9eb0
ZW
119 display the contents of data fields in the .text section.
120 This change is necessary after the addition of arm elf mapping
121 symbol support to gas.
122 * gas/arm/pic.d: Expect addresses with function name offsets.
123 This change is necessary after the addition of arm elf mapping
124 symbol support to gas.
125
6057a28f
NC
1262003-11-13 Nick Clifton <nickc@redhat.com>
127
128 * gas/arm/mapping.s: New test: Source for ARM ELF mapping
129 symbols test.
130 * gas/arm/mapping.d: New file: Expected output.
131 * gas/arm/arm.exp: Run new test.
132
0bbf2aa4
NC
1332003-11-06 Nick Clifton <nickc@redhat.com>
134
135 * gas/arm/req.s: New test file. Check .req and .unreq psuedo ops.
136 * gas/arm/req.l: Expected error output from req.s test.
137 * gas/arm/copro.d: Set target architecture for objdump so that the
138 test will work on architectures which cannot encode higher arm
139 architecture types in their file headers.
140 * gas/arm/arm.exp: Run new req.s test.
141 Skip thumb instruction test for PE targets which do not support
142 thumb relocations.
143 * gas/elf/elf.exp: Skip special handling of section2 test for
144 XScale targets - it is no longer needed.
145
e81a635e
L
1462003-11-04 H.J. Lu <hongjiu.lu@intel.com>
147
148 * gas/m68k/mcf-mov3q.d: Support 64bit BFD.
149
eb4286fc
DJ
1502003-11-03 Daniel Jacobowitz <drow@mvista.com>
151
152 * gas/arm/arm7t.d: Replace '-#' with '#-'.
153 * gas/arm/copro.d: Likewise.
154 * gas/arm/fpa-mem.d: Likewise.
155 * gas/arm/maverick.c: Likewise.
156 * gas/arm/maverick.d: Likewise.
157 * gas/arm/vfp1.d: Likewise.
158 * gas/arm/vfp1xD.d: Likewise.
159 * gas/arm/xscale.d: Likewise.
160
a80d50fc
SC
1612003-10-27 Stephane Carrez <stcarrez@nerim.fr>
162
163 * gas/m68hc11/opers12-dwarf2.d: Update, local label prefix removed.
164 * gas/m68hc11/lbranch-dwarf2.d: Update.
165
68eb2996
NC
1662003-10-23 Peter Barada <pbarada@mail.wm.sps.mot.com>
167
168 * gas/m68k/mcf-mov3q.s: New file: Test some ColdFire instructions.
169 * gas/m68k/mcf-mov3q.s: New file: Expected disassembly.
170 * gas/m68k/all.exp: Run new test.
171
5e2f6673
L
1722003-10-22 Andreas Schwab <schwab@suse.de>
173 H.J. Lu <hongjiu.lu@intel.com>
174
175 * gas/ia64/dv-mutex-err.s: Add more tests for compare.
176 * gas/ia64/dv-mutex.s: Likewise.
177
178 * gas/ia64/dv-mutex-err.l: Updated.
179 * gas/ia64/dv-mutex.d: Likewise.
180
3314fb38
HPN
1812003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
182
183 * gas/mmix/op-0-1.d, gas/mmix/pushj-c.d, gas/mmix/weak1.d: Add
184 --no-pushj-stubs option.
185 * gas/mmix/reloclab-r.d, gas/mmix/reloclab.d: Add --no-stubs
186 option.
187 * gas/mmix/reloclab.l: Adjust for PUSHJ stub.
188 * gas/mmix/pushj-cs.d, gas/mmix/reloclab-s.d, gas/mmix/relax2.s,
189 gas/mmix/relax2.d, gas/mmix/op-0-1s.d, gas/mmix/reloclab-rs.d,
190 gas/mmix/weak1-s.d: New tests.
191
8bfee9a1
ILT
1922003-10-17 Ian Lance Taylor <ian@wasabisystems.com>
193
194 * gas/arm/iwmmxt-bad.s: New file.
195 * gas/arm/iwmmxt-bad.l: New file.
196 * gas/arm/arm.exp: Run new test.
197
91e93d26
ILT
1982003-10-16 Ian Lance Taylor <ian@wasabisystems.com>
199
200 * gas/arm/iwmmxt.d: Add -miwmmxt to #objdump line, to get the
201 right disassembly.
202
0e294368
L
2032003-10-16 H.J. Lu <hongjiu.lu@intel.com>
204
205 * gas/alpha/elf-reloc-8.d: Updated.
206
79ff22bb
DB
2072003-10-10 Dave Brolley <brolley@redhat.com>
208
209 * gas/frv/allinsn.s: Use preoperly aligned registers.
210 * gas/frv/allinsn.d: Update expected results.
211
04248055
CD
2122003-10-08 Chris Demetriou <cgd@broadcom.com>
213
214 * lib/gas-defs.exp (gas_run): Always log the command being run.
215 (gas_start): Likewise.
216 (regexp_diff): Make error reporting about non-existent files
217 consistent.
218
249dba3e
NC
2192003-10-06 Nick Clifton <nickc@redhat.com>
220
221 * gas/macros/app1.d: Skip sections symbols (if present).
222 * gas/macros/app2.d: Likewise.
223 * gas/macros/app3.d: Likewise.
224 * gas/macros/app4.d: Likewise.
225
249ad7a7
CG
2262003-10-04 Christian Groessler <chris@groessler.org>
227
228 * gas/z8k/calr-backf.s: New file.
229 * gas/z8k/calr-forwf.s: New file.
230 * gas/z8k/calr.d: New file.
231 * gas/z8k/calr.s: New file.
232 * gas/z8k/djnz-backf.s: New file.
233 * gas/z8k/djnz-backf2.s: New file.
234 * gas/z8k/djnz.d: New file.
235 * gas/z8k/djnz.s: New file.
236 * gas/z8k/jr-back.d: New file.
237 * gas/z8k/jr-forw.d: New file.
238 * gas/z8k/jr-back.s: Fix displacement length. Add some more jumps
1f6c9eb0 239 for jr-back.d.
249ad7a7
CG
240 * gas/z8k/jr-backf.s: Fix displacement length.
241 * gas/z8k/jr-forw.s: Fix displacement length. Add some more jumps
1f6c9eb0 242 for jr-forw.d.
249ad7a7
CG
243 * gas/z8k/jr-forwf.s: Fix displacement length.
244 * gas/z8k/z8k.exp: Run new tests.
245
ecd13cd3
TS
2462003-10-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
247
248 * gas/mips/ldstla-32-shared.d: New file.
249 * gas/mips/ldstla-32.d: New file.
250 * gas/mips/ldstla-32.s: New file.
251 * gas/mips/ldstla-n32-shared.d: New file.
252 * gas/mips/ldstla-n32.d: New file.
253 * gas/mips/ldstla-n32.s: New file.
254 * gas/mips/ldstla-n64-shared.d: New file.
255 * gas/mips/ldstla-n64.d: New file.
256 * gas/mips/ldstla-n64.s: New file.
257 * gas/mips/mips.exp: Add ld-st-la tests.
258
30c378fd
CD
2592003-09-30 Chris Demetriou <cgd@broadcom.com>
260
261 * lib/gas-defs.exp (run_dump_test): If stderr file is specified
262 and there was no stderr output, compare anyway (i.e., cause a
263 test failure).
264 * gas/mips/mips64-mips3d.s: Add some new instructions to test warnings.
265 * gas/mips/mips64-mips3d.l: New file.
266 * gas/mips/mips64-mips3d.d: Use mips64-mips3d.l, and update for
267 changes to mips64-mips3d.s.
268 * gas/mips/mips64-mips3d-incl.d: Likewise.
269 * gas/mips/set-arch.l: New file.
270 * gas/mips/set-arch.d: Specify set-arch.l as stderr output to check.
271 * gas/mips/mips5.l: Make error messages match source.
272
5f74bc13
CD
2732003-09-30 Chris Demetriou <cgd@broadcom.com>
274
275 * gas/mips/cp0-names-mips64r2.d: New file.
276 * gas/mips/cp0sel-names-mips64r2.d: New file.
277 * gas/mips/elf_arch_mips64r2.d: New file.
278 * gas/mips/hwr-names-mips64r2.d: New file.
279 * gas/mips/mips32r2-ill-fp64.l: New file.
280 * gas/mips/mips32r2-ill-fp64.s: New file.
281 * gas/mips/mips64r2-ill.l: New file.
282 * gas/mips/mips64r2-ill.s: New file.
283 * gas/mips/mips64r2.d: New file.
284 * gas/mips/mips64r2.s: New file.
285 * gas/mips/mips.exp: Define "mips64r2" arch, and run new tests.
286
69ba8a0d
DB
2872003-09-29 Dave Brolley <brolley@redhat.com>
288
289 * gas/frv/allinsn.s (nldqi): Removed. Replaced with nop.
290 * gas/frv/allinsn.d (nldqi): Ditto.
291
2912c48f
HPN
2922003-09-25 Hans-Peter Nilsson <hp@axis.com>
293
294 * gas/cris/rd-pcrel2.d: Update for changes in section flag
295 defaults.
296
e9033001
TS
2972003-09-20 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
298
299 * gas/mips/elfel-rel.d: Add ABI specification.
300 * gas/mips/elfel-rel2.d: Likewise.
301 * gas/mips/elfel-rel3.d: Likewise.
302
9f6c1c4b
TS
3032003-09-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
304
305 * gas/mips/rm7000.s: Let objdump print trailing dots.
306
22dd2f6c
TS
3072003-09-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
308
309 * gas/mips/empic3_e.s: Fix typo.
310
d5087907
RS
3112003-09-05 Richard Sandiford <rsandifo@redhat.com>
312
313 * gas/frv/reloc1.[sd]: New test.
314 * gas/frv/allinsn.exp: Run it.
315
8ad30312
NC
3162003-09-04 Nick Clifton <nickc@redhat.com>
317
318 * gas/v850/v850e1.s: New test source file.
319 * gas/v850/v850e1.d: New test disassembly file.
320 * gas/v850/basic.exp: Run v850e1 test.
321
13dfd2d0
NC
3222003-09-03 Robert Millan <robertmh@gnu.org>
323
324 * gas/alpha/alpha.exp: Match GNU/KFreeBSD with new kfreebsd*-gnu
325 triplet.
326
155e0d23
NC
3272003-09-03 Nick Clifton <nickc@redhat.com>
328
329 * gas/cris/diffexp-ovwr.d: Remove regexp for empty section
330 contents string.
331 gas/cris/pushpop-dcr1-sreg.d: Likewise.
332 gas/cris/string-1.d: Likewise.
333 gas/cris/string-2.d: Likewise.
334 gas/cris/x-to-dcr1-sreg.d: Likewise.
335 gas/elf/section0.d: Likewise.
336 gas/elf/section1.d: Likewise.
337 gas/i386/relax.d: Likewise.
338 gas/mips/elempic.d: Likewise.
339 gas/mips/empic.d: Likewise.
340 gas/mips/mips16-e.d: Likewise.
341 gas/mips/mips16-f.d: Likewise.
342 gas/mips/mipsel16-e.d: Likewise.
343 gas/mips/mipsel16-f.d: Likewise.
344 gas/mips/rm7000.d: Likewise.
345 gas/mips/telempic.d: Likewise.
346 gas/mips/tempic.d: Likewise.
347 gas/mips/tmips16-e.d: Likewise.
348 gas/mips/tmips16-f.d: Likewise.
349 gas/mips/tmipsel16-e.d: Likewise.
350 gas/mips/tmipsel16-f.d: Likewise.
351 gas/mmix/align-1.d: Likewise.
352 gas/mmix/basep-10.d: Likewise.
353 gas/mmix/basep-11.d: Likewise.
354 gas/mmix/basep-9.d: Likewise.
355 gas/mmix/comment-3.d: Likewise.
356 gas/mmix/cons-1.d: Likewise.
357 gas/mmix/cons-2.d: Likewise.
358 gas/mmix/expr-1.d: Likewise.
359 gas/mmix/fb-1.d: Likewise.
360 gas/mmix/fb-2.d: Likewise.
361 gas/mmix/greg1.d: Likewise.
362 gas/mmix/greg1a.d: Likewise.
363 gas/mmix/greg2.d: Likewise.
364 gas/mmix/greg2a.d: Likewise.
365 gas/mmix/greg3.d: Likewise.
366 gas/mmix/greg4.d: Likewise.
367 gas/mmix/greg7.d: Likewise.
368 gas/mmix/greg8.d: Likewise.
369 gas/mmix/is-1.d: Likewise.
370 gas/mmix/local-1.d: Likewise.
371 gas/mmix/odd-1.d: Likewise.
372 gas/mmix/op-0-1.d: Likewise.
373 gas/mmix/op-0-2.d: Likewise.
374 gas/mmix/prefix3.d: Likewise.
375 gas/mmix/pseudo-1.d: Likewise.
376 gas/mmix/weak1.d: Likewise.
377 gas/sh/sh64/crange1-1.d: Likewise.
378 gas/sh/sh64/crange1-2.d: Likewise.
379 gas/sh/sh64/crange2-2.d: Likewise.
380 gas/sh/sh64/crange3-1.d: Likewise.
381 gas/sh/sh64/crange4-1.d: Likewise.
382 gas/sh/sh64/crange5-1.d: Likewise.
383 gas/sh/sh64/datal32-3.d: Likewise.
384 gas/sh/sh64/datal64-3.d: Likewise.
385 gas/sh/sh64/endian-1.d: Likewise.
386 gas/sh/sh64/endian-2.d: Likewise.
387 gas/sh/sh64/localcom-1.d: Likewise.
388 gas/sh/sh64/rel32-5.d: Likewise.
389 gas/sh/sh64/rel64-5.d: Likewise.
390 gas/sh/sh64/ua32-1.d: Likewise.
391 gas/sh/sh64/ua64-1.d: Likewise.
392 gas/xstormy16/reloc-1.d: Likewise.
393
37a52082
MR
3942003-09-01 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
395
1f6c9eb0
ZW
396 * gas/mips/elf-rel-got-n32.d: Fix ulw and usw patterns for
397 little-endian.
398 * gas/mips/elf-rel-got-n64.d: Likewise.
399 * gas/mips/elf-rel-xgot-n32.d: Likewise.
400 * gas/mips/elf-rel-xgot-n64.d: Likewise.
37a52082 401
364b6d8b
JJ
4022003-08-29 Jakub Jelinek <jakub@redhat.com>
403
404 * gas/cfi/cfi-sparc-1.s: New test.
405 * gas/cfi/cfi-sparc-1.d: New test.
406 * gas/cfi/cfi-sparc64-1.s: New test.
407 * gas/cfi/cfi-sparc64-1.d: New test.
408 * gas/cfi/cfi.exp: Run them.
409
f02232aa
NC
4102003-08-19 Nick Clifton <nickc@redhat.com>
411
412 * gas/arm/copro.s: Add tests of Addressing Mode 5 (Unindexed).
413 * gas/arm/arm.exp: Run copro.s as a dump test.
414 * gas/arm/copro.d: New file: expected disassembly of copro.s
415
be6389fd
JE
4162003-08-16 Jason Eckhardt <jle@rice.edu>
417
418 * gas/i860/pseudo-ops01.{s,d}: New files.
419 * gas/i860/i860.exp: Execute the new test above.
420 * gas/i860/README.i860: Remove align defect from list.
421
857f8be0
NC
4222003-08-14 Nick Clifton <nickc@redhat.com>
423
424 * gas/arm/pic.d: Update regexp for destination address of
425 unrelocated branch instructions so that they point to themselves.
426 * gas/arm/inst.d: Likewise.
427
c04898f8
AS
4282003-08-08 Andreas Schwab <schwab@suse.de>
429
430 * gas/cfi/cfi-m68k.s, gas/cfi/cfi-m68k.d: New test.
431 * gas/cfi/cfi.exp (run_list_test): Run it.
432
e15f6d30
JE
4332003-08-06 Jason Eckhardt <jle@rice.edu>
434
435 * gas/i860/dir-align01.{s,d}: New files.
436 * gas/i860/i860.exp: Execute the new test above.
437
0acc96e1
JE
4382003-08-06 Jason Eckhardt <jle@rice.edu>
439
440 * gas/i860/dual02-err.l: Update expected error message.
441 * gas/i860/README.i860: Remove dual02-err from known failure list.
442
b7cf83af
JE
4432003-08-05 Jason Eckhardt <jle@rice.edu>
444
445 * gas/i860/README.i860: Remove dual01 from the known failures.
446
ed9dc3d0
JE
4472003-08-05 Jason Eckhardt <jle@rice.edu>
448
449 * gas/i860/dir-intel01.{s,d}: New files.
450 * gas/i860/dir-intel02.{s,d}: New files.
451 * gas/i860/dir-intel03-err.{s,l}: New files.
452 * gas/i860/i860.exp: Execute the above new tests.
453
afaa9ce3
JE
4542003-08-03 Jason Eckhardt <jle@rice.edu>
455
456 * gas/i860/*.d: Prefix name with "i860".
457
c83c4371
JE
4582003-08-03 Jason Eckhardt <jle@rice.edu>
459
460 * gas/i860/dual01.{s,d}: New files.
461 * gas/i860/dual02-err.{s,l}: New files.
462 * gas/i860/dual03.{s,d}: New files.
463 * gas/i860/i860.exp: Execute the above new tests.
464 * gas/i860/README.i860: Update.
465
edf6a232
AM
4662003-08-02 Alan Modra <amodra@bigpond.net.au>
467
468 * gas/d10v/address-001.d: Adjust for objdump -d change.
469 * gas/d10v/control-001.d: Likewise.
470 * gas/d10v/error-001.d: Likewise.
471 * gas/d10v/immediate-001.d: Likewise.
472 * gas/d10v/immediate-002.d: Likewise.
473 * gas/d10v/immediate-003.d: Likewise.
474 * gas/d10v/immediate-006.d: Likewise.
475 * gas/d10v/immediate-007.d: Likewise.
476 * gas/d10v/instruction_packing-001.d: Likewise.
477 * gas/d10v/instruction_packing-002.d: Likewise.
478 * gas/d10v/instruction_packing-003.d: Likewise.
479 * gas/d10v/instruction_packing-004.d: Likewise.
480 * gas/d10v/instruction_packing-006.d: Likewise.
481 * gas/d10v/instruction_packing-007.d: Likewise.
482 * gas/d10v/instruction_packing-008.d: Likewise.
483 * gas/d10v/instruction_packing-009.d: Likewise.
484 * gas/d10v/instruction_packing-010.d: Likewise.
485 * gas/d10v/instruction_packing.d: Likewise.
486 * gas/d10v/label-001.d: Likewise.
487 * gas/d10v/warning-014.d: Likewise.
488 * gas/m88k/init.d: Likewise.
489
abac126a
JE
4902003-08-01 Jason Eckhardt <jle@rice.edu>
491
492 * gas/i860/README.i860: New file.
493
9f2339b7
NC
4942003-07-29 Nick Clifton <nickc@redhat.com>
495
496 * gas/sparc/unalign.d: Remove empty .text disassembly line.
497
34f70875
L
4982003-07-28 H.J. Lu <hongjiu.lu@intel.com>
499
500 * gas/elf/elf.exp: Add section3 for note section.
501
502 * gas/elf/section3.d: New file.
503 * gas/elf/section3.s: Likewise.
504
b59a0218
AM
5052003-07-26 Alan Modra <amodra@bigpond.net.au>
506
507 * gas/ppc/altivec.d: Update.
508 * gas/ppc/altivec_xcoff.d: Update.
509 * gas/ppc/altivec_xcoff64.d: Update.
510 * gas/ppc/booke.d: Update.
511 * gas/ppc/booke_xcoff.d: Update.
512 * gas/ppc/booke_xcoff64.d: Update.
513 * gas/ppc/e500.d: Update.
514
586b12ad
SC
5152003-07-23 Stephane Carrez <stcarrez@nerim.fr>
516
517 * gas/m68hc11/m68hc11.exp: Execute the new tests.
518 * gas/m68hc11/abi.s: New test for abi elf flags.
519 * gas/m68hc11/abi-m68hc11-32-64.d: Test for 32-bit int, 64-bit float.
520 * gas/m68hc11/abi-m68hc11-16-64.d: Test for 16-bit int, 64-bit float.
521 * gas/m68hc11/abi-m68hc11-32-32.d: Test for 32-bit int, 32-bit float.
522 * gas/m68hc11/abi-m68hc11-16-32.d: Test for 16-bit int, 32-bit float.
523
5a7ea749
RS
5242003-07-15 Richard Sandiford <rsandifo@redhat.com>
525
526 * gas/mips/rm7000.[sd]: New test.
527 * gas/mips/mips.exp: Run it.
528
75e21f08
JJ
5292003-07-10 Jakub Jelinek <jakub@redhat.com>
530
531 * gas/cfi/cfi-ppc-1.s: New test.
532 * gas/cfi/cfi-ppc-1.d: New test.
533 * gas/cfi/cfi-s390-1.s: New test.
534 * gas/cfi/cfi-s390-1.s: New test.
535 * gas/cfi/cfi-s390x-1.s: New test.
536 * gas/cfi/cfi-s390x-1.s: New test.
537 * gas/cfi/cfi.exp: Run them.
538
e1f834a3
AO
5392003-07-09 Alexandre Oliva <aoliva@redhat.com>
540
541 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
542 * gas/mn10300/am33-2.c (d8pcsec): PC-relative relocations within
543 text sections don't decay to section+offset.
544 * gas/mn10300/am33-2.d: Rebuilt.
545 2000-08-15 Eric Christopher <echristo@cygnus.com>
546 * gas/mn10300/am33-2.c (d8pcsec): New Function
547 (condjmp): Adjust testcase for TC_LINKRELAX_FIXUP
548 functionality.
549 * gas/mn10300/am33-2.d: Regenerate
550 2000-05-24 Alexandre Oliva <aoliva@cygnus.com>
551 * gas/mn10300/am33-2.c (d8pcoff): Likewise.
552 * gas/mn10300/am33-2.d: Rebuilt.
553 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
554 * gas/mn10300/am33-2.c (main): Changed `.am332' to `.am33_2'.
555 Replaced `AM33 2.0' with `AM33/2.0'.
556 * gas/mn10300/am33-2.d, gas/mn10300/am33-2.s: Rebuilt.
557 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
558 * gas/mn10300/am33-2.c: New file, that generated...
559 * gas/mn10300/am33-2.s, gas/mn10300/am33-2.d: New files.
560 * gas/mn10300/basic.exp: Test am33-2.
561
115695a8
CD
5622003-07-08 Chris Demetriou <cgd@broadcom.com>
563
564 * gas/testsuite/gas/mips/mips.exp: Make sure that branch-misc-2 is
565 run to compile non-PIC code, and add branch-misc-2pic.
566 * gas/mips/branch-misc-2.l: Adjust for change in non-PIC warnings.
567 * gas/mips/branch-misc-2pic.l: New file.
568 * gas/mips/branch-misc-2pic.s: New file.
569
1b680e4f
RS
5702003-07-07 Richard Sandiford <rsandifo@redhat.com>
571
572 * gas/h8300/h8sx_disp2.[sd]: Add tests for symbolic displacements.
573
03417200
AM
5742003-07-04 Alan Modra <amodra@bigpond.net.au>
575
576 * gas/ppc/test2elf64.s: Rename to..
577 * gas/ppc/power4.s: ..this. Add mtcr and mfcr testcases.
578 * gas/ppc/test2elf64.d: Rename to..
579 * gas/ppc/power4.d: ..this. Update.
580 * gas/ppc/ppc.exp: Update.
581
65968516
TS
5822003-07-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
583
584 * gas/mips/set-arch.d: Fix GPR names and show raw insns.
585
fef14a42
TS
5862003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
587
588 * gas/mips/set-arch.s: New file, testcase for .set arch=FOO.
589 * gas/mips/set-arch.d: Likewise.
590 * gas/mips/mips.exp: Use it.
591
2d0d09ca
RS
5922003-06-25 Richard Sandiford <rsandifo@redhat.com>
593
594 * gas/h8300/h8sx_mov_imm.[sd]: Add tests for mov.[wl] #xx:8,@yy.
595
6990d625
RS
5962003-06-24 Richard Sandiford <rsandifo@redhat.com>
597
598 * gas/h8300/h8300.exp (h8sx_disp2, h8sx_rtsl, h8sx_mov_imm): Move...
599 * gas/h8300/h8300-elf.exp: ...here.
600
ca164297
L
6012003-06-23 H.J. Lu <hongjiu.lu@intel.com>
602
603 * gas/i386/i386.exp: Add prescott.
604
605 * gas/i386/prescott.d: New file.
606 * gas/i386/prescott.s: Likewise.
607
b7c7d6c1
TS
6082003-06-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
609
610 * gas/mips/elf-rel-got-n32.d: Remove special handling for n32 ABI.
611 * gas/mips/elf-rel-xgot-n32.d: Likewise.
612 * gas/mips/jal-newabi.d: Likewise.
613
373bbd04
CG
6142003-06-21 Christian Groessler <chris@groessler.org>
615
616 * gas/z8k: New directory.
617 * gas/z8k/dec.s: New file.
618 * gas/z8k/decbf.s: New file.
619 * gas/z8k/decf.s: New file.
620 * gas/z8k/eidi.s: New file.
621 * gas/z8k/eidif.s: New file.
622 * gas/z8k/inc.s: New file.
623 * gas/z8k/incbf.s: New file.
624 * gas/z8k/incf.s: New file.
625 * gas/z8k/inout.d: New file.
626 * gas/z8k/inout.s: New file.
627 * gas/z8k/jr-back.s: New file.
628 * gas/z8k/jr-backf.s: New file.
629 * gas/z8k/jr-forw.s: New file.
630 * gas/z8k/jr-forwf.s: New file.
631 * gas/z8k/ldk.s: New file.
632 * gas/z8k/ldkf.s: New file.
633 * gas/z8k/z8k.exp: New file.
634
9393cb0d
JJ
6352003-06-18 Jakub Jelinek <jakub@redhat.com>
636
637 * gas/cfi/cfi-i386.d: Regenerated.
638 * gas/cfi/cfi-common-1.d: Regenerated.
639 * gas/cfi/cfi-common-2.d: Regenerated.
640 * gas/cfi/cfi-common-3.d: Regenerated.
641 * gas/cfi/cfi-x86_64.d: Regenerated.
642 * gas/cfi/cfi-alpha-1.d: Regenerated.
643 * gas/cfi/cfi-alpha-2.d: Regenerated.
644 * gas/cfi/cfi-alpha-3.d: Regenerated.
645
ff614a27
NC
6462003-06-17 Nick Clifton <nickc@redhat.com>
647
648 * gas/i386/absrel.d: Tweak patterns to work for i386-pc-cygwin
649 target as well.
650 * gas/i386/sub.d: Likewise.
651
5afcbc60
NC
6522003-06-17 Loren James Rittle <rittle@latour.rsch.comm.mot.com>
653
654 * gas/alpha/elf-reloc-1.d: Allow system-specific gunk after
655 canonical file format.
656 * gas/alpha/elf-reloc-4.d: Likewise.
657 * gas/alpha/elf-reloc-5.d: Likewise.
658 * gas/alpha/elf-reloc-7.d: Likewise.
659 * gas/alpha/elf-reloc-8.d: Likewise.
660 * gas/alpha/elf-tls-1.d: Likewise.
661 * gas/alpha/elf-usepv-1.d: Likewise.
662
0465aa2f
HPN
6632003-06-16 Hans-Peter Nilsson <hp@axis.com>
664
665 * gas/cris: Match output having $ register prefix. Deal with
666 target variants default requiring register prefix on input.
667
2fd303f5
RE
6682003-06-13 Richard Earnshaw <rearnsha@arm.com>
669
670 * gas/arm/arm.exp: Pass -mfpu=fpa option to the FPA instruction test.
671
34ce925e
RS
6722003-06-12 Richard Sandiford <rsandifo@redhat.com>
673
674 * gas/mips/elf-rel15.[sd]: New test.
675 * gas/mips/mips.exp: Run it.
676
cdfbf930
RH
6772003-06-11 Richard Henderson <rth@redhat.com>
678
679 * gas/cfi/cfi-common-3.[ds]: New.
680 * gas/cfi/cfi.exp: Run it.
681
c21e73b9
AM
6822003-06-11 Alan Modra <amodra@bigpond.net.au>
683
684 * gas/macros/app1.d: Ignore section symbols.
685 * gas/macros/app2.d: Likewise.
686 * gas/macros/app3.d: Likewise.
687 * gas/macros/app4.d: Likewise.
688
5ef0935e
TS
6892003-06-10 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
690
691 * gas/mips/mips.exp: Fix typo.
692 * gas/mips/elempic.d: Force o64 ABI.
693 * gas/mips/telempic.d: Likewise.
694
d199a636
AM
6952003-06-10 Alan Modra <amodra@bigpond.net.au>
696
d04428bd
AM
697 * lib/gas-defs.exp (proc is_elf_format): Copy from ld testsuite.
698 * gas/cfi/cfi.exp: Use here. Only run tests when ELF.
d199a636
AM
699 * gas/macros/and.s: Avoid .set so we don't break mips.
700
405525ec
AM
7012003-06-10 Alan Modra <amodra@bigpond.net.au>
702
703 * gas/macros/and.s: New.
704 * gas/macros/macros.exp: Assemble it.
705
adadcc0c
AM
7062003-06-10 Gary Hade <garyhade@us.ibm.com>
707
708 * gas/ppc/test2elf64.{s,d}: New test.
709 * gas/ppc/ppc.exp: Run new test.
710
2a93846b
RS
7112003-06-10 Richard Sandiford <rsandifo@redhat.com>
712
713 * gas/h8300/h8sx_mov_imm.[sd]: New test.
714 * gas/h8300/h8300.exp: Run it.
715
0613284f
RS
7162003-06-10 Richard Sandiford <rsandifo@redhat.com>
717
718 * gas/h8300/h8sx_rtsl.[sd]: New test.
719 * gas/h8300/h8300.exp: Run it.
720
28d7dee9
RS
7212003-06-10 Richard Sandiford <rsandifo@redhat.com>
722
723 * gas/h8300/h8sx_disp2.[sd]: New test.
724 * gas/h8300/h8300.exp: Run it.
725
fa87b337
RH
7262003-06-07 Richard Henderson <rth@redhat.com>
727
728 * gas/cfi/cfi-common-1.d, gas/cfi/cfi-common-1.s: New.
729 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-2.s: New.
730 * gas/cfi/cfi-diag-1.d, gas/cfi/cfi-diag-1.s: New.
731 * gas/cfi/cfi.exp: Run them.
732
fe8aec39
MS
7332003-06-05 Michael Snyder <msnyder@redhat.com>
734
735 * gas/h8300/t01_mov.s: New file, tests mov instructions.
736 * gas/h8300/t02_mova.s: New file, tests mova instructions.
737 * gas/h8300/t03_add.s: New file, tests add instructions.
738 * gas/h8300/t04_sub.s: New file, tests sub instructions.
739 * gas/h8300/t05_cmp.s: New file, tests cmp instructions.
740 * gas/h8300/t06_ari2.s: New file, tests arithmetic instructions.
741 * gas/h8300/t07_ari3.s: New file, tests arithmetic instructions.
742 * gas/h8300/t08_or.s: New file, tests or instructions.
743 * gas/h8300/t09_xor.s: New file, tests xor instructions.
744 * gas/h8300/t10_and.s: New file, tests and instructions.
745 * gas/h8300/t11_logs.s: New file, tests logical instructions.
746 * gas/h8300/t12_bit.s: New file, tests bit instructions.
747 * gas/h8300/t13_otr.s.s: New file, tests misc. instructions.
748 * gas/h8300/t01_mov.exp: New file.
749 * gas/h8300/t02_mova.exp: New file.
750 * gas/h8300/t03_add.exp: New file.
751 * gas/h8300/t04_sub.exp: New file.
752 * gas/h8300/t05_cmp.exp: New file.
753 * gas/h8300/t06_ari2.exp: New file.
754 * gas/h8300/t07_ari3.exp: New file.
755 * gas/h8300/t08_or.exp: New file.
756 * gas/h8300/t09_xor.exp: New file.
757 * gas/h8300/t10_and.exp: New file.
758 * gas/h8300/t11_logs.exp: New file.
759 * gas/h8300/t12_bit.exp: New file.
760 * gas/h8300/t13_otr.exp: New file.
761
f4b97536
RH
7622003-06-04 Richard Henderson <rth@redhat.com>
763
764 * gas/alpha/elf-usepv-1.[sd]: New.
765 * gas/alpha/elf-usepv-2.[sd]: New.
766 * gas/alpha/alpha.exp: Run them.
767 * gas/cfi/cfi-alpha-3.[sd]: New.
768 * gas/cfi/cfi.exp: Run it.
769
eafbc43f
RH
7702003-05-31 Richard Henderson <rth@redhat.com>
771
772 * gas/alpha/elf-reloc-8.d: Correct .eh_frame relocs.
773 * gas/cfi/cfi-alpha-2.d: New.
774 * gas/cfi/cfi-alpha-2.s: New.
775 * gas/cfi/cfi.exp: Run it.
776
f37f01cf
RH
7772003-05-29 Richard Henderson <rth@redhat.com>
778
779 * gas/alpha/elf-reloc-8.d: Add .eh_frame relocs.
780 * gas/cfi/cfi-alpha-1.d: New.
781 * gas/cfi/cfi-alpha-1.s: New.
782 * gas/cfi/cfi.exp: Run it.
783
a4447b93
RH
7842003-05-27 Richard Henderson <rth@redhat.com>
785
786 * gas/cfi/cfi-i386.d: Update for dw2gencfi rewrite.
787 * gas/cfi/cfi-x86_64.d: Likewise.
788 * gas/cfi/cfi-i386-2.d: New.
789 * gas/cfi/cfi-i386-2.s: New.
790
14218d5f
JE
7912003-05-23 Jason Eckhardt <jle@rice.edu>
792
793 * gas/i860/xp.s: New file.
794 * gas/i860/xp.d: New file.
795
39c1d492
RE
7962003-05-23 Richard Earnshaw <rearnsha@arm.com>
797
798 * gas/i860/i860.exp: Don't call exit if the target isn't an i860.
799
3302cdec
TS
8002003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
801
802 * gas/mips/jal-newabi.s: New file, testcase for NewABI xgot jal macro.
803 * gas/mips/jal-newabi.d: Likewise.
804 * gas/mips/mips.exp: Add new testcase.
805
85c77c38
DA
8062003-05-21 H.J. Lu <hongjiu.lu@intel.com>
807
808 * gas/hppa/parse/parse.exp: Add "space.s".
809 * gas/hppa/parse/space.s: New file to test spaces.
810
a1dfe41e
JE
8112003-05-20 Jason Eckhardt <jle@rice.edu>
812
813 * gas/i860/branch.{s,d}: New files.
814 * gas/i860/system.{s,d}: New files.
815
371409b0
JE
8162003-05-20 Jason Eckhardt <jle@rice.edu>
817
818 * gas/i860/bitwise.{s,d}: New files.
819 * gas/i860/bte.{s,d}: New files.
820 * gas/i860/fldst01.{s,d}: New files.
821 * gas/i860/fldst02.{s,d}: New files.
822 * gas/i860/fldst03.{s,d}: New files.
823 * gas/i860/fldst04.{s,d}: New files.
824 * gas/i860/fldst05.{s,d}: New files.
825 * gas/i860/fldst06.{s,d}: New files.
826 * gas/i860/fldst07.{s,d}: New files.
827 * gas/i860/fldst08.{s,d}: New files.
828 * gas/i860/float01.{s,d}: New files.
829 * gas/i860/float02.{s,d}: New files.
830 * gas/i860/float03.{s,d}: New files.
831 * gas/i860/float04.{s,d}: New files.
832 * gas/i860/form.{s,d}: New files.
833 * gas/i860/iarith.{s,d}: New files.
834 * gas/i860/ldst01.{s,d}: New files.
835 * gas/i860/ldst02.{s,d}: New files.
836 * gas/i860/ldst03.{s,d}: New files.
837 * gas/i860/ldst04.{s,d}: New files.
838 * gas/i860/ldst05.{s,d}: New files.
839 * gas/i860/ldst06.{s,d}: New files.
840 * gas/i860/pfam.{s,d}: New files.
841 * gas/i860/pfmam.{s,d}: New files.
842 * gas/i860/pfmsm.{s,d}: New files.
843 * gas/i860/pfsm.{s,d}: New files.
844 * gas/i860/regress01.{s,d}: New files.
845 * gas/i860/shift.{s,d}: New files.
846 * gas/i860/simd.{s,d}: New files.
847
6ccb204b
JE
8482003-05-20 Jason Eckhardt <jle@rice.edu>
849
850 * gas/i860: New directory.
851 * gas/i860/i860.exp: New file.
852
2ebaa23b
AM
8532003-05-20 Michal Ludvig <mludvig@suse.cz>
854
855 * gas/cfi/cfi.exp: Testsuite for cfi machinery.
856 * gas/cfi/cfi-x86_64.[sd]: Files for x86-64.
857 * gas/cfi/cfi-i386.[sd]: Files for i386.
858
b892b944
TS
8592003-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
860
861 * gas/mips/mips.exp: mips-*-linux-*, mipsel-*-linux-* use only 32-bit
862 register width by default. Add them to addr32 and exclude offending
863 testcases.
864 * gas/mips/delay.s: Avoid odd floating point registers.
865 * gas/mips/delay.d: Likewise.
866 * gas/mips/nodelay.d: Likewise.
867 * gas/mips/mips4.s: Likewise.
868 * gas/mips/mips4.d: Likewise.
869 * gas/mips/mips5.s: Likewise.
870 * gas/mips/mips5.d: Likewise.
871 * gas/mips/vr5400.s: Likewise.
872 * gas/mips/vr5400.d: Likewise.
873 * gas/mips/vr5500.s: Likewise.
874 * gas/mips/vr5500.d: Likewise.
875 * gas/mips/elf_e_flags2.d: Allow different expansions of the move
876 macro.
877 * gas/mips/elf_e_flags3.d: Likewise.
878 * gas/mips/elf_e_flags4.d: Likewise.
879 * gas/mips/uld2-eb.d: Likewise.
880 * gas/mips/uld2-el.d: Likewise.
881
80c7c40a
NC
8822003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
883
884 * lib/gas-defs.exp: Accept i[3-7]86 variants.
885
23daf098 8862003-05-13 Hans-Peter Nilsson <hp@axis.com>
fdf63aff
HPN
887
888 * gas/macros/app1.s, gas/macros/app1.d, gas/macros/app2.s,
889 gas/macros/app2.d, gas/macros/app3.s, gas/macros/app3.d,
890 gas/macros/app4.s, gas/macros/app4b.s, gas/macros/app4.d: New
891 tests.
892 * gas/macros/macros.exp: Run them.
893
35f5df7f
L
8942003-05-07 H.J. Lu <hongjiu.lu@intel.com>
895
896 * gas/ia64/ia64.exp: Add alias.
897
2ebaa23b 898 * gas/ia64/alias.s: New.
35f5df7f
L
899 * gas/ia64/alias.d: Likewise.
900
21b99e26
AO
9012003-05-06 Alexandre Oliva <aoliva@redhat.com>
902
903 * gas/mips/abs.d, gas/mips/add.d, gas/mips/and.d,
904 gas/mips/beq.d, gas/mips/bge.d, gas/mips/bgeu.d,
905 gas/mips/blt.d, gas/mips/bltu.d, gas/mips/branch-misc-1.d,
906 gas/mips/break20.d, gas/mips/cp0sel-names-mips32.d,
907 gas/mips/cp0sel-names-mips32r2.d,
908 gas/mips/cp0sel-names-mips64.d,
909 gas/mips/cp0sel-names-numeric.d, gas/mips/cp0sel-names-sb1.d,
910 gas/mips/elf-jal.d, gas/mips/elf-rel.d, gas/mips/elf-rel2.d,
911 gas/mips/elf-rel3.d, gas/mips/elf-rel4.d, gas/mips/elf-rel5.d,
912 gas/mips/elf-rel6.d, gas/mips/elf-rel7.d,
913 gas/mips/elf_arch_mips1.d, gas/mips/elf_arch_mips2.d,
914 gas/mips/elf_arch_mips3.d, gas/mips/elf_arch_mips32.d,
915 gas/mips/elf_arch_mips32r2.d, gas/mips/elf_arch_mips4.d,
916 gas/mips/elf_arch_mips5.d, gas/mips/elf_arch_mips64.d,
917 gas/mips/elf_ase_mips16.d, gas/mips/empic.d,
918 gas/mips/empic2.d, gas/mips/empic3_e.d, gas/mips/empic3_g1.d,
919 gas/mips/empic3_g2.d, gas/mips/hwr-names-mips32r2.d,
920 gas/mips/hwr-names-numeric.d, gas/mips/jal-empic-elf-2.d,
921 gas/mips/jal-empic-elf-3.d, gas/mips/jal-empic-elf.d,
922 gas/mips/jal-svr4pic.d, gas/mips/jal-xgot.d, gas/mips/jal.d,
923 gas/mips/la-empic.d, gas/mips/la-svr4pic.d,
924 gas/mips/la-xgot.d, gas/mips/la.d, gas/mips/lb-empic.d,
925 gas/mips/lb-svr4pic.d, gas/mips/lb-xgot-ilocks.d,
926 gas/mips/lb-xgot.d, gas/mips/lb.d, gas/mips/ld-empic.d,
927 gas/mips/ld-svr4pic.d, gas/mips/ld-xgot.d, gas/mips/ld.d,
928 gas/mips/li.d, gas/mips/lif-empic.d, gas/mips/lif-svr4pic.d,
929 gas/mips/lif-xgot.d, gas/mips/lifloat.d,
930 gas/mips/mips-gp32-fp32-pic.d, gas/mips/mips-gp32-fp32.d,
931 gas/mips/mips-gp32-fp64-pic.d, gas/mips/mips-gp32-fp64.d,
932 gas/mips/mips-gp64-fp32-pic.d, gas/mips/mips-gp64-fp32.d,
933 gas/mips/mips-gp64-fp64-pic.d, gas/mips/mips-gp64-fp64.d,
934 gas/mips/mips.exp, gas/mips/mips16-e.d, gas/mips/mips16-f.d,
935 gas/mips/mips32.d, gas/mips/mips32r2.d, gas/mips/mips4010.d,
936 gas/mips/mips4650.d, gas/mips/mips64.d, gas/mips/mipsel16-e.d,
937 gas/mips/mipsel16-f.d, gas/mips/rol-hw.d, gas/mips/rol.d,
938 gas/mips/sb.d, gas/mips/sync.d, gas/mips/tempic.d,
939 gas/mips/tmips16-e.d, gas/mips/tmips16-f.d,
940 gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d,
941 gas/mips/trunc.d, gas/mips/uld.d, gas/mips/ulh-empic.d,
942 gas/mips/ulh-svr4pic.d, gas/mips/ulh-xgot.d, gas/mips/ulh.d,
943 gas/mips/ulh2-eb.d, gas/mips/ulh2-el.d, gas/mips/ulw.d,
944 gas/mips/ulw2-eb.d, gas/mips/ulw2-eb-ilocks.d, gas/mips/ulw2-el.d,
945 gas/mips/ulw2-el-ilocks.d, gas/mips/usd.d, gas/mips/ush.d,
946 gas/mips/usw.d, gas/mips/vr4122.d: Added ABI specification.
947 gas/vtable/vtable.exp: mips64*-*-linux* and mips*-*-irix6* are
948 RELA.
949
1f88a2f9
L
9502003-05-03 H.J. Lu <hjl@gnu.org>
951
952 * gas/elf/symver.s: Use '%' instead of '@' in .type.
953 * gas/elf/type.s: Likewise.
954
633a0b73
L
9552003-05-03 H.J. Lu <hjl@gnu.org>
956
957 * gas/elf/elf.exp (run_list_test): Support pipe for readelf.
958
959 * gas/elf/type.e-m32r: Removed.
960 * gas/elf/type.e-mips: Likewise.
961 * gas/elf/type.e-miwmmxt: Likewise.
962
963 * gas/elf/type.e: Updated.
964
711ef82f
L
9652003-05-03 H.J. Lu <hjl@gnu.org>
966
967 * gas/ia64/ia64.exp: Add unwind.
968
969 * gas/ia64/unwind.s: New. Test the new section attribute 'o'
970 and the new section type "unwind".
971 * gas/ia64/unwind.d: Likewise.
972
74cb52a6
CD
9732003-05-02 Chris Demetriou <cgd@broadcom.com>
974
975 * gas/mips/mips.exp (mips_arch_init): Reimplement in
976 a way that's safe with ancient versions of tcl/expect.
977
4d8728e1
CD
9782003-05-01 Chris Demetriou <cgd@broadcom.com>
979
980 * gas/mips/mips.exp (mips_arch_init): New function.
981 Call it before setting up architecture array entries.
982
5c1aa77e
L
9832003-05-01 H.J. Lu <hjl@gnu.org>
984
985 * gas/elf/elf.exp (run_list_test): Accept empty $opts.
986 Add type test.
987
988 * gas/elf/type.e: New file.
989 * gas/elf/type.s: Likewise.
990 * gas/elf/type.e-m32r: Likewise.
991 * gas/elf/type.e-mips: Likewise.
992 * gas/elf/type.e-miwmmxt: Likewise.
993
612d7b83
L
9942003-05-01 H.J. Lu <hjl@gnu.org>
995
996 * gas/ia64/ia64.exp: Add secname.
997
998 * gas/ia64/secname.s: New. Test the trailing '#' in section
999 name.
1000 * gas/ia64/secname.d: Likewise.
1001
395f4d9b
L
10022003-05-01 H.J. Lu <hjl@gnu.org>
1003
1004 * gas/ia64/ia64.exp: Add "global".
1005
1006 * gas/ia64/global.d: New file.
1007 * gas/ia64/global.s: Likewise.
1008
10a98291
L
10092003-04-30 H.J. Lu <hjl@gnu.org>
1010
1011 * gas/ia64/ia64.exp: Add order.
1012
1013 * gas/ia64/order.s: New file.
1014 * gas/ia64/order.d: Likewise.
1015
bf57c3c9
L
10162003-04-29 H.J. Lu <hjl@gnu.org>
1017
1018 * gas/ia64/ia64.exp: Add align.
1019
1020 * gas/ia64/align.d: New file.
1021 * gas/ia64/align.s: Likewise.
1022
1023 * ia64/dependency-1.d: Remove the padding.
1024
165a7f90
L
10252003-04-30 H.J. Lu <hjl@gnu.org>
1026
1027 * gas/ia64/ia64.exp: Add real.
1028
1029 * gas/ia64/real.s: New file.
1030 * gas/ia64/real.d: Likewise.
1031
eba874d8
NC
10322003-04-29 Nick Clifton <nickc@redhat.com>
1033
1034 * gas/elf/elf.exp: Invoke symver test.
2ebaa23b
AM
1035 * gas/elf/symver.s: New test case.
1036 * gas/elf/symver.d: Expected output.
eba874d8 1037
504c3621
NC
10382003-04-24 Nick Clifton <nickc@redhat.com>
1039
1040 * gas/ppc/astest2.s: Add tests for conditional branches with
1041 probability indicators.
1042 * gas/ppc/astest2.d: Add expected disassembly.
1043
204cd129
NC
10442003-04-23 H.J. Lu <hjl@gnu.org>
1045
1046 * gas/ia64/opc-i.s: Add testcases for valid label.
1047 * gas/ia64/opc-i.d: Updated.
1048
05760fd2
AO
10492003-04-10 Alexandre Oliva <aoliva@redhat.com>
1050
1051 * gas/mips/elf-rel-got-n32.d, gas/mips/elf-rel-got-n32.s,
1052 gas/mips/elf-rel-got-n64.d, gas/mips/elf-rel-got-n64.s,
1053 gas/mips/elf-rel-xgot-n32.d, gas/mips/elf-rel-xgot-n64.d: New.
1054 * gas/mips/mips.exp: Test them.
1055
983aea34
NC
10562003-04-08 Nick Clifton <nickc@redhat.com>
1057
9cc92a36 1058 * gas/m32r/m32r.exp: Run signed-relocs test.
2ebaa23b
AM
1059 * gas/m32r/signed-relocs.s: New file: Test signed relocs.
1060 * gas/m32r/signed-relocs.d: New file: Expected results
9cc92a36 1061
983aea34
NC
1062 * gas/ia64/dependency-1.s: New file: Test read before write dependency.
1063 * gas/ia64/dependency-1.d: New file: Expected assembly results.
1064 * gas/ia64/ia64.exp: Run the new test.
1065
abdf8f87
SC
10662003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1067
1068 * gas/m68hc11/bug-1825.d (_table): Update.
1069 * gas/m68hc11/bug-1825.s (_table): Add tests for 16-bit absolute relocs
1070
ab53523a
SC
10712003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1072
1073 * gas/m68hc11/insns.s: Add %page and %addr checks.
1074 * gas/m68hc11/insns12.s: Likewise.
1075 * gas/m68hc11/insns-dwarf2.d: Update.
1076 * gas/m68hc11/insns.d: Update.
1077
97f2bd8b
CD
10782003-04-04 Chris Demetriou <cgd@broadcom.com>
1079
1080 * gas/mips/mips5.d: New test.
1081 * gas/mips/mips5.l: New test stderr listing.
1082 * gas/mips/mips5.s: New test source file.
1083 * gas/mips/mips.exp: Run the mips5 test.
1084
8fbf1ae5
PB
10852003-04-03 Philip Blundell <philb@gnu.org>
1086
1087 * gas/arm/offset.s: New test.
1088 * gas/arm/arm.exp (run_errors_test): Run it.
1089
af22f5b2
CD
10902003-04-02 Chris Demetriou <cgd@broadcom.com>
1091
1092 * gas/mips/ulh.d: Adjust for ulh and ulhu macro assembly changes.
1093
1094 * gas/mips/mips.exp: Define new "gpr_ilocks" architecture
1095 property, and add it to mips2 (and later) chips and r3900.
1096 * gas/mips/uld2.s: New test source file.
1097 * gas/mips/ulh2.s: Likewise.
1098 * gas/mips/ulw2.s: Likewise.
1099 * gas/mips/uld2.l: New test stderr listing.
1100 * gas/mips/ulh2.l: Likewise.
1101 * gas/mips/ulw2.l: Likewise.
1102 * gas/mips/uld2-eb.d: New test.
1103 * gas/mips/uld2-el.d: Likewise.
1104 * gas/mips/ulh2-eb.d: Likewise.
1105 * gas/mips/ulh2-el.d: Likewise.
1106 * gas/mips/ulw2-eb-ilocks.d: Likewise.
1107 * gas/mips/ulw2-eb.d: Likewise.
1108 * gas/mips/ulw2-el-ilocks.d: Likewise.
1109 * gas/mips/ulw2-el.d: Likewise.
1110 * gas/mips/mips.exp: Run new tests for appropriate architectures.
1111
e0001a05
NC
11122003-04-01 Bob Wilson <bob.wilson@acm.org>
1113
2ebaa23b
AM
1114 * gas/xtensa/all.exp: New file.
1115 * gas/xtensa/entry_align.s: Likewise.
1116 * gas/xtensa/entry_misalign2.s: Likewise.
1117 * gas/xtensa/entry_misalign.s: Likewise.
1118 * gas/xtensa/j_too_far.s: Likewise.
1119 * gas/xtensa/loop_align.s: Likewise.
1120 * gas/xtensa/loop_misalign.s: Likewise.
e0001a05 1121
e16bb312
NC
11222003-03-25 Stan Cox <scox@redhat.com>
1123 Nick Clifton <nickc@redhat.com>
2ebaa23b 1124
e16bb312
NC
1125 Contribute support for Intel's iWMMXt chip - an ARM variant:
1126
1127 * gas/arm/arm.exp: Run iwmmxt test.
1128 * gas/arm/iwmmxt.s: New test source file.
1129 * gas/arm/iwmmxt.d: New test expected results file.
1130 * gas/elf/elf.exp: Fix section2 test to cope with note section.
1131 * gas/eld/section2.e-miwxxmt: New test expected results file.
1132
d17b874b
AO
11332003-03-12 Alexandre Oliva <aoliva@redhat.com>
1134
1135 * gas/mips/branch-misc-2.s: Add branch to symbol in another
1136 section.
1137 * gas/mips/branch-misc-2.l: Update error messages and warnings.
1138
f958455d
AO
11392003-03-12 Alexandre Oliva <aoliva@redhat.com>
1140
1141 * Reverted previous patch.
1142
7c2be35c
TS
11432003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1144
1145 * gas/mips/bge.d: Reactivate external branch tests.
1146 * gas/mips/bge.s: Likewise.
1147 * gas/mips/bgeu.d: Likewise.
1148 * gas/mips/bgeu.s: Likewise.
1149 * gas/mips/blt.d: Likewise.
1150 * gas/mips/blt.s: Likewise.
1151 * gas/mips/bltu.d: Likewise.
1152 * gas/mips/bltu.s: Likewise.
1153 * gas/mips/branch-misc-2.d: New File.
1154 * gas/mips/branch-misc-2.l: Remove.
1155 * gas/mips/mips.exp: Adjust branch-misc-2 test.
1156
cce4814f
NC
11572003-02-21 Nick Clifton <nickc@redhat.com>
1158
1159 * gas/all/test-gen.c: New file: Framework for automatically
1160 generating assembler test files.
2ebaa23b 1161 * gas/all/test-examples.c: New file: Example of a file using
cce4814f
NC
1162 test-gen.c.
1163
2ebaa23b 1164 * gas/arm/maverick.c: Rework to produce correct test files and
cce4814f 1165 fix formatting.
2ebaa23b
AM
1166 * gas/arm/maverick.s: Regenerate.
1167 * gas/arm/maverick.d: Regenerate.
1168 * gas/arm/arm.exp: Always run Maverick tests.
cce4814f 1169
64bdfcaf
RS
11702003-02-21 Richard Sandiford <rsandifo@redhat.com>
1171
1172 * gas/mips/elf-rel14.[sd]: New test.
1173 * gas/mips/mips.exp: Run it.
1174
5919d012
RS
11752003-02-07 Richard Sandiford <rsandifo@redhat.com>
1176
1177 * gas/mips/rel12.[sd], gas/mips/rel13.[sd]: New tests.
1178 * gas/mips/mips.exp: Run them.
1179
09b8f35a
RS
11802003-02-07 Richard Sandiford <rsandifo@redhat.com>
1181
1182 * gas/mips/expr1.[sd]: New test.
1183 * gas/mips/mips.exp: Run it.
1184
43e9b450
AM
11852003-02-06 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com>
1186
1187 * gas/i386/x86-64-opcode.s: More tests for x86-64 MOVD opcodes.
1188 * gas/i386/x86-64-opcode.d: Adjust to suit.
1189
24fdaefe
HPN
11902003-02-04 Hans-Peter Nilsson <hp@axis.com>
1191
1192 * gas/cris/rd-dw2-1.d: Adjust for dwarf2 directory table change.
1193
5e0116d5
RS
11942003-02-02 Richard Sandiford <rsandifo@redhat.com>
1195
1196 * gas/mips/elf-rel8.[sd], gas/mips/elf-rel9.[sd],
1197 gas/mips/elf-rel10.[sd], gas/mips/elf-rel11.[sd]: New tests.
1198 * gas/mips/mips.exp: Run elf-rel8 and elf-rel9 for all elf
1199 targets. Run elf-rel10 and elf-rel11 for NewABI targets.
1200
a4cb6c4d
AO
12012003-01-27 Alexandre Oliva <aoliva@redhat.com>
1202
1203 * gas/mips/n32-consec.d: New.
1204 * gas/mips/n32-consec.s: New.
1205 * gas/mips/mips.exp (run_list_test_arches): Run it on irix6 and
1206 mips64*-linux* systems.
1207
3434109f
MS
12082003-01-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
1209
1210 * gas/s390/reloc.s: Add test for PLT reloc against locally defined
1211 but global function.
1212 * gas/s390/reloc.d: Likewise.
1213 * gas/s390/reloc64.s: Likewise.
1214 * gas/s390/reloc64.d: Likewise.
1215
3dbe594b
NC
12162003-01-21 Adrian Bunk <bunk@fs.tum.de>
1217
1218 * gas/sparc/sparc.exp (sparc_elf_setup): All NetBSD ELF targets
1219 should pass these tests.
1220
fa87107f
MS
12212003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
1222
1223 * gas/s390/reloc.d: Add tests for the new gotoff, gotplt and pltoff
1224 relocations.
1225 * gas/s390/reloc.s: Likewise.
1226 * gas/s390/reloc64.d: Likewise.
1227 * gas/s390/reloc64.s: Likewise.
1228
33d9fdd0
DD
12292003-01-07 DJ Delorie <dj@redhat.com>
1230
1231 * gas/xstormy16/reloc-2.d: Adjust for fixed REL12 relocs.
1232
a99bcdd0
SC
12332003-01-02 Jeff Johnston <jjohnstn@redhat.com>
1234
1235 * gas/iq2000: New testsuite.
1236
071742cf
CD
12372003-01-02 Chris Demetriou <cgd@broadcom.com>
1238
1239 * gas/mips/elf_arch_mips32r2.d: Fix file description comment.
1240
bbcc0807
CD
12412002-12-31 Chris Demetriou <cgd@broadcom.com>
1242
1243 * gas/mips/cp0sel-names-mips32.d: New test.
1244 * gas/mips/cp0sel-names-mips32r2.d: New test.
1245 * gas/mips/cp0sel-names-mips64.d: New test.
1246 * gas/mips/cp0sel-names-numeric.d: New test.
1247 * gas/mips/cp0sel-names-sb1.d: New test.
1248 * gas/mips/cp0sel-names.s: New test source file.
1249 * gas/mips/mips.exp: Run new tests.
1250
b337e146
CD
12512002-12-30 Chris Demetriou <cgd@broadcom.com>
1252
1253 * gas/mips/elf_arch_mips1.d: New test.
1254 * gas/mips/elf_arch_mips2.d: New test.
1255 * gas/mips/elf_arch_mips3.d: New test.
1256 * gas/mips/elf_arch_mips4.d: New test.
1257 * gas/mips/elf_arch_mips5.d: New test.
1258 * gas/mips/elf_arch_mips32.d: New test.
1259 * gas/mips/elf_arch_mips32r2.d: New test.
1260 * gas/mips/elf_arch_mips64.d: New test.
1261 * gas/mips/empty.s: New test source file.
1262 * gas/mips/mips.exp: Run new tests.
1263
1264 * gas/mips/elf_ase_mips16.d: Change to use empty.s
1265 * gas/mips/elf_ase_mips16.s: Remove.
1266
54610ba2 12672002-12-30 Chris Demetriou <cgd@broadcom.com>
af7ee8bf
CD
1268
1269 * gas/mips/cp0-names-mips32r2.d: New test.
1270 * gas/mips/hwr-names-mips32r2.d: New test.
1271 * gas/mips/hwr-names-numeric.d: New test.
1272 * gas/mips/hwr-names.s: New test source file.
1273 * gas/mips/mips32r2.d: New test.
1274 * gas/mips/mips32r2.s: New test source file.
1275 * gas/mips/mips32r2-ill.l: New test.
1276 * gas/mips/mips32r2-ill.s: New test source file.
1277 * gas/mips/mips.exp: Add mips32r2 architecture data array
1278 entry. Run new tests mentioned above.
1279
2469cfa2
NC
12802002-12-24 Dmitry Diky <diwil@mail.ru>
1281
1282 * gas/msp430: New directory.
1283 * gas/msp430/msp430.exp: Test msp430 assembler.
1284 * gas/msp430/opcode.s: Test source file.
1285 * gas/msp430/opcode.s: Expected disassembly.
1286
5915a74a
CD
12872002-12-27 Chris Demetriou <cgd@broadcom.com>
1288
1289 * gas/mips/mips.exp: Define the notion of an "architecture data
1290 array," add comments indicating how to add a new architecture and
1291 suggestions for adding new tests. Populate the architecture data
1292 array with many known architectures and convert many tests to
1293 be run for multiple architectures.
1294 (mips_arches): New global array.
1295 (mips_arch_create, mips_arch_list_all, mips_arch_data)
1296 (mips_arch_displayname, mips_arch_properties)
1297 (mips_arch_as_flags, mips_arch_objdump_flags, mips_arch_matches)
1298 (mips_arch_list_matching): New functions to operate on mips_arches.
1299 (run_dump_test_arch, run_dump_test_arches, run_list_test_arch)
1300 (run_list_test_arches): New functions.
1301 (run_list_test): Document and add an optional "test name" argument.
1302 * gas/mips/abs.d: Remove CPU-specific assembler and objdump flags,
1303 and CPU names from test names.
1304 * gas/mips/add.d: Likewise.
1305 * gas/mips/and.d: Likewise.
1306 * gas/mips/dli.d: Likewise.
1307 * gas/mips/jal-empic-elf-2.d: Likewise.
1308 * gas/mips/jal-empic-elf-3.d: Likewise.
1309 * gas/mips/jal-empic-elf.d: Likewise.
1310 * gas/mips/lb-svr4pic.d: Likewise.
1311 * gas/mips/lb.d: Likewise.
1312 * gas/mips/mips32.d: Likewise.
1313 * gas/mips/mips4.d: Likewise.
1314 * gas/mips/mips64.d: Likewise.
1315 * gas/mips/rol-hw.d: Likewise.
1316 * gas/mips/rol.d: Likewise.
1317 * gas/mips/rol64-hw.d: Likewise.
1318 * gas/mips/rol64.d: Likewise.
1319 * gas/mips/elf-jal.d: Likewise. Also, indicate ELF in test name.
1320 * gas/mips/mips64-mdmx.d: Tweak printed name to indicate that this
1321 test uses the -mdmx flag.
1322 * gas/mips/mips64-mips3d.d: Tweak printed name to indicate that
1323 this test uses the -mips3d flag.
1324 * gas/mips/mips64-mips3d-incl.d: New file.
1325
640c0ccd
CD
13262002-12-27 Chris Demetriou <cgd@broadcom.com>
1327
1328 * gas/mips/cp0-names-mips32.d: New file.
1329 * gas/mips/cp0-names-mips64.d: New file.
1330 * gas/mips/cp0-names-numeric.d: New file.
1331 * gas/mips/cp0-names-sb1.d: New file.
1332 * gas/mips/cp0-names.s: New file.
1333 * gas/mips/fpr-names-32.d: New file.
1334 * gas/mips/fpr-names-64.d: New file.
1335 * gas/mips/fpr-names-n32.d: New file.
1336 * gas/mips/fpr-names-numeric.d: New file.
1337 * gas/mips/fpr-names.s: New file.
1338 * gas/mips/gpr-names-32.d: New file.
1339 * gas/mips/gpr-names-64.d: New file.
1340 * gas/mips/gpr-names-n32.d: New file.
1341 * gas/mips/gpr-names-numeric.d: New file.
1342 * gas/mips/gpr-names.s: New file.
1343 * gas/mips/mips.exp: Run new tests.
1344
e8119602 13452002-12-20 Chris Demetriou <cgd@broadcom.com>
9a7e42b6 1346
2ebaa23b
AM
1347 * lib/gas-defs.exp (run_dump_test): Add a new optional argument,
1348 "extra_options".
9a7e42b6 1349
82dd0097
CD
13502002-12-18 Chris Demetriou <cgd@broadcom.com>
1351
1352 * gas/mips/rol.s: Add ".set noat" and some new instructions to test.
1353 * gas/mips/rol64.s: Likewise.
1354 * gas/mips/rol.l: New file.
1355 * gas/mips/rol.d: Adjust to use rol.l and for rol.s changes.
1356 * gas/mips/rol64.l: New file.
1357 * gas/mips/rol64.d: Adjust to use rol64.l and for rol64.s changes.
1358 * gas/mips/rol-hw.d: New file.
1359 * gas/mips/rol-hw.l: New file.
1360 * gas/mips/rol64-hw.d: New file.
1361 * gas/mips/rol64-hw.l: New file.
1362 * gas/mips/mips.exp: Run rol-hw and rol64-hw tests.
1363
6f171daa
AO
13642002-12-12 Alexandre Oliva <aoliva@redhat.com>
1365
1366 * gas/mips/beq.d: Comment out branches to undefined symbols,
1367 no longer supported.
1368 * gas/mips/beq.s: Likewise.
1369 * gas/mips/bge.d: Likewise.
1370 * gas/mips/bge.s: Likewise.
1371 * gas/mips/bgeu.d: Likewise.
1372 * gas/mips/bgeu.s: Likewise.
1373 * gas/mips/blt.d: Likewise.
1374 * gas/mips/blt.s: Likewise.
1375 * gas/mips/bltu.d: Likewise.
1376 * gas/mips/bltu.s: Likewise.
1377 * gas/mips/mips.exp: Change branch-misc-2 test to run_list_test.
1378 * gas/mips/branch-misc-2.d: Removed.
1379 * gas/mips/branch-misc-2.s: Added branches to undefined symbols.
1380 * gas/mips/branch-misc-2.l: New.
1381
f56074d6
AH
13822002-12-09 Aldy Hernandez <aldyh@redhat.com>
1383
1384 * gas/ppc/booke.d: Fix msync and mbar to reflect reality.
1385
1386 * gas/ppc/e500.d: Fix m[tf]pmr to reflect reality.
1387
f39f5da9
SC
13882002-12-08 Stephane Carrez <stcarrez@nerim.fr>
1389
1390 * gas/m68hc11/m68hc11.exp (gas_m68hc11_error): New function;
1391 (gas_m68hc11_warning): New function.
1392 (gas_m68hc11_message): New function.
1393 (top): New tests for assembler errors.
1394 (gas_m68hc11_opcode_list): New function.
1395 (top): New tests for opcode list.
1396
5da0c277
SC
13972002-12-08 Stephane Carrez <stcarrez@nerim.fr>
1398
1399 * gas/m68hc11/bug-1825.s: Add some tests.
1400 * gas/m68hc11/bug-1825.d: Update.
1401 * gas/m68hc11/opers12.d: Update.
1402 * gas/m68hc11/opers12-dwarf2.d: Update.
1403
fa2c7eff
RH
14042002-12-05 Richard Henderson <rth@redhat.com>
1405
1406 * gas/ia64/ltoff22x-1.[ds]: New.
1407 * gas/ia64/ia64.exp: Run it.
1408
d070dab9
JW
14092002-12-05 Jim Wilson <wilson@redhat.com>
1410
2ebaa23b
AM
1411 * gas/ia64/opc-x.d: Regenerate.
1412
cb4eb367
AM
14132002-12-05 Alan Modra <amodra@bigpond.net.au>
1414
1415 * gas/arm/adrl.s: Pad end of .text.
1416 * gas/arm/adrl.d: Adjust to suit.
1417
c10d9d8f
JW
14182002-12-04 David Mosberger <davidm@hpl.hp.com>
1419
1420 * gas/ia64/opc-b.d: Update for instructions added by SDM2.1.
1421 * gas/ia64/opc-b.s: Ditto.
1422 * gas/ia64/opc-f.d: Ditto.
1423 * gas/ia64/opc-f.s: Ditto.
1424 * gas/ia64/opc-i.d: Ditto.
1425 * gas/ia64/opc-i.s: Ditto.
1426 * gas/ia64/opc-m.d: Ditto.
1427 * gas/ia64/opc-m.s: Ditto.
1428 * gas/ia64/opc-x.d: Ditto.
1429 * gas/ia64/opc-x.s: Ditto.
1430
a823923b
RH
14312002-12-03 Richard Henderson <rth@redhat.com>
1432
1433 * gas/ia64/ldxmov-1.[ds]: New.
1434 * gas/ia64/ldxmov-2.[ls]: New.
1435 * gas/ia64/ia64.exp: Run them.
1436
dc8ec78b
AM
14372002-12-03 Alan Modra <amodra@bigpond.net.au>
1438
1439 * gas/arm/adrl.s: Test behaviour against globals too.
1440 * gas/arm/adrl.d: Adjust.
1441
fea17916
NC
14422002-12-02 Nick Clifton <nickc@redhat.com>
1443
1444 * gasp: Remove entire directory tree. (Gasp has been removed from
1445 binutils).
dc8ec78b 1446 * config/default.asp (GASP): Remove definition and initialization.
fea17916 1447
27bdea3d
SC
14482002-12-01 Stephane Carrez <stcarrez@nerim.fr>
1449
1450 * gas/m68hc11/m68hc11.exp: Rename from all.exp; run the new tests.
1451 * gas/m68hc11/all.exp: Remove.
1452 * gas/m68hc11/indexed12.d: New test.
1453 * gas/m68hc11/indexed12.s: Likewise.
1454 * gas/m68hc11/bug-1825.d: Likewise.
1455 * gas/m68hc11/bug-1825.s: Likewise.
1456
49fa082d
SC
14572002-12-01 Stephane Carrez <stcarrez@nerim.fr>
1458
1459 * gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
1460 can find the real symbol and not a gas internal debug symbol.
1461 * gas/m68hc11/insns.d: Update.
1462 * gas/m68hc11/insns-dwarf2.d: Update.
1463 * gas/m68hc11/insns12.d: Update.
1464 * gas/m68hc11/opers12.s (min5b, min9b): Use 16 and -256 for the min.
1465 * gas/m68hc11/opers12.d: Update after indexed offset operand fixes.
1466 * gas/m68hc11/opers12-dwarf2.d: Likewise.
1467
0174e383
KK
14682002-11-30 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1469
1470 * sh/gas/sh/pic.s: Add a test for ".long foo@PLT+.-2-label".
1471 * sh/gas/sh/pic.d: Add expected output.
1472
143c8e19
NC
14732002-11-29 Nick Clifton <nickc@redhat.com>
1474
1475 * gas/arm/arch5tej.s: Replace "nop"s with tests of breakpoint
1476 instruction.
1477 * gas/arm/arch5tej.d: Expect "bkpt"s not nops.
1478
c79b382e
HPN
14792002-11-26 Hans-Peter Nilsson <hp@axis.com>
1480
1481 * gas/cris/rd-bcnst.d, gas/cris/rd-bcnst.d: New test.
1482
d12e3de5
DD
14832002-11-25 DJ Delorie <dj@redhat.com>
1484
1485 * gas/xstormy16/allinsn.d: Fix sdiv/sdivlh encodings.
1486
c8014bda
DD
14872002-11-19 DJ Delorie <dj@redhat.com>
1488
1489 * gas/xstormy16/allinsn.sh: Add sdiv, divlh, and sdivlh.
1490 * gas/xstormy16/allinsn.d: Regenerate.
1491 * gas/xstormy16/allinsn.s: Regenerate.
2ebaa23b 1492
eb128449
SS
14932002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
1494
1495 * gas/all/gas.exp: Setup for tic4x testcase
1496 * gas/macros/macros.exp: Ditto
1497 * gas/tic4x: New tic4x gas testsuite directory
1498 * gas/tic4x/addressing.s: Create. Fix bug in one insn
1499 * gas/tic4x/addressing_c3x.d: Create and update
1500 * gas/tic4x/addressing_c4x.d: Create and update
1501 * gas/tic4x/allopcodes.S: Create. Add support for new
1502 opclass.h changes.
1503 * gas/tic4x/data.d: Create
1504 * gas/tic4x/data.s: Create
1505 * gas/tic4x/float.d: Create
1506 * gas/tic4x/float.s: Create
1507 * gas/tic4x/opclasses.h: Create. Added testsuites for the
1508 new enhanced opcodes.
1509 * gas/tic4x/opcodes.s: Create (regenerate).
1510 * gas/tic4x/opcodes_c3x.d: Create. Updated from enhanced
1511 changes
1512 * gas/tic4x/opcodes_c4x.d: Create. Ditto.
1513 * gas/tic4x/rebuild.sh: Create
1514 * gas/tic4x/registers.s: Create
1515 * gas/tic4x/registers_c3x.d: Create
1516 * gas/tic4x/registers_c4x.d: Create
1517 * gas/tic4x/zeros.d: Create
bbce6ab7 1518 * gas/tic4x/zeros.s: Create
eb128449
SS
1519 * gas/tic4x/opcodes_new.d: Added new testsuite for
1520 the enhanced and special insns.
1521 * gas/tic4x/tic4x.exp: Create. Added the opcodes_new testsuite
1522
852f55ac
AM
15232002-11-12 Alan Modra <amodra@bigpond.net.au>
1524
1525 * gas/ppc/booke.d: Adjust output for corrected condition reg.
1526
b46c1691
NC
15272002-11-07 Nick Clifton <nickc@redhat.com>
1528
1529 * gas/all/gas.exp: Only run fastcall test for x86 PE targets.
1530
c9e38879
NC
15312002-11-07 Casper S. Hornstrup <chorns@users.sourceforge.net>
1532
1533 * gas/all/gas.exp: Run fastcall label handling test.
1534 * gas/all/fastcall.s: New file for testing handling of fastcall
1535 labels.
1536
4dd8d67b
L
15372002-11-01 H.J. Lu <hjl@gnu.org>
1538
1539 * gas/i386/i386.exp: Add "sub".
1540
1541 * gas/i386/sub.d: New.
1542 * gas/i386/sub.s: New.
1543
3d4a853f
L
15442002-10-22 H.J. Lu <hjl@gnu.org>
1545
1546 * gas/mips/branch-misc-2.d: Updated.
1547
c84e5117
HPN
15482002-10-23 Hans-Peter Nilsson <hp@axis.com>
1549
1550 * gas/cris/rd-pcrel1.d, gas/cris/rd-pcrel1.s,
1551 gas/cris/rd-pcrel2.d, gas/cris/rd-pcrel2.s: New tests.
1552
631cb423
RS
15532002-10-21 Richard Sandiford <rsandifo@redhat.com>
1554
1555 * gas/mips/elf-rel7.[sd]: New test.
1556 * gas/mips/mips.exp: Run it.
1557
63d0b393
AO
15582002-10-12 Alexandre Oliva <aoliva@redhat.com>
1559
1560 * gas/mips/mips.exp: Don't xfail relax.
1561 * gas/mips/relax.s: Increase coverage.
1562 * gas/mips/relax.d: Add expected output. Use relax.l for as stderr.
1563 * gas/mips/relax.l: New file.
1564
94a03f18
KK
15652002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1566
1567 * gas/sh/tlsd.s, gas/sh/tlsd.d: New.
1568 * gas/sh/tlsnopic.s, gas/sh/tlsnopic.d: New.
1569 * gas/sh/tlspic.s, gas/sh/tlspic.d: New.
1570 * gas/sh/basic.exp: Add new tests.
1571
42bf09b2
SC
15722002-10-09 Stephen Clarke <stephen.clarke@superh.com>
1573
1574 * gas/elf.exp: Don't run for sh64*-*-linux*, because it sets the
1575 lsb in SHmedia code addresses.
1576 * gas/sh/basic.exp: Force SHcompact for sh64*-*-linux* to enable
1577 recognition of SH-1/2/3/4 instructions.
1578 (proc do_fp): Do not run dsp tests for sh64*-*-linux*.
1579 * gas/sh/sh64/abi-32.d: Adjust expected output to include
1580 sh64*-*-linux* formats too.
1581 * gas/sh/sh64/abi-64.d, gas/sh/sh64/basic-1.d,
1582 gas/sh/sh64/case-1.d, gas/sh/sh64/case-noexp-1.d,
1583 gas/sh/sh64/crange1-1.d, gas/sh/sh64/crange1-2.d,
1584 gas/sh/sh64/crange2-1.d, gas/sh/sh64/crange2-2.d,
1585 sh/sh64/crange2-noexp-1.d, gas/sh/sh64/crange3-1.d,
1586 gas/sh/sh64/crange4-1.d, gas/sh/sh64/crange5-1.d,
1587 gas/sh/sh64/creg-1.d, gas/sh/sh64/creg-2.d, gas/sh/sh64/datal-2.d,
1588 gas/sh/sh64/datal32-1.d, gas/sh/sh64/datal32-3.d,
1589 gas/sh/sh64/datal64-1.d, gas/sh/sh64/datal64-3.d,
1590 gas/sh/sh64/endian-1.d, gas/sh/sh64/endian-2.d,
1591 gas/sh/sh64/err-noexp-cmd1.s, gas/sh/sh64/immexpr32-1.d,
1592 gas/sh/sh64/immexpr32-2.d, gas/sh/sh64/immexpr64-1.d,
1593 gas/sh/sh64/immexpr64-2.d, gas/sh/sh64/lineno.d,
1594 gas/sh/sh64/localcom-1.d, gas/sh/sh64/mix-1.d,
1595 gas/sh/sh64/mix-noexp-1.d, gas/sh/sh64/movi-3.d,
1596 gas/sh/sh64/movi32-1.d, gas/sh/sh64/movi32-2.d,
1597 gas/sh/sh64/movi32-noexp-2.d, gas/sh/sh64/movi64-1.d,
1598 gas/sh/sh64/movi64-2.d, gas/sh/sh64/movi64-3.d,
1599 gas/sh/sh64/movi64-noexp-2.d, gas/sh/sh64/pt-1.d,
1600 gas/sh/sh64/pt-noexp-1.d, gas/sh/sh64/pt32-1.d,
1601 gas/sh/sh64/pt32-noexp-2.d, gas/sh/sh64/pt64-1.d,
1602 gas/sh/sh64/pt64-32-1.d, gas/sh/sh64/pt64-32-2.d,
1603 gas/sh/sh64/pt64-noexp-2.d, gas/sh/sh64/ptc32-1.d,
1604 gas/sh/sh64/ptc32-noexp-1.d, gas/sh/sh64/ptc64-1.d,
1605 gas/sh/sh64/ptc64-32-1.d, gas/sh/sh64/ptc64-noexp-1.d,
1606 gas/sh/sh64/ptext32-1.d, gas/sh/sh64/ptext32-noexp-1.d,
1607 gas/sh/sh64/ptext64-1.d, gas/sh/sh64/ptext64-32-1.d,
1608 gas/sh/sh64/ptext64-noexp-1.d, gas/sh/sh64/rel32-1.d,
1609 gas/sh/sh64/rel32-2.d, gas/sh/sh64/rel32-3.d,
1610 gas/sh/sh64/rel32-4.d, gas/sh/sh64/rel32-5.d,
1611 gas/sh/sh64/rel64-1.d, gas/sh/sh64/rel64-2.d,
1612 gas/sh/sh64/rel64-3.d, gas/sh/sh64/rel64-4.d,
1613 gas/sh/sh64/rel64-5.d, gas/sh/sh64/relax-1.d,
1614 gas/sh/sh64/relax-2.d, gas/sh/sh64/relax-3.d,
1615 gas/sh/sh64/shift32-1.d, gas/sh/sh64/shift32-3.d,
1616 gas/sh/sh64/shift32-noexp-3.d, gas/sh/sh64/shift64-1.d,
1617 gas/sh/sh64/shift64-2.d, gas/sh/sh64/shift64-3.d,
1618 gas/sh/sh64/shift64-noexp-3.d, gas/sh/sh64/syntax-1.d,
1619 gas/sh/sh64/syntax-2.d, gas/sh/sh64/ua32-1.d,
1620 gas/sh/sh64/ua64-1.d: Likewise.
bbce6ab7 1621
21bd8c31
CD
16222002-10-03 Chris Demetriou <cgd@broadcom.com>
1623
1624 * gas/mips/mips-no-jalx.l: Make error message regexps accomodate
1625 tools which target a specific CPU by default.
1626
28602ebf
KK
16272002-10-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1628
1629 * testsuite/gas/sh/pcrel2.d: Check code also.
1630
7a68fea6
SC
16312002-10-02 Stephen Clarke <stephen.clarke@superh.com>
1632
1633 * gas/sh/sh64/ptc32-noexp-1.d: Adjust for changes to *ABS*
1634 symbol generation.
1635 * gas/sh/sh64/ptc64-noexp-1.d: Likewise.
bbce6ab7 1636
f11b4434
L
16372002-09-30 H.J. Lu <hjl@gnu.org>
1638
1639 * gas/mips/mips.exp: Undo the last change.
1640
5d42dcdf
L
16412002-09-30 H.J. Lu <hjl@gnu.org>
1642
1643 * gas/mips/mips.exp: Set xfail on empic, empic2, empic3_g1 and
1644 empic3_g2 on Linux/mips.
1645
17c06574
L
16462002-09-30 H.J. Lu <hjl@gnu.org>
1647
28e0c55d
L
1648 * gas/mips/vr4120.d: Use "#pass" instead of "#..." to skip the
1649 rest of output.
17c06574 1650
60b63b72 16512002-09-30 Gavin Romig-Koch <gavin@redhat.com>
bbce6ab7
AM
1652 Ken Raeburn <raeburn@cygnus.com>
1653 Aldy Hernandez <aldyh@redhat.com>
1654 DJ Delorie <dj@redhat.com>
1655 Michael Meissner <meissner@redhat.com>
1656 Eric Christopher <echristo@redhat.com>
1657 Richard Sandiford <rsandifo@redhat.com>
60b63b72
RS
1658
1659 * gas/mips/mips4100.[sd]: Move dmadd16 and madd16 checks to...
1660 * gas/mips/vr4111.[sd]: ...this new test.
1661 * gas/mips/vr4120.[sd],
1662 * gas/mips/vr4122.[sd],
1663 * gas/mips/vr5400.[sd],
1664 * gas/mips/vr5500.[sd]: New tests.
1665 * mips.exp: Run them.
1666
8ba4dac0
DJ
16672002-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1668
1669 * gas/sh/pcrel2.s: New.
1670 * gas/sh/pcrel2.d: New.
1671 * gas/sh/basic.exp: Add pcrel2 test.
1672
8f3f3666
JT
16732002-09-27 Jason Thorpe <thorpej@wasabisystems.com>
1674
1675 * gas/vax/elf-rel.[ds]: New test.
1676 * gas/vax/quad.exp: Move contents to...
1677 * gas/vax/vax.exp: ...here. New file.
1678
502eccd9
L
16792002-09-27 H.J. Lu <hjl@gnu.org>
1680
1681 * gas/mips/mips-jalx.s: Add ".p2align 4".
1682 * gas/mips/mips16-jalx.s: Likewise.
1683
1684 * gas/mips/mips-jalx.d: Check nop.
1685 * gas/mips/mips16-jalx.d: Likewise.
1686
3396de36
TS
16872002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1688
1689 * gas/mips/mips-jalx.d: New file, check jalx assembly.
1690 * gas/mips/mips-jalx.s: Likewise.
1691 * gas/mips/mips-no-jalx.l: Likewise.
1692 * gas/mips/mips-no-jalx.s: Likewise.
1693 * gas/mips/mips16-jalx.d: Likewise.
1694 * gas/mips/mips16-jalx.s: Likewise.
1695 * gas/mips/mips.exp: Add new tests.
1696
f3c0ec86
TS
16972002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1698
1699 * gas/mips/jal-range.s: Fix jump overflow check.
1700 * gas/mips/jal-range.l: Likewise.
1701
9d7f5776
NC
17022002-09-23 Nick Clifton <nickc@redhat.com>
1703
1704 * gas/arm/armv1-bad.s: Add LDM and STM instructions which are
1705 unpredictable because of their use of the writeback bit.
1706
96ea7171
NC
17072002-09-21 Nick Clifton <nickc@redhat.com>
1708
1709 * gas/arm/inst.s: Fix UNPREDICATABLE use of writeback in LDM/STM
1710 instructions.
1711 * gas/arm/inst.d: Update expected results.
1712
37e55690
JJ
17132002-09-19 Jakub Jelinek <jakub@redhat.com>
1714
1715 * gas/i386/tlspic.s: Add tests.
1716 * gas/i386/tlspic.d: Regenerated.
1717 * gas/i386/tlsnopic.s: Add tests.
1718 * gas/i386/tlsnopic.d: Regenerated.
1719
021c2b5e
RH
17202002-09-19 Richard Henderson <rth@redhat.com>
1721
1722 * gas/alpha/elf-reloc-7.s: New.
1723 * gas/alpha/elf-reloc-7.d: New.
1724 * gas/alpha/alpha.exp: Run it.
1725
885add95
CD
17262002-09-18 Chris Demetriou <cgd@broadcom.com>
1727
1728 * gas/mips/mips-abi32-pic2.s: New file.
1729 * gas/mips/mips-abi32-pic2.d: New file.
1730 * gas/mips/mips.exp: Run new test.
1731
17322002-09-18 Chris Demetriou <cgd@broadcom.com>
65551fa4
CD
1733
1734 * gas/mips/baddata1.s: New file.
1735 * gas/mips/baddata1.l: New file.
1736 * gas/mips/mips.exp: Run new test.
1737
2dc83527
CD
17382002-09-18 Chris Demetriou <cgd@broadcom.com>
1739
1740 * gas/mips/branch-misc-1.d: New file.
1741 * gas/mips/branch-misc-1.s: New file.
1742 * gas/mips/branch-misc-2.s: New file.
1743 * gas/mips/branch-misc-2.d: New file.
1744 * gas/mips/mips.exp: Run new tests.
1745
f697dfed
TS
17462002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1747
1748 * gas/mips/jal-range.s: Check for jal overflows.
1749 * gas/mips/jal-range.l: List file for it.
1750 * gas/mips/mips.exp: Use it.
1751
fc697c14
BE
17522002-09-08 Ben Elliston <bje@redhat.com>
1753
1754 * gas/hppa/basic/basic.exp: Update DejaGnu mail address.
1755 * gas/hppa/parse/parse.exp: Likewise.
1756 * gas/hppa/reloc/reloc.exp: Likewise.
1757 * gas/hppa/unsorted/unsorted.exp: Likewise.
1758 * gas/mn10200/basic.exp: Likewise.
1759 * gas/mn10300/basic.exp: Likewise.
1760 * gas/sh/basic.exp: Likewise.
1761 * gas/sh/sh64/sh64.exp: Likewise.
1762 * gas/v850/basic.exp: Likewise.
1763 * lib/gas-defs.exp: Likewise.
1764
1765 * gas/all/gas.exp: Removing limping support for DejaGnu 1.1.1.
1766 * gasp/gasp.exp: Likewise.
1767
63ba7a1c
AM
17682002-09-05 Alan Modra <amodra@bigpond.net.au>
1769
1770 * gas/i386/absrel.s: New.
1771 * gas/i386/absrel.d: New.
1772 * gas/i386/pcrel.s: New.
1773 * gas/i386/pcrel.d: New.
1774 * gas/i386/i386.exp: Run them.
1775 * gas/testsuite/gas/mmix/comment-1.d: Don't test the symbol
1776 index, the name will do.
1777 * gas/mri/moveml.d: Escape dots.
1778 * gas/macros/macros.exp (strings): Add rs6000-*-* to xfails.
1779 * gas/mips/beq.s: Don't make text_label global.
1780 * gas/mips/mips32.s: Likewise.
1781 * gas/mips/mips64-mips3d.s: Likewise.
1782
bcd93207
AM
17832002-08-28 Alan Modra <amodra@bigpond.net.au>
1784
deda5edf
AM
1785 * gas/mcore/allinsn.d: Escape dots. Pass -z to objdump and adjust
1786 to suit. Match coff relocs. Match "from address pool" comments.
1787 * gas/sparc/pcrel.s: Use 2b label in expressions.
1788 * gas/sparc/pcrel64.s: Likewise.
1789 * gas/sparc/pcrel.d: Adjust to suit.
1790 * gas/sparc/pcrel64.d: Likewise.
1791 * gas/vtable/vtable.exp: Move xfails to ..
1792 (proc vtable_setup_xfails): .. here. Add i866.
1793
bcd93207
AM
1794 * gas/macros/macros.exp (strings): Update xfails.
1795
6c091933
AM
17962002-08-26 Alan Modra <amodra@bigpond.net.au>
1797
4fa0e86f
AM
1798 * gas/m68k/all.exp: xfail non-ELF targets on pcrel test.
1799
98b37a6b
AM
1800 * gas/m68hc11/insns.d: Quote dots.
1801 * gas/m68hc11/opers12.d: Likewise.
1802
8ace442d
AM
1803 * gas/ieee-fp/x930509a.exp: Run the test but xfail. Add c80 to xfails.
1804
6c2beb07
AM
1805 * gas/vax/quad.exp: Use quad_elf.s for ELF targets.
1806 * gas/vax/quad.s: Align
1807 * gas/vax/quad_elf.s: New version of quad.s with %reg.
1808
96e97d9b
AM
1809 * gas/sparc/sparc.exp (sparc_elf_setup): New.
1810 Use it to xfail for non-ELF targets.
1811
6c091933
AM
1812 * gas/tic54x/align.s: Add comment.
1813 * gas/tic54x/align.d: Adjust .text size for 2002-05-23 write.c change.
1814 * gas/tic54x/extaddr.d: Similarly adjust disassembly tail.
1815
f598fd5e
NC
18162002-08-22 Nick Clifton <nickc@redhat.com>
1817
1818 * gas/arm/arch5tej.s: Add nops to align output.
1819 * gas/arm/arch5tej.d: Expect nops.
bbce6ab7
AM
1820 * gas/arm/arm7t.s: Add nops, remove thumb instructions.
1821 * gas/arm/arm7t.d: Expect nops.
1822 * gas/arm/armv1.s: Add nops.
1823 * gas/arm/armv1.d: Expect nops.
1824 * gas/arm/fpa-mem.s: Add nops.
1825 * gas/arm/fpa-mem.d: Expext nops.
1826 * gas/arm/vfp1.s: Add nops.
1827 * gas/arm/vfp1.d: Expect nops.
1828 * gas/arm/xscale.s: Add nops.
1829 * gas/arm/xscale.d: Expect nops.
1830 * gas/arm/arm.exp: Do not run thumb tests for arm-aout
f598fd5e
NC
1831 toolchain.
1832
7bbfa6f5
AM
18332002-08-22 Alan Modra <amodra@bigpond.net.au>
1834
1835 * gas/ppc/ppc.exp: Don't run e500 test on xcoff targets.
1836 * gas/ppc/astest2.d: Escape dots.
1837
483fc7cd
RS
18382002-08-20 Richard Sandiford <rsandifo@redhat.com>
1839
1840 * gas/mips/rol.s: Add rotate by zero tests.
1841 * gas/mips/rol.d: Update accordingly.
1842 * gas/mips/rol64.d: Expect rotates by zero to use dsrl.
1843
5578ad9c
EZ
18442002-08-19 Elena Zannoni <ezannoni@redhat.com>
1845
bbce6ab7
AM
1846 From matthew green <mrg@redhat.com>
1847 * e500.s: New tests for e500 instructions.
1848 * e500.d: Results for new test.
1849 * ppc.exp: Test e500.s.
5578ad9c 1850
2af28746 18512002-08-16 Stephen Clarke <stephen.clarke@superh.com>
1b44b93c
SC
1852
1853 * gas/sh/sh64/datal32-3.d: Formatting change to match the current
1854 output of objdump.
1855
8bda4946
AM
18562002-08-16 Alan Modra <amodra@bigpond.net.au>
1857
1858 * gas/all/gas.exp (forward references): Don't test c30.
1859 * gas/d30v/guard-debug.d: Use -gstabs rather than -g.
1860 * gas/elf/ehopt0.s: Don't use "$" in labels.
1861 * gas/ieee-fp/x930509a.exp: Don't test c30.
1862 * gas/m68hc11/malis.d: Adjust -I so that test runs when not building
1863 in source dir.
1864 * gas/mri/mri.exp: Don't run on "m68hc*".
1865 * gas/sh/basic.exp (do_fp): Match LE too.
1866 (pcrel-coff): Run this version for "sh*-pe*" and rename "sh*-hms" to
1867 "sh*-rtems".
1868 * gas/sh/pcrel-coff.d: Add -EB to objdump flags.
1869 * gas/vtable/vtable.exp: Don't run on linuxecoff. setup_xfail in
1870 preference to not running on ELF targets that might one day pass.
1871 Add more xfails. Add more targets to the REL list.
1872
b57efb7d
L
18732002-08-14 H.J. Lu <hjl@gnu.org>
1874
1875 * gas/mips/elempic.d: Treat "addiu" and "daddiu" as equivalent
1876 when $0 is source.
1877 * gas/mips/telempic.d: Likewise.
1878 * gas/mips/telempic.d: Likewise.
1879
cd2b2939
SC
18802002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1881
1882 * gas/m68hc11/all.exp: Run the new test.
1883 * gas/m68hc11/insns12.s: New file to test specific 68HC12 insns.
1884 * gas/m68hc11/insns12.d: New file.
1885 * gas/m68hc11/branchs12.s: New test.
1886 * gas/m68hc11/branchs12.d: New test.
1887
1888 * gas/m68hc11/all_insns.d: Dump the relocs to verify that they
1889 are against symbols and not sections (for linker relaxation).
1890 * gas/m68hc11/insns-dwarf2.d: Likewise.
1891 * gas/m68hc11/insns.d: Likewise.
1892 * gas/m68hc11/lbranch.d: Likewise.
1893 * gas/m68hc11/lbranch-dwarf2.d: Likewise.
1894 * gas/m68hc11/opers12.d: Likewise.
1895 * gas/m68hc11/opers12-dwarf2.d: Likewise.
1896
fdb987ee
RS
18972002-08-12 Richard Sandiford <rsandifo@redhat.com>
1898
1899 * gas/mips/elf-consthilo.[sd]: New test.
1900 * gas/mips/mips.exp: Run it.
1901
0c11417f
MR
19022002-08-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1903
1904 * gas/mips/empic.d: Treat "addiu" and "daddiu" as equivalent when
1905 $0 is source.
1906
bbce6ab7
AM
19072002-08-09 Jakub Jelinek <jakub@redhat.com>
1908
1909 * gas/i386/gotpc.s: New.
1910 * gas/i386/gotpc.d: New.
1911 * gas/i386/i386.exp: Add gotpc test.
1912
86fff92e
AM
19132002-08-06 Alan Modra <amodra@bigpond.net.au>
1914
1915 * gas/ppc/altivec_xcoff64.d: Adjust for aix5 target.
1916 * gas/ppc/booke_xcoff64.d: Likewise. Also fix relocs.
1917
fd512f5c
L
19182002-08-01 H.J. Lu <hjl@gnu.org>
1919
1920 * gas/mips/elf-rel6.s: Add ".p2align 4".
1921 * gas/mips/elf-rel6.d: Check nop.
1922
98605598
RS
19232002-08-01 Richard Sandiford <rsandifo@redhat.com>
1924
1925 * gas/mips/elf-rel6.[sd]: New test.
1926 * gas/mips/mips.exp: Run it.
1927
70a31400
CD
19282002-07-29 Chris Demetriou <cgd@broadcom.com>
1929
1930 * gas/mips/elf_ase_mips16.d: New file to test ELF MIPS16 ASE marking.
1931 * gas/mips/elf_ase_mips16.s: Likewise.
1932 * gas/mips/mips.exp: Run the new test.
1933
d5cc04b1
AM
19342002-07-26 Alan Modra <amodra@bigpond.net.au>
1935
1936 * gas/ppc/altivec.d: Invoke "as" with "-a32".
1937
316f5878
RS
19382002-07-25 Richard Sandiford <rsandifo@redhat.com>
1939
1940 * gas/mips/mips-gp32-fp64.d,
1941 * gas/mips/mips-gp32-fp64-pic.d: Add -mfp64.
1942
9084e1de
HPN
19432002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
1944
1945 * gas/mmix/list-pseudoints.l: Adjust for changes in gas section
1946 padding.
1947 * gas/mmix/greg7.d: Ditto.
1948 * gas/mmix/greg8.d: Ditto.
1949 * gas/mmix/fb-2.d: Ditto.
1950 * gas/mmix/comment-1.d: Ditto.
1951 * gas/mmix/byte-1.d: Ditto.
1952
9b702f94
L
19532002-07-17 H.J. Lu <hjl@gnu.org>
1954
1955 * gas/ia64/dv-branch.d: Updated.
1956 * gas/ia64/opc-b.d: Likewise.
1957
be66c492
AM
19582002-07-08 Alan Modra <amodra@bigpond.net.au>
1959
1960 * gas/i386/intel16.s: New.
1961 * gas/i386/intel16.d: New.
1962 * gas/i386/i386.exp: Run it.
1963
139e4a70
AM
19642002-07-03 Alan Modra <amodra@bigpond.net.au>
1965
1966 * lib/gas-defs.exp (run_dump_test): Run objdump/nm/objcopy/readelf
1967 with LC_ALL=C to ensure consistent sorting.
1968
af029d49
DB
19692002-06-18 Dave Brolley <brolley@redhat.com>
1970
1971 * gas/frv: New testsuite.
1972
477ad2e1
JR
1973Mon Jun 17 16:23:59 2002 J"orn Rennecke <joern.rennecke@superh.com>
1974
1975 * gas/sh/dsp.s: Add three more instructions.
1976 * gas/sh/dsp.d: Update.
1977
ecb4347a
DJ
19782002-06-14 Daniel Jacobowitz <drow@mvista.com>
1979
1980 * gas/mips/lineno.d: Use --gstabs.
1981 * gas/mips/mips.exp (lineno.s): Remove XFAIL.
1982
3e0922c9
TR
19832002-06-12 Tom Rix <trix@redhat.com>
1984
1985 * gas/ppc/aix.exp: Run tests for all versions of powerpc AIX. Add
1986 text alignment tests.
1987 * gas/ppc/textalign-xcoff-001.d: New Test.
1988 * gas/ppc/textalign-xcoff-002.d: New Test.
1989 * gas/ppc/test1xcoff32.d : Change text section alignment.
1990 * gas/ppc/booke_xcoff.d: Remove invalid pad.
1991
bbce6ab7
AM
19922002-06-06 J"orn Rennecke <joern.rennecke@superh.com>
1993
1994 * testsuite/gas/sh/pcrel.s: Also test @(symbol,pc).
1995 * testsuite/gas/sh/pcrel.d: Update.
1996 * testsuite/gas/sh/pcrel.l: New file.
1997
8b579b7a
JL
19982002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1999
2000 * gas/hppa/basic/add.s: Set code level to 1.1.
2001 * gas/hppa/basic/branch.s: Likewise.
2002 * gas/hppa/basic/dcor.s: Likewise.
2003 * gas/hppa/basic/logical.s: Likewise.
2004 * gas/hppa/basic/shladd.s: Likewise.
2005 * gas/hppa/basic/sub.s: Likewise.
2006 * gas/hppa/basic/unit.s: Likewise.
2007 * gas/hppa/unsorted/unsorted.exp: Return if target "*-*-linux*".
2008
107c6e1a
CD
20092002-05-31 Chris G. Demetriou <cgd@broadcom.com>
2010
2011 * gas/mips/sb1-ext-mdmx.s: New file.
2012 * gas/mips/sb1-ext-mdmx.d: Likewise.
2013 * gas/mips/mips.exp: Run new "sb1-ext-mdmx" test.
2014
b4dc22a8
CD
20152002-05-31 Chris G. Demetriou <cgd@broadcom.com>
2016
2017 * gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for
2018 mipsisa64*-*-* targets, rather than e32-rel2 and e32el-rel2.
2019
149add75
CD
20202002-05-30 Chris G. Demetriou <cgd@broadcom.com>
2021
2022 * gas/mips/mips64-mdmx.s: Tweak to more thoroughly cover
2023 instruction encodings.
2024 * gas/mips/mips64-mdmx.d: Likewise.
2025
deec1734
CD
20262002-05-30 Chris G. Demetriou <cgd@broadcom.com>
2027
2028 * gas/mips/mips64-mdmx.s: New file.
2029 * gas/mips/mips64-mdmx.d: Likewise.
2030 * gas/mips/mips.exp: Run new "mips64-mdmx" test.
2031
3765b1be
RH
20322002-05-30 Richard Henderson <rth@redhat.com>
2033
2034 * gas/alpha/elf-tls-1.s, gas/alpha/elf-tls-1.d: New.
2035 * gas/alpha/elf-tls-2.s, gas/alpha/elf-tls-1.l: New.
2036 * gas/alpha/elf-tls-3.s, gas/alpha/elf-tls-1.l: New.
2037 * gas/alpha/alpha.exp: Run them.
2038
8c2784a5
TR
20392002-05-30 Tom Rix <trix@redhat.com>
2040
2041 * gas/d10v/d10v.exp: Add -gstabs packing, sequence control
2042 packing, warning, instruction packing, label, immediate and,
2043 error tests.
bbce6ab7 2044 * gas/d10v/instruction_packing-001.d - intruction_packing-010.d:
8c2784a5
TR
2045 New tests.
2046 * gas/d10v/control-001.d: New test.
bbce6ab7 2047 * gas/d10v/warning-001.d - warning-019.d: New tests.
8c2784a5
TR
2048 * gas/d10v/label-001.d: New test.
2049 * gas/d10v/error-001.d - error-002.d : New tests.
2050 * gas/d10v/immediate-001.d - immediate-007.d: New tests.
2051
2052 * lib/gas-defs.exp (run_dump_test): Add error option.
2053
d172d4ba
NC
20542002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
2055
2056 * gas/dlx: New directory: DLX gas testsuite
2057 * alltests.exp: New file: Test driver
2058 * branch.d: New file: Expected results.
2059 * branch.s: New file: Test branch insns.
2060 * itype.d: New file: Expected results.
2061 * itype.s: New file: Test ordinary insns.
2062 * lhi.d: New file: Expected results.
2063 * lhi.s: New file: Test load hi insns.
2064 * load.d: New file: Expected results.
2065 * load.s: New file: Test load insns.
2066 * rtype.d: New file: Expected results.
2067 * rtype.s: New file: Test arithmetic insns.
2068 * store.d: New file: Expected results.
2069 * store.s: New file: Test store insns.
2070
bbce6ab7
AM
20712002-05-23 Jakub Jelinek <jakub@redhat.com>
2072
2073 * gas/i386/tlspic.s: New file.
2074 * gas/i386/tlsd.s: New file.
2075 * gas/i386/tlsnopic.s: New file.
2076 * gas/i386/tlsd.d: New file.
2077 * gas/i386/tlsnopic.d: New file.
2078 * gas/i386/tlspic.d: New file.
2079 * gas/i386/i386.exp: Add tlsd, tlsnopic and tlspic tests.
2080 * gas/ia64/tls.s: New file.
2081 * gas/ia64/tls.d: New file.
2082 * gas/ia64/ia64.exp: Add tls test.
2083
7f743288
TR
20842002-05-23 Tom Rix <trix@redhat.com>
2085
2086 * gas/d10v/d10v.exp: Add instruction packing test.
2087 * gas/d10v/instruction_packing.s : New test.
2088
20892002-05-22 Tom Rix <trix@redhat.com>
2090
2091 * gas/d10v/d10v.exp: Renamed from d10.exp. Add address-* tests.
2092 * gas/d10v/address-001.s - address-041.s : New tests.
2093
8dd76882
L
20942002-05-23 H.J. Lu <hjl@gnu.org>
2095
2096 * gas/mips/elf-rel.d: Skip the padding.
2097 * gas/mips/elfel-rel.d: Likewise.
2098
76101304
L
20992002-05-23 H.J. Lu <hjl@gnu.org>
2100
2101 * gas/all/align2.d: New.
2102 * gas/all/align2.s: New.
2103
2104 * gas/all/gas.exp: Run align2.
2105
a75a8c67
L
21062002-05-22 H.J. Lu <hjl@gnu.org>
2107
2108 * gas/mips/elf-rel.d: Updated for the subsegs_finish change in
2109 write.c.
2110 * gas/mips/elfel-rel.d: Likewise.
2111
77b63882
JR
2112Wed May 22 14:26:07 2002 J"orn Rennecke <joern.rennecke@superh.com>
2113
2114 * gas/sh/pcrel-coff.s: New file.
2115 * gas/sh/pcrel-coff.d: Likewise.
2116 * gas/sh/basic.exp: For coff, don't do dsp test,
2117 and a modified pcrel test.
2118
771c7ce4
TS
21192002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2120
2121 * gas/mips/rol64.s: New file, test of drol, dror macros.
2122 * gas/mips/rol64.d: Likewise.
2123 * gas/mips/mips.exp: Add new test.
2124
49e5c6c5
NC
21252002-05-20 Nick Clifton <nickc@cambridge.redhat.com>
2126
2127 * gas/arm/arm.exp: Replace deprecated command line switches
2128 with their modern equivalents.
2129 * gas/arm/arm7t.d: As above.
2130 * gas/arm/armv1.d: As above.
2131 * gas/arm/fpa-dyadic.d: As above.
2132 * gas/arm/fpa-mem.d: As above.
2133 * gas/arm/fpa-monadic.d: As above.
2134 * gas/arm/inst.d: As above.
2135 * gas/arm/ldconst.d: As above.
2136 * gas/arm/xscale.d: As above.
2137
6fb63971
AM
21382002-05-13 Alan Modra <amodra@bigpond.net.au>
2139
2140 * gas/i386/x86-64-opcode.s: Pad out end of .text with zeros.
2141 * gas/i386/x86-64-opcode.d: Adjust.
2142
358b94bd
NC
21432002-05-02 Nick Clifton <nickc@cambridge.redhat.com>
2144
2145 * gas/arm/arm7t.s: Add thumb mode "sub r?, #0" and "add r?, #0".
2146 * gas/arm/arm7t.d: Add expected results. (Make sure that the
2147 subtract is not converted into an add).
2148
b7efdfcc
L
21492002-04-23 H.J. Lu <hjl@gnu.org>
2150
2151 * gas/mips/elempic.d: Use empic.l.
2152 * gas/mips/telempic.d: Likewise.
2153 * gas/mips/tempic.d: Likewise.
2154
978ee720
L
21552002-04-23 H.J. Lu <hjl@gnu.org>
2156
2157 * gas/hppa/parse/parse.exp: Don't expect failure on line separator
2158 test on hppa*-*-linux* nor hppa*-*-netbsd*.
2159
6398a477
CD
21602002-04-22 Chris Demetriou <cgd@broadcom.com>
2161
2162 * gas/mips/mips-gp64-fp32.l: New file.
2163 * gas/mips/mips-gp64-fp32.d: Use mips-gp64-fp32.l to check stderr
2164 output.
2165 * gas/mips/mips-gp64-fp64.l: New file.
2166 * gas/mips/mips-gp64-fp64.d: Use mips-gp64-fp64.l to check stderr
2167 output.
2168
ff970196
CD
21692002-04-22 Chris Demetriou <cgd@broadcom.com>
2170
2171 * lib/gas-defs.exp (run_dump_test): Support new attribute "stderr"
2172 which is a file used to regexp_diff the assembler's pruned stderr
2173 output.
2174 (write_file): New helper function to write a string into a file.
2175
2176 * gas/mips/empic.l: New file which matches empic tests' warnings.
2177 * gas/mips/empic.d: Use empic.l.
2178
aceebfd6
NC
21792002-04-19 Nick Clifton <nickc@cambridge.redhat.com>
2180
2181 * gas/all/gas.exp (cofftag): Do not run test for xscale-coff
2182 toolchain.
2183 (struct, align, incbin): Use case switch so that other targets to
2184 be skipped can be added in the future.
2185
eb0fdfed
MG
21862002-04-17 matthew green <mrg@redhat.com>
2187
2188 * gas/ppc/altivec.d: Fix dssall test.
2189 * gas/ppc/altivec.s: Likewise.
2190 * gas/ppc/altivec_xcoff.d: Likewise.
2191 * gas/ppc/altivec_xcoff.s: Likewise.
2192 * gas/ppc/altivec_xcoff64.d: Likewise.
2193 * gas/ppc/altivec_xcoff64.s: Likewise.
2194
f22ba854
NC
21952002-04-04 Nick Clifton <nickc@cambridge.redhat.com>
2196
2197 * gas/mips/mips.exp: Remove spurious whaitespace.
2198 Open out one-line if-then-else test clauses so that other clauses
2199 can be inserted in the future.
2200
858bc62d
AJ
22012002-03-19 Bo Thorsen <bo@suse.de>
2202
2203 * gas/i386/x86-64-opcode.d: More test cases for x86-64 opcodes.
2204 * gas/i386/x86-64-opcode.s: Likewise
2205
1f25f5d3
CD
22062002-03-15 Chris G. Demetriou <cgd@broadcom.com>
2207
2208 * gas/mips/mips64-mips3d.s: New file.
2209 * gas/mips/mips64-mips3d.d: Likewise.
2210 * gas/mips/mips.exp: Run new "mips64-mips3d" test.
2211
7ad8fb54
CD
22122002-03-15 Chris G. Demetriou <cgd@broadcom.com>
2213
2214 * gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for
2215 mipsisa32*-*-* targets, rather than e32-rel2 and e32el-rel2.
2216
c5096a3c
HPN
22172002-03-14 Hans-Peter Nilsson <hp@bitrange.com>
2218
2219 * gas/mmix/weak1.d, gas/mmix/weak1.d: New test.
2220
0d4dcc4a
AM
22212002-03-05 Paul Koning <pkoning@equallogic.com>
2222
2223 * gas/pdp11/pdp11.exp: New file.
2224 * gas/pdp11/opcode.s: Ditto.
2225 * gas/pdp11/opcode.d: Ditto.
2226
831b02f6
NC
22272002-02-22 Bo Thorsen <bo@suse.de>
2228
2229 * i386.exp: Add x86-64-opcode (checks valid opcodes) and x86-64-inval
2230 (checks invalid opcodes) checks
2231 * x86-64-inval.l: New file.
2232 * x86-64-inval.s: New file.
2233 * x86-64-opcode.d: New file.
2234 * x86-64-opcode.s: New file.
2235
d65d31a6
CD
22362002-02-26 Chris Demetriou <cgd@broadcom.com>
2237
2238 * gas/mips/empic2.d: Adjust for the fact that relocations on
2239 symbols local to this file are resolved at assembly time into
2240 section-relative relocations, even if the symbols are extern.
2241 * gas/mips/empic2.s: Add file offset information, so the next
2242 person to do the math mentioned above has an easier time.
2243 * gas/mips/jal-empic-elf.d: New test.
2244 * gas/mips/jal-empic-elf-2.d, gas/mips/jal-empic-elf-2.s: New test.
2245 * gas/mips/jal-empic-elf-3.d, gas/mips/jal-empic-elf-3.s: New test.
2246 * gas/mips/mips.exp: Run the new tests.
858bc62d 2247
4d34fb5f
TS
22482002-02-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2249
2250 * mips-gp64-fp32-pic.d: Fix test of 64bit register loads.
2251 * mips-gp64-fp32-pic.s: Likewise.
2252 * mips-gp64-fp32.d: Likewise.
2253 * mips-gp64-fp32.s: Likewise.
2254 * mips-gp64-fp64-pic.d: Likewise.
2255 * mips-gp64-fp64-pic.s: Likewise.
2256 * mips-gp64-fp64.d: Likewise.
2257 * mips-gp64-fp64.s: Likewise.
2258
e31cd5a0
AM
22592002-02-25 Alan Modra <amodra@bigpond.net.au>
2260
2261 * gas/hppa/reloc/reloc.exp: Update copyright date.
2262
552eb682
HPN
22632002-02-24 Hans-Peter Nilsson <hp@bitrange.com>
2264
2265 * gas/mmix/bspec-1.d, gas/mmix/bspec-2.d, gas/mmix/comment-1.d:
2266 Adjust to changes in readelf output.
2267
4bef1a1c
NC
22682002-02-22 Nick Clifton <nickc@cambridge.redhat.com>
2269
2270 * gasp/gasp.exp: If gasp does not exist, do not complain, just
2271 exit silently.
2272
ff3a6ee3
TR
22732002-02-20 Tom Rix <trix@redhat.com>
2274
2275 * gas/ppc/ppc.exp: Add xcoff booke tests.
2276 * gas/ppc/booke_xcoff.s: New.
2277 * gas/ppc/booke_xcoff.d: New.
2278 * gas/ppc/booke_xcoff64.s: New.
2279 * gas/ppc/booke_xcoff64.d: New.
2280
adf14613
DJ
22812002-02-18 Daniel Jacobowitz <drow@mvista.com>
2282
2283 * gas/sh/basic.exp: Don't run PIC tests for targets that don't
2284 support it.
2285
74a21df4
TR
22862002-02-14 Tom Rix <trix@redhat.com>
2287
2288 * gas/ppc/ppc.exp: Add xcoff altivec tests.
2289 * gas/ppc/altivec_xcoff.s: New.
2290 * gas/ppc/altivec_xcoff.d: New.
2291 * gas/ppc/altivec_xcoff64.s: New.
2292 * gas/ppc/altivec_xcoff64.d: New.
2293
6334e312 22942002-02-13 Ben Elliston <bje@redhat.com>
1ac57253
BE
2295
2296 * gasp/flonums.asm: New test.
2297 * gasp/flonums.err: New result.
2298 * gasp/flonums.out: Likewise.
2299
5c1e36e1
AM
23002002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
2301
2302 * gas/hppa/reloc/reloc.exp (labelopbug.s): Change test to suit
2303 hppa_fix_adjustable change.
2304
543833df
RH
23052002-02-09 Richard Henderson <rth@redhat.com>
2306
2307 * gas/alpha/elf-reloc-5.s, gas/alpha/elf-reloc-5.d: New.
2308 * gas/alpha/elf-reloc-6.s, gas/alpha/elf-reloc-6.l: New.
2309 * gas/alpha/alpha.exp: Run them.
2310
51124b6c
CD
23112002-02-08 Chris Demetriou <cgd@broadcom.com>
2312
2313 * gas/mips/mips.exp: Document (but do not XFAIL) currently-failing
2314 MIPS ECOFF tests, providing what information is known about
2315 the origins of the failures.
2316
3c74c164
AO
23172002-02-08 Alexandre Oliva <aoliva@redhat.com>
2318
2319 Contribute sh64-elf.
2320 2002-02-01 Alexandre Oliva <aoliva@redhat.com>
2321 * gas/sh/sh64/syntax-1.s: Remove `-4' from @(expr-4,pc).
2322 2002-01-28 Alexandre Oliva <aoliva@redhat.com>
2323 * gas/sh/sh64/crange1-1.d: Formatting changes to match the current
2324 output of objdump.
2325 * gas/sh/sh64/crange1-2.d: Likewise.
2326 * gas/sh/sh64/crange2-2.d: Likewise.
2327 * gas/sh/sh64/crange3-1.d: Likewise.
2328 * gas/sh/sh64/crange4-1.d: Likewise.
2329 * gas/sh/sh64/datal-2.d: Likewise.
2330 * gas/sh/sh64/datal32-1.d: Likewise.
2331 * gas/sh/sh64/datal32-3.d: Likewise.
2332 * gas/sh/sh64/localcom-1.d: Likewise.
2333 * gas/sh/sh64/mix-1.d: Likewise.
2334 * gas/sh/sh64/pt32-1.d: Likewise.
2335 * gas/sh/sh64/rel32-1.d: Likewise.
2336 * gas/sh/sh64/rel32-2.d: Likewise.
2337 * gas/sh/sh64/rel32-3.d: Likewise.
2338 * gas/sh/sh64/rel32-4.d: Likewise.
2339 * gas/sh/sh64/rel32-5.d: Likewise.
2340 * gas/sh/sh64/ua32-1.d: Likewise.
2341 2001-03-14 DJ Delorie <dj@redhat.com>
2342 * gas/sh/sh64/endian-1.d: New test - Little Endianness.
2343 * gas/sh/sh64/endian-1.s: New test - Little Endianness.
2344 * gas/sh/sh64/endian-2.d: New test - Big Endianness.
2345 * gas/sh/sh64/endian-2.s: New test - Big Endianness.
2346 2001-03-12 DJ Delorie <dj@redhat.com>
2347 * gas/sh/sh64/syntax-1.d: New test - basic syntax.
2348 * gas/sh/sh64/syntax-1.s: New test - basic syntax.
2349 * gas/sh/sh64/syntax-2.d: New test - basic syntax, pseudos.
2350 * gas/sh/sh64/syntax-2.s: New test - basic syntax, pseudos.
2351 2001-03-06 DJ Delorie <dj@redhat.com>
2352 * gas/sh/sh64/lineno.d: New, test dwarf2 line numbers vs macros.
2353 * gas/sh/sh64/lineno.s: Ditto.
2354 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
2355 * gas/sh/sh64/err-dsp.s: New test.
2356 2001-01-13 Hans-Peter Nilsson <hpn@cygnus.com>
2357 * gas/sh/sh64/err-abi-64.s, gas/sh/sh64/err-abi-32.s,
2358 gas/sh/sh64/abi-64.s, gas/sh/sh64/abi-64.d, gas/sh/sh64/abi-32.s,
2359 gas/sh/sh64/abi-32.d, gas/sh/sh64/crange3.s,
2360 gas/sh/sh64/crange3-1.d, gas/sh/sh64/crange4.s,
2361 gas/sh/sh64/crange4-1.d, gas/sh/sh64/crange5.s,
2362 gas/sh/sh64/crange5-1.d: New tests.
2363 2001-01-07 Hans-Peter Nilsson <hpn@cygnus.com>
2364 * gas/sh/sh64/relax-1.s, gas/sh/sh64/relax-1.d: New test.
2365 * gas/sh/sh64/err-pt-1.s: New test.
2366 * gas/sh/sh64/relax-2.s, gas/sh/sh64/relax-2.d: New test.
2367 * gas/sh/sh64/localcom-1.s, gas/sh/sh64/localcom-1.d: New test.
2368 * gas/sh/sh64/movi-3.s, gas/sh/sh64/movi-3.d: New test.
2369 * gas/sh/sh64/relax-3.s, gas/sh/sh64/relax-3.d: New test.
2370 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
2371 * gas/sh/sh64/case-noexp-1.d: Adjust to changed GAS output for
2372 check-PTA/PTB / perhaps-change-to-PTB bit in target field.
2373 * gas/sh/sh64/case-noexp-1.d: Ditto.
2374 * gas/sh/sh64/mix-noexp-1.d: Ditto.
2375 * gas/sh/sh64/pt32-noexp-2.d: Ditto.
2376 * gas/sh/sh64/pt64-noexp-2.d: Ditto.
2377 * gas/sh/sh64/ptc32-noexp-1.d: Ditto.
2378 * gas/sh/sh64/ptc64-noexp-1.d: Ditto.
2379 * gas/sh/sh64/ptext32-noexp-1.d: Ditto.
2380 * gas/sh/sh64/ptext64-noexp-1.d: Ditto.
2381 2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
2382 * gas/sh/sh64/shift64-3.d: Fix typo.
2383 * gas/sh/sh64/shift64-noexp-3.d, gas/sh/sh64/shift32-noexp-3.d,
2384 gas/sh/sh64/ptext64-noexp-1.d, gas/sh/sh64/ptext64-32-1.d,
2385 gas/sh/sh64/ptext32-noexp-1.d, gas/sh/sh64/ptc64-noexp-1.d,
2386 gas/sh/sh64/ptc64-32-1.d, gas/sh/sh64/ptc32-noexp-1.d,
2387 gas/sh/sh64/pt64-noexp-2.d, gas/sh/sh64/pt64-32-2.d,
2388 gas/sh/sh64/pt64-32-1.d, gas/sh/sh64/pt32-noexp-2.d,
2389 gas/sh/sh64/pt-noexp-1.d, gas/sh/sh64/movi64-noexp-2.d,
2390 gas/sh/sh64/movi32-noexp-2.d, gas/sh/sh64/mix-noexp-1.d,
2391 gas/sh/sh64/err-ptb-2.s, gas/sh/sh64/err-ptb-1.s,
2392 gas/sh/sh64/err-pt32-cmd3.s, gas/sh/sh64/err-pt32-cmd2.s,
2393 gas/sh/sh64/err-pt32-cmd1.s, gas/sh/sh64/err-noexp-cmd1.s,
2394 gas/sh/sh64/err-movi-noexp-1.s, gas/sh/sh64/crange2.s,
2395 gas/sh/sh64/crange2-noexp-1.d, gas/sh/sh64/crange2-2.d,
2396 gas/sh/sh64/crange2-1.d, gas/sh/sh64/case-noexp-1.d: New tests.
2397 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
2398 * gas/sh/sh64/err-4.s: Use option -no-mix to see errors. Adjust
2399 for errors not being emitted at the .mode directives anymore.
2400 * gas/sh/sh64/crange1.s, gas/sh/sh64/crange1-2.d,
2401 gas/sh/sh64/crange1-1.d: New tests for .cranges section.
2402 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
2403 * gas/sh/sh64/err-3.s: New test.
2404 * gas/sh/sh64/immexpr1.s, gas/sh/sh64/immexpr32-1.d,
2405 gas/sh/sh64/immexpr64-1.d: New tests.
2406 * gas/sh/sh64/immexpr2.s, gas/sh/sh64/immexpr32-2.d,
2407 gas/sh/sh64/immexpr64-2.d: New tests.
2408 2000-12-11 Hans-Peter Nilsson <hpn@cygnus.com>
2409 * gas/sh/sh64/rel-1.s, gas/sh/sh64/rel-2.s, gas/sh/sh64/rel-3.s,
2410 gas/sh/sh64/rel-4.s, gas/sh/sh64/rel-5.s, gas/sh/sh64/rel32-1.d,
2411 gas/sh/sh64/rel32-2.d, gas/sh/sh64/rel32-3.d,
2412 gas/sh/sh64/rel32-4.d, gas/sh/sh64/rel32-5.d,
2413 gas/sh/sh64/rel64-1.d, gas/sh/sh64/rel64-2.d,
2414 gas/sh/sh64/rel64-3.d, gas/sh/sh64/rel64-4.d,
2415 gas/sh/sh64/rel64-5.d: New tests.
2416 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
2417 * gas/sh/sh64/case-1.d, gas/sh/sh64/mix-1.d, gas/sh/sh64/pt32-1.d,
2418 gas/sh/sh64/pt64-1.d, gas/sh/sh64/ptc32-1.d,
2419 gas/sh/sh64/ptc64-1.d, gas/sh/sh64/ptext32-1.d,
2420 gas/sh/sh64/ptext64-1.d: Correct offsets in PT/PTA/PTB expansion.
2421 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
2422 * gas/sh/sh64/datal-3.s, gas/sh/sh64/datal32-3.d,
2423 gas/sh/sh64/datal64-3.d: New tests.
2424 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
2425 * gas/sh/sh64/datal-1.s: Remove whitespace at end of line.
2426 * gas/sh/sh64/datal32-1.d, gas/sh/sh64/datal64-1.d,
2427 gas/sh/sh64/movi32-1.d, gas/sh/sh64/movi32-2.d,
2428 gas/sh/sh64/movi64-1.d, gas/sh/sh64/movi64-3.d: Correct register.
2429 * gas/sh/sh64/mix-1.s, gas/sh/sh64/mix-1.d, gas/sh/sh64/err-4.s:
2430 New tests.
2431 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
2432 * gas/macros/macros.exp: Import xfail sh*-*-* from net binutils.
2433 * gas/sh/sh64/case-1.d: Correct offsets in PT/PTA/PTB expansion.
2434 gas/sh/sh64/pt32-1.d, gas/sh/sh64/pt64-1.d: Ditto.
2435 gas/sh/sh64/ptc32-1.d, gas/sh/sh64/ptc64-1.d: Ditto.
2436 gas/sh/sh64/ptext32-1.d, gas/sh/sh64/ptext64-1.d: Ditto.
2437 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
2438 * gas/sh/sh64/ptc32-1.d, gas/sh/sh64/ptc64-1.d: Correct.
2439 * gas/sh/sh64/datal-1.s, gas/sh/sh64/datal32-1.d,
2440 gas/sh/sh64/datal64-1.d: New test.
2441 * gas/sh/sh64/datal-2.s, gas/sh/sh64/datal-2.d: New test.
2442 * gas/sh/sh64/creg-1.d, gas/sh/sh64/creg-1.s: New test.
2443 * gas/sh/sh64/creg-2.d, gas/sh/sh64/creg-2.s: New test.
2444 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
2445 * gas/sh/sh64: New testsuite.
2446
e93c640e
AO
24472002-02-06 Alexandre Oliva <aoliva@redhat.com>
2448
2449 * gas/sh/pic.d, gas/sh/pic.s: New test.
858bc62d 2450 * gas/sh/basic.exp: Run it.
e93c640e 2451
899f54f5
AM
24522002-02-05 Alan Modra <amodra@bigpond.net.au>
2453
2454 * gas/ppc/test1elf64.d: Tweak arch name.
2455
31c372aa
AO
24562002-02-04 Alexandre Oliva <aoliva@redhat.com>
2457
e93c640e
AO
2458 * gas/sh/pcrel.d, gas/sh/pcrel.s: New test.
2459 * gas/sh/basic.exp: Run it.
31c372aa 2460
c4a42e0f
HPN
24612002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
2462
2463 * gas/mmix/basep-8.d, gas/mmix/basep-9.s, gas/mmix/basep-9.d,
2464 gas/mmix/err-bpo6.s, gas/mmix/basep-8.s, gas/mmix/basep-10.d,
2465 gas/mmix/basep-10.s, gas/mmix/basep-11.s, gas/mmix/basep-11.d: New
2466 tests for base-plus-offset relocations and global register
2467 allocations for weak and common symbols.
2468
9e0665bc
AM
24692002-02-02 Alan Modra <amodra@bigpond.net.au>
2470
2471 * gas/elf/elf.exp: Don't special case v850.
2472
0395e33b
HPN
24732002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
2474
2475 * gas/mmix/basep-1b.d, gas/mmix/basep-2b.d, gas/mmix/basep-7.d,
2476 gas/mmix/err-bpo2.s, gas/mmix/basep-3b.d, gas/mmix/err-bpo3.s,
2477 gas/mmix/basep-4.d, gas/mmix/err-bpo4.s, gas/mmix/err-bpo5.s,
2478 gas/mmix/basep-5.d, gas/mmix/basep-6.d: New tests.
2479
3095869f
AO
24802002-01-22 Alexandre Oliva <aoliva@redhat.com>
2481
2482 * gas/mn10300/basic.exp (run_list_test): New proc, from alpha.
2483 * gas/mn10300/movpc.s, gas/mn10300/movpc.l: New tests.
2484
199f4802
RH
24852002-01-22 Richard Henderson <rth@redhat.com>
2486
2487 * gas/alpha/unop.s, gas/alpha/unop.d: New test.
2488 * gas/alpha/alpha.exp: Run it.
2489
7b45c6e1
AM
24902002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2491
2492 * gas/cris/cris.exp: Comment typo fix
2493
ea6ef066
RE
24942002-01-18 Richard Earnshaw <rearnsha@arm.com>
2495 Keith Walker <keith.walker@arm.com>
2496
2497 * gas/arm/arch5tej.s gas/arm/arch5tej.d: New files.
2498 * gas/arm/arm.exp (arch5tej): New dump test.
2499
03b1477f
RE
25002002-01-18 Richard Earnshaw <rearnsha@arm.com>
2501
2502 * gas/arm/vfp1.d: Use new command-line options.
2503 * gas/arm/vfp1xD.d: Likewise.
2504 * gas/arm/arm.exp (vfp-bad): Likewise.
2505 * gas/arm/maverick.d: Likewise.
2506
b1ffc257
TW
25072002-01-17 Timothy Wall <twall@oculustech.com>
2508
2509 * gas/tic54x/labels.s (after_macro): Correct comments.
2510
bfae80f2
RE
25112002-01-15 Richard Earnshaw <rearnsha@arm.com>
2512
2513 * gas/arm/vfp1.s gas/arm/vf1.d: New files.
2514 * gas/arm/vfp1xD.s gas/arm/vf1xD.d: New files.
2515 * gas/arm/vfp-bad.s gas/arm/vfp-bad.l: New files.
2516 * gas/arm/arm.exp: Run new VFP tests.
2517
d6e5ae25
NC
25182002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2519
6a7715f4
NC
2520 * gas/elf/section2.e-m32r: New file.
2521 * gas/elf/elf.exp: Use section2.e-m32r for m32r targets.
2522
d6e5ae25
NC
2523 * gas/sh/dsp.d: Fix expected results.
2524
d1c15a92
NC
25252002-01-14 Nick Clifton <nickc@cambridge.redhat.com>
2526
2527 * gas/elf/elf.exp (run_list_test): Use section2.e-mips script for
2528 v850-elf toolchain.
2529
50463d2a
RE
25302002-01-14 Richard Earnshaw <rearnsha@arm.com>
2531
2532 * gas/arm/armv1.s, arm/armv1.d, arm/fpa-mem.s, arm/fpa-mem.d
2533 arm/fpa-monadic.s, arm/fpa-monadic.d, arm/fpa-dyadic.s,
2534 arm/fpa-dyadic.d: New tests.
2535 * gas/arm/le-fpconst.d (objdump): pass --section=.text
2536 * gas/arm/arm.exp: Add new tests. Run le-fpconst test on elf targets.
2537
2ad6300c
RE
25382002-01-14 Richard Earnshaw <rearnsha@arm.com>
2539
2540 * gas/arm/armv1-bad.s gas/arm/armv1-bad.l: New files.
2541 * gas/arm/arm.exp (run_error_test): New proc.
2542 (armv1-bad): New error test.
2543
e28cd48c
RE
25442002-01-11 Richard Earnshaw <rearnsha@arm.com>
2545
2546 * gas/arm/ldconst.s gas/arm/ldconst.d: New files. Test ldr with
2547 immediate pseudo-operations.
2548 * gas/arm/arm.exp: Run it.
2549
1951c6f7
MG
25502002-01-10 matthew green <mrg@redhat.com>
2551
2552 * gas/xstormy16/allinsn.sh (movf, jmp, call, icall): Update.
2553 * gas/xstormy16/allinsn.d: Regenerate.
2554 * gas/xstormy16/allinsn.s: Regenerate.
2555
52fe395a
RE
25562002-01-09 Richard Earnshaw <rearnsha@arm.com>
2557
2558 * gas/arm/float.s: Don't use VFP register names in fpa instructions.
2559
b3ca3a6a
L
25602002-01-08 H.J. Lu <hjl@gnu.org>
2561
2562 * gas/mips/elf-rel.s: New tests for nested ().
2563
2564 * gas/mips/elf-rel.d: Modified for nested () tests.
2565 * gas/mips/elfel-rel.d: Likewise.
2566
7a621144
DJ
25672002-01-05 Daniel Jacobowitz <drow@mvista.com>
2568
2569 * gas/mips/jal-svr4pic.s: Add .ent and .frame directives.
2570 * gas/mips/mips-abi32-pic.s: Add .frame directive.
2571 * gas/mips/mips-gp32-fp32-pic.s: Likewise.
2572 * gas/mips/mips-gp32-fp64-pic.s: Likewise.
2573 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
2574 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
2575
a657e7c1
CD
25762002-01-02 Chris Demetriou <cgd@broadcom.com>
2577
2578 * gas/mips/empic3_e.d: New file to test -membedded-pic
2579 R_MIPS_GNU_REL_HI16 and R_MIPS_GNU_REL_LO16 relocations.
2580 * gas/mips/empic3_e.s: Likewise.
2581 * gas/mips/empic3_g1.d: Likewise.
2582 * gas/mips/empic3_g1.s: Likewise.
2583 * gas/mips/empic3_g2.d: Likewise.
2584 * gas/mips/empic3_g2.s: Likewise.
2585 * gas/mips/mips.exp: Run the new tests.
2586
ff460b2a
NC
25872001-12-21 Anders Norlander <anorland@synergenix.se>
2588
2589 * gas/all/incbin.dat: New [binary] file.
2590 * gas/all/incbin.s: Use incbin.dat instead of incbin.s.
2591 * gas/all/incbin.d: Reflect change in incbin.s
2592
a3ea9108
AO
25932001-12-20 Alexandre Oliva <aoliva@redhat.com>
2594
2595 * gas/sh/err-at.s: New test.
2596
351d03c5
HPN
25972001-12-18 Hans-Peter Nilsson <hp@axis.com>
2598
2599 * gas/cris/rd-dw2-10.d: Tweak for change in gas dwarf2 line number
2600 handling.
2601
11dc9c30 26022001-12-07 Geoffrey Keating <geoffk@redhat.com>
93fbbb04
GK
2603 matthew green <mrg@redhat.com>
2604
2605 * gas/xstormy16/allinsn.d: New file.
2606 * gas/xstormy16/allinsn.exp: New file.
2607 * gas/xstormy16/allinsn.s: New file.
2608 * gas/xstormy16/allinsn.sh: New file.
2609 * gas/xstormy16/gcc.d: New file.
2610 * gas/xstormy16/gcc.s: New file.
2611 * gas/xstormy16/gcc.sh: New file.
2612 * gas/xstormy16/reloc-1.d: New file.
2613 * gas/xstormy16/reloc-1.s: New file.
2614 * gas/xstormy16/reloc-2.d: New file.
2615 * gas/xstormy16/reloc-2.s: New file.
2616
1954e53d
AM
26172001-12-08 Alan Modra <amodra@bigpond.net.au>
2618
2619 * gas/all/incbin.s: Add spaces before directives.
4b2c32f8 2620 * gas/all/incbin.d: Update.
1954e53d 2621
ff460b2a 26222001-12-07 Jeffrey A Law (law@cygnus.com)
78c3a810
JL
2623
2624 * gas/hppa/parse/linesepbug.s: Restore to its original form,
2625 reverting change of July 19, 2000.
2626
bae1b355
RE
26272001-12-05 Richard Earnshaw <rearnsha@arm.com>
2628
2629 * gas/arm/xscale.s, gas/arm/xscale.d (pld tests): PLD instruction has
2630 no post-indexed addressing modes.
2631
373f2697
AJ
26322001-11-25 Andreas Jaeger <aj@suse.de>
2633
2634 * gas/all/gas.exp (incbin): Fix condition.
2635
ff460b2a 26362001-11-23 Jeffrey A Law (law@cygnus.com)
7377433e 2637
c8060cba
JL
2638 * gas/all/gas.exp (incbin): Do not run on the PA.
2639
7377433e
JL
2640 * gas/hppa/parse/parse.exp: Expect failure on line separator bug.
2641
5f266a81
CD
26422001-11-16 Chris Demetriou <cgd@broadcom.cOm>
2643
2644 * gas/mips/elf-rel5.s, gas/mips/elf-rel5.s: New test
2645 to test symbol plus offset relocations in various ways.
2646 * gas/mips/mips.exp: Run new test.
2647
802a735e
AM
26482001-11-15 Alan Modra <amodra@bigpond.net.au>
2649
2650 * gas/ppc/booke.d: Modify reloc and target matches for powerpc64.
2651
6e917903
TW
26522001-11-11 Timothy Wall <twall@alum.mit.edu>
2653
2654 * gas/tic54x/sections.[sd]: Check for named, initialized sections
2655 defaulting to CODE and DATA.
2656 * gas/tic54x/align.[sd]: While breaking compatibility with TI's
2657 assembler, the difference is not worth the effort to fix. We'd
2658 prefer the assembler *not* fill the section alignment.
2659 * gas/tic54x/all-opcodes.d: Verify Lmem opcodes have proper
373f2697 2660 length.
6e917903
TW
2661 * gas/tic54x/labels.s: Document differences from TI tools.
2662 * gas/tic54x/extaddr.d: Match output.
2663 * gas/all/gas.exp: On c54x targets, don't do any tests that use
373f2697 2664 p2align.
6e917903 2665 * gas/macros/macros.exp: Expect failure matching use of .ascii.
373f2697 2666
ae948b86
TS
26672001-11-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2668
2669 * gas/mips/mips.exp: Change naming of some conditionals to reflect
2670 the object format they actually mean. Don't try mips-abi32 and
2671 mips-abi32-pic tests for ecoff.
2672
bacd434f
HPN
26732001-11-11 Hans-Peter Nilsson <hp@bitrange.com>
2674
2675 * gas/mmix/bspec-2.d, gas/mmix/bspec-1.d, gas/mmix/comment-1.d:
2676 Prune and generalize, adjusting to generic ELF file layout changes.
2677
9fb9af6e
CD
26782001-11-04 Chris Demetriou <cgd@broadcom.com>
2679
2680 * gas/mips/mips.exp (svr4pic): Set if target is *-*-netbsd*.
2681 (aout): Don't set if *-*-netbsd*.
373f2697 2682
dc5e727b
NC
26832001-11-02 NIIBE Yutaka <gniibe@m17n.org>
2684
2685 * gas/sh/basic.exp: For Linux, add "-big" option for the
2686 invocation of gas.
2687
5d45665a
SC
26882001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2689
2690 * gas/m68hc11/opers12.s: Add test for disassembler bug with movb
2691 instruction.
2692 * gas/m68hc11/opers12.d: Likewise.
2693 * gas/m68hc11/opers12-dwarf2.d: Likewise.
2694
afdbd6d0
CD
26952001-10-31 Chris Demetriou <cgd@broadcom.com>
2696
2697 * gas/mips/empic.s: Undo damage inflicted on 2000-12-02.
2698 * gas/mips/empic.d: Likewise.
2699 * gas/mips/elempic.d: Likewise (it was copied into other files).
2700 * gas/mips/telempic.d: Likewise.
2701 * gas/mips/tempic.d: Likewise.
2702
2703 * gas/mips/empic2.s: New test to check new 'la' and 'lw' (and
2704 related ops) syntax, test loads with large offsets.
2705 * gas/mips/emcic2.d: Likewise.
2706 * gas/mips/mips.exp: Run the new test on ELF platforms.
2707
3c1bae7f
NC
27082001-10-31 Nick Clifton <nickc@cambridge.redhat.com>
2709
2710 * gas/mmix/pop-op.l: Update to match latest listing behaviour.
2711 * gas/mmix/reloc8.l: Update to match latest listing behaviour.
2712 * gas/mmix/resume-op.l: Update to match latest listing behaviour.
2713 * gas/mmix/save-op.l: Update to match latest listing behaviour.
2714 * gas/mmix/unsave-op.l: Update to match latest listing behaviour.
2715
a9f20350
HPN
27162001-10-31 Hans-Peter Nilsson <hp@bitrange.com>
2717
2718 * gas/mmix/tst.s: Delete unused file.
2719 * gas/mmix/unsave-op.s, gas/mmix/save-op.s, gas/mmix/resume-op.s,
2720 gas/mmix/reloc8.s, gas/mmix/prefix1.s, gas/mmix/pop-op.s,
2721 gas/mmix/greg8.s, gas/mmix/greg6.s, gas/mmix/expr-1.s,
2722 gas/mmix/greg1.s, gas/mmix/err-bspec-5.s, gas/mmix/op-0-1.s,
2723 gas/mmix/fb-2.s: Remove trailing empty lines.
2724
3c3bdf30
NC
27252001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
2726
2727 * gas/mmix: New testsuite directory.
2728
67605879
CD
27292001-10-24 Chris Demetriou <cgd@broadcom.com>
2730
2731 * gas/mips/ld-empic.d: Remove extra whitespace at beginning of
2732 file introduced in the change on 2001-05-15.
2733
b631d488
CD
27342001-10-24 Chris Demetriou <cgd@broadcom.com>
2735
2736 * gas/mips/mips-abi32-pic.s: Use ".word" rather than ".4byte".
2737 Delete use of ".size".
2738 * gas/mips/mips-abi32.s: Likewise.
2739 * gas/mips/mips-gp32-fp32-pic.s: Likewise.
2740 * gas/mips/mips-gp32-fp32.s: Likewise.
2741 * gas/mips/mips-gp32-fp64-pic.s: Likewise.
2742 * gas/mips/mips-gp32-fp64.s: Likewise.
2743 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
2744 * gas/mips/mips-gp64-fp32.s: Likewise.
2745 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
2746 * gas/mips/mips-gp64-fp64.s: Likewise.
2747
9bb28706
CD
27482001-10-23 Chris Demetriou <cgd@broadcom.com>
2749
2750 * gas/mips/beq.s: Add zero words at end of instructions so
2751 that objdump will print "..." when disassembling.
2752 * gas/mips/beq.d: Update for disassembler changes which force
2753 branch delay-slot nops to be printed.
2754 * gas/mips/bge.d: Ditto.
2755 * gas/mips/bgeu.d: Ditto.
2756 * gas/mips/blt.d: Ditto.
2757 * gas/mips/bltu.d: Ditto.
2758 * gas/mips/jal-svr4pic.d: Ditto.
2759 * gas/mips/jal-xgot.d: Ditto.
2760
7903fbf8
L
27612001-10-20 H.J. Lu <hjl@gnu.org>
2762
2763 * gas/elf/ehopt0.s: Lose ",@progbits".
2764
2228315b
CD
27652001-10-17 Chris Demetriou <cgd@broadcom.com>
2766
2767 * gas/mips/mips.exp (sb1-ext-ps): New test to test
2768 SB-1 core's paired-single extensions to the MIPS64 ISA.
2769 * gas/mips/sb1-ext-ps.d: New file.
2770 * gas/mips/sb1-ext-ps.s: New file.
2771
f5c120c5
MG
27722001-10-17 matthew green <mrg@redhat.com>
2773
2774 * gas/ppc/altivec.s: New test for AltiVec.
2775 * gas/ppc/altivec.d: New file.
2776 * gas/ppc/ppc.exp: Test altivec.s
2777
a3366758
HPN
27782001-10-16 Hans-Peter Nilsson <hp@bitrange.com>
2779
2780 * gas/sh/err-le.s, gas/sh/err-be.s: New tests.
2781
9fa87a06
MG
27822001-10-13 matthew green <mrg@redhat.com>
2783
2784 * gas/ppc/booke.s (rfci, wrtee, wrteei, mfdcrx, mfdcr, mtdcrx,
2785 mtdcr, msync, dcba, mbar): New BookE tests.
2786 * gas/ppc/booke.d: Update for new BookE tests.
2787
418c1742
MG
27882001-10-12 matthew green <mrg@redhat.com>
2789
2790 * gas/ppc/booke.s: New test for Motorola BookE.
2791 * gas/ppc/booke.d: New file.
2792 * gas/ppc/ppc.exp: Test booke.s.
2793
05caa641
NC
27942001-10-09 Nick Clifton <nickc@cambridge.redhat.com>
2795
2796 * sh/basic.exp: Add dsp dump test.
bbce6ab7
AM
2797 * sh/dsp/d: New file: Expected output of disassembly of dsp.s
2798 * sh/dsp.s: New file: Test assembly source of DSP single data
05caa641
NC
2799 transfer instructions.
2800
611c71af
AH
28012001-10-08 Aldy Hernandez <aldyh@redhat.com>
2802
2803 * gas/arm/arm.exp: Run arm9e tests.
2804
2805 * gas/arm/maverick.c: New.
2806
2807 * gas/arm/maverick.d: New.
2808
2809 * gas/arm/maverick.s: New.
2810
f983ac44
TS
28112001-10-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2812
2813 * gas/mips/mips-gp64-fp32-pic.d: Use 32bit instructions for addresses.
2814 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
2815 * gas/mips/mips-gp64-fp32.d: Likewise.
2816 * gas/mips/mips-gp64-fp32.s: Likewise.
2817 * gas/mips/mips-gp64-fp64-pic.d: Likewise.
2818 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
2819 * gas/mips/mips-gp64-fp64.d: Likewise.
2820 * gas/mips/mips-gp64-fp64.s: Likewise.
2821 * gas/mips/elempic.d: Likewise.
2822 * gas/mips/ld.d: Likewise.
2823 * gas/mips/uld.d: Likewise.
2824 * gas/mips/usd.d: Likewise.
2825
fc847f15
L
28262001-09-29 H.J. Lu <hjl@gnu.org>
2827
2828 * gas/i386/i386.exp: Run 64bit tests only for "i*86-*-* and
2829 x86_64-*-*.
2830
b6849f55
NC
28312001-09-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
2832
2833 * gas/s390: New directory.
2834 * gas/s390/opcode.d: New file.
2835 * gas/s390/opcode.s: New file.
2836 * gas/s390/opcode64.d: New file.
2837 * gas/s390/opcode64.s: New file.
2838 * gas/s390/operands.d: New file.
2839 * gas/s390/operands.s: New file.
2840 * gas/s390/operands64.d: New file.
2841 * gas/s390/operands64.s: New file.
2842 * gas/s390/reloc.d: New file.
2843 * gas/s390/reloc.s: New file.
2844 * gas/s390/reloc64.d: New file.
2845 * gas/s390/reloc64.s: New file.
2846 * gas/s390/s390.exp: New file.
2847
06e70a48
EC
28482001-09-07 Eric Christopher <echristo@redhat.com>
2849
a529d758
EC
2850 * gas/mips/mips64.d: Change to use isa64.
2851 * gas/mips/mips32.d: Change to use isa32.
06e70a48 2852
553178e4
TS
28532001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2854
2855 * gas/mips/mips-abi32-pic.s: Remove .set mips4 pseudo-op.
2856 * gas/mips/mips-abi32.s: Likewise.
2857 * gas/mips/mips-gp32-fp32-pic.s: Likewise.
2858 * gas/mips/mips-gp32-fp32.s: Likewise.
2859 * gas/mips/mips-gp32-fp64-pic.s: Likewise.
2860 * gas/mips/mips-gp32-fp64.s: Likewise.
2861 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
2862 * gas/mips/mips-gp64-fp32.s: Likewise.
2863 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
2864 * gas/mips/mips-gp64-fp64.s: Likewise.
b6849f55 2865
cb56d3d3
TS
28662001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2867
2868 * gas/mips/beq.d: Check branches to external labels.
2869 * gas/mips/beq.s: Likewise.
2870 * gas/mips/bge.d: Likewise.
2871 * gas/mips/bge.s: Likewise.
2872 * gas/mips/bgeu.d: Likewise.
2873 * gas/mips/bgeu.s: Likewise.
2874 * gas/mips/blt.d: Likewise.
2875 * gas/mips/blt.s: Likewise.
2876 * gas/mips/bltu.d: Likewise.
2877 * gas/mips/bltu.s: Likewise.
2878 * gas/mips/elempic.d: Switch from R_MIPS_GNU_REL16_S2 to R_MIPS_PC16.
2879 * gas/mips/empic.d: Likewise.
2880 * gas/mips/empic.s: Likewise.
2881 * gas/mips/telempic.d: Likewise.
2882 * gas/mips/tempic.d: Likewise.
b6849f55 2883
8050ee1a
TS
28842001-09-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2885
2886 * gas/mips/tmips16-f.d: New file, testcase for big endian MIPS16
2887 relocations, tradtional variant.
b6849f55 2888
19f78583
RH
28892001-08-04 Richard Henderson <rth@redhat.com>
2890
2891 * gas/alpha/alpha.exp: New file.
2892 * gas/alpha/elf-reloc-1.[sd]: New test.
2893 * gas/alpha/elf-reloc-2.[sl]: New test.
2894 * gas/alpha/elf-reloc-3.[sl]: New test.
2895 * gas/alpha/elf-reloc-4.[sd]: New test.
2896 * gas/alpha/fp.exp: Remove file.
2897 * gas/alpha/fp.s: Output to .data not .rdata.
2898 * gas/alpha/fp.d: Adjust to match.
2899
ff460b2a 29002001-09-04 Jeffrey A Law (law@cygnus.com)
4961b731
JL
2901
2902 * gas/all/gas.exp (930509a): Expect failure on the H8/300 ELF port.
2903
2904 * gas/h8300/ffxx1-elf.d: Update due to recent changes to H8/300
2905 ELF toolchain.
2906 * gas/h8300/h8300-elf.exp: Likewise.
2907
2908 * gas/macros/macros.exp: Expect failure on all H8/300 ports.
2909
2910 * gas/vtable/vtable.exp: Do not run tests on H8/300 ELF ports.
2911
ff460b2a 29122001-08-30 J"orn Rennecke <amylaar@redhat.com>
f41e3528
JR
2913
2914 * gas/h8300/h8300.exp (do_h8300_cbranch): Remove invocation.
2915 (do_h8300_branch, do_h8300h_cbranch, do_h8300h_branch): Likewise.
2916 (do_h8300s_cbranch, do_h8300s_branch, ffxx1): Likwise.
2917 * gas/h8300/h8300-coff.exp, gas/h8300/h8300-elf.exp: New files.
2918 * gas/h8300/branch-elf.s, gas/h8300/branchh-elf.s: Likewise.
2919 * gas/h8300/branchs-elf.s, gas/h8300/ffxx1-elf.d: Likewise.
2920 * gas/h8300/ffxx1-elf.s: Likewise.
2921 * gas/h8300/branch.s, gas/h8300/branchh.s: Move to:
2922 * gas/h8300/branch-coff.s, gas/h8300/branchh-coff.s
2923 * gas/h8300/branchs.s, gas/h8300/ffxx1.d: Move to:
2924 * gas/h8300/branchs-coff.s, gas/h8300/ffxx1-coff.d .
2925 * gas/h8300/ffxx1.s: Move to:
2926 * gas/h8300/ffxx1-coff.s .
2927
ff460b2a 29282001-08-29 J"orn Rennecke <amylaar@redhat.com>
3ad62fc4
JL
2929
2930 * lib/gas-defs.exp: (regexp_diff) At verbosity 3, also show
2931 where mismatch occurs due to regexp mismatch.
2932
e88b7c97
AM
29332001-08-27 Staffan Ulfberg <staffanu@swox.se>
2934 Alan Modra <amodra@bigpond.net.au>
2935
2936 * gas/macros/macros.exp: xfail powerpc-*-aix.
2937 * gas/ppc/astest64.s: New.
2938 * gas/ppc/astest64.d: New.
2939 * gas/ppc/astest2_64.s: New.
2940 * gas/ppc/astest2_64.d: New.
2941 * gas/ppc/test1elf.asm: New.
2942 * gas/ppc/test1xcoff.asm: New.
2943 * gas/ppc/generate.sh: New. Generate new files below from above .asm
2944 * gas/ppc/test1elf32.s: New.
2945 * gas/ppc/test1elf32.d: New.
2946 * gas/ppc/test1elf64.s: New.
2947 * gas/ppc/test1elf64.d: New.
2948 * gas/ppc/test1xcoff32.s: New.
2949 * gas/ppc/test1xcoff32.d: New.
2950 * gas/ppc/ppc.exp: Run new tests.
2951 * gas/ppc/simpshft.s: Tweak align now that we get nops.
2952
dda688fc
TS
29532001-08-24 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2954
2955 * binutils-all/readelf.exp: Don't regard mips*el-*-* as traditional
2956 mips.
2957 * gas/mips/mips.exp: Likewise. Use traditional testcases for
2958 mips${el}16-f if needed.
2959 * gas/mips/elempic.d: New file, testcase for little endian empic.
2960 * gas/mips/elfel-rel2.d: Don't test trailing zeroes in dump.
2961 * gas/mips/mips16-f.d: Use non-traditional symbol sorting.
2962 * gas/mips/mipsel16-f.d: Likewise.
2963 * gas/mips/mipsel16-e.d: New file, testcase for little endian MIPS16
2964 relocations.
2965 * gas/mips/tmipsel16-f.d: New file, testcase for little endian MIPS16
2966 relocations, traditional variant.
2967
c85229da
L
29682001-08-17 H.J. Lu <hjl@gnu.org>
2969
2970 * gas/sparc/unalign.d: Support Sparc V9.
2971
99c14723
TS
29722001-08-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2973
2974 * gas/mips/mips.exp: Added performance counter test.
2975 * gas/mips/perfcount.s: New File. Test of performance counter opcodes.
2976 * gas/mips/perfcount.d: Likewise.
2977
d8b6305a
NC
29782001-08-12 Nick Clifton <nickc@cambridge.redhat.com>
2979
2980 * gas/sparc/unalign.s: Extend test to check .uaword with multiple
2981 arguments.
2982 * gas/sparc/unalign.d: Extend to expect unaligned relocs for both
2983 arguments to .uaword.
2984
db1c0ae7
L
29852001-08-10 H.J. Lu <hjl@gnu.org>
2986
2987 * gas/mips/e32-rel2.d: Updated for the objdump output change.
2988 * gas/mips/e32el-rel2.d: Likewise.
2989 * gas/mips/elf-rel.d: Likewise.
2990 * gas/mips/elf-rel2.d: Likewise.
2991 * gas/mips/elf-rel3.d: Likewise.
2992 * gas/mips/elf_e_flags1.d: Likewise.
2993 * gas/mips/elf_e_flags2.d: Likewise.
2994 * gas/mips/elf_e_flags3.d: Likewise.
2995 * gas/mips/elf_e_flags4.d: Likewise.
2996 * gas/mips/elfel-rel.d: Likewise.
2997 * gas/mips/elfel-rel2.d: Likewise.
2998 * gas/mips/elfel-rel3.d: Likewise.
2999 * gas/mips/empic.d: Likewise.
3000 * gas/mips/mips16-e.d: Likewise.
3001 * gas/mips/mips16-f.d: Likewise.
3002 * gas/mips/mipsel16-f.d: Likewise.
3003 * gas/mips/telempic.d: Likewise.
3004 * gas/mips/tempic.d: Likewise.
3005 * gas/mips/tmips16-e.d: Likewise.
3006 * gas/mips/tmipsel16-e.d: Likewise.
3007
3008 * gas/mips/mips16-f.d: Fix the symbol table output.
3009
3010 * gas/mips/mipsel16-f.d: Fix the endian.
3011
3012 * gas/mips/mips.exp; Don't xfail mips16-f/mipsel16-f.
3013
a26f95e7
RS
30142001-08-10 Richard Sandiford <rsandifo@redhat.com>
3015
3016 * gas/mips/mips-gp32-fp32.d: Expect addu rather than or for moves.
3017 * gas/mips/mips-gp32-fp64.d: Likewise.
3018 * gas/mips/mips-abi32.d: Likewise.
3019 * gas/mips/mips-gp32-fp32-pic.d: Likewise.
3020 * gas/mips/mips-gp32-fp64-pic.d: Likewise.
3021 * gas/mips/mips-abi32-pic.d: Likewise.
06e70a48 3022
21d34b1c
TS
30232001-07-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3024
3025 * mips/lb.d: Reflect disassembler output fixes.
3026 * mips/mips32.d: Likewise.
3027 * mips/mips64.d: Likewise. Typo.
3028 * mips/sb.d: Likewise.
3029 * mips/trunc.d: Likewise.
3030
25a7b89f
L
30312001-08-04 H.J. Lu <hjl@gnu.org>
3032
3033 * gas/cris/operand-err-1.s: Updated.
3034
aea2ae6e
L
30352001-08-04 H.J. Lu <hjl@gnu.org>
3036 Chris G. Demetriou <cgd@broadcom.com>
3037
3038 * gas/mips/e32-rel4.s: Removed.
3039
3040 * gas/mips/e32-rel4.d: Use elf-rel4.s.
3041
3042 * gas/mips/mips.exp: Use the same rel4 test for litte endian.
3043
3044 * gas/mips/mips-abi32-pic.d: Add lines for objdump.
3045 * gas/mips/mips-abi32.d: Likewise.
3046 * gas/mips/mips-gp32-fp32-pic.d: Likewise.
3047 * gas/mips/mips-gp32-fp32.d: Likewise.
3048 * gas/mips/mips-gp32-fp64-pic.d: Likewise.
3049 * gas/mips/mips-gp32-fp64.d: Likewise.
3050 * gas/mips/mips-gp64-fp32-pic.d: Likewise.
3051 * gas/mips/mips-gp64-fp32.d: Likewise.
3052 * gas/mips/mips-gp64-fp64-pic.d: Likewise.
3053 * gas/mips/mips-gp64-fp64.d: Likewise.
3054
3055 * gas/mips/mips-abi32-pic.s: Add space for objdump.
3056 * gas/mips/mips-abi32.s: Likewise.
3057 * gas/mips/mips-gp32-fp32-pic.s: Likewise.
3058 * gas/mips/mips-gp32-fp32.s: Likewise.
3059 * gas/mips/mips-gp32-fp64-pic.s: Likewise.
3060 * gas/mips/mips-gp32-fp64.s: Likewise.
3061 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
3062 * gas/mips/mips-gp64-fp32.s: Likewise.
3063 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
3064 * gas/mips/mips-gp64-fp64.s: Likewise.
3065
3066 * gas/mips/mips-abi32-pic.s: Add the missing .end.
3067 * gas/mips/mips-gp32-fp32-pic.s: Likewise.
3068 * gas/mips/mips-gp32-fp64-pic.s: Likewise.
3069 * gas/mips/mips-gp64-fp32-pic.s: Likewise.
3070 * gas/mips/mips-gp64-fp64-pic.s: Likewise.
3071
82146c59 30722001-08-03 Richard Sandiford <rsandifo@redhat.com>
06e70a48 3073
82146c59
RS
3074 * gas/mips/elf-rel4.s, gas/mips/elf-rel4.d: New test.
3075 * gas/mips/e32-rel4.s, gas/mips/e32-rel4.s: New test.
3076
3077 * gas/mips/mips.exp: Run new tests.
3078
dc462216
RS
30792001-08-02 Richard Sandiford <rsandifo@redhat.com>
3080
3081 * gas/mips/mips-gp32-fp32,
3082 * gas/mips/mips-gp32-fp64,
3083 * gas/mips/mips-gp64-fp32,
3084 * gas/mips/mips-gp64-fp64,
3085 * gas/mips/mips-abi32,
3086 * gas/mips/mips-gp32-fp32-pic,
3087 * gas/mips/mips-gp32-fp64-pic,
3088 * gas/mips/mips-gp64-fp32-pic,
3089 * gas/mips/mips-gp64-fp64-pic,
3090 * gas/mips/mips-abi32-pic: New testcases.
3091
3092 * gas/mips/mips.exp: Run them.
3093
af08bab8
AM
30942001-08-01 Alan Modra <amodra@bigpond.net.au>
3095
3096 * gas/elf/section2.l: Adjust warning message comparison.
3097
0c4ec151
RS
30982001-07-31 Richard Sandiford <rsandifo@redhat.com>
3099
3100 * gas/mips/mips.exp (el): New variable.
3101 Use it to pick ELF reloc tests.
3102
411e0b6d
CD
31032001-07-26 Chris Demetriou <cgd@broadcom.com>
3104
3105 * gas/mips/lif-empic.d: Add back dollar signs before floating
3106 point register names.
3107
bc4aa73f
AM
31082001-07-26 Alan Modra <amodra@bigpond.net.au>
3109
3110 * gas/i386/relax.s: Test rs_space.
3111 * gas/i386/relax.d: Update.
3112
2e7a08de
AM
31132001-07-23 Alan Modra <amodra@bigpond.net.au>
3114
3115 * gas/i386/opcode.d: Tweak lgdt for 2001-07-18 change.
3116 * gas/i386/intel.d: Likewise.
3117
9a7f7ba6
PB
31182001-07-16 Philip Blundell <philb@gnu.org>
3119
3120 * gas/arm/arm7t.d, gas/arm/inst.d: Tweak expected output for
3121 change to disassembler.
3122
e7d10af4
NC
31232001-07-14 Nick Clifton <nickc@cambridge.redhat.com>
3124
3125 Fix failures in MIPS testsuite:
3126 * gas/mips/abs.d: Pass -march=4000 to gas.
3127 * gas/mips/eld_rel2.d: Do not expect zeroes at end of dump.
3128 * gas/mips/elf_e_flags1.d: Pass -march=4000 to gas.
3129
8a543126
AM
31302001-07-11 Jakub Jelinek <jakub@redhat.com>
3131
3132 * gas/sparc/unalign.s: Remove .uaxword test.
3133 * gas/sparc/unalign.d: Adjust accordingly.
3134
7e005732
NC
31352001-07-08 Anders Norlander <anorland@synergenix.se>
3136
3137 * gas/all/gas.exp: Run incbin test.
3138 * gas/all/incbin.s: New file.
3139 * gas/all/incbin.d: New file.
3140
7461da6e
RS
31412001-07-04 Richard Sandiford <rsandifo@redhat.com>
3142
3143 * gas/mips/elf-rel3.s: Add zero word to end of file.
3144
86a15486
L
31452001-07-03 H.J. Lu <hjl@gnu.org>
3146
3147 * gas/mips/lb-xgot-ilocks.d: Add -march=r3900.
3148
013468bc
BE
31492001-07-01 Ben Elliston <bje@redhat.com>
3150
3151 * gas/m88k/allinsn.s: New file.
3152 * gas/m88k/allinsn.d: Likewise.
3153 * gas/m88k/m88k.exp: Test with allinsn.s also.
3154
ec68c924
EC
31552001-06-28 Eric Christopher <echristo@redhat.com>
3156
3157 * gas/mips/usd.d: Change for march/mtune.
3158 * gas/mips/ulh-xgot.d: Ditto.
3159 * gas/mips/uld.d: Ditto.
3160 * gas/mips/trunc.d: Ditto.
3161 * gas/mips/rol.d: Ditto.
3162 * gas/mips/nodelay.d: Ditto.
3163 * gas/mips/mul.d: Ditto.
3164 * gas/mips/mul-ilocks.d: Ditto.
3165 * gas/mips/trap20.d: Ditto.
3166 * gas/mips/mips4.d: Ditto.
3167 * gas/mips/mips16.d: Ditto.
3168 * gas/mips/lif-xgot.d: Ditto.
3169 * gas/mips/lif-svr4pic.d: Ditto.
3170 * gas/mips/ld-xgot.d: Ditto.
3171 * gas/mips/ld-svr4pic.d: Ditto.
3172 * gas/mips/ld-ilocks-addr32.d: Ditto.
3173 * gas/mips/lb-xgot.d: Ditto.
3174 * gas/mips/jal-xgot.d: Ditto.
3175 * gas/mips/jal-svr4pic.d: Ditto.
3176 * gas/mips/delay.d: Ditto.
3177 * gas/mips/lb-xgot-ilocks.d: Ditto.
3178 * gas/mips/div.d: Ditto.
3179 * gas/mips/break20.d: Ditto.
3180 * gas/mips/delay.d: Ditto.
3181 * gas/mips/elf_e_flags3.d: Ditto.
3182 * gas/mips/elf_e_flags4.d: Ditto.
3183 * gas/mips/lineno.d: Ditto.
3184 * gas/mips/mips16.d: Ditto.
3185 * gas/mips/mips4.d: Ditto.
3186 * gas/mips/mips4010.d: Ditto.
3187 * gas/mips/mips4650.d: Ditto.
3188
1cac9012
NC
31892001-06-21 Nick Clifton <nickc@cambridge.redhat.com>
3190
3191 * gas/arm/arm.exp: Remove msr-bad.s test.
3192 Select processor type for architecture specific instruction tests.
3193
3194 * gas/arm/adrl.s: Add adrEQl as a test.
3195 * gas/arm/adrl.d: Adjusted expected output.
3196
3197 * gas/arm/arm7dm.s: Add "msr CPSR_x, #0" as a test instruction.
3198 * gas/arm/msr-bad.s: Delete.
3199
1ad63b2f
TR
32002001-06-18 Tom Rix <trix@redhat.com>
3201
3202 * gas/ppc/aix.exp: New file, aix specific tests.
3203 * gas/ppc/align.s: New file, .comm alignment test.
ec68c924 3204
74b5b66a
AJ
32052001-06-13 Andreas Jaeger <aj@suse.de>
3206
3207 * gas/vtable/vtable.exp (run_list_test): Don't run on sparc64.
3208
e1f44d10
NC
32092001-06-06 Peter Jakubek <pjak@snafu.de>
3210
3211 * gas/mri/for.d: Correct for swapped operands.
bbce6ab7
AM
3212 * gas/mri/if.d: Likewise.
3213 * gas/mri/repeat.d: Likewise.
3214 * gas/mri/while.d: Likewise.
e1f44d10 3215
de8b1efe
AM
32162001-06-12 Alan Modra <amodra@bigpond.net.au>
3217
3218 * gas/i386/x86_64.d: Update for 2001-06-11 disassembler change.
3219
bab00cea
L
32202001-06-10 H.J. Lu <hjl@gnu.org>
3221
3222 * gas/elf/section2.l: Match various white spaces.
3223
6174aabb
L
32242001-06-10 H.J. Lu <hjl@gnu.org>
3225
3e9379a9 3226 * gas/elf/section2.e: Support 64bit ELF.
6174aabb
L
3227 * gas/elf/section2.e-mips: Likewise.
3228
594e740f
L
32292001-06-08 H.J. Lu <hjl@gnu.org>
3230
3231 * gas/mips/elfel-rel3.s: Moved to ...
3232 * gas/mips/elf-rel3.s: Here.
3233
3234 * gas/mips/elf-rel3.d: Updated.
3235
3236 * gas/mips/elfel-rel3.d: Updated.
3237
3238 * gas/mips/relax.d: New file.
3239 * gas/mips/relax.s: Likewise.
3240
3241 * gas/mips/mips.exp: Run relax and set xfail.
3242
d9e138e2
L
32432001-06-08 H.J. Lu <hjl@gnu.org>
3244
3245 * gas/mips/illegal.s: New file.
3246 * gas/mips/illegal.l: Likewise.
3247
3248 * gas/elf/elf.exp (run_list_test): New.
3249 Run illegal with run_list_test.
3250
7388e440
L
32512001-06-08 H.J. Lu <hjl@gnu.org>
3252
3253 * gas/mips/elf-jal.d: New file.
3254
3255 * gas/mips/mips.exp: Run "elf-jal" instead of "jal" for ELF.
3256
02e07694
AM
32572001-06-08 Alan Modra <amodra@bigpond.net.au>
3258
3259 * gas/elf/elf.exp (run_list_test): Undo $readelf change in 2001-06-07.
3260
fa6b2d59
L
32612001-06-07 H.J. Lu <hjl@gnu.org>
3262
3263 * gas/elf/section2.e-mips: New file.
3264
3265 * gas/elf/elf.exp (run_list_test): Add suffix.
3266 Pass -mips as suffix to run_list_test for mips.
3267
7b15a6b5
L
32682001-06-07 H.J. Lu <hjl@gnu.org>
3269
3270 * gas/elf/section2.l: Match ".*GAS.*" instead of
3271 "GAS LISTING .*".
3272
9160c09b
L
32732001-06-07 H.J. Lu <hjl@gnu.org>
3274
3275 * gas/mips/mips.exp: Set xfail for "lineno" on Linux/mips.
3276
d2d89a16 32772001-06-07 H.J. Lu <hjl@gnu.org>
823e3a73
L
3278
3279 * gas/mips/empic.d: Support stabs.
3280 * gas/mips/mips16-e.d: Likewise.
3281 * gas/mips/mips16-f.d: Likewise.
3282 * gas/mips/mipsel16-f.d: Likewise.
3283 * gas/mips/telempic.d: Likewise.
3284 * gas/mips/tempic.d: Likewise.
3285 * gas/mips/tmips16-e.d: Likewise.
3286 * gas/mips/tmipsel16-e.d: Likewise.
3287
a90335ee
L
32882001-06-06 H.J. Lu <hjl@gnu.org>
3289
3290 * gas/mips/elf-rel3.s: New file.
3291 * gas/mips/elf-rel3.d: Likewise.
3292 * gas/mips/elfel-rel3.s: Likewise.
3293 * gas/mips/elfel-rel3.d: Likewise.
3294
3295 * gas/mips/mips.exp: Run elf-rel3/elfel-rel3.
3296
5b5032eb
L
32972001-06-06 H.J. Lu <hjl@gnu.org>
3298
3299 * gas/elf/elf.exp (run_list_test): New.
3300 Run section2 with run_list_test.
3301
3302 * gas/elf/section2.e: New file.
3303 * gas/elf/section2.l: Likewise.
3304 * gas/elf/section2.s: Likewise.
3305
5199a87b
L
33062001-06-04 H.J. Lu <hjl@gnu.org>
3307
3308 * gas/mips/mips4010.s: Add the missing ".end".
3309 * gas/mips/mips4100.s: Likewise.
3310 * gas/mips/mips4650.s: Likewise.
3311 * gas/mips/sync.s: Likewise.
3312
0b4bdf77
L
33132001-06-02 H.J. Lu <hjl@gnu.org>
3314
3315 * gas/sparc/unalign.d: Support Sparc V9.
3316
0f2712ed
NC
33172001-05-28 Jeff Sturm <jsturm@one-point.com>
3318
3319 * gas/sparc/unalign.s: New test. Check unaligned relocs.
3320 * gas/sparc/unalign.d: New expected test results.
3321 * gas/sparc/sparc.exp: Run new test.
3322
0b171357
HPN
33232001-05-27 Hans-Peter Nilsson <hp@axis.com>
3324
3325 * gas/cris/addi.d: Tweak for 64-bit BFD.
0f2712ed
NC
3326 * gas/cris/binop-cmpmove.d: Ditto.
3327 * gas/cris/binop-cmpmovx.d: Ditto.
3328 * gas/cris/binop-extx.d: Ditto.
3329 * gas/cris/binop.d: Ditto.
3330 * gas/cris/bork.d: Ditto.
3331 * gas/cris/branch.d: Ditto.
3332 * gas/cris/break.d: Ditto.
3333 * gas/cris/brokw-1.d: Ditto.
3334 * gas/cris/brokw-2.d: Ditto.
3335 * gas/cris/brokw-3.d: Ditto.
3336 * gas/cris/ccr.d: Ditto.
3337 * gas/cris/clear.d: Ditto.
3338 * gas/cris/continue.d: Ditto.
3339 * gas/cris/fragtest.d: Ditto.
3340 * gas/cris/jump-type.d: Ditto.
3341 * gas/cris/labfloat.d: Ditto.
3342 * gas/cris/macroat.d: Ditto.
3343 * gas/cris/movem-to-reg.d: Ditto.
3344 * gas/cris/nosep.d: Ditto.
3345 * gas/cris/oneop-type.d: Ditto.
3346 * gas/cris/prefix.d: Ditto.
3347 * gas/cris/pushpop-byte-sreg.d: Ditto.
3348 * gas/cris/pushpop-dword-sreg.d: Ditto.
3349 * gas/cris/pushpop-word-sreg.d: Ditto.
3350 * gas/cris/pushpop.d: Ditto.
3351 * gas/cris/quick-s6.d: Ditto.
3352 * gas/cris/quick-u5.d: Ditto.
3353 * gas/cris/quick-u6.d: Ditto.
3354 * gas/cris/range-err-1.s: Ditto.
3355 * gas/cris/rd-pic-1.d: Ditto.
3356 * gas/cris/rd-regprefix-1.d: Ditto.
3357 * gas/cris/rd-regprefix-1b.d: Ditto.
3358 * gas/cris/reg-to-mem.d: Ditto.
3359 * gas/cris/regreg.d: Ditto.
3360 * gas/cris/return.d: Ditto.
3361 * gas/cris/scc.d: Ditto.
3362 * gas/cris/separator.d: Ditto.
3363 * gas/cris/shexpr-1.d: Ditto.
3364 * gas/cris/sreg-to-x.d: Ditto.
3365 * gas/cris/test.d: Ditto.
3366 * gas/cris/unimplemented.d: Ditto.
3367 * gas/cris/unop-mem.d: Ditto.
3368 * gas/cris/x-to-byte-sreg.d: Ditto.
3369 * gas/cris/x-to-dcr1-sreg.d: Ditto.
3370 * gas/cris/x-to-dword-sreg.d: Ditto.
3371 * gas/cris/x-to-word-sreg.d: Ditto.
0b171357
HPN
3372 * gas/cris/shexpr-1.d: Ditto. Correct format.
3373
ff8715d0
L
33742001-05-25 H.J. Lu <hjl@gnu.org>
3375
3376 * gas/mips/e32el-rel2.d: New for little endian mips.
3377 * gas/mips/elfel-rel2.d: Likewise.
3378 * gas/mips/elfel-rel.d: Likewise.
3379 * gas/mips/mipsel16-f.d: Likewise.
3380 * gas/mips/telempic.d: Likewise.
3381 * gas/mips/tmipsel16-e.d: Likewise.
3382
3383 * gas/mips/tempic.d: New for traditional mips.
3384 * gas/mips/tmips16-e.d: Likewise.
3385
3386 * gas/mips/elf-rel.d: Handle alignment padding.
3387 * gas/mips/elf-rel2.d: Likewise.
3388
3389 * gas/mips/mips.exp: Support little endian and traditional
3390 mips.
3391
8569c2f5
L
33922001-05-24 H.J. Lu <hjl@gnu.org>
3393
3394 * gas/m68k/pcrel.d: Support 64bit BFD.
3395
58e2fc90
L
33962001-05-24 H.J. Lu <hjl@gnu.org>
3397
3398 * gas/arm/adrl.d: Support 64bit BFD.
3399 * gas/arm/arm7t.d: Likewise.
3400 * gas/arm/inst.d: Likewise.
3401 * gas/arm/pic.d: Likewise.
3402 * gas/arm/xscale.d: Likewise.
3403
60edd2d3
AM
34042001-05-23 Alan Modra <amodra@one.net.au>
3405
3406 * gas/elf/ehopt0.d: Tweak for bigendian targets.
3407
aa5f19f2
NC
34082001-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3409
3410 * gas/mips/abs.d: Remove $ before register names, per latest
3411 disassembler.
3412 * gas/mips/add.d: Ditto.
3413 * gas/mips/and.d: Ditto.
3414 * gas/mips/beq.d: Ditto.
3415 * gas/mips/bge.d: Ditto.
3416 * gas/mips/bgeu.d: Ditto.
3417 * gas/mips/blt.d: Ditto.
3418 * gas/mips/bltu.d: Ditto.
3419 * gas/mips/delay.d: Ditto.
3420 * gas/mips/div-ilocks.d: Ditto.
3421 * gas/mips/div.d: Ditto.
3422 * gas/mips/dli.d: Ditto.
3423 * gas/mips/elf_e_flags1.d: Ditto.
3424 * gas/mips/elf_e_flags2.d: Ditto.
3425 * gas/mips/elf_e_flags3.d: Ditto.
3426 * gas/mips/elf_e_flags4.d: Ditto.
3427 * gas/mips/jal-empic.d: Ditto.
3428 * gas/mips/jal-svr4pic.d: Ditto.
3429 * gas/mips/jal-xgot.d: Ditto.
3430 * gas/mips/jal.d: Ditto.
3431 * gas/mips/la-empic.d: Ditto.
3432 * gas/mips/la-svr4pic.d: Ditto.
3433 * gas/mips/la-xgot.d: Ditto.
3434 * gas/mips/la.d: Ditto.
3435 * gas/mips/lb-empic.d: Ditto.
3436 * gas/mips/lb-svr4pic.d: Ditto.
3437 * gas/mips/lb-xgot-ilocks.d: Ditto.
3438 * gas/mips/lb-xgot.d: Ditto.
3439 * gas/mips/lb.d: Ditto.
3440 * gas/mips/ld-empic.d: Ditto.
3441 * gas/mips/ld-ilocks-addr32.d: Ditto.
3442 * gas/mips/ld-ilocks.d: Ditto.
3443 * gas/mips/ld-svr4pic.d: Ditto.
3444 * gas/mips/ld-xgot.d: Ditto.
3445 * gas/mips/ld.d: Ditto.
3446 * gas/mips/li.d: Ditto.
3447 * gas/mips/lif-empic.d: Ditto.
3448 * gas/mips/lif-svr4pic.d: Ditto.
3449 * gas/mips/lif-xgot.d: Ditto.
3450 * gas/mips/lifloat.d: Ditto.
3451 * gas/mips/mips16.d: Ditto.
3452 * gas/mips/mips32.d: Ditto.
3453 * gas/mips/mips4.d: Ditto.
3454 * gas/mips/mips4010.d: Ditto.
3455 * gas/mips/mips4100.d: Ditto.
3456 * gas/mips/mips4650.d: Ditto.
3457 * gas/mips/mips64.d: Ditto.
3458 * gas/mips/mul-ilocks.d: Ditto.
3459 * gas/mips/mul.d: Ditto.
3460 * gas/mips/nodelay.d: Ditto.
3461 * gas/mips/rol.d: Ditto.
3462 * gas/mips/sb.d: Ditto.
3463 * gas/mips/trap20.d: Ditto.
3464 * gas/mips/trunc.d: Ditto.
3465 * gas/mips/uld.d: Ditto.
3466 * gas/mips/ulh-empic.d: Ditto.
3467 * gas/mips/ulh-svr4pic.d: Ditto.
3468 * gas/mips/ulh-xgot.d: Ditto.
3469 * gas/mips/ulh.d: Ditto.
3470 * gas/mips/ulw.d: Ditto.
3471 * gas/mips/usd.d: Ditto.
3472 * gas/mips/ush.d: Ditto.
3473 * gas/mips/usw.d: Ditto.
3474
1ff55c93
RH
34752001-05-14 Richard Henderson <rth@redhat.com>
3476
3477 * gas/elf/ehopt0.s: New.
3478 * gas/elf/ehopt0.d: New.
3479 * gas/elf/elf.exp: Run it.
3480
bcee8eb8
AM
34812001-05-12 Peter Targett <peter.targett@arccores.com>
3482
3483 * gas/arc/st.s: Add test case @h30 fixup.
3484 * gas/arc/st.d: Update to suit.
3485
67d6227d
AM
34862001-05-12 Alan Modra <amodra@one.net.au>
3487
3488 * gas/i386/sse2.s: Correct cvtps2dq, movdq2q, and movq2dq
4bba6815 3489 * gas/i386/sse2.d: Likewise. Fix pmuludq and punpckhqdq too.
67d6227d
AM
3490
3491 * gas/i386/ssemmx2.d: Correct movq.
3492
cbc5fe50
HPN
34932001-05-10 Hans-Peter Nilsson <hp@axis.com>
3494
3495 * gas/cris/rd-dw2-10.d: Tweak for change in gas dwarf2 line number
3496 handling.
3497
992aaec9
AM
34982001-05-04 Alan Modra <amodra@one.net.au>
3499
3500 * gas/i386/katmai.d: Correct pmovmskb and pextrw opcodes.
3501 * gas/i386/ssemmx2.d: Likewise. Correct register for pextrw,
3502 pinsrw, and pmovmskb.
3503 * gas/i386/sse2.d: Correct register for movmskpd.
3504
c7e40348
NC
35052001-05-02 Johan Rydberg <jrydberg@opencores.org>
3506
bbce6ab7
AM
3507 * gas/openrisc/addi.s: New file.
3508 * gas/openrisc/addi.d: Likewise.
3509 * gas/openrisc/allinsn.exp: Likewise.
3510 * gas/openrisc/allinsn.s: Likewise.
3511 * gas/openrisc/allinsn.d: Likewise.
3512 * gas/openrisc/lohi.s: Likewise.
3513 * gas/openrisc/lohi.d: Likewise.
3514 * gas/openrisc/store.s: Likewise.
3515 * gas/openrisc/store.d: Likewise.
c7e40348 3516
ad7f5c69
HPN
35172001-04-05 Hans-Peter Nilsson <hp@axis.com>
3518
3519 * gas/cris/rd-dw2-1.d, gas/cris/rd-dw2-2.d, gas/cris/rd-dw2-3.d,
3520 gas/cris/rd-dw2-4.d, gas/cris/rd-dw2-5.d, gas/cris/rd-dw2-6.d,
3521 gas/cris/rd-dw2-7.d, gas/cris/rd-dw2-8.d, gas/cris/rd-dw2-9.d,
3522 gas/cris/rd-dw2-10.d, gas/cris/rd-dw2-11.d, gas/cris/rd-dw2-12.d,
3523 gas/cris/rd-dw2-13.d, gas/cris/rd-dw2-14.d, gas/cris/rd-dw2-15.d:
3524 New tests.
8ac9c124
HPN
3525 * gas/cris/brokw-2.s: Correct broken-word expansion visualization
3526 in comment.
777623bb
HPN
3527 * gas/cris/fragtest.s, gas/cris/rd-pic-1.s,
3528 gas/cris/binop-cmpmovx.d, gas/cris/binop-cmpmove.d,
3529 gas/cris/binop.d, gas/cris/binop.s, gas/cris/brokw-2.d,
3530 gas/cris/clear.d, gas/cris/fragtest.s, gas/cris/jump-type.d,
3531 gas/cris/nosep.s, gas/cris/pushpop.d, gas/cris/quick.s,
3532 gas/cris/range-err-2.s, gas/cris/sep-err-1.s,
3533 gas/cris/sreg-to-x.d, gas/cris/test.d, gas/cris/x-to-byte-sreg.d,
3534 gas/cris/x-to-word-sreg.d, gas/cris/x-to-dword-sreg.d: Remove
3535 trailing empty lines.
3536 * gas/cris/continue.s: Ditto, tweak comment.
ad7f5c69 3537
4b0d96c2
HPN
3538 * lib/gas-defs.exp (run_dump_test): Support using readelf.
3539 * config/default.exp: Default READELF and READELFFLAGS.
3540
61b96bb4
AM
35412001-03-31 Alan Modra <alan@linuxcare.com.au>
3542
3543 * gas/all/cond.s: Add .if .elseif tree.
3544 * gas/all/cond.d: Match above.
3545
5fba8300
L
35462001-03-30 H.J. Lu <hjl@gnu.org>
3547
3548 * gas/i386/relax.d: Dump with -s instead of -drw.
3549
00687228
L
35502001-03-29 H.J. Lu <hjl@gnu.org>
3551
3552 * gas/i386/relax.s: New test for relaxation between sections.
3553 * gas/i386/relax.d: New.
3554
3555 * gas/i386/i386.exp: Add tests for ELF.
3556
d5c4095a
NC
35572001-03-27 Chris Demetriou <cgd@broadcom.com>
3558
3559 * gas/mips/lineno.d: Allow for the possibility that
3560 the local labels won't be in the objdump output. Match
3561 zeros in addresses using '+' for better compatibility with
3562 different targets.
3563
10a51814
CD
35642001-03-26 Chris Demetriou <cgd@broadcom.com>
3565
3566 * gas/mips/sync.s: Declare 'foo' as a function so that this
3567 test will work on properly on ECOFF targets.
3568
0f17484f
AM
35692001-03-24 Alan Modra <alan@linuxcare.com.au>
3570
3571 * gas/i386/ssemmx2.s: Change movntq to movntdq.
3572 * gas/i386/ssemmx2.d: Matching change.
3573
7704145c
HPN
35742001-03-23 Hans-Peter Nilsson <hp@axis.com>
3575
5ef6758f
HPN
3576 * gas/cris/pic-err-1.s, gas/cris/rd-pic-1.s, gas/cris/rd-pic-1.d:
3577 New tests.
3578
7704145c
HPN
3579 * gas/cris/branch-warn-1.s, gas/cris/branch-warn-2.s,
3580 gas/cris/branch-warn-3.s: Tweak for fixed FIXME:s.
3581
bbe6d95f
AM
35822001-03-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
3583
3584 * gas/vax/quad.exp: Correct expected result.
3585
d394a339
AS
35862001-03-19 Andreas Schwab <schwab@suse.de>
3587
3588 * gas/m68k/pcrel.s: Force alignment to 8 byte boundary to get
3589 consistent output across targets.
3590 * gas/m68k/pcrel.d: Adjusted.
3591
64cbbfae
L
35922001-03-18 H.J. Lu <hjl@gnu.org>
3593
3594 * gas/i386/intel.s: Move PIC code to ...
3595 * gas/i386/intelpic.s: New. Here.
3596 * gas/i386/intel.d: Updated.
3597 * gas/i386/intelpic.d: New.
3598
3599 * gas/i386/i386.exp: Check PIC code in Intel syntax for ELF
3600 targets only.
3601
31abcf7d
SC
36022001-03-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3603
3604 * gas/mri/mri.exp: Fix test of m6811/m6812 targets.
3605
fa7cd6d2
L
36062001-02-26 H.J. Lu <hjl@gnu.org>
3607
3608 * gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]".
3609
d88ae36a
L
36102001-02-23 H.J. Lu <hjl@gnu.org>
3611
3612 * gas/ia64/opc-a-err.l: Fix "cmp4.lt.or".
3613
3614 * gas/ia64/opc-a.pl: Add tests for pseudo-ops for "cmp" and
3615 "cmp4".
3616 * gas/ia64/opc-a.s: Rebuilt.
3617 * gas/ia64/opc-a.d: Likewise.
3618
f14c6878
CD
36192001-02-17 Chris Demetriou <cgd@broadcom.com>
3620
3621 * gas/mips/mips32.d: Remove ELF dependencies. This test
3622 wasn't meant to be ELF specific, and doesn't have to be.
3623 * gas/mips/mips64.d: Likewise.
3624
2cd5676f
CD
36252001-02-17 Chris Demetriou <cgd@broadcom.com>
3626
3627 * gas/mips/mips.exp: Don't attempt the elf_e_flags family of
3628 tests if not ELF; they test ELF-specific features.
3629
98a79704
SC
36302001-02-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3631
74b5b66a 3632 * gas/mri/mri.exp: Don't execute the M68K specific tests
98a79704
SC
3633 on m6811-elf and m6812-elf targets, still run the generic MRI tests.
3634
4f69f974
SC
36352001-02-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3636
3637 * gas/m68hc11/malis.s: New test to verify compliance with Motorola
3638 Assembly Language Input Standard.
3639 * gas/m68hc11/malis.d: New file.
3640 * gas/m68hc11/malis-include.s: New file.
3641 * gas/m68hc11/all.exp: Add the new test.
3642
6e0b89ee
AM
36432001-01-12 Alan Modra <alan@linuxcare.com.au>
3644
3645 * gas/i386/i386.exp (gas_64_check): Correct target string.
3646 Use gas_64_check rather than target string to decided whether
3647 x86_64 checks should run.
3648
3649 * gas/i386/sse2.s: Add a label to cure objdump "no symbols" error.
3650 * gas/i386/ssemmx2.s: Likewise.
3651 * gas/i386/sse2.d: Update to suit.
3652 * gas/i386/ssemmx2.s: Likewise.
3653
0d2bcfaf
NC
36542001-01-11 Peter Targett <peter.targett@arccores.com>
3655
3656 * gas/arc/alias.*: Removed.
3657 * gas/arc/branch.*: Likewise.
3658 * gas/arc/insn3.*: Likewise.
3659 * gas/arc/math.*: Likewise.
3660 * gas/arc/sshift.*: Likewise.
3661 * gas/arc/arc.exp: Simplified test process for base case
3662 instruction set by adding run_dump_test cases for all base
3663 instructions.
74b5b66a
AJ
3664 * gas/arc/adc.s, gas/arc/adc.d: New test cases and dump.
3665 * gas/arc/add.s, gas/arc/add.d: Likewise.
3666 * gas/arc/and.s, gas/arc/and.d: Likewise.
3667 * gas/arc/asl.s, gas/arc/asl.d: Likewise.
3668 * gas/arc/asr.s, gas/arc/asr.d: Likewise.
3669 * gas/arc/b.s, gas/arc/b.d: Likewise.
3670 * gas/arc/bic.s, gas/arc/bic.d: Likewise.
3671 * gas/arc/bl.s, gas/arc/bl.d: Likewise.
3672 * gas/arc/brk.s, gas/arc/brk.d: Likewise.
3673 * gas/arc/extb.s, gas/arc/extb.d: Likewise.
3674 * gas/arc/extw.s, gas/arc/extw.d: Likewise.
3675 * gas/arc/flag.s, gas/arc/flag.d: Likewise.
3676 * gas/arc/j.s, gas/arc/j.d: Likewise.
3677 * gas/arc/jl.s, gas/arc/jl.d: Likewise.
3678 * gas/arc/ld.s, gas/arc/ld.d: Likewise.
3679 * gas/arc/ld2.s, gas/arc/ld2.d: Likewise.
3680 * gas/arc/lp.s, gas/arc/lp.d: Likewise.
3681 * gas/arc/lsr.s, gas/arc/lsr.d: Likewise.
3682 * gas/arc/mov.s, gas/arc/mov.d: Likewise.
3683 * gas/arc/nop.s, gas/arc/nop.d: Likewise.
3684 * gas/arc/or.s, gas/arc/or.d: Likewise.
3685 * gas/arc/rlc.s, gas/arc/rlc.d: Likewise.
3686 * gas/arc/ror.s, gas/arc/ror.d: Likewise.
3687 * gas/arc/rrc.s, gas/arc/rrc.d: Likewise.
3688 * gas/arc/sbc.s, gas/arc/sbc.d: Likewise.
3689 * gas/arc/sexb.s, gas/arc/sexb.d: Likewise.
3690 * gas/arc/sexw.s, gas/arc/sexw.d: Likewise.
3691 * gas/arc/sleep.s, gas/arc/sleep.d: Likewise.
3692 * gas/arc/add.s, gas/arc/add.d: Likewise.
3693 * gas/arc/st.s, gas/arc/st.d: Likewise.
3694 * gas/arc/sub.s, gas/arc/sub.d: Likewise.
3695 * gas/arc/swi.s, gas/arc/swi.d: Likewise.
3696 * gas/arc/xor.s, gas/arc/xor.d: Likewise.
0d2bcfaf
NC
3697 * gas/arc/warn.s: Removed warning test case for setting of flags
3698 followed by conditional branch, an arc5 only feature.
3699
3700 * gas/ieee-fp/x930509a.exp: Skip test if target also arc*-*-*.
3701
3702 * gas/vtable/vtable.exp: Skip tests if target also arc*-*-*.
3703
88051039
SC
37042001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3705
3706 * gas/m68hc11/opers12.s: Add more tests for index post byte.
3707 * gas/m68hc11/opers12.d: Likewise.
3708
68a581b8
SC
37092001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3710
3711 * gas/m68hc11/all.exp: Add new tests for dwarf2.
3712 * gas/m68hc11/lbranch-dwarf2.d: New file, test for dwarf2.
3713 * gas/m68hc11/opers12-dwarf2.d: Likewise.
3714 * gas/m68hc11/insns-dwarf2.d: Likewise.
3715
3f535693
NC
37162001-01-11 Nick Clifton <nickc@redhat.com>
3717
3718 * gas/arm/adrl.s: Add global label 'foo'.
3719 * gas/arm/adrl.d: Expect to see references to 'foo' in the
3720 disassembly. COFF and ELF disassemblys should now be the same.
3721
ff460b2a 37222001-01-10 Jan Hubicka <jh@suse.cz>
de9d65b5
JH
3723
3724 * i386.exp: Add ssemmx2 and sse2 tests.
3725 (sse2.d, sse2.s, ssemmx2.d, ssemmx2.s): New tests.
3726
d38ccb31
NC
37272001-01-09 Nick Clifton <nickc@redhat.com>
3728
3729 * gas/arm/pic.d: Fix patterns to match new behaviour of
3730 disassembler.
3731 inst.d: Fix patterns to match new behaviour of disassembler.
3732
183d6175
PB
37332001-01-03 Philip Blundell <pb@futuretv.com>
3734
3735 * gas/vtable/vtable.exp: Don't run tests on Alpha.
3736
ff460b2a 37372001-01-06 Jan Hubicka <jh@suse.cz>
b96d3a20
JH
3738
3739 * i386.exp: Add tests for presence of 32bit versus 64bit output
3740 format; run both 64bit and 32bit tests when format is available;
3741 add x86_64 test.
3742 * x86_64.s: New file.
3743 * x86_64.d: New file.
3744
ab32098a
NC
37452001-01-02 Nick Clifton <nickc@redhat.com>
3746
3747 * gas/arm/arm.exp: Pass -marmv3 to msr-bad test, since the
3748 instruction is legal in v5. Also fix expected error message.
3749
ca6489f9
PB
37502001-01-01 Philip Blundell <philb@gnu.org>
3751
3752 * gas/arm/adrl.s, gas/arm/pic.s, gas/arm/msr-bad.s: New tests.
3753 * gas/arm/arm.exp: Run them.
3754 * gas/arm/adrl.d, gas/arm/pic.d: Expected results for above.
3755 * gas/arm/arm6.s: Also test uppercase `CPSR' and `SPSR'.
3756
0a940afa
L
37572000-12-22 H.J. Lu <hjl@gnu.org>
3758
3759 * gas/i386/intel.s: Replace "nop" with ".p2align 4,0".
3760 * gas/i386/intel.d: Updated.
3761
514829c3
JW
37622000-12-12 Jim Wilson <wilson@redhat.com>
3763
3764 * gas/ia64/dv-imply.d, gas/ia64/dv-mutex.d, gas/ia64/dv-safe.d,
3765 gas/ia64/dv-srlz.d, gas/ia64/opc-m.d: Update.
3766
846b8f1e
NC
37672000-12-12 Nick Clifton <nickc@redhat.com>
3768
3769 * gas/vtable/vtable.exp: Fix formatting.
3770
3771 * gas/arm/elsegundo.s: New Test (currently disabled).
3772 * gas/arm/elsegundo.d: Expected test results.
3773
4819127a
L
37742000-12-11 H.J. Lu <hjl@gnu.org>
3775
3776 * gas/i386/intel.d: Adjusted for the a.out assembler.
3777 * gas/i386/intel.s: Likewise.
3778
77eb0326
NC
37792000-12-09 Nick Clifton <nickc@redhat.com>
3780
3781 * gas/m68k/pcrel.d: Update to match latest assembler output.
3782
9abcc8f0 37832000-12-02 Chris Demetriou <cgd@sibyte.com>
4c507252 3784
bbce6ab7
AM
3785 * gas/mips/elf_e_flags.s: Add padding to the end of the
3786 file so that objdump output will be consistent.
3787 * gas/mips/elf_e_flags1.d, gas/mips/elf_e_flags2.d,
3788 gas/mips/elf_e_flags3.d, gas/mips/elf_e_flags4.d: Expect
3789 "..." at end of objdump output because of zero bytes at end
3790 of section.
3791 * gas/mips/elf_e_flags.c: Add note to comment about
3792 what's changing in elf_e_flags.s.
3793
3794 * gas/mips/la.s: Add padding to the end of the file so that
3795 objdump output will be consistent.
3796 * gas/mips/la-svr4pic.d, gas/mips/la-xgot.d: Expect "..." at
3797 end of objdump output because of zero bytes at end of
3798 section.
3799
3800 * gas/mips/sync.s: Add padding to the end of the file so that
3801 objdump output will be consistent.
3802 * gas/mips/sync.d: Expect "..." at end of objdump output
3803 because of zero bytes at end of section.
3804
3805 * gas/mips/empic.d: Pad sections out to 16 bytes, to avoid
3806 alignment issues so tests are useful on multiple targets.
3807 * gas/mips/empic.s: Likewise.
3808 * gas/mips/mips16-e.d: Likewise.
3809 * gas/mips/mips16-e.s: Likewise.
3810 * gas/mips/mips16-f.d: Likewise.
3811 * gas/mips/mips16-f.s: Likewise.
3812
3813 * gas/mips/mips32.d: Expect disassembly of madd and maddu
3814 to use their correct names. Add tests for break and sdbbp.
3815 * gas/mips/mips32.s: Likewise.
3816
3817 * gas/mips/mips64.s: Add test for assembly of MIPS64
3818 extensions.
3819 * gas/mips/mips64.d: Likewise.
3820 * gas/mips/mips.exp: Test using the new "mips64" test.
0808b8a9 3821
b90dd607
NC
38222000-12-01 Chris Demetriou <cgd@sibyte.com>
3823
bbce6ab7
AM
3824 * gas/mips/mips16.d: Expect mips16 nops to be used for padding
3825 when mips16 code generation is enabled.
b90dd607 3826
0c92ba5f
NC
3827 * gas/mips/empic.d: Adjust for the fact that the difference
3828 between two symbols in the same section are not expected to
3829 generate a reloc.
3830 * gas/mips/empic.s: Likewise. Also, correct typo in comment
3831 about expected relocs.
74b5b66a 3832
bbce6ab7
AM
3833 * gas/mips/mips32.s, gas/mips/mips32.d: New files for MIPS32
3834 instruction assembly test.
3835 * gas/mips/mips.exp: Add the test mentioned above.
481294f0 3836
76a0ddac
DN
38372000-11-30 Diego Novillo <dnovillo@redhat.com>
3838
3839 * intel.s, intel.d: New test for @GOT references.
3840
dc6e09d3
HPN
38412000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
3842
3843 * gas/sh/err.exp: New, framework for error-testing.
3844 * gas/sh/err-1.s: New test.
3845
ae3e85dd
SC
38462000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3847
3848 * gas/m68hc11/opers12.s: New test for movw operands.
3849 * gas/m68hc11/opers12.d: Likewise.
3850
077b8428
NC
38512000-11-24 Nick Clifton <nickc@redhat.com>
3852
3853 * arm.exp: Run tests for xscale as well as arm.
3854 Run xscale tests.
3855
3856 * xscale.s: New file: XScale instruction tests.
3857 * xscale.d: New file: Expected XScale instruction results.
3858
a257e27a
L
38592000-11-20 H.J. Lu <hjl@gnu.org>
3860
3861 * gas/i386/intel.d: Add 3 "nop"s for the a.out assembler.
3862 * gas/i386/intel.s: Likewise.
3863
f5776d3d
L
38642000-11-16 H.J. Lu <hjl@gnu.org>
3865
3866 * gas/symver/symver0.d: Add 64bit support.
3867 * gas/symver/symver1.d: Likewise.
3868
e206b66f
L
38692000-11-16 H.J. Lu <hjl@gnu.org>
3870
3871 * gas/symver/symver.exp: Don't run symver4 nor symver5.
3872
747e13a0
L
38732000-11-13 H.J. Lu <hjl@gnu.org>
3874
3875 * gas/symver/symver.exp: New for symver test.
3876 * gas/symver/symver0.d: Likewise.
3877 * gas/symver/symver0.s: Likewise.
3878 * gas/symver/symver1.d: Likewise.
3879 * gas/symver/symver1.s: Likewise.
3880 * gas/symver/symver2.l: Likewise.
3881 * gas/symver/symver2.s: Likewise.
3882 * gas/symver/symver3.l: Likewise.
3883 * gas/symver/symver3.s: Likewise.
3884 * gas/symver/symver4.l: Likewise.
3885 * gas/symver/symver4.s: Likewise.
3886 * gas/symver/symver5.l: Likewise.
3887 * gas/symver/symver5.s: Likewise.
3888 * gas/symver/symver6.l: Likewise.
3889 * gas/symver/symver6.s: Likewise.
3890
935e6103
HPN
38912000-11-11 Hans-Peter Nilsson <hp@bitrange.com>
3892
3893 * gas/macros/macros.exp: Mark strings test xfail for sh.
3894
64a0c779
DN
38952000-10-24 Diego Novillo <dnovillo@cygnus.com>
3896
3897 * intel.s, intel.d: Add new tests for intel syntax.
3898
73cd359e
AM
38992000-10-19 Alan Modra <alan@linuxcare.com.au>
3900
3901 * gas/elf/section0.s: Ensure section sizes are multiples of 16.
3902 * gas/elf/section1.s: Likewise.
3903 * gas/elf/section[01].d: Change to suit.
3904
476d4b9b
L
39052000-10-18 H.J. Lu <hjl@gnu.org>
3906
3907 * gas/i386/intel.d: Fix the support for 64bit BFD in the last
3908 change.
3909
6588847e
DN
39102000-10-15 Diego Novillo <dnovillo@cygnus.com>
3911
3912 * intel.s, intel.d: Add new tests for naked registers using intel
3913 syntax.
3914
2e968471
HPN
39152000-09-29 Hans-Peter Nilsson <hp@axis.com>
3916
3917 * gas/cris/regprefix-err-1.s, gas/cris/rd-regprefix-1.s,
3918 gas/cris/rd-regprefix-1.d, gas/cris/rd-regprefix-1b.d,
3919 gas/cris/us-err-1.s, gas/cris/us-err-2.s, gas/cris/us-err-3.s: New.
3920 * gas/cris/cris.exp: Loop run_dump_test over files matching rd-*.d.
3921
9a635504
AM
39222000-09-28 Alan Modra <alan@linuxcare.com.au>
3923
170cdc4f
AM
3924 * gas/hppa/parse/parse.exp: Replace "hppa*w-*-*" with "hppa*64*-*-*"
3925 * gas/hppa/reloc/reloc.exp: Likewise.
3926 * gas/hppa/unsorted/unsorted.exp: Likewise.
3927
9a635504
AM
3928 * gas/hppa/reloc/reduce.s: Modify .PARAM so we need an arg reloc.
3929
139368c9
JW
39302000-09-22 Jim Wilson <wilson@cygnus.com>
3931
d48ad4f3
JW
3932 * gas/ia64/opc-f.pl: Add missing fcmp and fpcmp tests.
3933 * gas/ia64/opc-f.s, gas/ia64/opc-f.d: Regenerate.
3934
139368c9
JW
3935 * gas/ia64/dv-raw-err.s: Add new testcases for PR%, 16 - 62.
3936 * gas/ia64/dv-waw-err.s: Likewise.
3937 * gas/ia64/dv-imply.d: Regenerate.
3938 * gas/ia64/dv-mutex.d, gas/ia64/dv-raw-err.l, gas/ia64/dv-safe.d,
3939 gas/ia64/dv-srlz.d, gas/ia64/dv-war-err.l, gas/ia64/dv-waw-err.l,
3940 gas/ia64/opc-f.d, gas/ia64/opc-i.d, gas/ia64/opc-m.d: Likewise.
3941
7484b8e6
TW
39422000-09-14 Timothy Wall <twall@cygnus.com>
3943
3944 * gas/ia64/dv-waw-err.[sl]: Additional tests for parallel
3945 comparisons which should and should not produce DVs.
3946
927781e2
AM
39472000-09-05 Alan Modra <alan@linuxcare.com.au>
3948
3949 * gas/vtable/vtable.exp: Re-enable for hppa-elf.
3950
9a8f29e3
TW
39512000-08-29 Timothy Wall <twall@cygnus.com>
3952
bbce6ab7
AM
3953 * gas/ia64/dv-mutex.s: Add stop to avoid DV error on cmp.eq.
3954 * gas/ia64/dv-mutex.d: Update regexp pattern.
3955 * gas/ia64/dv-entry-err.s: Add stop to avoid DV error on cmp.eq.
3956 * gas/ia64/dv-imply.s: Add stops to avoid DV errors on cmp.REL.
3957 Test still fails due to insn opcode pattern changes.
74b5b66a 3958
5e0c2226
L
39592000-08-21 H.J. Lu <hjl@gnu.org>
3960
3961 * gas/all/cofftag.d: Support the strict COFF.
3962
50b81f19
JW
39632000-08-16 Jim Wilson <wilson@cygnus.com>
3964
3965 * gas/ia64/dv-raw-err.s: Add new tests for addl and postinc.
3966 * gas/ia64/dv-raw-err.l: Likewise.
3967 * gas/ia64/dv-waw-err.l: Update sed pattern.
3968 * gas/ia64/opc-f.pl: Delete fpsub, and fpadd comment.
3969 * gas/ia64/opc-f.s, gas/ia64/opc-f.d: Regenerate.
3970
8cb8bcba
NC
39712000-08-16 Nick Clifton <nickc@redhat.com>
3972
3973 * gas/arm/inst.s: Add tests for edge cases of shift based
bbce6ab7 3974 addressing modes.
8cb8bcba
NC
3975
3976 * gas/arm/inst.d: Add expected results for new tests.
3977
483f05e3
HPN
39782000-07-20 Hans-Peter Nilsson <hp@axis.com>
3979
3980 * gas/all/gas.exp: Don't run floating-point tests on CRIS.
3981 * gas/ieee-fp/x930509a.exp: Ditto.
3982 * gas/macros/macros.exp: Mark strings test xfail for CRIS.
e5da6f52 3983 * gas/cris/*: New tests for CRIS.
483f05e3 3984
81366cb8
AM
39852000-07-19 Alan Modra <alan@linuxcare.com.au>
3986
3987 * gas/macros/macros.exp (test1): Run it for hppa*-*-linux*.
3988 (semi): Likewise.
3989 (strings): Don't run for hppa, except for hppa*-*-linux*.
3990
3991 * gas/hppa/parse/linesepbug.s: Ensure we have whitespace before
3992 pseudos.
3993
4b43d9f6
NC
39942000-07-18 Scott Bambrough <scottb@netwinder.org>
3995
bbce6ab7
AM
3996 * gas/arm/inst.d: Fix expected results to match current assembler
3997 output. Patch from Justin Seger <justin.m.seger@intel.com>.
4b43d9f6 3998
4b6341e9
AM
39992000-07-10 Alan Modra <alan@linuxcare.com.au>
4000
4001 * gas/vtable/vtable.exp: Disable test for hppa.
4002
4003 * gas/hppa/reloc/reloc.exp (do_relocation_reduction_tests): Don't
4004 run test for any elf target.
4005 (applybug): Don't run test for linux.
4006 * gas/hppa/unsorted/unsorted.exp (do_common_text): Likewise.
4007 * gas/hppa/parse/parse.exp (linesepbug): Remove xfail
4008 (labelbug): xfail for hppa-linux.
4009
4010 * gas/hppa/basic/{coprmem.s, fmemLRbug.s}: Add colons to labels.
4011 * gas/hppa/parse/{callinfobug.s, regpopbug.s}: Likewise.
4012 * gas/hppa/reloc/{applybug.s, funcrelocbug.s, longcall.s,
4013 r_no_reloc.s, reduce3.s}: Likewise.
4014 * gas/hppa/unsorted/common.s: Likewise.
4015
97b39d03
NC
40162000-07-05 Nick Clifton <nickc@cygnus.com>
4017
4018 * gas/d30v/inst.d: Fix expected results to match current assembler
4019 output.
4020 * gas/d30v/bittest.l: Fix expected warning messages to match
4021 current assembler output.
4022
4b6341e9 40232000-06-29 Kazu Hirata <kazu@hxi.com>
fbe1e41f
NC
4024
4025 * gas/h8300/h8300.exp (do_h8300s_mac): Change the registers used
4026 in ldmac and stmac.
4027 * gas/h8300/macs.s: Likewise.
4028
6b2539e3
NC
40292000-06-27 Nick Clifton <nickc@cygnus.com>
4030
4031 * gas/d30v/bittest.l: Edit to match new warning messages produced
4032 by assembler.
4033
39bec121
TW
40342000-06-19 Timothy Wall <twall@cygnus.com>
4035
4036 * gas/macros/macros.exp: Avoid tests which are not useful on tic54x.
4037 * gas/all/gas.exp: Make adjustments for tic54x target.
4038 * gas/ieee-fp/x930509a.exp: Ditto.
4039 * gas/tic54x/*: New tests for tic54x. NOTE: load page has been
4040 moved into the LMA and is not printed separately by objdump any
4041 longer. This still needs to be tested.
74b5b66a 4042
60bcf0fa
NC
40432000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
4044
4045 * gas/m68k/all.exp: Don't execute tests if the target is m68hc11&12.
4046 * gas/m68hc11/all.exp: Specific tests for m68hc11.
4047 * gas/m68hc11/all_insns.[ds]: Check m68hc11 instructions.
4048 * gas/m68hc11/insns[ds]: Another test.
4049 * gas/m68hc11/lbranch.[ds]: Check branch optimization (gas relax).
4050 * gas/m68hc11/opers12.[ds]: New files, check m68hc12 operands.
4051
55d98a80
AM
40522000-06-17 Alan Modra <alan@linuxcare.com.au>
4053
4054 * gas/macros/strings.s: Don't start directives in first column
4055 (for LABELS_WITHOUT_COLONS targets).
4056
8e1b6ed6
L
40572000-06-14 H.J. Lu <hjl@gnu.org>
4058
4059 * gas/macros/strings.d: Support a.out and coff.
4060
88830cd1
NC
40612000-06-14 Nick Clifton <nickc@cygnus.com>
4062
4063 * gas/arm/arm6.s: Remove 'mrs r9, cpsr_all' since the cpsr_all
4064 flag is no longer legal syntax.
4065
aa787a89
NC
40662000-06-09 Nick Clifton <nickc@cygnus.com>
4067
4068 * gas/macros/macros.exp: Run new test: strings.
4069 * gas/macros/strings.s: New test: String expansion inside
4070 macros.
4071 * gas/macros/strings.d: New test results.
74b5b66a 4072
a6b9488a
AM
40732000-06-04 Alan Modra <alan@linuxcare.com.au>
4074
4075 * gas/i386/prefix.s: Modify so we have at least one x86 test that
4076 checks the line separator.
4077
ff460b2a 40782000-05-21 Hans-Peter Nilsson <hp@axis.com>
f48026f7
HPN
4079
4080 * gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf.
4081
322f2c45
NC
40822000-05-15 Nick Clifton <nickc@cygnus.com>
4083
4084 * gas/arm/arch4t.s: Add tests of new fields to msr instruction.
4085
de950844
AM
40862000-05-11 Ulf Carlsson <ulfc@engr.sgi.com>
4087
4088 * gas/mips/mips.exp: Include *-*-linux* in svr4pic.
4089
4090 * gas/mips/jal-svr4pic.{s,d} gas/mips/jal-xgot.d: Add a jal to a
4091 weak symbol.
4092
575bc3d6
AM
40932000-05-08 Alan Modra <alan@linuxcare.com.au>
4094
4095 * gas/mri/float.d: Fix for srec length change.
4096
36f89926
AM
40972000-05-02 Alan Modra <alan@linuxcare.com.au>
4098
4099 * gas/hppa/unsorted/unsorted.exp: Duplicate hppa*-*-*elf*
4100 behaviour for hppa*-*-linux* throughout file.
4101 * gas/hppa/reloc/reloc.exp: Ditto.
4102 (reduce2.s): Disable test for elf targets.
4103
4104 * gas/hppa/parse/parse.exp (ssbug.s): setup_xfail hppa*-*-linux*.
4105
4106 * gas/elf/section0.s: Don't start pseudos on first column so
4107 targets that define LABELS_WITHOUT_COLONS work.
4108 * gas/elf/section1.s: Ditto.
4109 * gas/vtable/inherit0.s: Ditto.
4110 * gas/vtable/inherit1.s: Ditto.
4111 * gas/vtable/entry0.s: Ditto.
4112 * gas/vtable/entry1.s: Ditto.
4113
7fca9a72
NC
41142000-05-01 Nick Clifton <nickc@cygnus.com>
4115
74b5b66a
AJ
4116 * gasp/macro.out: Fix label numbers to remove leading zeroes.
4117 * gasp/mdouble.out: Fix label numbers to remove leading zeroes.
7fca9a72 4118
ee68970f
AM
41192000-04-25 Alan Modra <alan@linuxcare.com.au>
4120
4121 * gas/i386/general.l: Allow for DISP32 pe relocs.
4122 * gas/i386/jump.d: Similarly.
4123
ff460b2a 41242000-04-24 Jim Wilson <wilson@cygnus.com>
c4479208 4125
8d82e76a
JW
4126 * gas/ia64/opc-i.d: Change pmin2.u to pmin2. Change pmax2.u to pmax2.
4127 Change MLI to MLX. Switch operands for output matching tbit.z.orcm,
4128 tbit.z.andcm, tbit.nz.orcm, tbit.nz.andcm, tnat.z.orcm, tnat.z.andcm,
4129 tnat.nz.orcm, tnat.nz.andcm inputs.
4130 * gas/ia64/opc-i.pl: Insert padding nops before last dep.
4131 * gas/ia64/opc-i.s: Regenerate.
74b5b66a 4132
c4479208
JW
4133 * gas/ia64/opc-i.s: Regenerate.
4134 * gas/ia64/opc-f.pl: Add explicit stop at end.
74b5b66a 4135
bf3ca999
TW
41362000-04-22 Timothy Wall <twall@cygnus.com>
4137
4138 * gas/ia64/opc-f.d: Disassemble zeroes to verify break.f.
4139 * gas/ia64/opc-f.s: Add an explicit stop to make IAS output match.
4140
ff460b2a
NC
41412000-04-21 Richard Henderson <rth@cygnus.com>
4142 David Mosberger <davidm@hpl.hp.com>
4143 Timothy Wall <twall@cygnus.com>
4144 Jim Wilson <wilson@cygnus.com>
800eeca4
JW
4145
4146 * gas/vtable/vtable.exp: Disable for ia64.
7fca9a72 4147 * gas/ia64: New testsuite directory.
74b5b66a 4148
71851002
AM
41492000-04-03 Alan Modra <alan@linuxcare.com.au>
4150
4151 * gas/i386/general.s: Check 16-bit immediates, and move call/jump
4152 checks to start.
4153 * gas/i386/general.l: Likewise.
4154
31254b20
AO
41552000-04-01 Alexandre Oliva <aoliva@cygnus.com>
4156
4157 * gas/mn10300/am33_5.s: Check that negative SP offsets are encoded
4158 with 32 bits, not with the unsigned shorter opcodes.
4159 * gas/mn10300/basic.exp: Likewise.
4160
77f42f92
AO
41612000-03-31 Alexandre Oliva <aoliva@cygnus.com>
4162
4163 * lib/gas-defs.exp (regexp_diff): Don't break on the first
4164 difference, list them all.
4165
d1a1bf19
NC
41662000-03-29 Nick Clifton <nickc@cygnus.com
4167
4168 * gas/arm/thumb.s: Add test of bal instruction.
4169
224de7a5
AM
41702000-03-27 Alan Modra <alan@linuxcare.com.au>
4171
4172 * gas/ieee-fp/x930509a.exp (dotest): Fix test for
4173 LISTING_WORD_SIZE==1.
4174 * gas/all/gas.exp (do_930509a): Same here.
4175 * gas/all/cond.d: And here.
4176
d1a1bf19
NC
41772000-03-16 Nick Clifton <nickc@cygnus.com>
4178
4179 * gas/arm/arm.exp: Run branch.s test.
4180 Run tests if target is strongarm.
4181
4182 * gas/arm/branch.s: New test. Make sure that assembler can handle
4183 same-section branch relocations properly.
4184
4185 * gas/arm/branch.d: New file. Expected output from assembling
4186 branch.s.
4187
bb2d6cd7
GK
41882000-03-10 Geoffrey Keating <geoffk@cygnus.com>
4189
4190 * gas/mips/empic.d: New file.
4191 * gas/mips/empic.s: New file.
4192 * gas/mips/mips16-e.d: New file.
4193 * gas/mips/mips16-e.s: New file.
4194 * gas/mips/mips16-f.d: New file.
4195 * gas/mips/mips16-f.s: New file.
4196 * gas/mips/mips.exp: Add empic, mips16-e. Add mips16-f as an
4197 expected failure.
4198
11038c5e
L
41992000-02-25 H.J. Lu <hjl@gnu.org>
4200
4201 * gas/i386/general.l: Support a.out and coff.
4202
cc5ca5ce
AM
42032000-02-25 Alan Modra <alan@spri.levels.unisa.edu.au>
4204
4205 * gas/i386/intel.s: New file, intel version of opcode.s
084e9a84
AM
4206 * gas/i386/intel.d: New file, copy of opcode.d
4207 * gas/i386/i386.exp: Call it.
cc5ca5ce
AM
4208
4209 * gas/i386/general.s: Add extra "out" instructions.
4210 * gas/i386/general.l: Likewise.
4211
557537a5
NC
42122000-01-31 Nick Clifton <nickc@cygnus.com>
4213
4214 * gas/arm/inst.s: Include test of ATPCS register naming
4215 conventions.
4216
4217 * gas/arm/float.s: Include test of ATPCS register naming
4218 conventions.
4219
ff460b2a 42202000-01-21 H.J. Lu <hjl@gnu.org>
dfad2e40
AM
4221
4222 * gas/i386/general.l: Support a.out.
4223 * gas/i386/jump.d: Likewise.
4224 * gas/i386/jump16.d: Likewise.
4225
a3d1c52b
AM
42262000-01-21 Alan Modra <alan@spri.levels.unisa.edu.au>
4227
4228 * gas/i386/general.{s,l}: Move 16 bit jmp and call tests from here
4229 * gas/i386/jump16.{s,d}: To here.
4230 * gas/i386/jump.{s,d}: New files. Duplicate 32 bit jmp and call
4231 tests in general.s so that objdump is exercised.
4232
4233 * gas/i386/i386.exp: Call new tests.
4234
a8de5998
AM
42352000-01-15 Alan Modra <alan@spri.levels.unisa.edu.au>
4236
add0c677
AM
4237 * gas/i386/general.{s,l}: Add jmp and call tests for .code16gcc,
4238 .code16, and .code32 modes.
a8de5998 4239
ff460b2a 42401999-11-30 Jeffrey A Law (law@cygnus.com)
433b8629
JL
4241
4242 * gas/mn10300/{am33.s, am33_2.s, am33_3.s}: New test files.
4243 * gas/mn10300/{am33_4.s, am33_5.s, am33_6.s}: Likewise.
4244 * gas/mn10300/{am33_7.s, am33_8.s}: Likewise.
4245 * gas/mn10300/basic.exp: Run the am33 tests.
4246
73c89d48
GRK
42471999-11-15 Gavin Romig-Koch <gavin@cygnus.com>
4248
4249 * gas/mips/la.d: Adjust for new la macro expansion.
4250 Change matches for explicit addresses to matches for
4251 any address.
4252 * gas/mips/la-xgot.d: Same.
4253 * gas/mips/la-svr4pic.d: Same.
4254
603eea08
NC
42551999-11-01 Nick Clifton <nickc@cygnus.com>
4256
4257 Remove reloc generating references to local labels in test code.
4258 Some ARM targets (eg PE) generate a reloc based on the label,
4259 whilst others (eg ELF) generate a reloc based on the section
4260 symbol. This meant that the disassembled outputs would differ.
74b5b66a 4261
603eea08
NC
4262 * gas/arm/inst.s: Change test of BLPL instruction.
4263 * gas/arm/inst.d: Change expected decode of BLPL instruction.
4264 * gas/arm/arm7t.s: Remove use of .LC0 label in .word directive.
50903393
NC
4265 Remove .rdata section, since this cannot exist in an arm-aout
4266 target.
4267 * gas/arm/arm7t.d: Change expected reloc generated for .word
4268 directive.
603eea08 4269
e591b0ea
NC
42701999-10-21 Nick Clifton <nickc@cygnus.com>
4271
4272 * gas/arm/arm7t.d: Update to match latest objdump output.
4273 * gas/arm/inst.s: Fix erroneous test case.
4274 * gas/arm/inst.d: Update to match latest objdump output.
4275
ff460b2a 42761999-10-11 Geoffrey Keating <geoffk@cygnus.com>
a6ea59ce
GK
4277
4278 * lib/gas-defs.exp (regexp_diff): Allow '#...' to mean "some
74b5b66a 4279 indeterminate number of extra lines here".
a6ea59ce
GK
4280
4281 * gas/elf/elf.exp: Remove XFAILs.
4282 * gas/elf/section0.d: Make pass on MIPS (and hopefully alpha).
4283 * gas/elf/section1.d: Likewise.
4284
ff460b2a 42851999-10-07 Diego Novillo <dnovillo@cygnus.com>
c43185de
DN
4286
4287 * gas/d10v: New directory.
4288 * gas/d10v/d10.exp: New file.
4289 * gas/d10v/inst.s: New file.
4290 * gas/d10v/inst.d: New file.
4291
ff460b2a 42921999-10-07 Geoffrey Keating <geoffk@cygnus.com>
07147777
GK
4293
4294 * gas/mips/elf-rel.s: New file.
4295 * gas/mips/elf-rel.d: New file.
4296 * gas/mips/elf-rel2.d: New file.
4297 * gas/mips/e32-rel2.d: New file.
4298 * gas/mips/elf-rel2.s: New file.
4299 * gas/mips/mips.exp: Add elf-rel, elf-rel2.
4300
4301 * gas/mips/elf_e_flags1.d: Tweak a little so it passes
4302 even if the CPU is set to something by default.
4303
ff460b2a 43041999-10-04 Doug Evans <devans@canuck.cygnus.com>
93c6c015
DE
4305
4306 * gas/m32r/error.exp: New testcase driver.
4307 * gas/m32r/m32rx.exp: New testcase driver.
4308 * gas/m32r/fslotx.[sd]: New testcase.
4309 * gas/m32r/m32rx.[sd]: New testcase.
4310 * gas/m32r/relax-s.[sd]: New testcase.
4311 * gas/m32r/interfere.s: New testcase.
4312 * gas/m32r/wrongsize.s: New testcase.
4313
b7be1db6
AM
43141999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au>
4315
4316 * gas/i386/i386.exp: Enable reloc and white tests for COFF.
4317 * gas/i386/reloc.d: Accept dir32 relocs.
4318
61feeec2
ILT
43191999-09-12 Donn Terry <donn@interix.com>
4320
4321 * gas/all/gas.exp: Run cofftag test for i*86-*-interix*.
4322 * lib/gas-defs.exp: Add perror if can not read .d file.
4323
2ef5e2a1
ILT
43241999-09-04 Steve Chamberlain <sac@pobox.com>
4325
4326 * gas/pj/{pj.exp, ops.c, ops.d}: New tests for picoJava.
4327
c5089c84
NC
43281999-09-02 Nick Clifton <nickc@cygnus.com>
4329
4330 * gas/vtable/vtable.exp: Add [istarget "strongarm*-*-*"] to run
4331 dump test "entry0" instead of "entry1".
74b5b66a 4332
f3d180e9 43331999-09-01 Scott Bambrough <scottb@netwinder.org>
74b5b66a 4334
bbce6ab7
AM
4335 * gas/vtable/vtable.exp: Added [istarget "arm*-*-*"] to run dump
4336 test "entry0" instead of "entry1". ARM targets use REL relocs,
4337 and should use the test entry0.
f3d180e9 4338
c35dfbeb
AM
43391999-09-01 H.J. Lu <hjl@gnu.org>
4340
4341 * gas/i386/naked.d: Fix for coff targets.
4342
68196d70
JL
4343Mon Aug 30 12:18:40 1999 Jeffrey A Law (law@cygnus.com)
4344
cb63de9b
JL
4345 * gas/hppa/unsorted/*.s: Use .code instead of .SPACE/.SUBSPA for
4346 sectioning.
4347 * gas/hppa/unsorted/unsorted.exp: Disable tests not appropriate for
4348 PA64.
4349
a91f57fd
JL
4350 * gas/hppa/reloc/*.s: Use .code instead of .SPACE/.SUBSPA for
4351 sectioning.
4352 * gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64.
4353 Revamp address expressions slightly to handle an arbitrary sized
4354 address.
4355
a022ef54
JL
4356 * gas/hppa/parse/*.s: Use .code instead of .SPACE/.SUBSPA for
4357 sectioning.
4358 * gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64.
4359
68196d70
JL
4360 * gas/hppa/basic/*.s: Use .code instead of .SPACE/.SUBSPA for
4361 sectioning.
4362
3f9ed93b
AM
43631999-08-30 Alan Modra <alan@spri.levels.unisa.edu.au>
4364
4365 * gas/i386/naked.s, gas/i386/naked.d: Test-suite addition for
4366 allow_naked_reg parsing.
4367 * gas/i386/i386.exp: Call it.
4368
5f47d35b
AM
43691999-08-29 Alan Modra <alan@spri.levels.unisa.edu.au>
4370
4371 * gas/i386/white.s, gas/i386/white.l: Add space in FP reg tests.
4372
ff460b2a 43731999-08-28 Jerry Quinn <jquinn@nortelnetworks.com>
0791df6c 4374
e3ca10d7
JL
4375 * gas/hppa/basic/basic.exp: Add new tests shift2.s,
4376 shift3.s, extract2.s, extract3.s, deposit2.s, and deposit3.s.
4377 * gas/hppa/basic/shift2.s, shift3.s, extract2.s,
4378 extract3.s, deposit2.s, deposit3.s: New.
4379
436709ee 4380 * gas/hppa/basic/add.s,addi.s,dcor.s,shladd.s,sub.s,subi.s,unit.s:
7fca9a72 4381 Add new syntax versions of instructions to tests.
436709ee
JL
4382 * gas/hppa/basic/add2.s,dcor2.s,perf.s,purge2.s,shladd2.s,sub2.s,
4383 system2.s, unit2.s: New tests.
4384 * hppa/basic/basic.exp: Add new tests.
4385
3c5c4310
JL
4386 * gas/hppa/basic/basic.exp:
4387 * gas/hppa/basic/media.s: Add test cases for new instructions.
4388
be3f1865
JL
4389 * gas/hppa/basic/basic.exp (do_branch2,do_media): New.
4390 * gas/hppa/basic/branch2.s: New.
4391 * gas/hppa/basic/media.s: New.
4392
4393 * gas/hppa/basic/basic.exp (do_fp_comp2): New.
4394 * gas/hppa/basic/fp_comp2.s: New.
0791df6c 4395
b23bac36
AM
43961999-08-20 Alan Modra <alan@spri.levels.unisa.edu.au>
4397
4398 * gas/i386/general.s, gas/i386/general.l: Add .code16gcc
4399 displacement checks with auto address prefix.
4400
2190b5a5
ILT
44011999-08-17 H.J. Lu <hjl@gnu.org>
4402
4403 * gas/elf/elf.exp: Expected to fail on alpha*-*-*.
4404
171a4983
ILT
44051999-08-09 Ian Lance Taylor <ian@zembu.com>
4406
4407 * gas/i386/float.s, gas/i386/float.l: Modify to work correctly
4408 when gas uses 2**4 alignment for .text.
4409 * gas/i386/general.s, gas/i386/general.l: Likewise.
4410 * gas/i386/katmai.s, gas/i386/katmai.d: Likewise.
4411 * gas/i386/modrm.s, gas/i386/modrm.l: Likewise.
4412 * gas/i386/prefix.s, gas/i386/prefix.d: Likewise.
4413
6812da59
AM
44141999-07-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4415
4416 * gas/i386/reloc.d: Fix so that test passes when enable-targets
4417 includes 64-bit bfd target.
4418
aa1b0fd6
ILT
44191999-06-13 Ian Lance Taylor <ian@zembu.com>
4420
4421 * gas/i386/katmai.d: Tweak for recent disassembler changes.
4422
14c18613
ILT
44231999-06-12 Ian Lance Taylor <ian@zembu.com>
4424
966d5bec
ILT
4425 * gas/elf/elf.exp: Don't run tests on "*-*-linux*aout*" or
4426 "*-*-linux*oldld*".
4427 * gas/vtable/vtable.exp: Likewise.
4428 * gas/i386/reloc.d: Modify expected reloc names to accept a.out
4429 names.
4430
14c18613
ILT
4431 * gas/i386/amd.s: Add a symbol so a.out tests will work.
4432 * gas/i386/katmai.s: Likewise.
4433 * gas/i386/amd.d: Corresponding change.
4434 * gas/i386/katmai.d: Corresponding change.
4435
8ee99f93
ILT
44361999-06-10 Ian Lance Taylor <ian@zembu.com>
4437
4438 * gas/mips/sync.d: Pass -mips2 to the assembler.
4439
4440 * gas/mips/elf_e_flags.s: Tweak code so that the tests pass for
4441 mips-elf target as well as mips64-elf target.
4442 * gas/mips/elf_e_flags1.d: Corresponding changes.
4443 * gas/mips/elf_e_flags2.d: Likewise.
4444 * gas/mips/elf_e_flags3.d: Likewise.
4445 * gas/mips/elf_e_flags4.d: Likewise.
4446
4447 * gas/elf/elf.exp: Add setup_xfail for mips*-*-*.
4448
4449 * gas/all/itbl-test.c (main): Update itbl_get_reg_val call for new
4450 parameter.
4451
b3fb1136
RH
44521999-06-10 Jakub Jelinek <jj@ultra.linux.cz>
4453
4454 * gas/sparc/synth64.s: Add checks for single register signx/clruw.
4455 * gas/sparc/set64.s: Add tests for setuw and setsw synthetic insns.
4456 * gas/sparc/prefetch.d: Add -64 as switch.
4457 * gas/sparc/rdpr.d: Ditto.
4458 * gas/sparc/wrpr.d: Ditto.
4459 * gas/sparc/synth64.d: Ditto, reflect synth64.s changes.
4460 * gas/sparc/reloc64.d: Add -64 as switch, be more tolerant, as
4461 current gas outputs %hi(0) and not %hi(0x0).
4462 * gas/sparc/set64.d: Add -64 as switch, reflect set64.s changes and
4463 optimizations for setx instruction.
4464 * gas/sparc/sparc.exp: Do sparc64*-*-* checks if it is any of the
4465 compiled-in targets.
4466
18452d40
RH
44671999-06-10 Richard Henderson <rth@cygnus.com>
4468
4469 * gas/macros/irp.s: Use `foo' and `bar' instead of `r' and `s'.
4470 * gas/macros/rept.s, gas/macros/test2.s, gas/macros/test3.s: Likewise.
4471 * gas/macros/{irp,rept,test2,test3}.d: Update.
4472
98944905
RH
44731999-06-05 Richard Henderson <rth@cygnus.com>
4474
4475 * gas/elf/elf.exp: New directory.
4476 * gas/elf/section0.[sd]: New test.
4477 * gas/elf/section1.[sd]: New test.
4478
5164c382
NC
44791999-06-03 Philip Blundell <philb@gnu.org>
4480
4481 * gas/arm/arm7t.d, gas/arm/inst.d: Update to match current gas,
74b5b66a 4482 bfd and opcodes.
5164c382 4483
0dbfb37c
ILT
44841999-05-28 Ian Lance Taylor <ian@zembu.com>
4485
4486 * gas/vtable/vtable.exp: Don't run test for i960 yet.
4487
2481b576
NC
44881999-05-17 Nick Clifton <nickc@cygnus.com>
4489
4490 * gas/mcore/allinsn.d: Updated to match latest objdump output.
4491
c608c12e
AM
44921999-05-12 Alan Modra <alan@spri.levels.unisa.edu.au>
4493
4494 * gas/i386/opcode.d: Modify callw to suit disasm fix.
4495
4496 * gas/i386/amd.d: Modify a '(bad)' to SIMD instruction.
4497
4498 * gas/i386/amd.s: Pad to multiple of 8
4499 * gas/i386/amd.d: Here too.
4500
4501 * gas/i386/prefix.[sd]: Align with nops
4502 * gas/i386/reloc.[sd]: Here too.
4503
4504 * gas/i386/katmai.[sd]: New for PIII SIMD
4505 * gas/i386/i386.exp: Call it.
4506
252b5132
RH
45071999-05-02 Nick Clifton <nickc@cygnus.com>
4508
4509 * gas/mcore/allinsn.d: Update to match latest assembler
74b5b66a 4510 operations.
252b5132
RH
4511
45121999-04-16 DJ Delorie <dj@cygnus.com>
4513
4514 * gas/i386/amd.s: Add NOPs to align for coff targets
4515 * gas/i386/amd.d: and check for them.
4516
ff460b2a 45171999-04-15 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4518
4519 * gas/hppa/basic/basic.exp (do_coprmem): No longer expected to file.
4520
ff460b2a 45211999-04-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4522
4523 * gas/hppa/basic/branch.s: Do not use immediate value where we
4524 really want a register.
4525 * gas/hppa/basic/coprmem.s: Likewise.
4526 * gas/hppa/basic/fmemLRbug.s: Likewise.
4527 * gas/hppa/basic/coprmem.s: Likewise.
4528 * gas/hppa/basic/spop.s: Likewise.
4529 * gas/hppa/basic/imem.s: Likewise.
4530 * gas/hppa/parse/badfmpyadd.s: Likewise.
4531 * gas/hppa/parse/calldatabug.s: Likewise.
4532 * gas/hppa/parse/entrybug.s: Likewise.
4533 * gas/hppa/parse/exprbug.s: Likewise.
4534 * gas/hppa/parse/fixup7bug.s: Likewise.
4535 * gas/hppa/parse/labelbug.s: Likewise.
4536 * gas/hppa/reloc/applybug.s: Likewise.
4537 * gas/hppa/reloc/funcrelocbug.s: Likewise.
4538 * gas/hppa/reloc/labelopbug.s: Likewise.
4539 * gas/hppa/reloc/longcall.s: Likewise.
4540 * gas/hppa/reloc/plabelbug.s: Likewise.
4541 * gas/hppa/reloc/reduce.s: Likewise.
4542 * gas/hppa/reloc/reduce2.s: Likewise.
4543 * gas/hppa/reloc/reduce3.s: Likewise.
4544 * gas/hppa/unsorted/brlenbug.s: Likewise.
4545 * gas/hppa/unsorted/importbug.s: Likewise.
4546 * gas/hppa/unsorted/lasbeldiffs.s: Likewise.
4547
4548 * gas/hppa/basic/basic.exp (do_imem): Handle multiple encodings
4549 for loads and stores using reg + small d addresses.
4550 No longer expect failure for mis-parse of imm %reg.
4551
45521999-04-13 Doug Evans <devans@casey.cygnus.com>
4553
4554 * gas/m32r/m32rx.d (cmpu__rach): Fix expected output.
4555 * gas/m32r/m32rx.s (bc__add,add__bc): Explicitly specify short branch
4556 so branch relaxation restrictions won't interfere with parallelization
4557 attempts.
4558
45591999-04-08 Nick Clifton <nickc@cygnus.com>
4560
4561 * gas/mcore: New Directory.
4562 * gas/mcore/allinsn.exp: New File: Expect file for MCore assembly
4563 tests.
4564 * gas/mcore/allinsn.s: New File: Source file for MCore assembly
4565 tests.
4566 * gas/mcore/allinsn.d: New File: Expected output file for MCore
4567 assembly tests.
4568
45691999-03-20 Doug Evans <devans@casey.cygnus.com>
4570
4571 * gas/m32r/m32rx.[sd]: Fix a few more testcases.
4572
45731999-03-16 Martin Hunt <hunt@cygnus.com>
4574
4575 * gas/d30v/d30.exp (run_list_test): Add new tests,
bbce6ab7 4576 label, guard-debug, serial, warn_oddreg, bittest, and mul.
252b5132
RH
4577
4578 * gas/d30v/opt.s: Fix some warnings and add a few labels
bbce6ab7 4579 to keep things from parallelizing where we don't want them to.
252b5132
RH
4580
4581 * gas/d30v/reloc.s: Fix warning.
74b5b66a 4582
252b5132
RH
4583 * gas/d30v/opt.d, reloc.d, inst.d: Rebuild.
4584
74b5b66a 4585 * gas/d30v/label.s: New test. Check that labels are aligned
bbce6ab7 4586 on 8-byte boundaries.
252b5132
RH
4587
4588 * gas/d30v/guard-debug.s: New test. Test output with "-g".
4589
74b5b66a 4590 * gas/d30v/serial.s: New test. Check for warnings with
bbce6ab7 4591 illegal serial instructions.
252b5132
RH
4592
4593 * gas/d30v/warn_oddreg.s: New test. CHeck for warnings when
bbce6ab7 4594 odd-numbered registers are used for some instructions.
252b5132 4595
74b5b66a 4596 * gas/d30v/bittest.s: New test. Check for bit operation
bbce6ab7 4597 instructions (BCLR, BNOT, BSET, BTST) in the IU.
252b5132
RH
4598
4599 * gas/d30v/mul.s: New test. Check for restricted sequences
bbce6ab7 4600 in a bunch of different multiply instructions.
74b5b66a 4601
252b5132
RH
4602 * gas/vtable/vtable.exp (run_list_test): Don't
4603 run test on D30V.
4604
46051999-03-05 Nick Clifton <nickc@cygnus.com>
4606
4607 * gas/all/gas.exp: Expect strongarm-coff target to fail cofftag
74b5b66a 4608 test.
252b5132
RH
4609
46101999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4611
4612 * gas/mips/mips.exp: Run the new tests, below.
4613 * gas/mips/elf_e_flags1.d, gas/mips/elf_e_flags2.d,
4614 gas/mips/elf_e_flags3.d, gas/mips/elf_e_flags4.d: New files.
4615 * gas/mips/elf_e_flags.c, gas/mips/elf_e_flags.s: New files.
4616
4617 * lib/gas-defs.exp (run_dump_test): Document. It's not
74b5b66a 4618 really trivial.
252b5132
RH
4619
4620 * lib/gas-defs.exp (run_dump_test): Clean up logic for guessing
4621 $program (the dump tool).
4622
46231999-02-10 Doug Evans <devans@casey.cygnus.com>
4624
4625 * gas/m32r/allinsn.d: Prefix all | with \.
4626 (push,pop): Fix expected output.
4627 * gas/m32r/relax-1.d: Emitted nops are serial, not parallel.
4628 * gas/m32r/fslot.d: Prefix all | with \.
4629
46301999-02-08 Nick Clifton <nickc@cygnus.com>
4631
4632 * gas/vtable/inherit0.s: Do not use '@' prefix to .type operator.
4633 Some ports use it as a comment initiator.
4634
4635 * gas/vtable/entry1.d: Do not look for an addend. Some ports use
4636 REL relocations and so do not have one.
4637
46381998-12-18 Nick Clifton <nickc@cygnus.com>
4639
4640 * gas/fr30/allinsn.s: Fix to match latest assembler syntax.
4641 * gas/fr30/allinsn.d: Fix to match latest assembler output
4642
46431998-12-03 Nick Clifton <nickc@cygnus.com>
4644
4645 * gas/fr30/allinsn.d: Updated to match latest assembler output.
4646
46471998-12-02 Nick Clifton <nickc@cygnus.com>
4648
4649 * gas/fr30/allinsn.s: Replace illegal insns with legal versions.
4650
4651 * gas/fr30/allinsn.d: Update to match latest assembler output.
4652
ff460b2a 46531998-11-19 Dave Brolley <brolley@cygnus.com>
252b5132
RH
4654
4655 * gas/fr30/allinsn.s: Reorder insns for better simulation.
4656
ff460b2a 46571998-11-19 Doug Evans <devans@charmed.cygnus.com>
252b5132
RH
4658
4659 * gas/mips/sync.[sd]: New testcase.
4660 * gas/mips/mips.exp: Run it.
4661
ff460b2a 46621998-11-18 Dave Brolley <brolley@cygnus.com>
252b5132
RH
4663
4664 * gas/fr30/allinsn.s (dmov): Correct hex literals.
4665
ff460b2a 46661998-11-17 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4667
4668 * gas/fr30/allinsn.s: Moved currently un-assembliable instructions
4669 to end of file.
4670
4671 * gas/fr30/allinsn.d: Added disassembly of currently assembliable
4672 opcodes.
4673
d6e5ae25 46741998-11-16 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4675
4676 * gas/fr30/allinsn.s: Fix syntax errors.
4677
d6e5ae25 46781998-11-16 Dave Brolley <brolley@cygnus.com>
252b5132
RH
4679
4680 * gas/fr30/allinsn.s: Fixed more typos.
4681
d6e5ae25 46821998-11-13 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4683
4684 * gas/fr30/allinsn.s: Fixed typos and added some tests of upper
4685 case vs lower case.
4686
d6e5ae25 46871998-11-10 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4688
4689 * gas/fr30/allinsn.s: New file.
4690 * gas/fr30/allinsn.d: New file.
4691 * gas/fr30/allinsn.exp: New file.
4692 * gas/fr30/fr30.exp: New file.
4693
d6e5ae25 46941998-11-02 Doug Evans <devans@canuck.cygnus.com>
252b5132
RH
4695
4696 * gas/m32r/fslot.[sd]: New testcase.
4697 * gas/m32r/m32r.exp: Run it.
4698
d6e5ae25 46991998-10-20 Alan Modra <alan@spri.levels.unisa.edu.au>
252b5132
RH
4700
4701 * gas/i386/i386.exp: Run AMD insn test.
4702 * gas/i386/amd.s: New test.
4703 * gas/i386/amd.d: New test results.
4704
d6e5ae25 47051998-09-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
252b5132
RH
4706
4707 * gas/vtable/inherit1.l: Require only the word GAS somewere in the
4708 first line of the listing.
4709
4710Tue Sep 1 10:20:03 1998 Richard Henderson <rth@cygnus.com>
4711
4712 * gas/ppc/astest.d: Adjust regexps to match a 64-bit host.
4713 * gas/ppc/astest2.d: Likewise.
4714
4715Mon Aug 31 13:25:07 1998 Richard Henderson <rth@cygnus.com>
4716
4717 * gas/vtable/{entry0.d,entry1.d,inherit0.d}: Fix pattern matching
4718 of whitespace for 64-bit hosts.
4719
4720Mon Aug 31 12:45:49 1998 Richard Henderson <rth@cygnus.com>
4721
4722 * gas/vtable/vtable.exp: New.
4723 * gas/vtable/{entry0.s,entry0.d}: New.
4724 * gas/vtable/{entry1.s,entry1.d}: New.
4725 * gas/vtable/{inherit0.s,inherit0.d}: New.
4726 * gas/vtable/{inherit1.s,inherit1.l}: New.
4727
4728Thu Aug 20 23:18:06 1998 Ian Lance Taylor <ian@cygnus.com>
4729
4730 * gas/i386/white.l: Revert patch of August 12.
4731
4732Wed Aug 12 11:54:37 1998 Jeffrey A Law (law@cygnus.com)
4733
4734 * gas/mn10300/udf.s: New test.
4735 * gas/mn10300/basic.exp: Run it.
4736
4737Wed Aug 12 13:25:38 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4738
4739 * gas/i386/general.l: Test andb $~0x80,foo.
4740 * gas/i386/general.s: Update.
4741
4742 * gas/i386/white.l: Expect warning for stand-alone ss prefix.
4743
4744Tue Jul 21 12:46:59 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4745
4746 * gas/i386/white.s: Add some more whitespace tests.
4747 * gas/i386/white.l: Update accordingly.
4748
4749Mon Jul 13 18:15:11 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
4750
4751 * gas/i386/*: All new i386 testsuite.
4752
47531998-07-02 Ken Raeburn <raeburn@cygnus.com>
4754
4755 * lib/gas-defs.exp (gas_init): Complain if target name isn't in
4756 canonical form.
4757
4758Wed Jul 1 15:35:09 1998 Nick Clifton <nickc@cygnus.com>
4759
4760 * gas/all/gas.exp: Expect ARM and Thumb cofftag test to fail.
4761
4762Wed Jul 1 17:31:39 1998 Ian Lance Taylor <ian@cygnus.com>
4763
4764 * gas/ppc/simpshft.s: Add alignment so that it works on AIX.
4765 * gas/ppc/simpshft.d: Change accordingly. Only dump the .text
4766 section.
4767
4768Tue Jun 23 15:14:43 1998 Nick Clifton <nickc@cygnus.com>
4769
4770 * gas/v850/hilo2.s: Use r1 as the destination of the movea
4771 instruction, since r0 is read only.
4772
4773 * gas/v850/basic.exp: Fix names of special area relocations.
4774 Set -mwarn-signed-overflow flag when running range.s test.
4775
4776Sun Jun 21 12:44:43 1998 Nick Clifton <nickc@cygnus.com>
4777
4778 * gas/d30v/reloc.d: Updated to match latest assembler output.
4779
d6e5ae25 47801998-06-17 Frank Ch. Eigler <fche@cygnus.com>
252b5132
RH
4781
4782 * gas/mips/delay.d: Add -mcpu=NNNN to gas flags to let test case
74b5b66a 4783 run on differently targeted assembler.
252b5132
RH
4784 * gas/mips/{ld-ilocks-addr32,ld-svr4pic.d}: Ditto.
4785 * gas/mips/{ld-xgot.d,lif-svr4pic.d,lif-xgot.d}: Same.
4786 * gas/mips/{mips16.d,mips4.d,nodelay.d}: Again.
4787 * gas/mips/{trunc.d,uld.d,ulh-xgot.d,usd.d}: And then some.
74b5b66a 4788
252b5132 4789 * gas/mips/ld-ilocks.d: Removed disassembler flags to let target
74b5b66a 4790 defaults go unmodified. Replaced $f4/$f5 with $fp[45], as the
252b5132
RH
4791 original `ld.d' had. Find `ld.s'.
4792 * gas/mips/mul-ilocks.d: Nearly ditto.
74b5b66a 4793
d6e5ae25 47941998-06-11 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4795
4796 * gas/d30v/inst.d: Expect repeati instrucitons to be combined.
4797
4798 * gas/d30v/inst.s: Add nop to keep assembled instructions at
4799 expected addresses.
4800
d6e5ae25 48011998-06-08 Nick Clifton <nickc@cygnus.com>
252b5132
RH
4802
4803 * gas/d30v/array.d: Updated to match latest assembler results.
4804 * gas/d30v/reloc.d: Partially updated to match latest assembler
74b5b66a 4805 results.
252b5132 4806
d6e5ae25 48071998-06-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
252b5132
RH
4808
4809 * gas/m68k/operands.s: For all pc relative addresses change tstl
4810 to pea since the former does not allow pcrel on m68000. Do not
4811 make label foo global, so that references to it can be relaxed on
4812 ELF targets.
4813 * gas/m68k/operands.d, gas/m68k/op68000.d: Updated.
4814
d6e5ae25 48151998-06-02 Geoff Keating <geoffk@ozemail.com.au>
252b5132
RH
4816
4817 * gas/ppc/ppc.exp: Run simpshft test.
4818 * gas/ppc/simpshft.d: New file.
4819 * gas/ppc/simpshft.s: New file.
4820
d6e5ae25 48211998-06-01 Jeffrey A Law (law@cygnus.com)
252b5132
RH
4822
4823 * gas/mips/div-ilocks.d: Handle both "break" instruction variants.
4824 * gas/mips/{div.d, mul-ilocks.d, mul.d}: Likewise.
74b5b66a 4825
d6e5ae25 48261998-05-29 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
4827
4828 * gas/mips/mips.exp: Adjust ilocks initialization to match current
4829 assembler defaults more closely.
4830
4831 * gas/sh/fp.s: Remove ftst/nan. The assembler no longer supports
4832 the instruction.
4833 * gas/sh/basic.exp: Adjust accordingly.
4834
4835Wed May 27 15:26:51 1998 Nick Clifton <nickc@cygnus.com>
4836
4837 * gas/d30v/align.d: Updated to match latest assembler output.
4838 * gas/d30v/inst.d: Updated to match latest assembler output.
4839 * gas/d30v/inst.s: Updated to match latest assembler rules.
4840 * gas/d30v/opt.d: Updated to match latest assembler output.
4841
4842Fri May 22 15:56:51 1998 Doug Evans <devans@canuck.cygnus.com>
4843
4844 * gas/m32r/allinsn.d: Handle 64 bit bfd_vma.
4845 * gas/m32r/uppercase.d: Likewise.
4846
4847Thu May 21 15:03:06 1998 Nick Clifton <nickc@cygnus.com>
4848
4849 * gas/arm/thumb.s: Add period to start of labels to prevent
4850 assembler thinking that they are function entry points.
4851
4852Tue May 19 18:17:10 1998 Ian Lance Taylor <ian@cygnus.com>
4853
4854 * gas/mips/mips16.d: Correct to reflect bug fix to disassembler.
4855
4856Mon May 18 13:11:45 1998 Frank Ch. Eigler <fche@cygnus.com>
4857
4858 * gas/mips/{div,ld,mul}.d: Add assembler -mcpu= flag to match
74b5b66a
AJ
4859 disassembler.
4860
252b5132
RH
4861Fri May 15 14:51:01 1998 Gavin Koch <gavin@cygnus.com>
4862
4863 * gas/mips/mips.exp: Distinguish chains with 32-bit addresses.
4864 * gas/mips/ld-ilocks-addr32.d : New.
4865
4866Wed May 13 15:06:31 1998 Doug Evans <devans@canuck.cygnus.com>
4867
4868 * gas/m32r/uppercase.[sd]: Test for HIGH,SHIGH,LOW,SDA.
4869
4870Thu May 7 13:05:25 1998 Frank Ch. Eigler <fche@cygnus.com>
4871
4872 * gas/mips/break20.[sd]: New tests for 20-bit operand break and
74b5b66a 4873 sddbp instructions.
252b5132 4874 * gas/mips/trap20.[sd]: New tests for 20-bit operand trap
74b5b66a 4875 instructions.
252b5132
RH
4876 * gas/mips/mips.exp: Run them.
4877
4878Thu Apr 30 11:55:01 1998 Frank Ch. Eigler <fche@cygnus.com>
4879
4880 * gas/d30v/{inst,array,opt,reloc}.d: Accept <symbol+offset> labels
74b5b66a
AJ
4881 in disassembly, where the offset is in hex and has a "0x" prefix.
4882
252b5132
RH
4883Tue Apr 28 16:38:34 1998 Frank Ch. Eigler <fche@cygnus.com>
4884
4885 * gas/mips/lineno.[sd]: Assembly source line number test.
4886 * gas/mips/mips.exp: Added lineno test.
4887
4888Wed Apr 8 18:45:17 1998 Jeffrey A Law (law@cygnus.com)
4889
4890 * gas/testsuite/all/gas.exp: No longer expect failures for
4891 difference of undefined symbols on mn10x00 targets.
4892
4893Mon Mar 23 10:47:33 1998 Frank Ch. Eigler <fche@cygnus.com>
4894
4895 * gas/all/align.s: Back out ".section text" change below;
4896 use ".text" again.
4897 * gas/macros/semi.s: Ditto.
74b5b66a 4898
252b5132
RH
4899Fri Mar 20 18:51:49 1998 Frank Ch. Eigler <fche@cygnus.com>
4900
4901 * gas/all/align.s: Identify ".text" section explicitly.
4902 * gas/macros/semi.s: Ditto.
74b5b66a
AJ
4903
4904
4905
252b5132
RH
4906Mon Mar 2 13:30:40 1998 Doug Evans <devans@seba.cygnus.com>
4907
4908 * gas/m32r/allinsn.[sd] (ldi8a,ldi16a): Delete.
4909 (ldi16): Improve test.
4910 (nop): Fix test.
4911
4912Thu Feb 12 20:12:39 1998 Ian Lance Taylor <ian@cygnus.com>
4913
4914 * gasp/macro.out: Adjust to reflect the fact that keyword
4915 arguments are now permitted after positional arguments.
4916
4917Wed Feb 4 15:27:44 1998 Nick Clifton <nickc@cygnus.com>
4918
4919 * gas/arm/arm7t.d: Update to match latest assembler output.
4920
4921Wed Feb 4 15:40:00 1998 Geoffrey Keating <geoffk@ozemail.com.au>
4922
4923 * gas/ppc/ppc.exp: New file.
4924 * gas/ppc/astest.s, gas/ppc/astest.d: New test.
4925 * gas/ppc/astest2.s, gas/ppc/astest2.d: New test.
4926
4927Sun Feb 1 21:43:54 1998 Jeffrey A Law (law@cygnus.com)
4928
4929 * gas/mips/4010.s: Pad test code out to a 16byte boundary.
4930 * gas/mips/4010.d: Corresponding changes.
4931 * gas/mips/4100.s: Pad test code out to a 16byte boundary.
4932 * gas/mips/4100.d: Corresponding changes.
4933 * gas/mips/4650.s: Pad test code out to a 16byte boundary.
4934 * gas/mips/4650.d: Corresponding changes.
4935
4936Fri Jan 30 14:09:13 1998 Ian Lance Taylor <ian@cygnus.com>
4937
4938 * gas/mri/moveml.d: Add test comments, fix regexps.
4939
4940Thu Jan 29 13:34:49 1998 Doug Evans <devans@canuck.cygnus.com>
4941
4942 * gas/m32r/{allinsn,high-1}.d: Allow # constant prefix to be missing.
4943
4944Thu Jan 29 09:43:50 1998 Richard Henderson <rth@cygnus.com>
4945
4946 * gas/m68k/mri_moveml.[sd]: Moved to ...
4947 * gas/mri/moveml.[sd]: ... here.
4948 * gas/mri/mri.exp: Run it.
4949
4950Tue Jan 27 21:55:44 1998 Jeffrey A Law (law@cygnus.com)
4951
4952 * gas/mips/4010.s: Add 4010 tests.
4953 * gas/mips/4010.d: Expected output.
4954 * gas/mips/4100.s: Add 4010 tests.
4955 * gas/mips/4100.d: Expected output.
4956 * gas/mips/4650.s: Add 4010 tests.
4957 * gas/mips/4650.d: Expected output.
4958 * gas/mips/mips.exp: Run the new tests.
4959 * gas/mips/*.d: Pass the right processor model to objdump.
4960 Fix minor cases where expected output was wrong due to opcode
4961 conflicts.
4962
4963Tue Jan 27 05:35:02 1998 Richard Henderson <rth@cygnus.com>
4964
4965 * gas/m68k/mri_moveml.[sd]: New testcase.
4966
4967Thu Jan 22 17:29:07 1998 Nick Clifton <nickc@cygnus.com>
4968
4969 * gas/m32r/high-1.d: Add hash prefix to constants.
4970
4971 * gas/m32r/allinsn.s: Add hash prefix to some constants.
4972 * gas/m32r/allinsn.d: Add hash prefix to constants.
4973
4974Wed Jan 21 21:24:08 1998 Manfred Hollstein <manfred@s-direktnet.de>
4975
4976 * gas/m88k/init.d: Fix hexadecimal offsets.
4977
4978Wed Jan 14 17:49:22 1998 Nick Clifton <nickc@cygnus.com>
4979
4980 * gas/m32r/uppercase.d: Fix white space matching.
4981 * gas/m32r/relax-1.d: Fix white space matching.
4982
4983Wed Jan 14 15:44:32 1998 Jeffrey A Law (law@cygnus.com)
4984
4985 * gas/mips/div.d: Update for recent assembler changes.
4986 * gas/mips/div-ilocks.d: Likewise.
4987
4988Wed Jan 14 11:13:06 1998 Doug Evans <devans@seba.cygnus.com>
4989
4990 * gas/m32r/allinsn.d (cmpui): Update output to new format.
4991
4992Thu Dec 18 11:10:42 1997 Nick Clifton <nickc@cygnus.com>
4993
4994 * gas/arm/inst.d: Updated to match latest disassembler changes.
4995
4996 * gas/arm/arm7t.d: Updated to match latest disassembler changes.
4997
4998Tue Dec 16 22:19:25 1997 Ken Raeburn <raeburn@cygnus.com>
4999
5000 * gas/mips/lb-xgot.d, gas/mips/rol.d, gas/mips/jal-svr4pic.d,
5001 gas/mips/jal-xgot.d: Add assembler option to select a specific
5002 target chip, the R3000.
5003 * gas/mips/lb-xgot-ilocks.d: New test, specifically selecting
5004 R3900.
5005 * gas/mips/mips.exp: Run it.
5006
5007 * gas/ieee-fp/x930509a.exp: Don't run IEEE FP tests for Vax
5008 targets.
5009
5010Wed Oct 15 10:40:14 1997 Jeffrey A Law (law@cygnus.com)
5011
5012 * gas/ieee-fp/x930509a.s: Tweak slightly to work on the PA.
5013
5014 * gas/hppa/unsorted/unsorted.exp: Update for recent disassembler
5015 changes.
5016
ff460b2a 50171997-10-09 Doug Evans <dje@canuck.cygnus.com>
252b5132
RH
5018
5019 * gas/sparc/set64.[sd]: `set' doesn't take negative arguments.
5020
ff460b2a 50211997-10-09 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
5022
5023 * gas/arm/arm7t.d: Update for recent disassembler changes.
5024 * gas/h8300/ffxx1.d: Likewise.
5025
ff460b2a 50261997-10-08 Doug Evans <dje@canuck.cygnus.com>
252b5132
RH
5027
5028 * gas/sparc/reloc64.[sd]: Add testcases for %hix,%lox.
5029
ff460b2a 50301997-10-08 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
5031
5032 * gas/sparc/synth.d: Update for recent disassembler changes.
5033 * gas/sparc/synth64.d: Likewise.
5034
5035 * gas/mips/beq.s: Add .text to .globl to mark the symbol to as a
5036 function symbol.
5037 * gas/mips/jal.s: Likewise.
5038
ff460b2a 50391997-10-07 Doug Evans <dje@canuck.cygnus.com>
252b5132
RH
5040
5041 * gas/sparc/reloc64.[sd]: New testcase.
5042 * gas/sparc/sparc.exp: Run it.
5043
ff460b2a 50441997-10-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
5045
5046 * gas/ieee-fp/x930509a.exp: Accept m68k listing format.
5047
ff460b2a 50481997-10-03 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
5049
5050 * gas/ieee-fp/x930509a.exp: Remove setup_xfail; it should now
5051 work. Correct for big endian and for tabs in input file.
5052
5053 * gas/alpha/fp.exp: Check for alpha-*-osf*, not alpha-*-osf1*.
5054 * gas/alpha/fp.s: Change comment characters from ! to #.
5055
ff460b2a 50561997-09-18 Doug Evans <dje@canuck.cygnus.com>
252b5132
RH
5057
5058 * gas/sparc/splet.d: Update to new objdump output format.
5059 * gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Likewise.
5060 * gas/sparc/set64.[ds]: New testcase.
5061 * gas/sparc/splet-2.[ds]: New testcase.
5062 * gas/sparc/sparc.exp: Run them.
5063
ff460b2a 50641997-08-16 Ken Raeburn <raeburn@cygnus.com>
252b5132
RH
5065
5066 Merge changes from Martin Hunt:
5067
74b5b66a 5068 * gas/d30v/inst.s: Add some new tests.
252b5132 5069
74b5b66a
AJ
5070 * gas/d30v/{inst, opt, reloc}.d: Update results with
5071 new disassembler changes.
252b5132 5072
74b5b66a 5073 * gas/d30v/inst.[sd]: Update examples for d*i instructions.
252b5132
RH
5074
5075 * gas/d30v/*.d: Update all test results because
74b5b66a 5076 of new ".s" and ".l" extensions.
252b5132
RH
5077
5078 * gas/d30v/inst.[sd]: Correct entry for mulx2h.
74b5b66a 5079 * gas/d30v/opt.[sd]: Correct st2w instruction.
252b5132
RH
5080
5081 * gas/d30v/align.d: Change expected output.
5082
74b5b66a 5083 * gas/d30v/reloc.[sd]: Add test case.
252b5132
RH
5084
5085 * gas/d30v/array.[sd]: New test case.
5086
74b5b66a 5087 * gas/d30v/opt.[sd]: Added more test cases.
252b5132
RH
5088
5089 * gas/d30v/opt.s: Add test cases.
74b5b66a 5090 * gas/d30v/reloc.s: Fix a test case.
252b5132
RH
5091 * gas/d30v/{opt,reloc}.d: Regenerate.
5092
5093Mon Sep 8 14:21:23 1997 Doug Evans <dje@canuck.cygnus.com>
5094
5095 * gas/m32r/high-1.[ds]: New testcase.
5096 * gas/m32r/m32r.exp: Run it.
5097
5098Mon Aug 25 11:04:24 1997 Doug Evans <dje@canuck.cygnus.com>
5099
5100 * gas/m32r/relax-1.[ds]: New testcase.
5101 * gas/m32r/m32r.exp: Run it.
5102
5103Thu Aug 14 23:49:49 1997 Doug Evans <dje@canuck.cygnus.com>
5104
5105 * gas/arc: New directory
5106 * gas/arc/{arc.exp,alias.[sd],branch.[sd],flag.[sd],insn3.[sd],j.[sd],
5107 ld.[sd],math.[sd],sshift.[sd],st.[sd],warn.{exp,s}}: New files.
5108
5109Wed Aug 6 00:33:30 1997 Ian Lance Taylor <ian@cygnus.com>
5110
5111 * config/default.exp: Set AS and GASP to as-new, not as.new.
5112
5113Tue Aug 5 12:33:23 1997 Ian Lance Taylor <ian@cygnus.com>
5114
5115 * config/default.exp: Set NM to nm-new, not nm.new, to match
5116 recent change in binutils build directory.
5117
5118Thu Jul 31 15:21:51 1997 Jeffrey A Law (law@cygnus.com)
5119
5120 * gas/v850/range.s: New test.
5121 * gas/v850/basic.exp: Run it.
5122
5123Tue Jul 29 14:35:02 1997 Jeffrey A Law (law@cygnus.com)
5124
5125 * gas/v850/hilo2.s: New test.
5126 * gas/v850/fepsw.s: New test.
5127 * gas/v850/basic.exp: Run them.
5128
5129Tue Jul 15 13:03:17 1997 Doug Evans <dje@canuck.cygnus.com>
5130
5131 * gas/m32r/uppercase.[sd]: New testcase.
5132 * gas/m32r/m32r.exp: New file.
5133
5134Mon Jun 16 14:32:11 1997 Ian Lance Taylor <ian@cygnus.com>
5135
5136 * gas/m68k/pcrel.d: Update for m68k disassembler changes.
5137 * gas/m68k/operands.d: Likewise.
5138
5139Mon Jun 2 16:50:03 1997 Nick Clifton <nickc@cygnus.com>
5140
5141 * gas/arm/arm.exp: Added changes from armT-970328-branch.
5142
5143Mon Jun 2 12:09:02 1997 Gavin Koch <gavin@cygnus.com>
5144
5145 * gas/mips/mips.exp: The r3900 has interlocks for mul, but
5146 not div.
5147
5148Mon Jun 2 12:03:32 1997 Gavin Koch <gavin@.cygnus.com>
5149
74b5b66a 5150 * gas/mips/mul.{d,s}: End the tests with no-ops.
252b5132
RH
5151
5152Mon Jun 2 11:48:58 1997 Gavin Koch <gavin@cygnus.com>
5153
5154 * lib/gas-defs.exp (regexp_diff): Improve messages when one
5155 file is shorter than the other.
5156
5157Wed May 7 16:18:30 1997 Manfred Hollstein <manfred@s-direktnet.de>
5158
5159 * gas/m88k/init.{s,d}: New checks for proper padding of
5160 .init sections.
5161 * gas/m88k/m88.exp: Run them.
5162
5163 * gas/m68k/t2.d: New file for check of presence of section
5164 symbols on the m68k-motorola-sysv.
5165 * gas/m68k/all.exp: Run t2 if [istarget m68*-motorola-sysv].
5166
5167Wed May 7 16:12:24 1997 Ian Lance Taylor <ian@cygnus.com>
5168
5169 * gas/all/gas.exp: Don't run cofftag test for m88k-coff.
5170
5171 * gas/mips/lifloat.s: Update for recent changes to floating point
5172 handling.
5173 * gas/mips/lif-empic.d, gas/mips/lif-svr4pic.d: Likewise.
5174 * gas/mips/lif-xgot.d, gas/mips/lifloat.d: Likewise.
5175
5176 * gas/mips/mips.exp: Handle Irix 6 like Irix 5.
5177
5178Sat Apr 19 23:16:35 1997 Niklas Hallqvist <niklas@petra.appli.se>
5179
5180 * gas/mips/mips.exp: Handle OpenBSD like NetBSD.
5181
5182Wed Apr 16 12:20:24 1997 Martin Hunt <hunt@cygnus.com>
5183
5184 * gas/d30v/d30.exp: Add optimizer test case.
5185 * gas/d30v/opt.s: Add conditional compilation tests.
5186 * gas/d30v/opt.d: Rebuild.
5187
5188Tue Apr 15 18:10:01 1997 Gavin Koch <gavin@cygnus.com>
5189
5190 * gas/mips/{delay.d,nodelay.d}: added.
5191
5192Mon Apr 7 12:57:45 1997 Doug Evans <dje@canuck.cygnus.com>
5193
5194 * gas/m32r/allinsn.d: Update to new objdump output style.
5195
5196Fri Apr 4 13:19:39 1997 Ian Lance Taylor <ian@cygnus.com>
5197
5198 * gas/all/float.s: Put a tab before .text, to keep the PA happy.
5199
5200 * gas/arm/arm.exp: Only run inst and arm7t on targets which can
5201 handle -EL. Add setup_xfail for thumb.
5202
5203 * gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits.
5204
5205Thu Apr 3 18:26:56 1997 Doug Evans <dje@canuck.cygnus.com>
5206
5207 * gas/m32r/allinsn.{exp,s.d}: New testcases.
5208
5209Thu Mar 27 00:42:28 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5210
5211 * gas/d30v/d30.exp: Add test case reloc.
5212 * gas/d30v/reloc.[sd]: New files to test relocations.
5213
5214Sat Mar 15 17:21:46 1997 Ian Lance Taylor <ian@cygnus.com>
5215
5216 * gas/arm/inst.d: Update for disassembler changes.
5217 * gas/arm/arm7t.d: Likewise.
5218
5219Tue Mar 11 13:31:56 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5220
5221 * gas/m68k/op68000.d: Update for recent assembler bug fix.
5222
5223Wed Mar 5 13:01:24 1997 Jeffrey A Law (law@cygnus.com)
5224
5225 * gas/all/gas.exp: xfail a couple tests for the mn10300.
5226
5227Mon Mar 3 11:41:00 1997 Fred Fish <fnf@cygnus.com>
5228
5229 * gas/tic80/{add.d, float.d, regops2.d, relocs1.d, relocs1b.d,
5230 relocs2.d, relocs2b.d}: Adjust to objdump format tweaks.
5231
5232Thu Feb 27 15:21:46 1997 Fred Fish <fnf@cygnus.com>
5233
5234 * gas/tic80/{align.d, align.lst, align.s} New test for the
5235 ".align" pseudop.
5236 * gas/tic80/tic80.exp: Run the align test.
74b5b66a 5237
252b5132
RH
5238Wed Feb 26 20:36:46 1997 Fred Fish <fnf@cygnus.com>
5239
5240 * gas/tic80/{float.d, float.lst, float.s}: New tests for
5241 simple floating point operands.
5242 * gas/tic80/tic80.exp: Run the float test.
5243
5244Wed Feb 26 15:16:04 1997 Fred Fish <fnf@cygnus.com>
5245
5246 * gas/tic80/{regops2.d, regops2.lst, regops2.s, regops3.d,
74b5b66a 5247 regops3.lst, regops3.s, regops4.d, regops4.lst, regops4.s}:
252b5132
RH
5248 New tests for :m and :s operand modifiers.
5249 * gas/tic80/tic80.exp: Run the regops2, regops3, and regops4 tests.
5250
5251Tue Feb 25 13:45:55 1997 Ian Lance Taylor <ian@cygnus.com>
5252
5253 * gas/macros/semi.s: Force the final alignment to use a fill value
5254 of 0.
5255
5256 * gas/all/cond.s, gas/all/cond.d: New test.
5257 * gas/all/gas.exp: Run it.
5258
5259Mon Feb 24 10:52:12 1997 Bob Manson <manson@charmed.cygnus.com>
5260
5261 * lib/gas-defs.exp(gas_init): Added new parameter for script
5262 name.
5263
5264Mon Feb 24 10:40:28 1997 Fred Fish <fnf@cygnus.com>
5265
5266 * gas/tic80/{add.d, bitnum.d, ccode.d, cregops.d, endmask.d,
74b5b66a 5267 regops.d, relocs1.d,
252b5132
RH
5268 (relocs1.c): Add file for reference.
5269 (relocs1b.d): Split reloc table contents test to different test file.
5270 (relocs2.c): Add test that uses various types (char, short, int, ...) of
5271 static and global variables with data shuffling to generate lots of ld/st
5272 instructions for the different types.
5273 (relocs2.d): New file, expected code for relocs2 test.
5274 (relocs2.lst): New file, TI assembler listing for reference.
5275 (relocs2.s): New file, assembly source for relocs2 test.
5276 (relocs2b.d): New file, expected reloc table contents for relocs2 test.
5277 (tic80.exp): Run the relocs1b, relocs2, and relocs2b tests.
5278
5279Sun Feb 23 17:54:00 1997 Dawn Perchik <dawn@cygnus.com>
5280
5281 * gas/all/itbl-test.c(main): Update function calls.
5282 Remove parameters from itbl_get_reg_val and
5283 change itbl_get_insn_name to itbl_get_field.
5284
5285Sun Feb 23 17:22:00 1997 Dawn Perchik <dawn@cygnus.com>
5286
5287 * gas/mips/itbl: Add comments.
5288 * gas/mips/itbl.s: Add comments. Prefix register names with $.
5289 * gas/all/itbl: Generic table for testing for itbl support.
5290 * gas/all/itbl.s: Generic assembly for testing for itbl support.
5291 * gas/mips/itbl-test.c: Moved to gas/all.
5292 * gas/all/itbl-test.c: Moved from gas/mips.
5293
5294Sat Feb 22 20:24:23 1997 Fred Fish <fnf@cygnus.com>
5295
5296 * gas/tic80/{add.lst, bitnum.lst, ccode.lst, cregops.lst,
74b5b66a 5297 endmask.lst, regops.lst}: Remove ^M's from end of lines.
252b5132
RH
5298 * gas/tic80/bitnum.s: Add comment to each line showing value
5299 that symbolic BITNUM assembles to. Add coverage for raw
5300 numeric values for the BITNUM operand.
5301 * gas/tic80/bitnum.d: Update due to bitnum.s changes.
5302 * gas/tic80/regops.d: Update due to opcode library additions
5303 of floating point test BITNUM values that are ambiguous with
5304 the integral ones.
5305 * gas/tic80/relocs1.s: New test case that tests simple relocs.
5306 * gas/tic80/relocs1.d: Expected output for above.
5307 * gas/tic80/relocs1.lst: TI assembler listing for above.
5308 * gas/tic80/tic80.exp: Add relocs1 test.
5309
5310Fri Feb 21 14:23:14 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5311
5312 * gas/d30v/{align.d, align.s, d30.exp, guard.d, guard.s,
5313 inst.d, inst.s, opt.d, opt.s}: Test files for D30V.
5314
5315Wed Feb 19 00:55:29 1997 Ian Lance Taylor <ian@cygnus.com>
5316
5317 * gas/macros/semi.s, gas/macros/semi.d: New test.
5318 * gas/macros/macros.exp: Run it.
5319 * gas/mri/semi.s, gas/mri/semi.d: New test.
5320 * gas/mri/mri.exp: Run it.
5321
5322Tue Feb 18 13:37:06 1997 Jeffrey A Law (law@cygnus.com)
5323
5324 * gas/hppa/unsorted/unsorted.exp (align4 tests): Tweak expected
5325 output.
74b5b66a 5326
252b5132
RH
5327Fri Feb 14 17:56:27 1997 Ian Lance Taylor <ian@cygnus.com>
5328
5329 * gas/all/align.d, gas/all/align.s: New test.
5330 * gas/all/gas.exp: Run it.
5331
5332Thu Feb 13 14:44:05 1997 Ian Lance Taylor <ian@cygnus.com>
5333
5334 * gas/mips/mips16.d: Correct PC relative instruction bytes.
5335
5336Wed Feb 12 12:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
5337
5338 * gas/mips/lif-svr4pic.d: Pass -EB when running the assembler.
5339 * gas/mips/lif-xgot.d: Likewise.
5340 * gas/mips/ulh-svr4pic.d: Likewise.
5341 * gas/mips/ulh-xgot.d: Likewise.
5342
5343 * gas/mips/mips16.d: Update for yet another change in disassembly
5344 output (this one is spacing only).
5345
5346Tue Feb 11 14:45:39 1997 Fred Fish <fnf@cygnus.com>
5347
5348 * gas/tic80/{add.d, add.lst, add.s, bitnum.d, bitnum.lst, bitnum.s,
74b5b66a 5349 ccode.d, ccode.lst, ccode.s, cregops.d, cregops.lst, cregops.s,
252b5132
RH
5350 endmask.d, endmask.lst, endmask.s, regops.d, regops.lst, regops.s,
5351 tic80.exp}: New files for TIc80 test cases.
5352
5353Tue Feb 11 15:46:27 1997 Ian Lance Taylor <ian@cygnus.com>
5354
5355 * gas/mips/mips16.d: Update for change in disassembly output.
5356
5357Mon Feb 10 22:24:00 1997 Dawn Perchik <dawn@cygnus.com>
5358
bbce6ab7 5359 * gas/mips/itbl-test.c: Add copyright message and fix indentation.
252b5132
RH
5360
5361Mon Feb 10 17:54:00 1997 Dawn Perchik <dawn@cygnus.com>
5362
74b5b66a 5363 * gas/mips/itbl-test.c: New file. Stand-alone assembler and
252b5132
RH
5364 dissassembler for itbl support.
5365
5366Mon Feb 10 17:20:00 1997 Dawn Perchik <dawn@cygnus.com>
5367
5368 * gas/mips/itbl: New file. Instruction Spec for testing --itbl
5369 option.
5370 * gas/mips/itbl.s: New file. Assembly with ne2w instructions
5371 specified in itbl.
5372
5373Fri Feb 7 16:42:53 1997 Bob Manson <manson@charmed.cygnus.com>
5374
5375 * gasp/gasp.exp: Use prune_warnings instead of prune_system_crud.
5376 * lib/gas-defs.exp: Ditto.
5377
5378Mon Feb 3 15:46:05 1997 Ian Lance Taylor <ian@cygnus.com>
5379
5380 * gas/arm/inst.d, gas/arm/arm7t.d: Pass --prefix-addresses to
5381 objdump. Update for current relocation printing style.
5382
5383Thu Jan 30 11:57:33 1997 Ian Lance Taylor <ian@cygnus.com>
5384
5385 * gas/mips/mips16.d: Update for disassembler changes.
5386
5387Thu Jan 23 03:15:06 1997 Angela Marie Thomas (angela@cygnus.com)
5388
5389 * gas/mips/mips.exp: set ilocks for all 4100/4300
5390
5391Thu Jan 2 16:49:17 1997 Ian Lance Taylor <ian@cygnus.com>
5392
5393 * gas/mips/mips16.s, gas/mips/mips16.d: New test.
5394 * gas/mips/mips.exp: Run mips16 test.
5395
5396 * gas/mips/mips.exp: Run dli test unconditionally.
5397 * gas/mips/dli.s: Add text symbol. Add nops to round to 16 byte
5398 boundary.
5399 * gas/mips/dli.d: Corresponding changes.
5400
5401Tue Dec 31 13:03:16 1996 Ian Lance Taylor <ian@cygnus.com>
5402
5403 * gas/sparc/synth.d: Use --prefix-addresses for objdump.
5404 * gas/sparc/synth64.d: Likewise.
5405
5406Tue Dec 24 16:30:58 1996 Angela Marie Thomas (angela@cygnus.com)
5407
5408 * gas/mips/*-ilocks.d: Fix regexps to resemble disassembled output.
5409
5410Fri Dec 13 13:05:33 1996 Ian Lance Taylor <ian@cygnus.com>
5411
5412 * gas/mips/*.[sd]: Add explicit nops, sometimes controlled by
5413 .ifdef, to accomodate change to avoid default alignment on
5414 embedded systems.
5415
5416Wed Dec 11 09:26:01 1996 Jeffrey A Law (law@cygnus.com)
5417
5418 * gas/mn10200/basic.exp (do_movb): Fix bit pattern for
5419 "movb dm,(an)".
5420
5421Tue Dec 10 13:01:05 1996 Jeffrey A Law (law@cygnus.com)
5422
5423 * gas/mn10300/basic.exp: Update after endianness changes to
5424 the assembler.
5425
5426 * gas/mn10200/{mov1.s,mov2.s,mov3.s,mov4.s,movx.s}: New tests.
5427 * gas/mn10200/{movb.s, movbu.s}: Likewise.
5428 * gas/mn10200/basic.exp: Run them.
5429
5430Mon Dec 9 17:08:38 1996 Jeffrey A Law (law@cygnus.com)
5431
5432 * gas/mn10200/*.s: New tests for the mn10200 assembler.
5433 * gas/mn10200/basic.exp: Run them.
5434
5435Fri Dec 6 15:35:04 1996 Jeffrey A Law (law@cygnus.com)
5436
5437 * gas/mn10300/*.s: Remove '$' register prefixing.
5438
5439Mon Nov 25 16:35:33 1996 Doug Evans <dje@canuck.cygnus.com>
5440
5441 * gas/sparc-solaris/addend.exp: Fix patterns, you can't assume
5442 \r will be present.
5443
5444Mon Nov 25 13:45:02 1996 Ian Lance Taylor <ian@cygnus.com>
5445
5446 * gas/m68k/*.d: Update for disassembler changes.
5447 * gas/mri/*.d: Likewise.
5448
5449Mon Nov 25 11:38:37 1996 Jeffrey A Law (law@cygnus.com)
5450
5451 * gas/mn10300/*.s: Use '$' as register prefix for
5452 all register operands.
5453
5454Thu Nov 21 11:52:54 1996 Jeffrey A Law (law@cygnus.com)
5455
5456 * gas/all/gas.exp: xfail a couple tests for the mn10300.
5457
5458Wed Nov 20 11:31:41 1996 Jeffrey A Law (law@cygnus.com)
5459
5460 * gas/mn10300/other.s: Update for correct syntax on a
5461 few instructions (those with register lists).
5462 * gas/mn10300/basic.exp: Corresponding changes.
5463
5464Tue Nov 19 13:36:57 1996 Jeffrey A Law (law@cygnus.com)
5465
5466 * gas/mn10300/movm.s: Update for correct syntax.
5467 * gas/mn10300/basic.exp: Update expected movm bit patterns.
5468
5469Fri Nov 15 13:57:42 1996 Jeffrey A Law (law@cygnus.com)
5470
5471 * gas/mn10300/other.s: Put parens around register
5472 argument in calls and jmp instructions.
5473
5474Wed Nov 13 13:16:04 1996 Jeffrey A Law (law@cygnus.com)
5475
5476 * gas/h8300/ffxx1.d: Update for recent disassembler changes.
5477
5478Mon Nov 11 16:03:24 1996 Jeffrey A Law (law@cygnus.com)
5479
5480 * gas/hppa/reloc/reloc.exp: Pass "--prefix-addresses" to objdump
5481 as needed.
5482 * gas/hppa/unsorted/unsorted.exp: Likewise.
5483
5484Thu Nov 7 00:27:52 1996 Jeffrey A Law (law@cygnus.com)
5485
5486 * gas/mn10300/basic.exp: Check opcode insertion for
5487 extended instructions.
5488 * gas/mn10300/extend.s: Tweak constants for better
5489 testsuite coverage.
5490
5491Wed Nov 6 13:50:07 1996 Jeffrey A Law (law@cygnus.com)
5492
5493 * gas/mn10300/basic.exp: Test insertion of operands
5494 into call and jmp instructions with 32bit offsets.
5495 Fix typo in bit test patterns.
5496 * gas/mn10300/other.s: Tweak constants to improve
5497 testsuite coverage.
5498
5499 * gas/mn10300/basic.exp: Test insertion of 32bit operand
5500 in calls, btst, bclr & bset instructions.
5501
5502 * gas/mn10300/*.s: Tweak constants in 32bit insns for
5503 better testing coverage.
5504 * gas/mn10300/basic.exp: Test insertion of most 32bit
5505 operands.
5506
5507Tue Nov 5 13:33:12 1996 Jeffrey A Law (law@cygnus.com)
5508
5509 * gas/mn10300/basic.exp: Check bit patterns for indexed mov,
5510 movbu, movhu instructions. Check bit patterns for more bit
5511 operations. Check bit patterns for various 16bit call, retf
5512 and ret instructions.
5513 * gas/mn10300/other.s: Update operands for better test coverage.
5514
5515Mon Nov 4 12:55:11 1996 Jeffrey A Law (law@cygnus.com)
5516
5517 * gas/mn10300/basic.exp: Check bit patterns for a couple more
5518 mov and cmp instructions.
5519
5520Tue Oct 29 17:05:43 1996 Ian Lance Taylor <ian@cygnus.com>
5521
5522 * gas/mips/*.d: Update for disassembler changes.
5523
5524Wed Oct 16 22:39:50 1996 Jeffrey A Law (law@cygnus.com)
5525
5526 * gas/v850/reloc.s: New tests.
5527 * gas/v850/basic.exp: Run them.
5528
5529Mon Oct 14 13:52:55 1996 Ian Lance Taylor <ian@cygnus.com>
5530
5531 * gas/mips: Add symbols to several testsuites, since the ELF
5532 assembler now always builds a symbol table, which means that
5533 objdump will no longer report `No symbols in FILE'. Change the
5534 expected output accordingly.
5535
5536Thu Oct 10 13:11:48 1996 Jeffrey A Law (law@cygnus.com)
5537
5538 * gas/mn10300/basic.exp: Check bit patterns for instructions
5539 with a single 8bit or 16bit immediate operand.
5540
5541 * gas/mn10300/basic.exp: Check bit patterns for many
5542 instructions. Add missing test in do_mov1.
5543 * gas/mn10300/mov1.s: Add missing test.
5544
5545Wed Oct 9 14:15:18 1996 Jeffrey A Law (law@cygnus.com)
5546
5547 * gas/mn10300/{add.s, bcc.s, bit.s, cmp.s, ext.s}: New tests.
5548 * gas/mn10300/{extend.s logical.s, loop.s, mov1.s}: Likewise.
5549 * gas/mn10300/{mov2.s, mov3.s, mov4.s, movbu.s}: Likewise.
5550 * gas/mn10300/{movhu.s, movm.s, muldiv.s, other.s}: Likewise.
5551 * gas/mn10300/{shift.s, sub.s}: Likewise.
5552 * gas/mn10300/basic.exp: Run them.
5553
5554Thu Oct 3 09:57:03 1996 Jeffrey A Law (law@cygnus.com)
5555
5556 * gas/mn10200, gas/mn10300: New directories for Matsushita
5557 mn10200 and mn10300 tests.
5558
5559Tue Oct 1 15:38:28 1996 Ian Lance Taylor <ian@cygnus.com>
5560
5561 * lib/gas-defs.exp (gas_version): Fix for current version
5562 printing.
5563
5564Sun Sep 29 07:55:58 1996 Doug Evans <dje@canuck.cygnus.com>
5565
5566 * gas/sparc/splet.d: Fix typo in cpusha result.
5567
5568Mon Sep 23 12:33:31 1996 Ian Lance Taylor <ian@cygnus.com>
5569
5570 * gas/m68k/fmoveml.s, gas/m68k/fmoveml.d: Add tests for fmovemx.
5571
5572Wed Sep 18 12:14:06 1996 Ian Lance Taylor <ian@cygnus.com>
5573
5574 * gas/all/cofftag.s: Use .p2align rather than .align.
5575
5576Fri Sep 13 15:28:04 1996 Jeffrey A Law (law@cygnus.com)
5577
5578 * gas/h8300/macs.s: Add "stmac" instructions.
5579 * gas/h8300/basic.exp: Test them.
5580
5581Thu Sep 12 10:28:44 1996 James G. Smith <jsmith@cygnus.co.uk>
5582
5583 * gas/arm/thumb.s (back): Check assembly of Thumb BL.
5584
5585Mon Sep 9 14:37:00 1996 Ian Lance Taylor <ian@cygnus.com>
5586
5587 * gas/mips/mips4.s, gas/mips/mips4.d: Use $fccN for condition code
5588 registers.
5589
5590Fri Sep 6 18:23:54 1996 James G. Smith <jsmith@cygnus.co.uk>
5591
5592 * gas/mips/dli.{s,d}: More test cases added.
5593
5594Wed Sep 4 11:47:29 1996 James G. Smith <jsmith@cygnus.co.uk>
5595
5596 * gas/mips/mips.exp: Add check for dli macro instruction.
5597 * gas/mips/dli.{s,d}: Added.
5598
5599Sat Aug 31 01:25:03 1996 Jeffrey A Law (law@cygnus.com)
5600
5601 * gas/v850/basic.exp (do_mem): Check bit patterns for short
5602 load/store instructions. Remove xfails for short load/store
5603 instructions.
5604 * gas/v850/mem.s: Offsets for short load/store operands
5605 are unsigned.
5606
5607 * gas/v850/basic.exp (do_branch): Check offsets in branch insns.
5608 (do_jumps): Likewise.
74b5b66a 5609
252b5132
RH
5610Fri Aug 30 00:37:55 1996 Jeffrey A Law (law@cygnus.com)
5611
5612 * gas/v850/misc.s: Tweak register numbers for better testing.
5613 * gas/v850/basic.exp (do_misc): Corresponding changes.
5614
5615 * gas/v850/hilo.s: New testfile.
5616 * gas/v850/basic.exp: Run hilo tests.
5617
5618Thu Aug 29 11:32:23 1996 James G. Smith <jsmith@cygnus.co.uk>
5619
5620 * gas/arm/arm7t.d: Explicitly force little-endian assembly.
5621
5622Fri Aug 23 11:02:55 1996 Jeffrey A Law (law@cygnus.com)
5623
5624 * gas/v850/basic.exp (do_move): Test instruction bit patterns.
5625 * gas/v850/move.s: Tweak constants for better testing.
5626
5627 * gas/v850/basic.exp (do_mem): Test instruction bit patterns.
5628 xfail sst and sld tests.
5629 (do_mov): Remove bogus xfail.
5630 * gas/v850/mem.s: sst and sld instructions can only index from
5631 "ep" register.
5632
5633 * gas/v850/basic.exp (do_logical): Test instruction bit patterns.
5634 Update addresses.
5635 * gas/v850/logical.s: Tweak constants for better testing.
5636
5637 * gas/v850/basic.exp (do_jump): Test instruction bit patterns,
5638 but not displacements (yet).
5639
5640 * gas/v850/basic.exp (do_compare): Test instruction bit patterns.
5641
5642 * gas/v850/basic.exp (do_branch): Test instruction bit patterns,
5643 but not displacements (yet).
74b5b66a 5644
252b5132
RH
5645 * gas/v850/basic.exp (do_bit): Test instruction bit patterns.
5646
74b5b66a 5647 * gas/v850/basic.exp (do_arith): Test instruction bit patterns.
252b5132
RH
5648 * gas/v850/arith.s: Tweak constants for better testing.
5649
5650 * gas/v850/basic.exp (do_misc): No longer expect failures
5651 assembling "ldsr" and "stsr" opcodes.
5652 * gas/v850/misc.s: Re-enable assembling of "ldsr" and "stsr"
5653 opcodes.
5654
5655 * gas/v850/basic.exp (do_misc): No longer expect failures
5656 assembling "trap" opcodes.
5657 * gas/v850/misc.s: Re-enable assembling of "trap" opcodes.
5658
5659 * gas/v850: New directory with v850 tests.
5660
5661Fri Aug 16 00:19:10 1996 Jeffrey A Law (law@cygnus.com)
5662
5663 * gas/hppa/basic/purge.s: Use "%sr4" on pitlb, pitlbe
5664 fic and fice instructions to test 3bit space identifiers.
5665 * gas/hppa/basic/system.s: Similarly for iitlba and
5666 iitlbp.
5667 * gas/hppa/basic/basic.exp: Corresponding changes.
5668
5669Thu Aug 15 16:25:05 1996 James G. Smith <jsmith@cygnus.co.uk>
5670
5671 * gas/arm/arm.exp: Change inst.s test to check objdump.
5672 * gas/arm/inst.d: Added.
74b5b66a 5673
252b5132
RH
5674Thu Aug 15 16:06:02 1996 James G. Smith <jsmith@cygnus.co.uk>
5675
5676 * gas/arm/thumb.s: Added.
5677 * gas/arm/immed.s: Added.
5678 * gas/arm/arch4t.s: Added.
5679 * gas/arm/arm.exp: Updated to run the new tests.
5680
5681Tue Aug 6 11:06:29 1996 Jeffrey A Law (law@cygnus.com)
5682
5683 * gas/h8300/misch.s: Reenable "eepmov.w" test.
5684 * gas/h8300/miscs.s: Likewise.
5685 * gas/h8300/h8300.exp: Check for correct assembly of "eepmov.w"
5686 on the H8/300H and H8/S. Don't expect it to fail.
5687
5688Wed Jul 31 10:57:44 1996 Doug Evans <dje@canuck.cygnus.com>
5689
5690 * gas/sparc/asi.s: Update ASI_AS_IF_USER_{PRIMARY,SECONDARY}_LITTLE.
5691
5692Wed Jul 31 15:55:12 1996 James G. Smith <jsmith@cygnus.co.uk>
5693
5694 * gas/arm/arm7t.s: Added.
5695 * gas/arm/arm7t.d: Added.
5696 * gas/arm/arm.exp: Updated to run the new test.
5697
5698Mon Jul 8 14:27:39 1996 Ian Lance Taylor <ian@cygnus.com>
5699
5700 * gas/m68k/pcrel.d: Rename from schwab.d.
5701 * gas/m68k/pcrel.s: Rename from schwab.s.
5702
5703Mon Jul 8 14:23:26 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5704
5705 * gas/m68k/schwab.d: Correct for ELF format.
5706 * gas/m68k/all.exp: Run "schwab" test for all targets.
5707
5708Thu Jul 4 14:23:36 1996 Ian Lance Taylor <ian@cygnus.com>
5709
5710 Avoid DOS file naming problems:
5711 * gas/h8300/branch.s: Rename from branches.s.
5712 * gas/h8300/branchh.s: Rename from branchesh.s.
5713 * gas/h8300/branchs.s: Rename from branchess.s.
5714 * gas/h8300/rotsh.s: Rename from rotshift.s.
5715 * gas/h8300/rotshh.s: Rename from rotshifth.s.
5716 * gas/h8300/rotshs.s: Rename from rotshifts.s.
5717 * gas/h8300/h8300.exp: Corresponding changes.
5718
5719Thu Jul 4 14:01:46 1996 James G. Smith <jsmith@cygnus.co.uk>
5720
5721 * gas/mips/mips.exp: Add new tests for processors with interlocks
74b5b66a 5722 on div and mul.
252b5132
RH
5723 * gas/mips/div-ilocks.d: Added.
5724 * gas/mips/mul-ilocks.d: Added.
74b5b66a 5725
252b5132
RH
5726Wed Jul 3 14:20:04 1996 Ian Lance Taylor <ian@cygnus.com>
5727
5728 * gas/all/gas.exp: Remove setup_xfail for h8300*-*-* for two tests
5729 which now pass.
5730 * gas/h8300/h8300.exp: Fix regexp of mov32bug test to work on a 64
5731 bit host.
5732
5733Sat Jun 29 18:21:51 1996 Ian Lance Taylor <ian@cygnus.com>
5734
5735 * gas/all/gas.exp: Add setup_xfail for vax*-*-vms* for 930509a
5736 test.
5737 * gas/vax/quad.exp: Expect a nop after the movq.
5738
5739Tue Jun 18 12:39:49 1996 Jeffrey A. Law <law@rtl.cygnus.com>
5740
5741 * gas/h8300/cbranchh.s: Switch into h8300h mode.
5742 * gas/h8300/h8300.exp (H8/300H misc tests): Fix test names.
5743
5744 * gas/h8300/{addsubs.s,bitops1s.s,bitops2s.s}: New tests for the
5745 H8/S.
5746 * gas/h8300/{bitops3.s,bitops4.s,cbranchs.s,logicals.s}: Likewise.
5747 * gas/h8300/{branchess.s,compares.s,macs.s,decimals.s}: Likewise.
5748 * gas/h8300/{incdecs.s,divmuls.s,miscs.s,multiples.s}: Likewise.
5749 * gas/h8300/{movbs.s,movws.s,movls.s,pushpops.s}: Likewise.
5750 * gas/h8300/{rotshifts.s,extends.s}: Likewise.
5751 * gas/h8300/h8300.exp: Run them.
5752
5753Mon Jun 10 14:14:40 1996 Ian Lance Taylor <ian@cygnus.com>
5754
5755 * gas/all/cofftag.s, gas/all/cofftag.d: New test for COFF enum tag
5756 with the same name as a global variable.
5757 * gas/all/gas.exp: Run cofftag test for any COFF target.
5758
5759Thu Jun 6 12:30:05 1996 Ian Lance Taylor <ian@cygnus.com>
5760
5761 * gas/m68k/all.exp: Pass -m68020 when assembling the disperr.s
5762 test.
5763
5764Fri May 31 10:11:13 1996 Jeffrey A Law (law@cygnus.com)
5765
5766 * gas/h8300/h8300.exp: Fix add.l test for H8/300H.
5767
5768Wed May 29 16:35:43 1996 Ian Lance Taylor <ian@cygnus.com>
5769
5770 * gas/mips/jal-xgot.d: Correct for 64 bit output.
5771
5772Thu Apr 25 19:31:59 1996 Doug Evans <dje@canuck.cygnus.com>
5773
5774 * gas/sparc/sparc.exp: Only run sparclet tests if sparclet.
5775
5776Wed Apr 24 17:06:18 1996 Ian Lance Taylor <ian@cygnus.com>
5777
5778 * gas/m68k/op68000.d: Add statements now caught by gas.
5779
5780Mon Apr 22 16:45:12 1996 Doug Evans <dje@canuck.cygnus.com>
5781
5782 * gas/sparc/splet.[ds]: New tests for sparclet extensions.
5783 * gas/sparc/sparc.exp: Run them.
5784
5785Mon Apr 15 17:25:18 1996 Ian Lance Taylor <ian@cygnus.com>
5786
5787 * gas/mips/la.d: Updated for April 5 MIPS assembler changes.
5788 * gas/mips/lb.d, gas/mips/ld.d, gas/mips/sb.d: Likewise.
5789 * gas/mips/uld.d, gas/mips/ulh.d, gas/mips/ulw.d: Likewise.
5790 * gas/mips/usd.d, gas/mips/ush.d, gas/mips/usw.d: Likewise.
5791
5792Wed Apr 10 14:27:51 1996 Jeffrey A Law (law@cygnus.com)
5793
5794 * gas/h8300/mov32bug.s: New test.
5795 * gas/h8300/h8300.exp: Run it.
5796
5797Fri Apr 5 10:13:28 1996 Jeffrey A Law (law@cygnus.com)
5798
5799 * gas/h8300/{addsubh.s,bitops1h.s,bitops2h.s}: New h8300h tests.
5800 * gas/h8300/{bitops3h.s,bitops4h.s,branchesh.s}: New h8300h tests.
5801 * gas/h8300/{cbranchh.s,compareh.s,decimalh.s}: New h8300h tests.
5802 * gas/h8300/{divmulh.s,incdech.s,logicalh.s}: New h8300h tests.
5803 * gas/h8300/{misch.s,movbh.s,movwh.s}: New h8300h tests.
5804 * gas/h8300/{pushpoph.s,rotshifth.s}: New h8300h tests.
5805 * gas/h8300/h8300.exp: Run them.
5806
5807 * gas/h8300/{movb.s,movw.s}: Correct predecrement syntax.
5808
5809 * gas/h8300/h8300.exp: Fix typos in bitops4 and movb tests.
5810
5811 * gas/h8300/{addsub.s,bitops1.s,bitops2.s}: New h8300 tests.
5812 * gas/h8300/{bitops3.s,bitops4.s,branches.s}: New h8300 tests.
5813 * gas/h8300/{cbranch.s,compare.s,decimal.s}: New h8300 tests.
5814 * gas/h8300/{divmul.s,incdec.s,logical.s}: New h8300 tests.
5815 * gas/h8300/{misc.s,movb.s,movw.s}: New h8300 tests.
5816 * gas/h8300/{pushpop.s,rotshift.s}: New h8300 tests.
5817 * gas/h8300/h8300.exp: Run them.
5818
5819Fri Mar 15 17:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
5820
5821 * gas/sparc/synth.d: Don't require sparc in the file format, since
5822 it won't be there on SunOS.
5823
5824Thu Mar 7 14:51:23 1996 Doug Evans <dje@charmed.cygnus.com>
5825
5826 * gas/sparc/synth.[ds]: New testcase.
5827 * gas/sparc/sparc.exp: Run it.
5828
5829Fri Mar 1 12:01:48 1996 Jeffrey A Law (law@cygnus.com)
5830
5831 * gas/all/gas.exp: xfail difference of two undefined symbols
5832 and difference of forward references for the h8300.
5833
5834Thu Feb 22 16:40:31 1996 Ian Lance Taylor <ian@cygnus.com>
5835
5836 * gas/mips/lb-xgot.d: Correct.
5837
5838Mon Feb 19 02:43:36 1996 Doug Evans <dje@charmed.cygnus.com>
5839
5840 * gas/sparc/{asi,membar,prefetch,rdpr,synth64,wrpr}.d: Pass -Av9
5841 to gas.
5842 * gas/sparc/addend.exp: Execute for any sparc cpu.
5843 * gas/sparc/{mismatch.exp,mism-1.s}: New test.
5844
5845Wed Feb 14 13:49:59 1996 Ian Lance Taylor <ian@cygnus.com>
5846
5847 * gas/mips/jal-xgot.d, gas/mips/la-xgot.d: New tests.
5848 * gas/mips/lb-xgot.d, gas/mips/ld-xgot.d: New tests.
5849 * gas/mips/lif-xgot.d, gas/mips/ulh-xgot.d: New tests.
5850 * gas/mips/mips.exp: Run new tests if svr4pic.
5851
5852Sat Jan 27 13:27:45 1996 Doug Evans <dje@charmed.cygnus.com>
5853
5854 * lib/gas-dg.exp (gas-dg-test): Delete default_flags and libs args.
5855
5856Fri Jan 26 14:24:01 1996 Jeffrey A Law (law@cygnus.com)
5857
5858 * gas/hppa/unsorted/unsorted.exp: Update for objdump changes.
5859
5860Wed Jan 10 12:40:31 1996 Ian Lance Taylor <ian@cygnus.com>
5861
5862 * gas/mips/*.d: Update for changes to disassembler.
5863
5864Wed Jan 3 22:59:53 1996 Ian Lance Taylor <ian@cygnus.com>
5865
5866 * gas/mips/ulh-svr4pic.d: Update for tc-mips.c load_address
74b5b66a 5867 change.
252b5132
RH
5868
5869Fri Nov 17 10:32:25 1995 Ian Lance Taylor <ian@cygnus.com>
5870
5871 * gas/mri/immconst.d: New test.
5872 * gas/mri/mri.exp: Run it.
5873 * gas/mri/constants.s: Test immediate constants.
5874 * gas/mri/constants.d: Corresponding change.
5875
5876 * gas/m68k/link.s: Add nop to pad to eight byte boundary.
5877 * gas/m68k/link.d: Corresponding change.
5878
5879Sun Nov 12 21:28:11 1995 Jeffrey A Law (law@cygnus.com)
5880
5881 * gas/hppa/unsorted/brlenbug.s: New test.
5882 * gas/hppa/unsorted/unsorted.exp: Run it.
5883
5884Sun Nov 5 12:49:27 1995 Ian Lance Taylor <ian@cygnus.com>
5885
5886 * gas/mips/beq.s: Declare text_label global.
5887 * gas/mips/jal.s: Likewise.
5888
5889Fri Nov 3 12:35:07 1995 Ian Lance Taylor <ian@cygnus.com>
5890
5891 * gas/m68k/link.s: Use "&" instead of "#" for immediate values.
5892
5893 * gas/m68k/fmoveml.s, gas/m68k/fmoveml.d: New test.
5894 * gas/m68k/all.exp: Run it.
5895
5896Thu Nov 2 23:11:05 1995 Ian Lance Taylor <ian@cygnus.com>
5897
5898 * gas/m68k/link.s, gas/m68k/link.d: New test.
5899 * gas/m68k/all.exp: Run it.
5900
5901Tue Oct 24 10:57:20 1995 Jeffrey A Law (law@cygnus.com)
5902
5903 * gas/hppa/basic/basic.exp: Test lci and syncdma instructions.
5904 * gas/hppa/basic/system.s: Corresponding changes.
5905
5906Fri Oct 6 17:13:35 1995 Ken Raeburn <raeburn@cygnus.com>
5907
5908 * gas/m68k/operands.d: Don't require a fixed number of leading
5909 zeros in any number.
5910
5911 * gas/m68k/operands.s, gas/m68k/bitfield.s: Use "&" instead of "#"
5912 for immediate values.
5913
5914Fri Oct 6 10:54:13 1995 Doug Evans <dje@canuck.cygnus.com>
5915
5916 * gas/arm/arm.exp: Renamed from gas.exp.
5917 * gas/arm/le-fpconst.[sd]: New testcase.
5918
5919Fri Sep 29 15:12:10 1995 Ian Lance Taylor <ian@cygnus.com>
5920
5921 * gas/mri/mri.exp: Only run tests for m68k target.
5922
5923Mon Sep 25 12:31:46 1995 Ian Lance Taylor <ian@cygnus.com>
5924
5925 * gas/mri/mri.exp: Add setup_xfail for arm*-*-* for constants
5926 test.
5927
5928Thu Sep 21 01:26:08 1995 Jeff Law (law@snake.cs.utah.edu)
5929
5930 * gas/sh/fp.s (fmac): Update for new assembly syntax.
5931
5932Mon Sep 18 14:04:34 1995 Ian Lance Taylor <ian@cygnus.com>
5933
5934 * lib/gas-defs.exp (gas_run): Call prune_system_crud.
5935 (run_dump_test, objdump): Likewise.
5936
5937Thu Sep 14 13:10:10 1995 Doug Evans <dje@canuck.cygnus.com>
5938
5939 * gas/sparc/{wrdr.[ds],rdpr.[ds]}: New tests.
5940 * gas/sparc/sparc.exp: Run them.
5941
5942Wed Sep 13 16:35:51 1995 Ian Lance Taylor <ian@cygnus.com>
5943
5944 * Makefile.in, configure.in: Remove; the testsuite is now run
5945 directly from the gas Makefile.
5946
5947Mon Sep 11 11:44:23 1995 Ian Lance Taylor <ian@cygnus.com>
5948
5949 * gas/mri/empty.s: New file.
5950 * gas/mri/mri.exp: Test assembling empty.s.
5951 * gas/mri/comment.s: Add a couple more comment variants.
5952
5953 * gas/mri/mri.exp: Add xfail for the expr test for all hppa
5954 targets.
5955
5956Wed Sep 6 21:39:23 1995 Ian Lance Taylor <ian@cygnus.com>
5957
5958 * gas/mri/comment.s, gas/mri/comment.d: New test.
5959 * gas/mri/mri.exp: Run it.
5960 * gas/mri/expr.s: Remove whitespace in operand field.
5961 * gas/mri/for.s: Add comments for further testing.
5962 * gas/macros/test2.s: Put in an upper case ELSE to test case
5963 insensitivity.
5964
5965Wed Aug 30 16:12:03 1995 Doug Evans <dje@canuck.cygnus.com>
5966
5967 * gas/sparc/{prefetch.[ds],synth64.[ds]}: New tests.
5968
5969Tue Aug 29 18:59:33 1995 Doug Evans <dje@canuck.cygnus.com>
5970
5971 * gas/sparc/sparc.exp: New file.
5972 * gas/sparc/{asi.[ds],membar.[ds]}: New tests.
5973
5974Mon Aug 21 14:39:29 1995 Ian Lance Taylor <ian@cygnus.com>
5975
5976 * gas/macros/*: New tests for macros.
5977
5978 * gas/mri/common.s: Use data, not .data.
5979
5980 * gasp/pl3.out: Update for changes in commented source output when
5981 LOCAL is used.
5982
5983Sat Aug 19 17:36:17 1995 Ian Lance Taylor <ian@cygnus.com>
5984
5985 * gasp/gasp.exp (gasp_test): Call prune_system_crud on the output
5986 of diff.
5987 * lib/gas-defs.exp: Define prune_system_crud if it is not already
5988 defined.
5989
5990Fri Aug 18 11:09:38 1995 Ian Lance Taylor <ian@cygnus.com>
5991
5992 * gasp/mri/*.out: Use ;, not !, for the comment character.
5993
5994Wed Aug 16 12:24:12 1995 Ian Lance Taylor <ian@cygnus.com>
5995
5996 * gas/mri/mri.exp: Change hppa*-*-* expected failures to only
5997 expect failure for targets which use SOM.
5998
5999 * lib/gas-defs.exp (run_dump_test): If the program to run does not
bbce6ab7 6000 exist, mark the test as untested.
252b5132
RH
6001
6002 * gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for
6003 common test.
6004
6005 * lib/gas-defs.exp (run_dump_test): Name the output file dump.o,
6006 rather than using an implicit a.out.
6007
6008 * gas/mri/for.s: Add nop to round out to four byte boundary.
6009 * gas/mri/repeat.s: Likewise.
6010 * gas/mri/while.s: Likewise.
6011 * gas/mri/for.d: Expected added nop.
6012 * gas/mri/repeat.d: Likewise.
6013 * gas/mri/while.d: Likewise.
6014
6015 * gas/mips/*.d: Change all test names to say MIPS.
6016
6017Tue Aug 15 15:42:33 1995 Ian Lance Taylor <ian@cygnus.com>
6018
6019 * gas/mri/for.d, gas/mri/for.s: New test.
6020 * gas/mri/if.d, gas/mri/if.s: New test.
6021 * gas/mri/repeat.d, gas/mri/repeat.s: New test.
6022 * gas/mri/while.d, gas/mri/while.s: New test.
6023 * gas/mri/mri.exp: Run the new tests.
6024
6025Mon Aug 14 16:03:07 1995 Ian Lance Taylor <ian@cygnus.com>
6026
6027 * gas/mri/expr.d: Permit leading zeroes, in case we're using a
bbce6ab7 6028 64-bit BFD.
252b5132
RH
6029
6030 * gasp/mri/*: New tests.
6031 * gasp/gasp.exp: Run them. Also, clean up the test names used in
6032 pass and fail.
6033
6034Sun Aug 13 00:39:24 1995 Jeff Law (law@snake.cs.utah.edu)
6035
6036 * gas/sh/basic.exp: Update now that we know the right
6037 bit patters for the new sts instructions.
6038
6039Thu Aug 10 00:46:21 1995 Ian Lance Taylor <ian@cygnus.com>
6040
6041 * gas/mri/char.d: Fix for little endian machines.
6042 * gas/mri/float.d: Likewise.
6043
6044Wed Aug 9 15:34:36 1995 Ian Lance Taylor <ian@cygnus.com>
6045
6046 * gas/all/struct.s, gas/all/struct.d: New test.
6047 * gas/all/gas.exp: Run it.
6048
6049Tue Aug 8 17:11:39 1995 Ian Lance Taylor <ian@cygnus.com>
6050
6051 * gas/mri/common.s, gas/mri/common.d: New test.
6052 * gas/mri/mri.exp: Run it.
6053
6054Mon Aug 7 22:39:28 1995 Ian Lance Taylor <ian@cygnus.com>
6055
6056 * gas/mri/mri.exp: Add setup_xfail for a29k*-*-* for constants
6057 test.
6058
6059 * gasp/crash1.out, gasp/macro.out, gasp/sfunc.out: Complete
6060 truncated files, so that the tests pass.
6061
6062 * gas/mri/mri.exp: Add setup_xfail for hppa*-*-* for equ,
6063 constants, and expr.
6064
6065 * gas/m68k/all.exp: Run schwab test on hpux*, not just hpux. Run
6066 on vxworks*, not just vxworks5.1.
6067
6068 * lib/gas-defs.exp (fail_phase, pass_phase): Remove.
6069 (run_dump_test): Just call pass or fail.
6070
6071 * gas/m68k/operands.s, gas/m68k/operands.d: New test.
6072 * gas/m68k/op68000.d: New test.
6073 * gas/m68k/cas.s, gas/m68k/cas.d: New test.
6074 * gas/m68k/bitfield.s, gas/m68k/bitfield.d: New test.
6075 * gas/m68k/schwab.d: Run objdump with -j .text. Adjust for
6076 changes to disassembler.
6077 * gas/m68k/all.exp: Run new tests. Run schwab test for
6078 m68k-*-coff*.
6079
6080Mon Aug 7 03:01:32 1995 Jeff Law (law@snake.cs.utah.edu)
6081
6082 * gas/sh/*: New tests for the hitachi-sh.
6083
6084Tue Aug 1 18:02:47 1995 Ian Lance Taylor <ian@cygnus.com>
6085
6086 * gas/mri/*: New tests for MRI mode.
6087
6088 * lib/gas-defs.exp (run_dump_test): Support using objcopy. Dump
6089 program executions to the log file before running them. Use the
6090 simple program name, rather than the path to the binary being run,
6091 in pass/fail messages.
6092 (regexp_diff): If the regexp file has the special comment #pass,
6093 stop checking at that point.
6094 * config/default.exp: Set NM, NMFLAGS, OBJCOPY, and OBJCOPYFLAGS,
6095 if they are not already set.
6096
6097Tue Aug 1 11:41:30 1995 steve chamberlain <sac@slash.cygnus.com>
6098
6099 * Makefile.in: Remove superfluous runtest gasp.
6100
6101Mon Jul 31 18:19:26 1995 steve chamberlain <sac@slash.cygnus.com>
6102
74b5b66a 6103 * gasp/*: New.
252b5132
RH
6104 * Makefile.in: Use gasp tests.
6105 * config/default.exp: Add gasp stuff.
6106
6107Thu Jul 20 18:56:48 1995 Jeff Law (law@snake.cs.utah.edu)
6108
6109 * gas/all/gas.exp: Disable tests that are not appropriate for
6110 the PA.
6111
6112Thu Jul 13 18:22:49 1995 Ken Raeburn <raeburn@cygnus.com>
6113
6114 * gas/m68k/all.exp: Run schwab test for m68k vxworks5.1.
6115
6116Wed Jun 21 21:28:57 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6117
6118 * gas/m68k/schwab.*: New test based on a test case from Andreas
6119 Schwab.
6120 * gas/m68k/all.exp: Run it for some aout configurations.
6121
6122Mon Jun 12 22:27:18 1995 Jeff Law (law@snake.cs.utah.edu)
6123
6124 * gas/hppa/parse/badfmpyadd.s: New test.
6125 * gas/hppa/parse/parse.exp: Run it.
6126
6127Sun May 21 20:26:18 1995 Jeff Law (law@snake.cs.utah.edu)
6128
6129 * gas/hppa/unsorted/unsorted.exp: Disable align4 tests for
6130 ELF targets.
6131
74b5b66a 6132Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
252b5132
RH
6133
6134 * arm/arm7dm.s: New file -- tests for ARM7DM instructions.
6135 * arm/arm6.s: Correct bogus tests.
6136 * arm/gas.exp (arm6.s): Is now a valid test.
6137 (arm7dm.s): New test.
74b5b66a 6138 * arm/float.s: Add load/store multiple floating point instruction
252b5132
RH
6139 tests.
6140
6141Wed May 3 13:14:44 1995 Jeff Law (law@snake.cs.utah.edu)
6142
6143 * gas/hppa/reloc/longcall.s: New test.
6144 * gas/hppa/reloc/reloc.exp: Run it.
6145
6146Tue May 2 16:37:48 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6147
6148 * gas/mips/ld.d: Modified for gas delay-slot fixes.
6149
6150Sat Apr 29 23:35:18 1995 Doug Evans <dje@chestnut.cygnus.com>
6151
6152 * lib/gas-dg.exp: New file.
6153
6154Tue Apr 11 13:57:52 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6155
6156 * gas/mips/mips4.d: Allow more than exactly 8 zeros in bc1*
6157 targets.
6158
6159Mon Apr 10 15:36:39 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6160
6161 * lib/gas-defs.exp (pass_phase): New proc.
6162 (run_dump_test): Note passing or failing of each phase of this
6163 test, instead of failure of phases or passing of complete test.
6164 Ensure test file name is in reported message.
6165
6166Sat Apr 8 12:46:33 1995 Doug Evans <dje@chestnut.cygnus.com>
6167
6168 * lib/gas-defs.exp (run_dump_test): Handle arguments with paths.
6169 Always resolve testcase status before returning.
6170 If `slurp_options' fails, return and don't do test.
6171 (slurp_options): Fix "can't open" error message.
6172 Return -1 to indicate error.
6173
6174Mon Mar 20 22:45:30 1995 Jeff Law (law@snake.cs.utah.edu)
6175
6176 * gas/hppa/unsorted/common.s: New test.
6177 * gas/hppa/unsorted/unsorted.exp: Run it.
6178
6179Fri Mar 10 19:07:09 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6180
6181 * gas/h8300/ffxx1.s: Add .word 0 at the end to eliminate
6182 uncertainty as to whether there should be trailing bytes in the
6183 output file.
6184 * gas/h8300/ffxx1.d: Adjust reloc values to permit an addend value
6185 of 0x00000000ffffffff on 64-bit hosts. (I'm not sure if this is
6186 correct.) End with "..." to match trailing zero bytes.
6187
6188Wed Mar 8 15:50:34 1995 Ian Lance Taylor <ian@cygnus.com>
6189
6190 * gas/mips/mips4.d, gas/mips/mips4.s: New files.
6191 * gas/mips/mips.exp: Run new test.
6192
6193Thu Feb 23 17:58:50 1995 Jeff Law (law@snake.cs.utah.edu)
6194
6195 * gas/hppa/basic/fmemLRbug.s: Add indexing variants.
6196 * gas/hppa/basic/basic.exp: Test them.
6197
6198Wed Feb 15 15:43:26 1995 Ian Lance Taylor <ian@cygnus.com>
6199
6200 * gas/mips/uld.d: New file.
6201 * gas/mips/uld.s: New file.
6202 * gas/mips/usd.d: New file.
6203 * gas/mips/usd.s: New file.
6204 * gas/mips/mips.exp: Run new tests.
6205
6206Thu Feb 9 10:57:39 1995 Jeff Law (law@snake.cs.utah.edu)
6207
6208 * gas/hppa/reloc/applybug.s: New test.
6209 * gas/hppa/reloc/reloc.exp (do_applybug_test): Run it.
6210
6211Thu Feb 2 00:34:55 1995 Jeff Law (law@snake.cs.utah.edu)
6212
bbce6ab7 6213 * gas/hppa/reloc/picreloc.s: New test.
252b5132
RH
6214 * gas/hppa/reloc/reloc.exp (do_pic_relocation_test): Run it.
6215
6216Fri Jan 27 14:02:02 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6217
6218 * gas/h8300/ffxx1.d, gas/h8300/ffxx1.s, gas/h8300/cmpsi2.s,
6219 gas/h8300/h8300.exp: New tests.
6220
6221Mon Jan 23 21:44:26 1995 Jeff Law (law@snake.cs.utah.edu)
6222
6223 * gas/hppa/basic/basic.exp (do_system): Update.
6224
6225Wed Jan 11 17:20:25 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
6226
6227 * gas/mips/mips.exp: Don't run the memory-access tests if the
6228 format is a.out, because the generated code is different from what
6229 is used with other formats.
6230
6231Tue Jan 10 11:42:13 1995 Jeff Law (law@snake.cs.utah.edu)
6232
6233 * gas/hppa/unsorted/unsorted.exp (align4.s): Fix glitch in
6234 regexp to avoid losing without a controlling tty.
6235
6236Fri Dec 30 18:08:20 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6237
6238 * gas/i386/pushw.l: Fixed whitespace to match current listing
6239 style.
6240
6241 * gas/all/gas.exp: Mark test p1480.s expected to pass, even with
6242 listings enabled.
6243
6244Thu Dec 15 18:14:27 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6245
6246 * Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set.
6247 (uninstall): Don't set OBJDUMP and OBJDUMPFLAGS in site.exp.
6248 * config/default.exp: Default OBJDUMP and OBJDUMPFLAGS. Use
6249 findfile and transform procedures to determine objdump program
6250 name.
6251
6252 * gas/mips/abs.s, gas/mips/div.s: Force some padding at the end,
6253 in case the format doesn't automatically require it.
6254 * gas/mips/beq.d, gas/mips/jal.d: Handle MIPS_JMP as an alternate
6255 name for the reloc type.
6256
6257 * lib/gas-defs.exp (file_contents, verbose_eval): New procs.
6258 (run_dump_test): If verbosity level is over 3, print out dump
6259 command and its output.
6260
6261Tue Dec 13 18:21:09 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6262
6263 * gas/mips/jal-svr4pic.d: Fix 0-strings to work with 64-bit hosted
6264 disassembly.
6265
6266Fri Dec 9 19:54:04 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6267
6268 * gas/all/gas.exp (comment.s test): Make the "\r" optional, since
6269 it depends on tty modes.
6270
6271 * lib/gas-defs.exp (gas_start): Try using -nottycopy instead of
6272 -nottyinit.
6273
6274 * gas/arm/gas.exp: The arm6 test should report errors, for now.
6275
6276Thu Dec 8 20:19:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6277
6278 * lib/gas-defs.exp: Use -i in expect_after command.
6279
6280Wed Dec 7 16:49:14 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6281
6282 * gas/mips/mul.d,jal.d: Fix 0-strings to work with 64-bit hosted
6283 disassembly.
6284
6285 * gas/ieee-fp: Renamed from ieee.fp.
6286
6287 * lib/gas-defs.exp: Make sure timeout is at least 2 minutes.
6288
6289Wed Nov 30 10:48:00 1994 Jeff Law (law@snake.cs.utah.edu)
6290
6291 * gas/hppa/parse: Renamed from gas/hppa/more.parse.
6292
6293Mon Nov 28 00:40:26 1994 Jeff Law (law@snake.cs.utah.edu)
6294
6295 * gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected
6296 to fail. Fix comments for the test. Tweak test name.
6297
6298Tue Nov 22 23:38:20 1994 Jeff Law (law@snake.cs.utah.edu)
6299
6300 * gas/hppa/reloc/reloc.exp: Minor tweaks to match current PA ELF
74b5b66a 6301 output.
252b5132
RH
6302
6303Fri Nov 18 17:56:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6304
6305 * gas/mips/ld.d: Adjust to work for both big and little endian
6306 code.
6307 * gas/mips/ld.s, gas/mips/lif-empic.d: Likewise.
6308 * gas/mips/lifloat.d, gas/mips/ulh-empic.d: Likewise.
6309 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d: Likewise.
6310 * gas/mips/usw.d: Likewise.
6311
6312Tue Nov 15 11:09:57 1994 Jeff Law (law@snake.cs.utah.edu)
6313
6314 * gas/hppa/unsorted/align4.s: New test.
6315 * gas/hppa/unsorted/unsorted.exp: Run it.
6316
6317 * gas/hppa/unsorted/unsorted.exp (importbug): Tweak to match
6318 current expected PA ELF output.
6319 * gas/hppa/reloc/reloc.exp (do_r_no_reloc): Likewise.
6320 (do_plabel_relocation_test): Likewise.
6321
6322Thu Nov 3 18:14:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
6323
6324 * gas/all/p1480.s: Use larger constant, so expression can have a
6325 positive value.
6326 * gas/all/gas.exp: Expect p1480.s without listings to pass.
6327
6328Thu Nov 3 15:43:46 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
6329
6330 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d, gas/mips/usw.d:
6331 Correct test cases.
6332
6333Thu Oct 20 00:55:13 1994 Jeff Law (law@snake.cs.utah.edu)
6334
6335 * gas/hppa/reloc/blebug3.s: New test.
6336 * gas/hppa/reloc/reloc.exp: Run it.
6337
6338Mon Oct 17 02:33:53 1994 Jeff Law (law@snake.cs.utah.edu)
6339
6340 * gas/hppa/reloc/reduce3.s: New test.
6341 * gas/hppa/reloc/reloc.exp: Run it.
6342
6343Sun Oct 16 22:25:56 1994 Jeff Law (law@snake.cs.utah.edu)
6344
6345 * gas/hppa/reloc/reloc.exp (r_no_reloc): Tweak output to match
6346 current reality.
6347
6348Wed Sep 28 21:21:34 1994 Jeff Law (law@snake.cs.utah.edu)
6349
6350 * gas/hppa/reloc/reduce.s: Renamed from relocreduce.s
6351 * gas/hppa/reloc/reduce2.s: Renamed from relocreduce2.s
6352 * gas/hppa/reloc/r_no_reloc.s: Renamed from r_no_relocbug.s
6353 * gas/hppa/reloc/reloc.exp: Changed accordingly.
6354
6355Wed Sep 28 13:25:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6356
6357 * gas/mips/beq.d, gas/mips/beq.s: Test that unconditional branch
6358 overflows are correctly converted to jumps.
6359
6360Mon Sep 26 17:41:43 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6361
6362 * gas/mips: Add test cases for PIC code, both SVR4 style and
6363 -membedded-pic style.
6364
6365Fri Sep 23 14:45:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6366
6367 * gas/mips: New directory with MIPS specific test cases.
6368
6369 * lib/gas-defs.exp (run_dump_test): Permit the .d file to specify
6370 the name of the source file to assemble.
6371 (regexp_diff): Put the reason for failure in the log file.
6372
6373Wed Sep 21 13:44:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
6374
6375 * lib/gas-defs.exp: Don't try to use shell redirection, since TCL
6376 doesn't support it. Redirect stdout using > instead of 1>, and
6377 don't bother to redirect stderr since TCL redirects it anyhow.
6378 (run_dump_test): Pass appropriate arguments to program, defaulting
6379 to -r.
6380
6381Sat Sep 17 01:04:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6382
6383 * gas/vax: New directory.
6384 * gas/vax/{quad.s,quad.exp}: New test, for immediate quadword
6385 values.
6386
6387Mon Sep 12 22:19:11 1994 Jeff Law (law@snake.cs.utah.edu)
6388
6389 * gas/hppa/reloc/r_no_relocbug.s: New test.
6390 * gas/hppa/reloc/reloc.exp: Run it.
6391
6392 * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Update
6393 expected output.
6394
6395Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
6396
6397 * gas/arm/*: New subtree. Add ARM tests.
6398
6399Mon Aug 8 12:13:31 1994 Jeff Law (law@snake.cs.utah.edu)
6400
6401 * gas/hppa/unsorted/unsorted.exp: Accept any character
6402 between foo's type and foo itself.
6403
6404Fri Jul 15 19:09:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6405
6406 * lib/gas-defs.exp (run_dump_test): New routine for running the
6407 assembler, running objdump or nm (not fully supported) on the
6408 resulting object file, and comparing the results against a file of
6409 regular expressions in the test suite, all in one command.
6410 Options for the assembler and objdump are read from comments at
6411 the start of the .d file.
6412 (fail_phase, slurp_options): New auxiliary routines.
6413 (regexp_diff): Always return a value. Fix bugs in actually doing
6414 the regexp test.
6415
6416 * gas/sun4/addend.exp: Use run_dump_test.
6417 * gas/sun4/addend.d: Fix regular expressions so that they work.
6418
6419Thu Jul 7 11:55:33 1994 Jeff Law (law@snake.cs.utah.edu)
6420
6421 * gas/hppa/reloc/relocreduce2.s: More relocation reduction tests.
6422 * gas/hppa/reloc/reloc.exp: Run them.
6423
6424Thu Jun 30 18:49:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6425
6426 * config/default.exp: Look for "as.new" in "$base_dir/..", where
6427 it got compiled, not in "$base_dir".
6428 * config/unknown.exp: Deleted.
6429
6430Sun Jun 26 13:23:54 1994 Jeff Law (law@snake.cs.utah.edu)
6431
6432 * gas/lib/gas-defs.exp (gas_finish): Call "close" and "wait"
6433 before exiting. Enclose both calls inside a "catch".
6434 (objdump_finish): Likewise.
6435
6436Fri Jun 10 10:23:35 1994 Jeff Law (law@snake.cs.utah.edu)
6437
6438 * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
6439 for SOM to match current testcase.
6440
6441Thu Jun 2 19:46:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6442
6443 * gas/i386/{pushw.s,pushw.l}: New test.
6444 * gas/i386/all.exp: Run it.
6445
6446 * Makefile.in (distclean): Remove site config files and gas.sum.
6447
6448Fri May 27 12:24:18 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6449
6450 * gas/m68k/disperr.s: Use % for registers.
6451
6452 * gas/m68k-coff/gas.exp: Expect failure for p2389a.s.
6453
6454Tue May 17 14:53:08 1994 Bill Cox (bill@rtl.cygnus.com)
6455
6456 * lib/gas-defs.exp: Replace error proc calls with perror calls.
6457
6458Mon May 16 13:19:16 1994 Jeff Law (law@snake.cs.utah.edu)
6459
6460 * gas/hppa/reloc/reloc.exp: Tweak expected output to match new
6461 ELF code.
6462 * gas/hppa/reloc/roundmode.s: Avoid "S" and "D" modes, ELF does
6463 not support them.
6464 * gas/hppa/unsorted/unsorted.exp: Tweak expected output to match
6465 new ELF code.
6466
6467Thu May 5 17:27:54 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6468
6469 * config/default.exp: Renamed from unix-gas.exp.
6470
6471Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
6472
6473 * Makefile.in (check): Set TCL_LIBRARY for runtest.
6474
6475Mon Apr 11 07:54:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6476
6477 * gas/hppa/more.parse/callinfobug.s: Add missing name for
6478 procedure.
6479
6480 * gas/hppa/reloc/funcrelocbug.s: Place the trampoline in the
6481 $DATA$ rather than $LIT$ subspace.
6482
6483Sun Mar 27 14:05:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6484
6485 * gas/hppa/reloc/funcrelocbug.s: New test.
6486 * gas/hppa/reloc/reloc.exp: Run it.
6487
6488Thu Mar 17 13:38:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6489
6490 * gas/hppa/unsorted/importbug.s: New test.
6491 * gas/hppa/unsorted/unsorted.exp: Run it.
6492
6493Wed Mar 16 11:57:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6494
6495 * gas/hppa/more.parse/regpopbug.s: Add trivial .equ test.
6496
6497 * gas/hppa/unsorted/globalbug.s: New test (expected to fail).
6498 * gas/hppa/unsorted/unsorted.exp: Run it.
6499
6500 * gas/hppa/more.parse/callinfobug.s: New test.
6501 * gas/hppa/omre.parse/parse.exp: Run it.
6502
6503 * gas/hppa/more.parse/regpopbug.s: New test.
6504 * gas/hppa/more.parse/parse.exp: Run it.
6505
6506Mon Feb 28 14:10:04 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6507
6508 * lib/gas-defs.exp (objdump): New proc.
6509 (objdump_start): Deleted unused proc.
6510 (objdump_start_common): Merged into objdump_start_no_subdir.
6511
6512 * gas/alpha/fp.exp: Use objdump instead of
6513 objdump_start_no_subdir, since the former actually waits for
6514 objdump to finish. Specify .rdata section only. Make comment
6515 indicate Alpha architecture rather than SPARC.
6516 * gas/alpha/fp.d: Omit .reginfo patterns. Just use "." to match
6517 against ASCII code 0x2a ("*", special in regexp).
6518 * gas/sun4/addend.exp: Use objdump instead of
6519 objdump_start_no_subdir.
6520
6521Thu Feb 24 07:11:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6522
bbce6ab7 6523 * gas/hppa/more.parse/parse.exp (no subspace test): Only expect
252b5132
RH
6524 a failure if gas is not producing an ELF object.
6525
6526Mon Feb 14 09:24:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6527
6528 * gas/hppa/basic/fmemLRbug.s: New test.
6529 * gas/hppa/basic/basic.exp: Run it.
6530
6531Thu Feb 10 00:34:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6532
6533 * gas/alpha/fp.*: New files.
6534 * lib/gas-defs.exp (regexp_diff): Report noted mismatch at
6535 verbosity level 3 or above only.
6536
6537Mon Feb 7 15:53:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6538
6539 * gas/hppa/*/*.exp: Change xfails to check for PA ELF rather than
6540 PA OSF1.
6541
6542Fri Feb 4 23:42:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6543
6544 * gas/hppa/more.parse/xmpyubug.s: New test.
6545 * gas/hppa/more.parse/parse.exp: Run it.
6546
6547Fri Feb 4 17:13:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6548
6549 * lib/gas-defs.exp (regexp_diff): New procedure, vaguely based on
6550 "simple_diff" from linker test suite.
6551 * gas/sun4/addend.exp: Use it.
6552 * gas/sun4/addend.d: New file.
6553
6554Sun Jan 30 23:34:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
6555
6556 * gas/all/gas.exp: Adjust regexp for x930509.s for current listing
6557 format.
6558
6559Thu Jan 20 16:44:51 1994 Rob Savoye (rob@darkstar.cygnus.com)
6560
6561 * gas/all/gas.exp, lib/gas-defs.exp, sun4/addend.exp,
6562 sparc-solaris/addend.exp: Tweaked to fix a few bugs and to run
6563 well under either version of expect.
6564
6565Mon Jan 17 00:25:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6566
6567 * gas/hppa/basic/fp_misc.s: Delete copr instruction. It's tested
6568 elsewhere now.
6569 * gas/hppa/basic/{copr, coprmem, spop}.s: New tests.
6570 * gas/hppa/basic/basic.exp: Run them.
6571
6572Thu Jan 13 11:59:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6573
6574 * gas/all/gas.exp: No longer expect difference of forward
6575 references to fail.
6576 * gas/all/x930509.s: Fix testcase to match how the expect code was
6577 written.
6578
6579Wed Jan 12 13:41:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6580
6581 * gas/hppa/reloc/reloc.exp: Fix typo in last change. Latest test
6582 for cross-subspace call bugs is no longer expected to fail.
6583
6584 * gas/hppa/more.parse/procbug.s: Add test for another bug relating
6585 to having a function's label follow the .PROC directive.
6586
6587Tue Jan 11 21:47:48 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6588
6589 * gas/hppa/reloc/reloc.exp: Add test for cross-subspace call bug
6590 found while working on multiple $CODE$ subspace support.
6591
6592Mon Jan 10 09:54:15 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6593
6594 * gas/hppa/more.parse/parse.exp: procbug.s is no longer expected
6595 to fail.
6596 * gas/hppa/more.parse/procbug.s: Add missing .procend.
6597
6598Mon Jan 3 10:07:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
6599
6600 * gas/hppa/more.parse/labelbug.s: Add testcase for bug in last
6601 app.c change.
6602
6603Wed Dec 29 11:32:39 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6604
6605 * gas/hppa/more.parse/labelbug.s: Add more colonless label tests.
6606
6607Wed Dec 15 08:24:31 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
6608
6609 * Makefile.in (site.exp): Don't set ASFLAGS. Quote value of
6610 OBJDUMPFLAGS in case it's empty. Use temporary names until the
6611 end; make creating site.exp the final step.
6612 (check): Pass in ASFLAGS.
6613
6614 * gas/all/gas.exp: Use all_ones proc. Change regexp for matching
6615 C comments to avoid bugs in latest expect code.
6616
6617Wed Dec 8 14:30:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6618
6619 * gas/m68k/disperr.s: New test.
6620 * gas/m68k/all.exp: Run it.
6621
6622Sun Dec 5 19:24:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6623
6624 * gas/hppa/reloc/roundmode.s: New test.
6625 * gas/hppa/reloc/reloc.exp: Run it. Fix typo in last change.
6626
6627Wed Dec 1 10:44:18 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6628
6629 * gas/hppa/reloc/reloc.exp: Run the first half of bogus R_EXIT
74b5b66a 6630 test for ELF.
252b5132
RH
6631
6632Tue Nov 30 13:43:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6633
6634 * gas/hppa/more.parse/parse.exp: Test for error on for subspace
6635 directive is an XFAIL for SOM assmeblers.
6636
6637 * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on
6638 cross-subspace call test.
6639
6640Sun Nov 28 12:12:50 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6641
6642 * gas/hppa/more.parse/appbug.s: New test.
6643 * gas/hppa/more.parse/parse.exp: Run it.
6644
6645 * gas/hppa/unsorted/align3.s: New test.
6646 * gas/hppa/unsorted/unsorted.exp: Run it.
6647
6648Sat Nov 27 22:50:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6649
6650 * gas/all/p2425.s: Insert a tab before assembler directives so
6651 that the directives are not interpreted as labels.
6652
6653 * gas/hppa/basic/weird.s: Sync with GDB version.
6654
6655 * gas/hppa/more.parse/labelbug.s: New test.
6656
6657 * gas/hppa/more.parse/parse.exp: Run it.
6658
6659Wed Nov 24 01:25:03 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6660
6661 * gas/hppa/reloc/fixupbug.s: New test.
6662 * gas/hppa/reloc/reloc.exp: Run it.
6663
6664 * gas/hppa/reloc/exitbug.s: New test.
6665 * gas/hppa/reloc/reloc.exp: Run it.
6666
6667Sun Nov 21 22:11:10 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6668
6669 * gas/hppa/reloc/reloc.exp: Minor fixes so that SOM & ELF can
6670 share the same test code.
6671 * gas/hppa/reloc/relocreduce.s: Likewise.
6672
6673 * gas/hppa/basic/fmem.s: Add quadword FP store instructions.
6674 * gas/hppa/basic/basic.exp: Test quadword FP store instructions.
6675
6676Sun Nov 7 00:31:41 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6677
6678 * gas/hppa/reloc/reloc.exp: No longer expect failure for
6679 field selector on ble instruction test.
6680
6681 * gas/hppa/basic/basic.exp: No longer expect failures for
6682 system instruction tests now that probei is fixed.
6683
6684Sat Nov 6 22:45:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6685
6686 * gas/hppa/reloc/selectorbug.s: New test.
6687 * gas/hppa/reloc/reloc.exp: Run it.
6688
6689Thu Nov 4 17:01:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6690
6691 * gas/hppa/unsorted/fragbug.s: New test.
6692 * gas/hppa/unsorted/unsorted.exp: Run it.
6693
6694Thu Nov 04 09:09:49 1993 Jeffrey Wheat (cassidy@cygnus.com)
6695
6696 * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS
6697
6698Tue Nov 2 22:12:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6699
6700 * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests.
6701 * gas/hppa/more.parse/parse.exp: Run them.
6702
6703Mon Nov 1 23:37:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6704
6705 * gas/hppa/reloc/reloc.exp (reloc_reduce): Correct offsets at
6706 which specific relocations are expected to be found.
74b5b66a 6707
252b5132
RH
6708Sat Oct 30 14:12:31 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6709
6710 * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail.
6711
6712 * gas/hppa/more.parse/parse.exp: Add new test.
6713 * gas/hppa/more.parse/ssbug.s: New test to make sure non-default
6714 sections are handled correctly.
6715
6716 * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets.
6717
6718Fri Oct 29 16:29:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6719
6720 * gas/hppa/more.parse/calldatabug.s: Colonize.
6721 * gas/hppa/more.parse/parse.exp: Fix typos.
6722
6723Thu Oct 28 21:40:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
6724
6725 * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.
6726 * gas/hppa/*/*.exp: New test drivers.
6727 * gas/hppa/*/*.s: New test files.
6728
6729Mon Oct 25 09:40:59 1993 Ken Raeburn (raeburn@cygnus.com)
6730
6731 * gas/sun4: New directory.
6732 * gas/sun4/addend.s,addend.exp: New test case.
6733 * gas/sparc-solaris/addend.s,addend.exp: Solaris version of same
6734 test case.
6735
6736 * gas/all/gas.exp: Check `*' in C comments.
6737
6738 * lib/gas-defs.exp (all_ones): New procedure, for a predicate to
6739 simplify some tests.
6740 (want_no_output): Return zero or nonzero, depending on success or
6741 failure.
6742 (gas_test_old): Return value from want_no_output.
6743 (objdump_start_common): Split off from objdump_start.
6744 (objdump_start_no_subdir): New procedure.
6745
6746Wed Oct 20 07:25:48 1993 Ken Raeburn (raeburn@rover.cygnus.com)
6747
6748 * gas/all/diff1.s, gas/m68k/pic1.s: New tests.
6749 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
6750
6751 * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to
6752 AS_FOR_TARGET.
6753 (check): Don't pass ASFLAGS variable.
6754 (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
6755
6756 From Jeff Law:
6757
6758 * lib/gas-defs.exp (objdump_start, objdump_finish): New functions
6759 so that tests can parse the output of objdump looking for errors
6760 in relocation entires, file headers and the like.
6761
6762Thu Sep 23 16:20:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6763
6764 * gas/ieee.fp/x930509a.exp: Currently expected to fail always.
6765 * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test
6766 call so it no longer performs multiple tests.
6767 * gas/m68k/all.exp (t2.s): Don't bother with listings.
6768 (p2410.s): Don't pass unwanted arguments to gas_test_error.
6769
6770Wed Aug 25 16:50:08 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6771
6772 * lib/do*: Remove RCS id strings.
6773
6774Mon May 17 15:09:45 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
6775
6776 * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests.
6777 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
6778 * gas/i386: New directory.
6779
6780Mon May 10 14:50:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
6781
6782 * Added directory structure, to categorize tests by targets.
6783 * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s,
6784 and refined some to examine the assembler listing output.
6785 * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some
6786 expect_after patterns.
6787 (gas_start, gas_finish): New procs, for tests that examine process
6788 output.
6789 * config/unix-gas.exp: Invoke gas_init directly, instead of
6790 requiring test .exp files do it.
6791
6792Wed Apr 21 01:24:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6793
6794 * gas/gas.exp: Handle new tests, and changes to testing procs.
6795
6796 * lib/gas-defs.exp (want_no_output): New proc; success iff output
6797 is empty.
6798 (gas_test_old): Functionally same as old gas_test.
6799 (gas_test_ignore_stdout): Rewritten to use want_no_output.
6800 (gas_test): New argument lists set of options to be tried in
6801 combinations. Option with trailing ">" indicates standard output
6802 should be ignored.
6803
6804 * gas/p2425a.s: Use %-form for registers, so this test can be run
6805 on m68k-coff targets too.
6806
6807 * gas/p2430a.s: New test case, whitespace &c matches customer
6808 report more closely. Gets different results from p2430.s; this is
6809 bad, and not yet tested for.
6810
6811Mon Apr 5 12:27:19 1993 Ken Raeburn (raeburn@cygnus.com)
6812
6813 * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases.
6814 * lib/run: New script.
6815 * gas/gas-defs.exp (gas_start): Takes new args, assembler options
6816 and redirection options. Use "run" script so redirection works.
6817 (gas_test): Now takes assembler options as separate arg from input
6818 file name.
6819 (gas_test_ignore_stdout): New proc. Discards output.
6820 (gas_test_error): New proc. Expects assembler to generate output.
6821 (target_cpu_family setting): Handle i486->i386 also.
6822
6823 * lib/do*: Scripts moved here from gas/testscripts. May be useful
6824 someday for writing more test cases; not currently used.
6825
6826Tue Mar 30 11:45:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
6827
6828 * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test
6829 cases.
6830 * gas/gas.exp: Enable them for appropriate targets. Removed some
6831 useless comments &c. Changed m68k target test to be more general.
6832
6833 * lib/gas-defs.exp (gas_exit, gas_init): New procs.
6834 * gas/gas.exp: Call gas_init.
6835
6836Mon Mar 29 00:00:00 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
6837
6838 * Test suite created.
This page took 0.49832 seconds and 4 git commands to generate.