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