* gas/hppa/reloc/r_no_relocbug.s: New test.
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 Mon Sep 12 22:19:11 1994 Jeff Law (law@snake.cs.utah.edu)
2
3 * gas/hppa/reloc/r_no_relocbug.s: New test.
4 * gas/hppa/reloc/reloc.exp: Run it.
5
6 * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Update
7 expected output.
8
9 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
10
11 * gas/arm/*: New subtree. Add ARM tests.
12
13 Mon Aug 8 12:13:31 1994 Jeff Law (law@snake.cs.utah.edu)
14
15 * gas/hppa/unsorted/unsorted.exp: Accept any character
16 between foo's type and foo itself.
17
18 Fri Jul 15 19:09:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19
20 * lib/gas-defs.exp (run_dump_test): New routine for running the
21 assembler, running objdump or nm (not fully supported) on the
22 resulting object file, and comparing the results against a file of
23 regular expressions in the test suite, all in one command.
24 Options for the assembler and objdump are read from comments at
25 the start of the .d file.
26 (fail_phase, slurp_options): New auxiliary routines.
27 (regexp_diff): Always return a value. Fix bugs in actually doing
28 the regexp test.
29
30 * gas/sun4/addend.exp: Use run_dump_test.
31 * gas/sun4/addend.d: Fix regular expressions so that they work.
32
33 Thu Jul 7 11:55:33 1994 Jeff Law (law@snake.cs.utah.edu)
34
35 * gas/hppa/reloc/relocreduce2.s: More relocation reduction tests.
36 * gas/hppa/reloc/reloc.exp: Run them.
37
38 Thu Jun 30 18:49:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
39
40 * config/default.exp: Look for "as.new" in "$base_dir/..", where
41 it got compiled, not in "$base_dir".
42 * config/unknown.exp: Deleted.
43
44 Sun Jun 26 13:23:54 1994 Jeff Law (law@snake.cs.utah.edu)
45
46 * gas/lib/gas-defs.exp (gas_finish): Call "close" and "wait"
47 before exiting. Enclose both calls inside a "catch".
48 (objdump_finish): Likewise.
49
50 Fri Jun 10 10:23:35 1994 Jeff Law (law@snake.cs.utah.edu)
51
52 * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
53 for SOM to match current testcase.
54
55 Thu Jun 2 19:46:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
56
57 * gas/i386/{pushw.s,pushw.l}: New test.
58 * gas/i386/all.exp: Run it.
59
60 * Makefile.in (distclean): Remove site config files and gas.sum.
61
62 Fri May 27 12:24:18 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
63
64 * gas/m68k/disperr.s: Use % for registers.
65
66 * gas/m68k-coff/gas.exp: Expect failure for p2389a.s.
67
68 Tue May 17 14:53:08 1994 Bill Cox (bill@rtl.cygnus.com)
69
70 * lib/gas-defs.exp: Replace error proc calls with perror calls.
71
72 Mon May 16 13:19:16 1994 Jeff Law (law@snake.cs.utah.edu)
73
74 * gas/hppa/reloc/reloc.exp: Tweak expected output to match new
75 ELF code.
76 * gas/hppa/reloc/roundmode.s: Avoid "S" and "D" modes, ELF does
77 not support them.
78 * gas/hppa/unsorted/unsorted.exp: Tweak expected output to match
79 new ELF code.
80
81 Thu May 5 17:27:54 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
82
83 * config/default.exp: Renamed from unix-gas.exp.
84
85 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
86
87 * Makefile.in (check): Set TCL_LIBRARY for runtest.
88
89 Mon Apr 11 07:54:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
90
91 * gas/hppa/more.parse/callinfobug.s: Add missing name for
92 procedure.
93
94 * gas/hppa/reloc/funcrelocbug.s: Place the trampoline in the
95 $DATA$ rather than $LIT$ subspace.
96
97 Sun Mar 27 14:05:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
98
99 * gas/hppa/reloc/funcrelocbug.s: New test.
100 * gas/hppa/reloc/reloc.exp: Run it.
101
102 Thu Mar 17 13:38:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
103
104 * gas/hppa/unsorted/importbug.s: New test.
105 * gas/hppa/unsorted/unsorted.exp: Run it.
106
107 Wed Mar 16 11:57:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
108
109 * gas/hppa/more.parse/regpopbug.s: Add trivial .equ test.
110
111 * gas/hppa/unsorted/globalbug.s: New test (expected to fail).
112 * gas/hppa/unsorted/unsorted.exp: Run it.
113
114 * gas/hppa/more.parse/callinfobug.s: New test.
115 * gas/hppa/omre.parse/parse.exp: Run it.
116
117 * gas/hppa/more.parse/regpopbug.s: New test.
118 * gas/hppa/more.parse/parse.exp: Run it.
119
120 Mon Feb 28 14:10:04 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
121
122 * lib/gas-defs.exp (objdump): New proc.
123 (objdump_start): Deleted unused proc.
124 (objdump_start_common): Merged into objdump_start_no_subdir.
125
126 * gas/alpha/fp.exp: Use objdump instead of
127 objdump_start_no_subdir, since the former actually waits for
128 objdump to finish. Specify .rdata section only. Make comment
129 indicate Alpha architecture rather than SPARC.
130 * gas/alpha/fp.d: Omit .reginfo patterns. Just use "." to match
131 against ASCII code 0x2a ("*", special in regexp).
132 * gas/sun4/addend.exp: Use objdump instead of
133 objdump_start_no_subdir.
134
135 Thu Feb 24 07:11:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
136
137 * gas/hppa/more.parse/parse.exp (no subspace test): Only expect
138 a failure if gas is not producing an ELF object.
139
140 Mon Feb 14 09:24:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
141
142 * gas/hppa/basic/fmemLRbug.s: New test.
143 * gas/hppa/basic/basic.exp: Run it.
144
145 Thu Feb 10 00:34:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
146
147 * gas/alpha/fp.*: New files.
148 * lib/gas-defs.exp (regexp_diff): Report noted mismatch at
149 verbosity level 3 or above only.
150
151 Mon Feb 7 15:53:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
152
153 * gas/hppa/*/*.exp: Change xfails to check for PA ELF rather than
154 PA OSF1.
155
156 Fri Feb 4 23:42:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
157
158 * gas/hppa/more.parse/xmpyubug.s: New test.
159 * gas/hppa/more.parse/parse.exp: Run it.
160
161 Fri Feb 4 17:13:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
162
163 * lib/gas-defs.exp (regexp_diff): New procedure, vaguely based on
164 "simple_diff" from linker test suite.
165 * gas/sun4/addend.exp: Use it.
166 * gas/sun4/addend.d: New file.
167
168 Sun Jan 30 23:34:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
169
170 * gas/all/gas.exp: Adjust regexp for x930509.s for current listing
171 format.
172
173 Thu Jan 20 16:44:51 1994 Rob Savoye (rob@darkstar.cygnus.com)
174
175 * gas/all/gas.exp, lib/gas-defs.exp, sun4/addend.exp,
176 sparc-solaris/addend.exp: Tweaked to fix a few bugs and to run
177 well under either version of expect.
178
179 Mon Jan 17 00:25:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
180
181 * gas/hppa/basic/fp_misc.s: Delete copr instruction. It's tested
182 elsewhere now.
183 * gas/hppa/basic/{copr, coprmem, spop}.s: New tests.
184 * gas/hppa/basic/basic.exp: Run them.
185
186 Thu Jan 13 11:59:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
187
188 * gas/all/gas.exp: No longer expect difference of forward
189 references to fail.
190 * gas/all/x930509.s: Fix testcase to match how the expect code was
191 written.
192
193 Wed Jan 12 13:41:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
194
195 * gas/hppa/reloc/reloc.exp: Fix typo in last change. Latest test
196 for cross-subspace call bugs is no longer expected to fail.
197
198 * gas/hppa/more.parse/procbug.s: Add test for another bug relating
199 to having a function's label follow the .PROC directive.
200
201 Tue Jan 11 21:47:48 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
202
203 * gas/hppa/reloc/reloc.exp: Add test for cross-subspace call bug
204 found while working on multiple $CODE$ subspace support.
205
206 Mon Jan 10 09:54:15 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
207
208 * gas/hppa/more.parse/parse.exp: procbug.s is no longer expected
209 to fail.
210 * gas/hppa/more.parse/procbug.s: Add missing .procend.
211
212 Mon Jan 3 10:07:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
213
214 * gas/hppa/more.parse/labelbug.s: Add testcase for bug in last
215 app.c change.
216
217 Wed Dec 29 11:32:39 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
218
219 * gas/hppa/more.parse/labelbug.s: Add more colonless label tests.
220
221 Wed Dec 15 08:24:31 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
222
223 * Makefile.in (site.exp): Don't set ASFLAGS. Quote value of
224 OBJDUMPFLAGS in case it's empty. Use temporary names until the
225 end; make creating site.exp the final step.
226 (check): Pass in ASFLAGS.
227
228 * gas/all/gas.exp: Use all_ones proc. Change regexp for matching
229 C comments to avoid bugs in latest expect code.
230
231 Wed Dec 8 14:30:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
232
233 * gas/m68k/disperr.s: New test.
234 * gas/m68k/all.exp: Run it.
235
236 Sun Dec 5 19:24:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
237
238 * gas/hppa/reloc/roundmode.s: New test.
239 * gas/hppa/reloc/reloc.exp: Run it. Fix typo in last change.
240
241 Wed Dec 1 10:44:18 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
242
243 * gas/hppa/reloc/reloc.exp: Run the first half of bogus R_EXIT
244 test for ELF.
245
246 Tue Nov 30 13:43:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
247
248 * gas/hppa/more.parse/parse.exp: Test for error on for subspace
249 directive is an XFAIL for SOM assmeblers.
250
251 * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on
252 cross-subspace call test.
253
254 Sun Nov 28 12:12:50 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
255
256 * gas/hppa/more.parse/appbug.s: New test.
257 * gas/hppa/more.parse/parse.exp: Run it.
258
259 * gas/hppa/unsorted/align3.s: New test.
260 * gas/hppa/unsorted/unsorted.exp: Run it.
261
262 Sat Nov 27 22:50:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
263
264 * gas/all/p2425.s: Insert a tab before assembler directives so
265 that the directives are not interpreted as labels.
266
267 * gas/hppa/basic/weird.s: Sync with GDB version.
268
269 * gas/hppa/more.parse/labelbug.s: New test.
270
271 * gas/hppa/more.parse/parse.exp: Run it.
272
273 Wed Nov 24 01:25:03 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
274
275 * gas/hppa/reloc/fixupbug.s: New test.
276 * gas/hppa/reloc/reloc.exp: Run it.
277
278 * gas/hppa/reloc/exitbug.s: New test.
279 * gas/hppa/reloc/reloc.exp: Run it.
280
281 Sun Nov 21 22:11:10 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
282
283 * gas/hppa/reloc/reloc.exp: Minor fixes so that SOM & ELF can
284 share the same test code.
285 * gas/hppa/reloc/relocreduce.s: Likewise.
286
287 * gas/hppa/basic/fmem.s: Add quadword FP store instructions.
288 * gas/hppa/basic/basic.exp: Test quadword FP store instructions.
289
290 Sun Nov 7 00:31:41 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
291
292 * gas/hppa/reloc/reloc.exp: No longer expect failure for
293 field selector on ble instruction test.
294
295 * gas/hppa/basic/basic.exp: No longer expect failures for
296 system instruction tests now that probei is fixed.
297
298 Sat Nov 6 22:45:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
299
300 * gas/hppa/reloc/selectorbug.s: New test.
301 * gas/hppa/reloc/reloc.exp: Run it.
302
303 Thu Nov 4 17:01:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
304
305 * gas/hppa/unsorted/fragbug.s: New test.
306 * gas/hppa/unsorted/unsorted.exp: Run it.
307
308 Thu Nov 04 09:09:49 1993 Jeffrey Wheat (cassidy@cygnus.com)
309
310 * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS
311
312 Tue Nov 2 22:12:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
313
314 * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests.
315 * gas/hppa/more.parse/parse.exp: Run them.
316
317 Mon Nov 1 23:37:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
318
319 * gas/hppa/reloc/reloc.exp (reloc_reduce): Correct offsets at
320 which specific relocations are expected to be found.
321
322 Sat Oct 30 14:12:31 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
323
324 * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail.
325
326 * gas/hppa/more.parse/parse.exp: Add new test.
327 * gas/hppa/more.parse/ssbug.s: New test to make sure non-default
328 sections are handled correctly.
329
330 * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets.
331
332 Fri Oct 29 16:29:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
333
334 * gas/hppa/more.parse/calldatabug.s: Colonize.
335 * gas/hppa/more.parse/parse.exp: Fix typos.
336
337 Thu Oct 28 21:40:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
338
339 * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.
340 * gas/hppa/*/*.exp: New test drivers.
341 * gas/hppa/*/*.s: New test files.
342
343 Mon Oct 25 09:40:59 1993 Ken Raeburn (raeburn@cygnus.com)
344
345 * gas/sun4: New directory.
346 * gas/sun4/addend.s,addend.exp: New test case.
347 * gas/sparc-solaris/addend.s,addend.exp: Solaris version of same
348 test case.
349
350 * gas/all/gas.exp: Check `*' in C comments.
351
352 * lib/gas-defs.exp (all_ones): New procedure, for a predicate to
353 simplify some tests.
354 (want_no_output): Return zero or nonzero, depending on success or
355 failure.
356 (gas_test_old): Return value from want_no_output.
357 (objdump_start_common): Split off from objdump_start.
358 (objdump_start_no_subdir): New procedure.
359
360 Wed Oct 20 07:25:48 1993 Ken Raeburn (raeburn@rover.cygnus.com)
361
362 * gas/all/diff1.s, gas/m68k/pic1.s: New tests.
363 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
364
365 * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to
366 AS_FOR_TARGET.
367 (check): Don't pass ASFLAGS variable.
368 (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
369
370 From Jeff Law:
371
372 * lib/gas-defs.exp (objdump_start, objdump_finish): New functions
373 so that tests can parse the output of objdump looking for errors
374 in relocation entires, file headers and the like.
375
376 Thu Sep 23 16:20:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
377
378 * gas/ieee.fp/x930509a.exp: Currently expected to fail always.
379 * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test
380 call so it no longer performs multiple tests.
381 * gas/m68k/all.exp (t2.s): Don't bother with listings.
382 (p2410.s): Don't pass unwanted arguments to gas_test_error.
383
384 Wed Aug 25 16:50:08 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
385
386 * lib/do*: Remove RCS id strings.
387
388 Mon May 17 15:09:45 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
389
390 * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests.
391 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
392 * gas/i386: New directory.
393
394 Mon May 10 14:50:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
395
396 * Added directory structure, to categorize tests by targets.
397 * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s,
398 and refined some to examine the assembler listing output.
399 * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some
400 expect_after patterns.
401 (gas_start, gas_finish): New procs, for tests that examine process
402 output.
403 * config/unix-gas.exp: Invoke gas_init directly, instead of
404 requiring test .exp files do it.
405
406 Wed Apr 21 01:24:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
407
408 * gas/gas.exp: Handle new tests, and changes to testing procs.
409
410 * lib/gas-defs.exp (want_no_output): New proc; success iff output
411 is empty.
412 (gas_test_old): Functionally same as old gas_test.
413 (gas_test_ignore_stdout): Rewritten to use want_no_output.
414 (gas_test): New argument lists set of options to be tried in
415 combinations. Option with trailing ">" indicates standard output
416 should be ignored.
417
418 * gas/p2425a.s: Use %-form for registers, so this test can be run
419 on m68k-coff targets too.
420
421 * gas/p2430a.s: New test case, whitespace &c matches customer
422 report more closely. Gets different results from p2430.s; this is
423 bad, and not yet tested for.
424
425 Mon Apr 5 12:27:19 1993 Ken Raeburn (raeburn@cygnus.com)
426
427 * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases.
428 * lib/run: New script.
429 * gas/gas-defs.exp (gas_start): Takes new args, assembler options
430 and redirection options. Use "run" script so redirection works.
431 (gas_test): Now takes assembler options as separate arg from input
432 file name.
433 (gas_test_ignore_stdout): New proc. Discards output.
434 (gas_test_error): New proc. Expects assembler to generate output.
435 (target_cpu_family setting): Handle i486->i386 also.
436
437 * lib/do*: Scripts moved here from gas/testscripts. May be useful
438 someday for writing more test cases; not currently used.
439
440 Tue Mar 30 11:45:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
441
442 * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test
443 cases.
444 * gas/gas.exp: Enable them for appropriate targets. Removed some
445 useless comments &c. Changed m68k target test to be more general.
446
447 * lib/gas-defs.exp (gas_exit, gas_init): New procs.
448 * gas/gas.exp: Call gas_init.
449
450 Mon Mar 29 00:00:00 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
451
452 * Test suite created.
453
This page took 0.045337 seconds and 5 git commands to generate.