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