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