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