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