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