3 * config/default.exp: Set variables as and nm. Create tmpdir if
4 it does not already exist.
5 * ld.bootstrap/bootstrap.exp: Don't create tmpdir here.
6 * ld.cdtest/cdtest.exp: Likewise.
7 * ld.scripts/defined.exp: Likewise. Also, don't set as and nm
8 here. Change perror for no variables found to fail.
9 * ld.scripts/script.exp: New test.
10 * ld.scripts/script.t, ld.scripts/script.s: New files.
14 * ld.scripts: New directory.
15 * ld.scripts/defined.exp, ld.scripts/defined.s: New files.
16 * ld.scripts/defined.t: New file.
17 * lib/ld.exp (default_ld_simple_link): New function.
18 (default_ld_assemble, default_ld_nm): New functions.
19 * config/default.exp: Rename from unix-ld.exp.
20 (ld_simple_link, ld_assemble, ld_nm): New functions.
22 * config/unix-ld.exp: Set ld using findfile.
23 * lib/ld.exp (default_ld_relocate): Return a value. Change format
25 (default_ld_compile): Likewise.
26 (default_ld_link): Likewise. Also, don't include $BFDLIB and
28 * ld.bootstrap/bootstrap.exp: Rewrite.
29 * ld.cdtest/cdtest.exp: Rewrite.
30 * ld.cdtest/cdtest-foo.cc: Update from top level ld directory.
31 * ld.cdtest/cdtest-foo.h: Likewise.
32 * ld.cdtest/cdtest-main.cc: Likewise.
36 * ld.cdtest/cdtest.exp: Don't look for $result before it's
41 * ld.bootstrap/bootstrap.exp, lib/ld.exp: Replace error proc
42 calls with perror calls.
46 * ld.cdtest/cdtest-bar.cc: Renamed from cdtest-func.cc.
47 * ld.cdtest/cdtest.exp: Adjusted.
51 * lib/ld.exp (simple_diff): Indicate failure if files have
52 different numbers of lines. Don't muck with $differences to avoid
53 indicating a pass, just return.
55 * testsuite/ld.cdtest/{cdtest-foo.h,cdtest-foo.cc,cdtest-main.cc}:
56 Fix test case to be valid ANSI C++. Don't require use of header
57 files, so "../gcc/xgcc -B../gcc/" can be used for CXX.
58 * testsuite/ld.cdtest/cdtest.exp: Combine "rm" lines. Add some
59 commentary on things that are still broken with this test case.
63 * testsuite/ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage.
67 * testsuite/lib/ld.exp: add compiler and linker support
68 * testsuite/config/unix-ld.exp: add compiler and linker support
69 * testsuite/ld.bootstrap/bootstrap.exp: fixed to do partial links
70 * testsuite/ld.cdtest/cdtest.exp: constructor/destructor testscase
74 * testsuite/lib/ld.exp: new file
75 * testsuite/config/unix-ld.exp: new file
76 * testsuite/ld.bootstrap/bootstrap.exp: new file