Start of ARC testsuite.
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
003587bd
DE
1Sat Apr 8 12:46:33 1995 Doug Evans <dje@chestnut.cygnus.com>
2
02cc32c5
DE
3start-sanitize-arc
4 * gas/arc: Testsuite for ARC.
5 * gas/arc/{arc.exp,math.s,math.d,flag.s,flag.d,j.s,j.d}: New files.
6end-sanitize-arc
7
003587bd
DE
8 * lib/gas-defs.exp (run_dump_test): Handle arguments with paths.
9 Always resolve testcase status before returning.
10 If `slurp_options' fails, return and don't do test.
11 (slurp_options): Fix "can't open" error message.
12 Return -1 to indicate error.
13
14Mon Mar 20 22:45:30 1995 Jeff Law (law@snake.cs.utah.edu)
15
16 * gas/hppa/unsorted/common.s: New test.
17 * gas/hppa/unsorted/unsorted.exp: Run it.
18
19Fri Mar 10 19:07:09 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
20
21 * gas/h8300/ffxx1.s: Add .word 0 at the end to eliminate
22 uncertainty as to whether there should be trailing bytes in the
23 output file.
24 * gas/h8300/ffxx1.d: Adjust reloc values to permit an addend value
25 of 0x00000000ffffffff on 64-bit hosts. (I'm not sure if this is
26 correct.) End with "..." to match trailing zero bytes.
27
28Wed Mar 8 15:50:34 1995 Ian Lance Taylor <ian@cygnus.com>
29
30 * gas/mips/mips4.d, gas/mips/mips4.s: New files.
31 * gas/mips/mips.exp: Run new test.
32
33Thu Feb 23 17:58:50 1995 Jeff Law (law@snake.cs.utah.edu)
34
35 * gas/hppa/basic/fmemLRbug.s: Add indexing variants.
36 * gas/hppa/basic/basic.exp: Test them.
37
a93c34ed
ILT
38Wed Feb 15 15:43:26 1995 Ian Lance Taylor <ian@cygnus.com>
39
40 * gas/mips/uld.d: New file.
41 * gas/mips/uld.s: New file.
42 * gas/mips/usd.d: New file.
43 * gas/mips/usd.s: New file.
44 * gas/mips/mips.exp: Run new tests.
45
d4a9bc73
JL
46Thu Feb 9 10:57:39 1995 Jeff Law (law@snake.cs.utah.edu)
47
48 * gas/hppa/reloc/applybug.s: New test.
49 * gas/hppa/reloc/reloc.exp (do_applybug_test): Run it.
50
a93c34ed
ILT
51Thu Feb 2 00:34:55 1995 Jeff Law (law@snake.cs.utah.edu)
52
d4a9bc73 53 * gas/hppa/reloc/picreloc.s: New test.
a93c34ed
ILT
54 * gas/hppa/reloc/reloc.exp (do_pic_relocation_test): Run it.
55
56Fri Jan 27 14:02:02 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
57
58 * gas/h8300/ffxx1.d, gas/h8300/ffxx1.s, gas/h8300/cmpsi2.s,
59 gas/h8300/h8300.exp: New tests.
60
359bb9a3
JL
61Mon Jan 23 21:44:26 1995 Jeff Law (law@snake.cs.utah.edu)
62
63 * gas/hppa/basic/basic.exp (do_system): Update.
64
65Wed Jan 11 17:20:25 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
66
67 * gas/mips/mips.exp: Don't run the memory-access tests if the
68 format is a.out, because the generated code is different from what
69 is used with other formats.
70
ef788f4f
JL
71Tue Jan 10 11:42:13 1995 Jeff Law (law@snake.cs.utah.edu)
72
73 * gas/hppa/unsorted/unsorted.exp (align4.s): Fix glitch in
74 regexp to avoid losing without a controlling tty.
75
227fe4ad
KR
76Fri Dec 30 18:08:20 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
77
78 * gas/i386/pushw.l: Fixed whitespace to match current listing
79 style.
80
81 * gas/all/gas.exp: Mark test p1480.s expected to pass, even with
82 listings enabled.
83
84Thu Dec 15 18:14:27 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
85
86 * Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set.
87 (uninstall): Don't set OBJDUMP and OBJDUMPFLAGS in site.exp.
88 * config/default.exp: Default OBJDUMP and OBJDUMPFLAGS. Use
89 findfile and transform procedures to determine objdump program
90 name.
91
92 * gas/mips/abs.s, gas/mips/div.s: Force some padding at the end,
93 in case the format doesn't automatically require it.
94 * gas/mips/beq.d, gas/mips/jal.d: Handle MIPS_JMP as an alternate
95 name for the reloc type.
96
97 * lib/gas-defs.exp (file_contents, verbose_eval): New procs.
98 (run_dump_test): If verbosity level is over 3, print out dump
99 command and its output.
100
d9f4c35f
ILT
101Tue Dec 13 18:21:09 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
102
103 * gas/mips/jal-svr4pic.d: Fix 0-strings to work with 64-bit hosted
104 disassembly.
105
1fd13091
KR
106Fri Dec 9 19:54:04 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
107
384b93b1
KR
108 * gas/all/gas.exp (comment.s test): Make the "\r" optional, since
109 it depends on tty modes.
110
111 * lib/gas-defs.exp (gas_start): Try using -nottycopy instead of
112 -nottyinit.
113
1fd13091
KR
114 * gas/arm/gas.exp: The arm6 test should report errors, for now.
115
3c6dc75b
KR
116Thu Dec 8 20:19:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
117
118 * lib/gas-defs.exp: Use -i in expect_after command.
119
d2ccfce3
KR
120Wed Dec 7 16:49:14 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
121
09a1cedb
KR
122 * gas/mips/mul.d,jal.d: Fix 0-strings to work with 64-bit hosted
123 disassembly.
124
d2ccfce3
KR
125 * gas/ieee-fp: Renamed from ieee.fp.
126
09a1cedb
KR
127 * lib/gas-defs.exp: Make sure timeout is at least 2 minutes.
128
d2ccfce3
KR
129Wed Nov 30 10:48:00 1994 Jeff Law (law@snake.cs.utah.edu)
130
131 * gas/hppa/parse: Renamed from gas/hppa/more.parse.
132
5a1b13d7
JL
133Mon Nov 28 00:40:26 1994 Jeff Law (law@snake.cs.utah.edu)
134
135 * gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected
136 to fail. Fix comments for the test. Tweak test name.
137
d2e9cd8c
JL
138Tue Nov 22 23:38:20 1994 Jeff Law (law@snake.cs.utah.edu)
139
140 * gas/hppa/reloc/reloc.exp: Minor tweaks to match current PA ELF
141 output.
142
2245d757
ILT
143Fri Nov 18 17:56:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
144
145 * gas/mips/ld.d: Adjust to work for both big and little endian
146 code.
147 * gas/mips/ld.s, gas/mips/lif-empic.d: Likewise.
148 * gas/mips/lifloat.d, gas/mips/ulh-empic.d: Likewise.
149 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d: Likewise.
150 * gas/mips/usw.d: Likewise.
151
1a9a95bb
JL
152Tue Nov 15 11:09:57 1994 Jeff Law (law@snake.cs.utah.edu)
153
2df1ea3d
JL
154 * gas/hppa/unsorted/align4.s: New test.
155 * gas/hppa/unsorted/unsorted.exp: Run it.
156
1a9a95bb
JL
157 * gas/hppa/unsorted/unsorted.exp (importbug): Tweak to match
158 current expected PA ELF output.
159 * gas/hppa/reloc/reloc.exp (do_r_no_reloc): Likewise.
160 (do_plabel_relocation_test): Likewise.
161
162Thu Nov 3 18:14:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
163
164 * gas/all/p1480.s: Use larger constant, so expression can have a
165 positive value.
166 * gas/all/gas.exp: Expect p1480.s without listings to pass.
167
71da20b7
ILT
168Thu Nov 3 15:43:46 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
169
170 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d, gas/mips/usw.d:
171 Correct test cases.
172
a7f1f2a8
JL
173Thu Oct 20 00:55:13 1994 Jeff Law (law@snake.cs.utah.edu)
174
175 * gas/hppa/reloc/blebug3.s: New test.
176 * gas/hppa/reloc/reloc.exp: Run it.
177
178Mon Oct 17 02:33:53 1994 Jeff Law (law@snake.cs.utah.edu)
179
180 * gas/hppa/reloc/reduce3.s: New test.
181 * gas/hppa/reloc/reloc.exp: Run it.
182
71b07521
JL
183Sun Oct 16 22:25:56 1994 Jeff Law (law@snake.cs.utah.edu)
184
185 * gas/hppa/reloc/reloc.exp (r_no_reloc): Tweak output to match
186 current reality.
187
188Wed Sep 28 21:21:34 1994 Jeff Law (law@snake.cs.utah.edu)
189
190 * gas/hppa/reloc/reduce.s: Renamed from relocreduce.s
191 * gas/hppa/reloc/reduce2.s: Renamed from relocreduce2.s
192 * gas/hppa/reloc/r_no_reloc.s: Renamed from r_no_relocbug.s
193 * gas/hppa/reloc/reloc.exp: Changed accordingly.
194
fac75dfe
ILT
195Wed Sep 28 13:25:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
196
197 * gas/mips/beq.d, gas/mips/beq.s: Test that unconditional branch
198 overflows are correctly converted to jumps.
199
200Mon Sep 26 17:41:43 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
201
202 * gas/mips: Add test cases for PIC code, both SVR4 style and
203 -membedded-pic style.
204
205Fri Sep 23 14:45:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
206
207 * gas/mips: New directory with MIPS specific test cases.
208
209 * lib/gas-defs.exp (run_dump_test): Permit the .d file to specify
210 the name of the source file to assemble.
211 (regexp_diff): Put the reason for failure in the log file.
212
213Wed Sep 21 13:44:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
214
215 * lib/gas-defs.exp: Don't try to use shell redirection, since TCL
216 doesn't support it. Redirect stdout using > instead of 1>, and
217 don't bother to redirect stderr since TCL redirects it anyhow.
218 (run_dump_test): Pass appropriate arguments to program, defaulting
219 to -r.
220
b0ed204d
KR
221Sat Sep 17 01:04:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
222
223 * gas/vax: New directory.
224 * gas/vax/{quad.s,quad.exp}: New test, for immediate quadword
225 values.
226
7e9825f0
JL
227Mon Sep 12 22:19:11 1994 Jeff Law (law@snake.cs.utah.edu)
228
229 * gas/hppa/reloc/r_no_relocbug.s: New test.
230 * gas/hppa/reloc/reloc.exp: Run it.
231
232 * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Update
233 expected output.
234
fac75dfe 235Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
318b02b6
KR
236
237 * gas/arm/*: New subtree. Add ARM tests.
238
239Mon Aug 8 12:13:31 1994 Jeff Law (law@snake.cs.utah.edu)
240
241 * gas/hppa/unsorted/unsorted.exp: Accept any character
242 between foo's type and foo itself.
243
8cbd903e
KR
244Fri Jul 15 19:09:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
245
246 * lib/gas-defs.exp (run_dump_test): New routine for running the
247 assembler, running objdump or nm (not fully supported) on the
248 resulting object file, and comparing the results against a file of
249 regular expressions in the test suite, all in one command.
14c11f44
KR
250 Options for the assembler and objdump are read from comments at
251 the start of the .d file.
8cbd903e
KR
252 (fail_phase, slurp_options): New auxiliary routines.
253 (regexp_diff): Always return a value. Fix bugs in actually doing
254 the regexp test.
255
318b02b6
KR
256 * gas/sun4/addend.exp: Use run_dump_test.
257 * gas/sun4/addend.d: Fix regular expressions so that they work.
258
8cbd903e
KR
259Thu Jul 7 11:55:33 1994 Jeff Law (law@snake.cs.utah.edu)
260
261 * gas/hppa/reloc/relocreduce2.s: More relocation reduction tests.
262 * gas/hppa/reloc/reloc.exp: Run them.
263
264Thu Jun 30 18:49:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
265
266 * config/default.exp: Look for "as.new" in "$base_dir/..", where
267 it got compiled, not in "$base_dir".
268 * config/unknown.exp: Deleted.
269
cf8c0d64
JL
270Sun Jun 26 13:23:54 1994 Jeff Law (law@snake.cs.utah.edu)
271
5ce4e41c
JL
272 * gas/lib/gas-defs.exp (gas_finish): Call "close" and "wait"
273 before exiting. Enclose both calls inside a "catch".
cf8c0d64
JL
274 (objdump_finish): Likewise.
275
ed50a13b
JL
276Fri Jun 10 10:23:35 1994 Jeff Law (law@snake.cs.utah.edu)
277
278 * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
279 for SOM to match current testcase.
280
e4125bb4
KR
281Thu Jun 2 19:46:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
282
283 * gas/i386/{pushw.s,pushw.l}: New test.
284 * gas/i386/all.exp: Run it.
b166d614
KR
285
286 * Makefile.in (distclean): Remove site config files and gas.sum.
287
c06e55d9
KR
288Fri May 27 12:24:18 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
289
290 * gas/m68k/disperr.s: Use % for registers.
291
292 * gas/m68k-coff/gas.exp: Expect failure for p2389a.s.
293
858665b7
BC
294Tue May 17 14:53:08 1994 Bill Cox (bill@rtl.cygnus.com)
295
296 * lib/gas-defs.exp: Replace error proc calls with perror calls.
297
a0546d5e
JL
298Mon May 16 13:19:16 1994 Jeff Law (law@snake.cs.utah.edu)
299
300 * gas/hppa/reloc/reloc.exp: Tweak expected output to match new
301 ELF code.
302 * gas/hppa/reloc/roundmode.s: Avoid "S" and "D" modes, ELF does
303 not support them.
304 * gas/hppa/unsorted/unsorted.exp: Tweak expected output to match
305 new ELF code.
306
307Thu May 5 17:27:54 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
308
309 * config/default.exp: Renamed from unix-gas.exp.
310
099c286e
BC
311Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
312
313 * Makefile.in (check): Set TCL_LIBRARY for runtest.
314
77d9009d
JL
315Mon Apr 11 07:54:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
316
61b3c2c5
JL
317 * gas/hppa/more.parse/callinfobug.s: Add missing name for
318 procedure.
319
77d9009d
JL
320 * gas/hppa/reloc/funcrelocbug.s: Place the trampoline in the
321 $DATA$ rather than $LIT$ subspace.
322
2f7c8700
JL
323Sun Mar 27 14:05:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
324
325 * gas/hppa/reloc/funcrelocbug.s: New test.
326 * gas/hppa/reloc/reloc.exp: Run it.
327
328Thu Mar 17 13:38:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
329
330 * gas/hppa/unsorted/importbug.s: New test.
331 * gas/hppa/unsorted/unsorted.exp: Run it.
332
2573e71c
JL
333Wed Mar 16 11:57:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
334
067654f1
JL
335 * gas/hppa/more.parse/regpopbug.s: Add trivial .equ test.
336
f04a9a1e
JL
337 * gas/hppa/unsorted/globalbug.s: New test (expected to fail).
338 * gas/hppa/unsorted/unsorted.exp: Run it.
339
7f8b9d66
JL
340 * gas/hppa/more.parse/callinfobug.s: New test.
341 * gas/hppa/omre.parse/parse.exp: Run it.
342
2573e71c
JL
343 * gas/hppa/more.parse/regpopbug.s: New test.
344 * gas/hppa/more.parse/parse.exp: Run it.
345
d193d762
KR
346Mon Feb 28 14:10:04 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
347
348 * lib/gas-defs.exp (objdump): New proc.
349 (objdump_start): Deleted unused proc.
350 (objdump_start_common): Merged into objdump_start_no_subdir.
351
352 * gas/alpha/fp.exp: Use objdump instead of
353 objdump_start_no_subdir, since the former actually waits for
354 objdump to finish. Specify .rdata section only. Make comment
355 indicate Alpha architecture rather than SPARC.
356 * gas/alpha/fp.d: Omit .reginfo patterns. Just use "." to match
357 against ASCII code 0x2a ("*", special in regexp).
358 * gas/sun4/addend.exp: Use objdump instead of
359 objdump_start_no_subdir.
360
25631628
JL
361Thu Feb 24 07:11:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
362
363 * gas/hppa/more.parse/parse.exp (no subspace test): Only expect
364 a failure if gas is not producing an ELF object.
365
1e95993e
JL
366Mon Feb 14 09:24:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
367
368 * gas/hppa/basic/fmemLRbug.s: New test.
369 * gas/hppa/basic/basic.exp: Run it.
370
371Thu Feb 10 00:34:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
372
373 * gas/alpha/fp.*: New files.
374 * lib/gas-defs.exp (regexp_diff): Report noted mismatch at
375 verbosity level 3 or above only.
376
377Mon Feb 7 15:53:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
378
379 * gas/hppa/*/*.exp: Change xfails to check for PA ELF rather than
380 PA OSF1.
381
4fc3b3b4
JL
382Fri Feb 4 23:42:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
383
384 * gas/hppa/more.parse/xmpyubug.s: New test.
385 * gas/hppa/more.parse/parse.exp: Run it.
386
9ebe52b3
KR
387Fri Feb 4 17:13:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
388
389 * lib/gas-defs.exp (regexp_diff): New procedure, vaguely based on
390 "simple_diff" from linker test suite.
391 * gas/sun4/addend.exp: Use it.
392 * gas/sun4/addend.d: New file.
393
9e929d32
KR
394Sun Jan 30 23:34:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
395
396 * gas/all/gas.exp: Adjust regexp for x930509.s for current listing
397 format.
398
2d9f8079
RS
399Thu Jan 20 16:44:51 1994 Rob Savoye (rob@darkstar.cygnus.com)
400
401 * gas/all/gas.exp, lib/gas-defs.exp, sun4/addend.exp,
402 sparc-solaris/addend.exp: Tweaked to fix a few bugs and to run
403 well under either version of expect.
404
3df8598e
JL
405Mon Jan 17 00:25:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
406
407 * gas/hppa/basic/fp_misc.s: Delete copr instruction. It's tested
408 elsewhere now.
409 * gas/hppa/basic/{copr, coprmem, spop}.s: New tests.
410 * gas/hppa/basic/basic.exp: Run them.
411
644df6f6
JL
412Thu Jan 13 11:59:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
413
414 * gas/all/gas.exp: No longer expect difference of forward
415 references to fail.
416 * gas/all/x930509.s: Fix testcase to match how the expect code was
417 written.
418
96f147a0
JL
419Wed Jan 12 13:41:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
420
644df6f6
JL
421 * gas/hppa/reloc/reloc.exp: Fix typo in last change. Latest test
422 for cross-subspace call bugs is no longer expected to fail.
423
96f147a0
JL
424 * gas/hppa/more.parse/procbug.s: Add test for another bug relating
425 to having a function's label follow the .PROC directive.
426
61bfefd7
JL
427Tue Jan 11 21:47:48 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
428
429 * gas/hppa/reloc/reloc.exp: Add test for cross-subspace call bug
430 found while working on multiple $CODE$ subspace support.
431
378cbfe1
JL
432Mon Jan 10 09:54:15 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
433
434 * gas/hppa/more.parse/parse.exp: procbug.s is no longer expected
435 to fail.
436 * gas/hppa/more.parse/procbug.s: Add missing .procend.
437
438Mon Jan 3 10:07:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
439
440 * gas/hppa/more.parse/labelbug.s: Add testcase for bug in last
441 app.c change.
442
88b24583
JL
443Wed Dec 29 11:32:39 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
444
445 * gas/hppa/more.parse/labelbug.s: Add more colonless label tests.
446
447Wed Dec 15 08:24:31 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
448
449 * Makefile.in (site.exp): Don't set ASFLAGS. Quote value of
450 OBJDUMPFLAGS in case it's empty. Use temporary names until the
451 end; make creating site.exp the final step.
452 (check): Pass in ASFLAGS.
453
454 * gas/all/gas.exp: Use all_ones proc. Change regexp for matching
455 C comments to avoid bugs in latest expect code.
456
28b9501d
JL
457Wed Dec 8 14:30:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
458
459 * gas/m68k/disperr.s: New test.
460 * gas/m68k/all.exp: Run it.
461
9fad66b5
JL
462Sun Dec 5 19:24:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
463
464 * gas/hppa/reloc/roundmode.s: New test.
465 * gas/hppa/reloc/reloc.exp: Run it. Fix typo in last change.
466
467Wed Dec 1 10:44:18 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
468
469 * gas/hppa/reloc/reloc.exp: Run the first half of bogus R_EXIT
470 test for ELF.
471
b28171d0
JL
472Tue Nov 30 13:43:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
473
474 * gas/hppa/more.parse/parse.exp: Test for error on for subspace
475 directive is an XFAIL for SOM assmeblers.
476
477 * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on
478 cross-subspace call test.
479
16539b5d
JL
480Sun Nov 28 12:12:50 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
481
6e4eda33
JL
482 * gas/hppa/more.parse/appbug.s: New test.
483 * gas/hppa/more.parse/parse.exp: Run it.
484
16539b5d
JL
485 * gas/hppa/unsorted/align3.s: New test.
486 * gas/hppa/unsorted/unsorted.exp: Run it.
487
5f74c940
JL
488Sat Nov 27 22:50:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
489
490 * gas/all/p2425.s: Insert a tab before assembler directives so
491 that the directives are not interpreted as labels.
492
493 * gas/hppa/basic/weird.s: Sync with GDB version.
494
495 * gas/hppa/more.parse/labelbug.s: New test.
496
497 * gas/hppa/more.parse/parse.exp: Run it.
498
64f591ae
JL
499Wed Nov 24 01:25:03 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
500
8d898eda
JL
501 * gas/hppa/reloc/fixupbug.s: New test.
502 * gas/hppa/reloc/reloc.exp: Run it.
503
64f591ae
JL
504 * gas/hppa/reloc/exitbug.s: New test.
505 * gas/hppa/reloc/reloc.exp: Run it.
506
4a178115
JL
507Sun Nov 21 22:11:10 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
508
64f591ae
JL
509 * gas/hppa/reloc/reloc.exp: Minor fixes so that SOM & ELF can
510 share the same test code.
511 * gas/hppa/reloc/relocreduce.s: Likewise.
512
4a178115
JL
513 * gas/hppa/basic/fmem.s: Add quadword FP store instructions.
514 * gas/hppa/basic/basic.exp: Test quadword FP store instructions.
515
f60a4a0b
JL
516Sun Nov 7 00:31:41 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
517
4a178115
JL
518 * gas/hppa/reloc/reloc.exp: No longer expect failure for
519 field selector on ble instruction test.
520
f60a4a0b
JL
521 * gas/hppa/basic/basic.exp: No longer expect failures for
522 system instruction tests now that probei is fixed.
523
e8dc4a93
JL
524Sat Nov 6 22:45:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
525
526 * gas/hppa/reloc/selectorbug.s: New test.
527 * gas/hppa/reloc/reloc.exp: Run it.
528
70d4dc11
JL
529Thu Nov 4 17:01:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
530
531 * gas/hppa/unsorted/fragbug.s: New test.
532 * gas/hppa/unsorted/unsorted.exp: Run it.
533
de074576
JW
534Thu Nov 04 09:09:49 1993 Jeffrey Wheat (cassidy@cygnus.com)
535
536 * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS
537
538Tue Nov 2 22:12:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
539
540 * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests.
541 * gas/hppa/more.parse/parse.exp: Run them.
542
97335255
JL
543Mon Nov 1 23:37:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
544
545 * gas/hppa/reloc/reloc.exp (reloc_reduce): Correct offsets at
546 which specific relocations are expected to be found.
547
9bc0f7c8
JL
548Sat Oct 30 14:12:31 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
549
5c2bae75
JL
550 * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail.
551
552 * gas/hppa/more.parse/parse.exp: Add new test.
553 * gas/hppa/more.parse/ssbug.s: New test to make sure non-default
97335255 554 sections are handled correctly.
5c2bae75 555
9bc0f7c8
JL
556 * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets.
557
558Fri Oct 29 16:29:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
559
560 * gas/hppa/more.parse/calldatabug.s: Colonize.
561 * gas/hppa/more.parse/parse.exp: Fix typos.
562
64285e83
JL
563Thu Oct 28 21:40:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
564
a54c84c7
JL
565 * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.
566 * gas/hppa/*/*.exp: New test drivers.
567 * gas/hppa/*/*.s: New test files.
64285e83 568
4a350ee6
KR
569Mon Oct 25 09:40:59 1993 Ken Raeburn (raeburn@cygnus.com)
570
571 * gas/sun4: New directory.
572 * gas/sun4/addend.s,addend.exp: New test case.
573 * gas/sparc-solaris/addend.s,addend.exp: Solaris version of same
574 test case.
575
576 * gas/all/gas.exp: Check `*' in C comments.
577
578 * lib/gas-defs.exp (all_ones): New procedure, for a predicate to
579 simplify some tests.
580 (want_no_output): Return zero or nonzero, depending on success or
581 failure.
582 (gas_test_old): Return value from want_no_output.
583 (objdump_start_common): Split off from objdump_start.
584 (objdump_start_no_subdir): New procedure.
585
726b30ba
KR
586Wed Oct 20 07:25:48 1993 Ken Raeburn (raeburn@rover.cygnus.com)
587
4a350ee6
KR
588 * gas/all/diff1.s, gas/m68k/pic1.s: New tests.
589 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
590
726b30ba
KR
591 * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to
592 AS_FOR_TARGET.
593 (check): Don't pass ASFLAGS variable.
594 (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
595
596 From Jeff Law:
597
598 * lib/gas-defs.exp (objdump_start, objdump_finish): New functions
599 so that tests can parse the output of objdump looking for errors
600 in relocation entires, file headers and the like.
601
67972d50
KR
602Thu Sep 23 16:20:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
603
604 * gas/ieee.fp/x930509a.exp: Currently expected to fail always.
605 * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test
606 call so it no longer performs multiple tests.
726b30ba
KR
607 * gas/m68k/all.exp (t2.s): Don't bother with listings.
608 (p2410.s): Don't pass unwanted arguments to gas_test_error.
67972d50
KR
609
610Wed Aug 25 16:50:08 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
611
612 * lib/do*: Remove RCS id strings.
613
614Mon May 17 15:09:45 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
615
616 * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests.
617 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
618 * gas/i386: New directory.
619
620Mon May 10 14:50:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
621
622 * Added directory structure, to categorize tests by targets.
623 * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s,
624 and refined some to examine the assembler listing output.
625 * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some
626 expect_after patterns.
627 (gas_start, gas_finish): New procs, for tests that examine process
628 output.
629 * config/unix-gas.exp: Invoke gas_init directly, instead of
630 requiring test .exp files do it.
631
632Wed Apr 21 01:24:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
633
634 * gas/gas.exp: Handle new tests, and changes to testing procs.
635
636 * lib/gas-defs.exp (want_no_output): New proc; success iff output
637 is empty.
638 (gas_test_old): Functionally same as old gas_test.
639 (gas_test_ignore_stdout): Rewritten to use want_no_output.
640 (gas_test): New argument lists set of options to be tried in
641 combinations. Option with trailing ">" indicates standard output
642 should be ignored.
643
644 * gas/p2425a.s: Use %-form for registers, so this test can be run
645 on m68k-coff targets too.
646
647 * gas/p2430a.s: New test case, whitespace &c matches customer
648 report more closely. Gets different results from p2430.s; this is
649 bad, and not yet tested for.
650
651Mon Apr 5 12:27:19 1993 Ken Raeburn (raeburn@cygnus.com)
652
653 * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases.
654 * lib/run: New script.
655 * gas/gas-defs.exp (gas_start): Takes new args, assembler options
656 and redirection options. Use "run" script so redirection works.
657 (gas_test): Now takes assembler options as separate arg from input
658 file name.
659 (gas_test_ignore_stdout): New proc. Discards output.
660 (gas_test_error): New proc. Expects assembler to generate output.
661 (target_cpu_family setting): Handle i486->i386 also.
662
663 * lib/do*: Scripts moved here from gas/testscripts. May be useful
664 someday for writing more test cases; not currently used.
665
666Tue Mar 30 11:45:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
667
668 * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test
669 cases.
670 * gas/gas.exp: Enable them for appropriate targets. Removed some
671 useless comments &c. Changed m68k target test to be more general.
672
673 * lib/gas-defs.exp (gas_exit, gas_init): New procs.
674 * gas/gas.exp: Call gas_init.
675
676Mon Mar 29 00:00:00 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
677
678 * Test suite created.
679
This page took 0.123088 seconds and 4 git commands to generate.