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