3 * ld-bootstrap/bootstrap.exp: Pass cmp output through
5 * ld-cdtest/cdtest.exp: Pass diff output through
7 * ld-shared/shared.exp: Likewise.
9 * config/default.exp: Remove unused and useless proc ld_load.
13 * lib/ld.exp (default_ld_compile): Remove the output file before
16 * ld-shared/shared.exp: Move common test code into a procedure.
17 Add tests for compiling the non shared code PIC.
18 * ld-shared/main.c (main): Call main_called, and print the result.
19 * ld-shared/shared.dat: Adjust accordingly.
23 * ld-shared: New directory, with new files to test generating ELF
26 * lib/ld.exp (default_ld_compile): If the compilation worked, but
27 no object file was created, check to see if the compiler foolishly
28 ignored the -o switch when compiling, and move the resulting
33 * VMS does not permits `.' in directory names. Renamed
34 ld.bootstrap to ld-bootstrap, ld.cdtest to ld-cdtest, and
35 ld.scripts to ld-scripts.
39 * config/default.exp: Set variables as and nm. Create tmpdir if
40 it does not already exist.
41 * ld.bootstrap/bootstrap.exp: Don't create tmpdir here.
42 * ld.cdtest/cdtest.exp: Likewise.
43 * ld.scripts/defined.exp: Likewise. Also, don't set as and nm
44 here. Change perror for no variables found to fail.
45 * ld.scripts/script.exp: New test.
46 * ld.scripts/script.t, ld.scripts/script.s: New files.
50 * ld.scripts: New directory.
51 * ld.scripts/defined.exp, ld.scripts/defined.s: New files.
52 * ld.scripts/defined.t: New file.
53 * lib/ld.exp (default_ld_simple_link): New function.
54 (default_ld_assemble, default_ld_nm): New functions.
55 * config/default.exp: Rename from unix-ld.exp.
56 (ld_simple_link, ld_assemble, ld_nm): New functions.
58 * config/unix-ld.exp: Set ld using findfile.
59 * lib/ld.exp (default_ld_relocate): Return a value. Change format
61 (default_ld_compile): Likewise.
62 (default_ld_link): Likewise. Also, don't include $BFDLIB and
64 * ld.bootstrap/bootstrap.exp: Rewrite.
65 * ld.cdtest/cdtest.exp: Rewrite.
66 * ld.cdtest/cdtest-foo.cc: Update from top level ld directory.
67 * ld.cdtest/cdtest-foo.h: Likewise.
68 * ld.cdtest/cdtest-main.cc: Likewise.
72 * ld.cdtest/cdtest.exp: Don't look for $result before it's
77 * ld.bootstrap/bootstrap.exp, lib/ld.exp: Replace error proc
78 calls with perror calls.
82 * ld.cdtest/cdtest-bar.cc: Renamed from cdtest-func.cc.
83 * ld.cdtest/cdtest.exp: Adjusted.
87 * lib/ld.exp (simple_diff): Indicate failure if files have
88 different numbers of lines. Don't muck with $differences to avoid
89 indicating a pass, just return.
91 * testsuite/ld.cdtest/{cdtest-foo.h,cdtest-foo.cc,cdtest-main.cc}:
92 Fix test case to be valid ANSI C++. Don't require use of header
93 files, so "../gcc/xgcc -B../gcc/" can be used for CXX.
94 * testsuite/ld.cdtest/cdtest.exp: Combine "rm" lines. Add some
95 commentary on things that are still broken with this test case.
99 * testsuite/ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage.
103 * testsuite/lib/ld.exp: add compiler and linker support
104 * testsuite/config/unix-ld.exp: add compiler and linker support
105 * testsuite/ld.bootstrap/bootstrap.exp: fixed to do partial links
106 * testsuite/ld.cdtest/cdtest.exp: constructor/destructor testscase
110 * testsuite/lib/ld.exp: new file
111 * testsuite/config/unix-ld.exp: new file
112 * testsuite/ld.bootstrap/bootstrap.exp: new file