* ld-bootstrap/bootstrap.exp: On AIX, pass -bI/lib/syscalls.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
1 Thu Oct 26 22:53:17 1995 Ian Lance Taylor <ian@cygnus.com>
2
3 * ld-bootstrap/bootstrap.exp: On AIX, pass -bI/lib/syscalls.exp
4 along with --static.
5
6 * ld-scripts/script.s: Make symbols global.
7
8 Fri Oct 20 12:22:16 1995 Ian Lance Taylor <ian@cygnus.com>
9
10 * ld-undefined/undefined.exp: Add setup_xfails for arm*-*-pe*.
11
12 Fri Sep 29 11:06:10 1995 Ian Lance Taylor <ian@cygnus.com>
13
14 * ld-undefined/undefined.exp: Use -e when invoking the linker, to
15 prevent the SunOS linker from trying to create a shared library.
16
17 Thu Sep 28 12:37:14 1995 Ian Lance Taylor <ian@cygnus.com>
18
19 * ld-shared/shared.exp: Run the tests on sparc*-*-sunos4*. Add
20 appropriate modifications and setup_xfails.
21 * ld-shared/sun4.dat: New file.
22
23 Mon Sep 18 14:12:56 1995 Ian Lance Taylor <ian@cygnus.com>
24
25 * lib/ld.exp (default_ld_version): Call prune_system_crud.
26 (default_ld_relocate, default_ld_link): Likewise.
27 (default_ld_simple_link, default_ld_compile): Likewise.
28 (default_ld_assemble, default_ld_nm): Likewise.
29
30 Fri Sep 8 17:15:38 1995 Ian Lance Taylor <ian@cygnus.com>
31
32 * ld-cdtest/cdtest.exp: If the compiler does not exist, mark the
33 tests as untested rather than unresolved.
34
35 Wed Aug 23 10:46:38 1995 Ian Lance Taylor (ian@cygnus.com)
36
37 * ld-sh/sh.exp: Call prune_system_crud on the output of cmp.
38
39 Tue Aug 15 17:35:35 1995 Ian Lance Taylor <ian@cygnus.com>
40
41 * ld-scripts/script.exp: Split script verification into a proc.
42 Add simple test of MRI script.
43 * ld-scripts/scriptm.t: New file.
44
45 Wed Jul 26 11:38:58 1995 Ian Lance Taylor <ian@cygnus.com>
46
47 * ld-sh/sh.exp: Mark `SH confirm relaxing' test unresolved when
48 appropriate.
49
50 Mon Jul 24 15:34:31 1995 Ian Lance Taylor <ian@cygnus.com>
51
52 * config/default.exp: Define objcopy if it is not defined.
53 * ld-sh/*: New tests for SH relaxing.
54
55 * ld-empic/empic.exp: If $CC does not exist, call untested rather
56 than unresolved.
57
58 Thu Jul 20 15:09:26 1995 Ian Lance Taylor <ian@cygnus.com>
59
60 * ld-undefined/undefined.exp: If $CC does not exist, mark the
61 tests as untested rather than unresolved. Clear ELF xfails for
62 mips*, not just mips.
63
64 Tue Jul 18 12:00:41 1995 Ian Lance Taylor <ian@cygnus.com>
65
66 * ld-undefined/undefined.exp: Add setup_xfail for sh-*-* for
67 undefined line test.
68
69 Fri Jul 14 13:07:48 1995 Ian Lance Taylor <ian@cygnus.com>
70
71 * ld-undefined/undefined.exp: New test, to check reporting of
72 undefined symbols.
73 * ld-undefined/undefined.c: New file.
74
75 Mon Jul 10 11:13:39 1995 Ian Lance Taylor <ian@cygnus.com>
76
77 * ld-versados/versados.exp: If a test fails, report it correctly:
78 don't try to run the next test, and don't report a pass as well as
79 a fail.
80
81 Mon Jul 3 14:26:37 1995 Steve Chamberlain <sac@slash.cygnus.com>
82
83 * ld/testsuite/versados/(t1,t2).ld: End in newlines.
84
85 Mon May 22 20:19:38 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
86
87 * lib/ld.exp (default_ld_compile): If cc argument is multiple
88 words, use only the first when trying to verify the availability
89 of the compiler.
90
91 Mon Feb 6 11:46:49 1995 Ian Lance Taylor <ian@cygnus.com>
92
93 * ld-scripts/defined.t: Mention .data and .bss explicitly.
94
95 Tue Jan 24 14:51:48 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
96
97 * ld-bootstrap/bootstrap.exp: If not in the ld build directory,
98 call untested for each test, rather than ignoring it. If one test
99 fails, go on to the next one instead of returning.
100 * ld-cdtest/cdtest.exp: If compilations fail, mark tests as
101 unresolved.
102 * ld-empic/empic.exp: Likewise. Also, always pass the same test
103 name to pass or fail.
104 * ld-shared/shared.exp: Likewise. Also, always run all tests.
105 * ld-scripts/defined.exp: If as or nm fail, mark test as
106 unresolved. Always pass the same test name to pass or fail.
107 * ld-scripts/script.exp: Likewise.
108 * ld-scripts/sizeof.exp: Likewise.
109
110 Wed Jan 11 11:48:31 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
111
112 * ld-scripts/sizeof.exp: New test, based on bug report from
113 anders.blomdell@control.lth.se.
114 * ld-scripts/sizeof.s: New file.
115 * ld-scripts/sizeof.t: New file.
116
117 Wed Jan 4 18:56:27 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
118
119 * lib/ld.exp: Use [which $ld] rather than [file exists $ld] to see
120 if the linker exists.
121
122 Wed Dec 14 16:39:03 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
123
124 * lib/ld.exp (prune_system_crud): Define if not already defined,
125 in case the user isn't using the newest DejaGnu version that we
126 haven't released to the net yet.
127
128 Fri Dec 2 14:17:02 1994 Ian Lance Taylor <ian@rtl.cygnus.com>
129
130 * config/default.exp: Define objdump if it is not defined.
131 * ld-empic/*: New tests to test -membedded-pic code.
132
133 Mon Nov 28 11:24:36 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
134
135 * ld-bootstrap/bootstrap.exp: Pass cmp output through
136 prune_system_crud.
137 * ld-cdtest/cdtest.exp: Pass diff output through
138 prune_system_crud.
139 * ld-shared/shared.exp: Likewise.
140
141 * config/default.exp: Remove unused and useless proc ld_load.
142
143 Sun Oct 30 13:02:34 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
144
145 * lib/ld.exp (default_ld_compile): Remove the output file before
146 compiling.
147
148 * ld-shared/shared.exp: Move common test code into a procedure.
149 Add tests for compiling the non shared code PIC.
150 * ld-shared/main.c (main): Call main_called, and print the result.
151 * ld-shared/shared.dat: Adjust accordingly.
152
153 Thu Oct 27 17:30:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
154
155 * ld-shared: New directory, with new files to test generating ELF
156 shared libraries.
157
158 * lib/ld.exp (default_ld_compile): If the compilation worked, but
159 no object file was created, check to see if the compiler foolishly
160 ignored the -o switch when compiling, and move the resulting
161 object if it did.
162
163 Thu Sep 29 12:36:51 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
164
165 * VMS does not permits `.' in directory names. Renamed
166 ld.bootstrap to ld-bootstrap, ld.cdtest to ld-cdtest, and
167 ld.scripts to ld-scripts.
168
169 Wed Sep 28 12:18:54 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
170
171 * config/default.exp: Set variables as and nm. Create tmpdir if
172 it does not already exist.
173 * ld.bootstrap/bootstrap.exp: Don't create tmpdir here.
174 * ld.cdtest/cdtest.exp: Likewise.
175 * ld.scripts/defined.exp: Likewise. Also, don't set as and nm
176 here. Change perror for no variables found to fail.
177 * ld.scripts/script.exp: New test.
178 * ld.scripts/script.t, ld.scripts/script.s: New files.
179
180 Tue Sep 27 14:59:51 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
181
182 * ld.scripts: New directory.
183 * ld.scripts/defined.exp, ld.scripts/defined.s: New files.
184 * ld.scripts/defined.t: New file.
185 * lib/ld.exp (default_ld_simple_link): New function.
186 (default_ld_assemble, default_ld_nm): New functions.
187 * config/default.exp: Rename from unix-ld.exp.
188 (ld_simple_link, ld_assemble, ld_nm): New functions.
189
190 * config/unix-ld.exp: Set ld using findfile.
191 * lib/ld.exp (default_ld_relocate): Return a value. Change format
192 of log messages.
193 (default_ld_compile): Likewise.
194 (default_ld_link): Likewise. Also, don't include $BFDLIB and
195 $LIBIBERTY in link.
196 * ld.bootstrap/bootstrap.exp: Rewrite.
197 * ld.cdtest/cdtest.exp: Rewrite.
198 * ld.cdtest/cdtest-foo.cc: Update from top level ld directory.
199 * ld.cdtest/cdtest-foo.h: Likewise.
200 * ld.cdtest/cdtest-main.cc: Likewise.
201
202 Fri May 27 09:35:04 1994 Ken Raeburn (raeburn@cygnus.com)
203
204 * ld.cdtest/cdtest.exp: Don't look for $result before it's
205 defined.
206
207 Tue May 17 15:06:49 1994 Bill Cox (bill@rtl.cygnus.com)
208
209 * ld.bootstrap/bootstrap.exp, lib/ld.exp: Replace error proc
210 calls with perror calls.
211
212 Wed May 11 16:47:46 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
213
214 * ld.cdtest/cdtest-bar.cc: Renamed from cdtest-func.cc.
215 * ld.cdtest/cdtest.exp: Adjusted.
216
217 Fri Jan 28 13:25:41 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
218
219 * lib/ld.exp (simple_diff): Indicate failure if files have
220 different numbers of lines. Don't muck with $differences to avoid
221 indicating a pass, just return.
222
223 * testsuite/ld.cdtest/{cdtest-foo.h,cdtest-foo.cc,cdtest-main.cc}:
224 Fix test case to be valid ANSI C++. Don't require use of header
225 files, so "../gcc/xgcc -B../gcc/" can be used for CXX.
226 * testsuite/ld.cdtest/cdtest.exp: Combine "rm" lines. Add some
227 commentary on things that are still broken with this test case.
228
229 Fri Sep 10 09:58:23 1993 Jeffrey Wheat (cassidy@cygnus.com)
230
231 * testsuite/ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage.
232
233 Thu Aug 12 16:05:37 1993 Jeffrey Wheat (cassidy@cygnus.com)
234
235 * testsuite/lib/ld.exp: add compiler and linker support
236 * testsuite/config/unix-ld.exp: add compiler and linker support
237 * testsuite/ld.bootstrap/bootstrap.exp: fixed to do partial links
238 * testsuite/ld.cdtest/cdtest.exp: constructor/destructor testscase
239
240 Wed Aug 4 21:00:18 1993 Jeffrey Wheat (cassidy@cygnus.com)
241
242 * testsuite/lib/ld.exp: new file
243 * testsuite/config/unix-ld.exp: new file
244 * testsuite/ld.bootstrap/bootstrap.exp: new file
This page took 0.034961 seconds and 5 git commands to generate.