]>
Commit | Line | Data |
---|---|---|
6294d8d0 ILT |
1 | Mon Nov 28 11:24:36 1994 Ian Lance Taylor <[email protected]> |
2 | ||
3 | * ld-bootstrap/bootstrap.exp: Pass cmp output through | |
4 | prune_system_crud. | |
5 | * ld-cdtest/cdtest.exp: Pass diff output through | |
6 | prune_system_crud. | |
7 | * ld-shared/shared.exp: Likewise. | |
8 | ||
9 | * config/default.exp: Remove unused and useless proc ld_load. | |
10 | ||
11 | Sun Oct 30 13:02:34 1994 Ian Lance Taylor <[email protected]> | |
12 | ||
13 | * lib/ld.exp (default_ld_compile): Remove the output file before | |
14 | compiling. | |
15 | ||
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. | |
20 | ||
f9c3e587 ILT |
21 | Thu Oct 27 17:30:12 1994 Ian Lance Taylor <[email protected]> |
22 | ||
23 | * ld-shared: New directory, with new files to test generating ELF | |
24 | shared libraries. | |
25 | ||
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 | |
29 | object if it did. | |
30 | ||
31 | Thu Sep 29 12:36:51 1994 Ian Lance Taylor ([email protected]) | |
32 | ||
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. | |
36 | ||
f81eadb4 ILT |
37 | Wed Sep 28 12:18:54 1994 Ian Lance Taylor ([email protected]) |
38 | ||
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. | |
47 | ||
5c680d3f ILT |
48 | Tue Sep 27 14:59:51 1994 Ian Lance Taylor ([email protected]) |
49 | ||
9de5523b ILT |
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. | |
57 | ||
5c680d3f ILT |
58 | * config/unix-ld.exp: Set ld using findfile. |
59 | * lib/ld.exp (default_ld_relocate): Return a value. Change format | |
60 | of log messages. | |
61 | (default_ld_compile): Likewise. | |
62 | (default_ld_link): Likewise. Also, don't include $BFDLIB and | |
63 | $LIBIBERTY in link. | |
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. | |
69 | ||
70 | Fri May 27 09:35:04 1994 Ken Raeburn ([email protected]) | |
71 | ||
72 | * ld.cdtest/cdtest.exp: Don't look for $result before it's | |
73 | defined. | |
74 | ||
2a12627b BC |
75 | Tue May 17 15:06:49 1994 Bill Cox ([email protected]) |
76 | ||
77 | * ld.bootstrap/bootstrap.exp, lib/ld.exp: Replace error proc | |
78 | calls with perror calls. | |
79 | ||
76a1b604 KR |
80 | Wed May 11 16:47:46 1994 Ken Raeburn ([email protected]) |
81 | ||
82 | * ld.cdtest/cdtest-bar.cc: Renamed from cdtest-func.cc. | |
83 | * ld.cdtest/cdtest.exp: Adjusted. | |
84 | ||
85 | Fri Jan 28 13:25:41 1994 Ken Raeburn ([email protected]) | |
86 | ||
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. | |
90 | ||
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. | |
96 | ||
97 | Fri Sep 10 09:58:23 1993 Jeffrey Wheat ([email protected]) | |
98 | ||
99 | * testsuite/ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage. | |
100 | ||
101 | Thu Aug 12 16:05:37 1993 Jeffrey Wheat ([email protected]) | |
102 | ||
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 | |
107 | ||
108 | Wed Aug 4 21:00:18 1993 Jeffrey Wheat ([email protected]) | |
109 | ||
110 | * testsuite/lib/ld.exp: new file | |
111 | * testsuite/config/unix-ld.exp: new file | |
112 | * testsuite/ld.bootstrap/bootstrap.exp: new file |