3 * gas/hppa/basic: New directory.
4 * gas/hppa/basic/basic.exp: New test driver.
5 * gas/hppa/basic/*.s: New test files.
9 * gas/sun4: New directory.
10 * gas/sun4/addend.s,addend.exp: New test case.
11 * gas/sparc-solaris/addend.s,addend.exp: Solaris version of same
14 * gas/all/gas.exp: Check `*' in C comments.
16 * lib/gas-defs.exp (all_ones): New procedure, for a predicate to
18 (want_no_output): Return zero or nonzero, depending on success or
20 (gas_test_old): Return value from want_no_output.
21 (objdump_start_common): Split off from objdump_start.
22 (objdump_start_no_subdir): New procedure.
26 * gas/all/diff1.s, gas/m68k/pic1.s: New tests.
27 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
29 * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to
31 (check): Don't pass ASFLAGS variable.
32 (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
36 * lib/gas-defs.exp (objdump_start, objdump_finish): New functions
37 so that tests can parse the output of objdump looking for errors
38 in relocation entires, file headers and the like.
42 * gas/ieee.fp/x930509a.exp: Currently expected to fail always.
43 * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test
44 call so it no longer performs multiple tests.
45 * gas/m68k/all.exp (t2.s): Don't bother with listings.
46 (p2410.s): Don't pass unwanted arguments to gas_test_error.
50 * lib/do*: Remove RCS id strings.
54 * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests.
55 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
56 * gas/i386: New directory.
60 * Added directory structure, to categorize tests by targets.
61 * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s,
62 and refined some to examine the assembler listing output.
63 * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some
64 expect_after patterns.
65 (gas_start, gas_finish): New procs, for tests that examine process
67 * config/unix-gas.exp: Invoke gas_init directly, instead of
68 requiring test .exp files do it.
72 * gas/gas.exp: Handle new tests, and changes to testing procs.
74 * lib/gas-defs.exp (want_no_output): New proc; success iff output
76 (gas_test_old): Functionally same as old gas_test.
77 (gas_test_ignore_stdout): Rewritten to use want_no_output.
78 (gas_test): New argument lists set of options to be tried in
79 combinations. Option with trailing ">" indicates standard output
82 * gas/p2425a.s: Use %-form for registers, so this test can be run
83 on m68k-coff targets too.
85 * gas/p2430a.s: New test case, whitespace &c matches customer
86 report more closely. Gets different results from p2430.s; this is
87 bad, and not yet tested for.
91 * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases.
92 * lib/run: New script.
93 * gas/gas-defs.exp (gas_start): Takes new args, assembler options
94 and redirection options. Use "run" script so redirection works.
95 (gas_test): Now takes assembler options as separate arg from input
97 (gas_test_ignore_stdout): New proc. Discards output.
98 (gas_test_error): New proc. Expects assembler to generate output.
99 (target_cpu_family setting): Handle i486->i386 also.
101 * lib/do*: Scripts moved here from gas/testscripts. May be useful
102 someday for writing more test cases; not currently used.
106 * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test
108 * gas/gas.exp: Enable them for appropriate targets. Removed some
109 useless comments &c. Changed m68k target test to be more general.
111 * lib/gas-defs.exp (gas_exit, gas_init): New procs.
112 * gas/gas.exp: Call gas_init.
116 * Test suite created.