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