* config/tc-hppa.c (pa_callinfo): Accept "millicode" as an
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
2573e71c
JL
1Wed Mar 16 11:57:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2
3 * gas/hppa/more.parse/regpopbug.s: New test.
4 * gas/hppa/more.parse/parse.exp: Run it.
5
d193d762
KR
6Mon Feb 28 14:10:04 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
7
8 * lib/gas-defs.exp (objdump): New proc.
9 (objdump_start): Deleted unused proc.
10 (objdump_start_common): Merged into objdump_start_no_subdir.
11
12 * gas/alpha/fp.exp: Use objdump instead of
13 objdump_start_no_subdir, since the former actually waits for
14 objdump to finish. Specify .rdata section only. Make comment
15 indicate Alpha architecture rather than SPARC.
16 * gas/alpha/fp.d: Omit .reginfo patterns. Just use "." to match
17 against ASCII code 0x2a ("*", special in regexp).
18 * gas/sun4/addend.exp: Use objdump instead of
19 objdump_start_no_subdir.
20
25631628
JL
21Thu Feb 24 07:11:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
22
23 * gas/hppa/more.parse/parse.exp (no subspace test): Only expect
24 a failure if gas is not producing an ELF object.
25
1e95993e
JL
26Mon Feb 14 09:24:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27
28 * gas/hppa/basic/fmemLRbug.s: New test.
29 * gas/hppa/basic/basic.exp: Run it.
30
31Thu Feb 10 00:34:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
32
33 * gas/alpha/fp.*: New files.
34 * lib/gas-defs.exp (regexp_diff): Report noted mismatch at
35 verbosity level 3 or above only.
36
37Mon Feb 7 15:53:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
38
39 * gas/hppa/*/*.exp: Change xfails to check for PA ELF rather than
40 PA OSF1.
41
4fc3b3b4
JL
42Fri Feb 4 23:42:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
43
44 * gas/hppa/more.parse/xmpyubug.s: New test.
45 * gas/hppa/more.parse/parse.exp: Run it.
46
9ebe52b3
KR
47Fri Feb 4 17:13:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
48
49 * lib/gas-defs.exp (regexp_diff): New procedure, vaguely based on
50 "simple_diff" from linker test suite.
51 * gas/sun4/addend.exp: Use it.
52 * gas/sun4/addend.d: New file.
53
9e929d32
KR
54Sun Jan 30 23:34:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
55
56 * gas/all/gas.exp: Adjust regexp for x930509.s for current listing
57 format.
58
2d9f8079
RS
59Thu Jan 20 16:44:51 1994 Rob Savoye (rob@darkstar.cygnus.com)
60
61 * gas/all/gas.exp, lib/gas-defs.exp, sun4/addend.exp,
62 sparc-solaris/addend.exp: Tweaked to fix a few bugs and to run
63 well under either version of expect.
64
3df8598e
JL
65Mon Jan 17 00:25:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
66
67 * gas/hppa/basic/fp_misc.s: Delete copr instruction. It's tested
68 elsewhere now.
69 * gas/hppa/basic/{copr, coprmem, spop}.s: New tests.
70 * gas/hppa/basic/basic.exp: Run them.
71
644df6f6
JL
72Thu Jan 13 11:59:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
73
74 * gas/all/gas.exp: No longer expect difference of forward
75 references to fail.
76 * gas/all/x930509.s: Fix testcase to match how the expect code was
77 written.
78
96f147a0
JL
79Wed Jan 12 13:41:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
80
644df6f6
JL
81 * gas/hppa/reloc/reloc.exp: Fix typo in last change. Latest test
82 for cross-subspace call bugs is no longer expected to fail.
83
96f147a0
JL
84 * gas/hppa/more.parse/procbug.s: Add test for another bug relating
85 to having a function's label follow the .PROC directive.
86
61bfefd7
JL
87Tue Jan 11 21:47:48 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
88
89 * gas/hppa/reloc/reloc.exp: Add test for cross-subspace call bug
90 found while working on multiple $CODE$ subspace support.
91
378cbfe1
JL
92Mon Jan 10 09:54:15 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
93
94 * gas/hppa/more.parse/parse.exp: procbug.s is no longer expected
95 to fail.
96 * gas/hppa/more.parse/procbug.s: Add missing .procend.
97
98Mon Jan 3 10:07:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
99
100 * gas/hppa/more.parse/labelbug.s: Add testcase for bug in last
101 app.c change.
102
88b24583
JL
103Wed Dec 29 11:32:39 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
104
105 * gas/hppa/more.parse/labelbug.s: Add more colonless label tests.
106
107Wed Dec 15 08:24:31 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
108
109 * Makefile.in (site.exp): Don't set ASFLAGS. Quote value of
110 OBJDUMPFLAGS in case it's empty. Use temporary names until the
111 end; make creating site.exp the final step.
112 (check): Pass in ASFLAGS.
113
114 * gas/all/gas.exp: Use all_ones proc. Change regexp for matching
115 C comments to avoid bugs in latest expect code.
116
28b9501d
JL
117Wed Dec 8 14:30:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
118
119 * gas/m68k/disperr.s: New test.
120 * gas/m68k/all.exp: Run it.
121
9fad66b5
JL
122Sun Dec 5 19:24:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
123
124 * gas/hppa/reloc/roundmode.s: New test.
125 * gas/hppa/reloc/reloc.exp: Run it. Fix typo in last change.
126
127Wed Dec 1 10:44:18 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
128
129 * gas/hppa/reloc/reloc.exp: Run the first half of bogus R_EXIT
130 test for ELF.
131
b28171d0
JL
132Tue Nov 30 13:43:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
133
134 * gas/hppa/more.parse/parse.exp: Test for error on for subspace
135 directive is an XFAIL for SOM assmeblers.
136
137 * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on
138 cross-subspace call test.
139
16539b5d
JL
140Sun Nov 28 12:12:50 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
141
6e4eda33
JL
142 * gas/hppa/more.parse/appbug.s: New test.
143 * gas/hppa/more.parse/parse.exp: Run it.
144
16539b5d
JL
145 * gas/hppa/unsorted/align3.s: New test.
146 * gas/hppa/unsorted/unsorted.exp: Run it.
147
5f74c940
JL
148Sat Nov 27 22:50:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
149
150 * gas/all/p2425.s: Insert a tab before assembler directives so
151 that the directives are not interpreted as labels.
152
153 * gas/hppa/basic/weird.s: Sync with GDB version.
154
155 * gas/hppa/more.parse/labelbug.s: New test.
156
157 * gas/hppa/more.parse/parse.exp: Run it.
158
64f591ae
JL
159Wed Nov 24 01:25:03 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
160
8d898eda
JL
161 * gas/hppa/reloc/fixupbug.s: New test.
162 * gas/hppa/reloc/reloc.exp: Run it.
163
64f591ae
JL
164 * gas/hppa/reloc/exitbug.s: New test.
165 * gas/hppa/reloc/reloc.exp: Run it.
166
4a178115
JL
167Sun Nov 21 22:11:10 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
168
64f591ae
JL
169 * gas/hppa/reloc/reloc.exp: Minor fixes so that SOM & ELF can
170 share the same test code.
171 * gas/hppa/reloc/relocreduce.s: Likewise.
172
4a178115
JL
173 * gas/hppa/basic/fmem.s: Add quadword FP store instructions.
174 * gas/hppa/basic/basic.exp: Test quadword FP store instructions.
175
f60a4a0b
JL
176Sun Nov 7 00:31:41 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
177
4a178115
JL
178 * gas/hppa/reloc/reloc.exp: No longer expect failure for
179 field selector on ble instruction test.
180
f60a4a0b
JL
181 * gas/hppa/basic/basic.exp: No longer expect failures for
182 system instruction tests now that probei is fixed.
183
e8dc4a93
JL
184Sat Nov 6 22:45:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
185
186 * gas/hppa/reloc/selectorbug.s: New test.
187 * gas/hppa/reloc/reloc.exp: Run it.
188
70d4dc11
JL
189Thu Nov 4 17:01:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
190
191 * gas/hppa/unsorted/fragbug.s: New test.
192 * gas/hppa/unsorted/unsorted.exp: Run it.
193
de074576
JW
194Thu Nov 04 09:09:49 1993 Jeffrey Wheat (cassidy@cygnus.com)
195
196 * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS
197
198Tue Nov 2 22:12:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
199
200 * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests.
201 * gas/hppa/more.parse/parse.exp: Run them.
202
97335255
JL
203Mon Nov 1 23:37:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
204
205 * gas/hppa/reloc/reloc.exp (reloc_reduce): Correct offsets at
206 which specific relocations are expected to be found.
207
9bc0f7c8
JL
208Sat Oct 30 14:12:31 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
209
5c2bae75
JL
210 * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail.
211
212 * gas/hppa/more.parse/parse.exp: Add new test.
213 * gas/hppa/more.parse/ssbug.s: New test to make sure non-default
97335255 214 sections are handled correctly.
5c2bae75 215
9bc0f7c8
JL
216 * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets.
217
218Fri Oct 29 16:29:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
219
220 * gas/hppa/more.parse/calldatabug.s: Colonize.
221 * gas/hppa/more.parse/parse.exp: Fix typos.
222
64285e83
JL
223Thu Oct 28 21:40:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
224
a54c84c7
JL
225 * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.
226 * gas/hppa/*/*.exp: New test drivers.
227 * gas/hppa/*/*.s: New test files.
64285e83 228
4a350ee6
KR
229Mon Oct 25 09:40:59 1993 Ken Raeburn (raeburn@cygnus.com)
230
231 * gas/sun4: New directory.
232 * gas/sun4/addend.s,addend.exp: New test case.
233 * gas/sparc-solaris/addend.s,addend.exp: Solaris version of same
234 test case.
235
236 * gas/all/gas.exp: Check `*' in C comments.
237
238 * lib/gas-defs.exp (all_ones): New procedure, for a predicate to
239 simplify some tests.
240 (want_no_output): Return zero or nonzero, depending on success or
241 failure.
242 (gas_test_old): Return value from want_no_output.
243 (objdump_start_common): Split off from objdump_start.
244 (objdump_start_no_subdir): New procedure.
245
726b30ba
KR
246Wed Oct 20 07:25:48 1993 Ken Raeburn (raeburn@rover.cygnus.com)
247
4a350ee6
KR
248 * gas/all/diff1.s, gas/m68k/pic1.s: New tests.
249 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
250
726b30ba
KR
251 * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to
252 AS_FOR_TARGET.
253 (check): Don't pass ASFLAGS variable.
254 (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
255
256 From Jeff Law:
257
258 * lib/gas-defs.exp (objdump_start, objdump_finish): New functions
259 so that tests can parse the output of objdump looking for errors
260 in relocation entires, file headers and the like.
261
67972d50
KR
262Thu Sep 23 16:20:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
263
264 * gas/ieee.fp/x930509a.exp: Currently expected to fail always.
265 * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test
266 call so it no longer performs multiple tests.
726b30ba
KR
267 * gas/m68k/all.exp (t2.s): Don't bother with listings.
268 (p2410.s): Don't pass unwanted arguments to gas_test_error.
67972d50
KR
269
270Wed Aug 25 16:50:08 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
271
272 * lib/do*: Remove RCS id strings.
273
274Mon May 17 15:09:45 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
275
276 * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests.
277 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
278 * gas/i386: New directory.
279
280Mon May 10 14:50:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
281
282 * Added directory structure, to categorize tests by targets.
283 * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s,
284 and refined some to examine the assembler listing output.
285 * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some
286 expect_after patterns.
287 (gas_start, gas_finish): New procs, for tests that examine process
288 output.
289 * config/unix-gas.exp: Invoke gas_init directly, instead of
290 requiring test .exp files do it.
291
292Wed Apr 21 01:24:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
293
294 * gas/gas.exp: Handle new tests, and changes to testing procs.
295
296 * lib/gas-defs.exp (want_no_output): New proc; success iff output
297 is empty.
298 (gas_test_old): Functionally same as old gas_test.
299 (gas_test_ignore_stdout): Rewritten to use want_no_output.
300 (gas_test): New argument lists set of options to be tried in
301 combinations. Option with trailing ">" indicates standard output
302 should be ignored.
303
304 * gas/p2425a.s: Use %-form for registers, so this test can be run
305 on m68k-coff targets too.
306
307 * gas/p2430a.s: New test case, whitespace &c matches customer
308 report more closely. Gets different results from p2430.s; this is
309 bad, and not yet tested for.
310
311Mon Apr 5 12:27:19 1993 Ken Raeburn (raeburn@cygnus.com)
312
313 * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases.
314 * lib/run: New script.
315 * gas/gas-defs.exp (gas_start): Takes new args, assembler options
316 and redirection options. Use "run" script so redirection works.
317 (gas_test): Now takes assembler options as separate arg from input
318 file name.
319 (gas_test_ignore_stdout): New proc. Discards output.
320 (gas_test_error): New proc. Expects assembler to generate output.
321 (target_cpu_family setting): Handle i486->i386 also.
322
323 * lib/do*: Scripts moved here from gas/testscripts. May be useful
324 someday for writing more test cases; not currently used.
325
326Tue Mar 30 11:45:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
327
328 * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test
329 cases.
330 * gas/gas.exp: Enable them for appropriate targets. Removed some
331 useless comments &c. Changed m68k target test to be more general.
332
333 * lib/gas-defs.exp (gas_exit, gas_init): New procs.
334 * gas/gas.exp: Call gas_init.
335
336Mon Mar 29 00:00:00 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
337
338 * Test suite created.
339
This page took 0.087417 seconds and 4 git commands to generate.