]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ChangeLog
ed2466c8e23b71af079c9f40a315c8c89f8872aa
[thirdparty/binutils-gdb.git] / ld / testsuite / ChangeLog
1 2007-04-26 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/4430
4 * ld-i386/tlsbin.dd: Updated.
5 * ld-i386/tlsbindesc.dd: Likewise
6 * ld-i386/tlsdesc.dd: Likewise
7 * ld-i386/tlsgdesc.dd: Likewise
8 * ld-i386/tlsnopic.dd: Likewise
9 * ld-i386/tlspic.dd: Likewise
10 * ld-x86-64/tlsbin.dd: Likewise
11 * ld-x86-64/tlsbindesc.dd: Likewise
12 * ld-x86-64/tlsdesc.dd: Likewise
13 * ld-x86-64/tlsgdesc.dd: Likewise
14 * ld-x86-64/tlspic.dd: Likewise
15
16 2007-04-24 Alan Modra <amodra@bigpond.net.au>
17
18 * ld-linkonce/x.s: Use .gcc_except_table instead of .eh_frame
19 to test that entry for deleted function is zeroed. Add a
20 somewhat closer to normal .eh_frame to test that fde for
21 deleted function is removed.
22 * ld-linkonce/y.s: Likewise.
23 * ld-linkonce/zeroeh.ld: Place .gcc_except_table too.
24 * ld-linkonce/zeroehl32.d: Update.
25
26 2007-04-21 Richard Earnshaw <rearnsha@arm.com>
27
28 * ld-arm/arm-app-abs32.d: Convert to unified syntax.
29 * ld-arm/arm-app.d: Likewise.
30 * ld-arm/arm-lib-plt32.d: Likewise.
31 * ld-arm/arm-lib.d: Likewise.
32 * ld-arm/arm-static-app.d: Likewise.
33 * ld-arm/armthumb-lib.d: Likewise.
34 * ld-arm/mixed-app-v5.d: Likewise.
35 * ld-arm/mixed-app.d: Likewise.
36 * ld-arm/mixed-lib.d: Likewise.
37
38 2007-04-18 Alan Modra <amodra@bigpond.net.au>
39
40 * ld-spu/ovl.lnk: Use OVERLAY keyword.
41
42 2007-04-17 Paul Brook <paul@codesourcery.com>
43
44 * ld-arm/preempt-app.s: New test.
45 * ld-arm/preempt-app.sym: New.
46 * ld-arm/arm-elf.exp: Add preempt-app.
47
48 2007-04-12 Richard Sandiford <richard@codesourcery.com>
49
50 * ld-mips-elf/vxworks1-lib.td: New test.
51 * ld-mips-elf/mips-elf.exp: Run it.
52
53 2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
54
55 PR ld/4304
56 * ld-i386/i386.exp: Run "warn1".
57
58 * ld-i386/warn1.d: New file.
59 * ld-i386/warn1.s: Likewise.
60
61 2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
62
63 * ld-i386/combreloc.d: Remove #target: i?86-*-*.
64 * ld-i386/reloc.d: Likewise.
65
66 2007-04-05 Alan Modra <amodra@bigpond.net.au>
67
68 * ld-spu/ovl2.d: Update.
69
70 2007-04-02 H.J. Lu <hongjiu.lu@intel.com>
71
72 PR ld/4090
73 * ld-elf/expr1.d: New file.
74 * ld-elf/expr1.s: Likewise.
75 * ld-elf/expr1.t: Likewise.
76
77 2007-03-29 Richard Sandiford <richard@codesourcery.com>
78
79 * ld-libs/lib-1.s, ld-libs/lib-2.s, ld-libs/lib-2.d,
80 * ld-libs/libs.exp: New files.
81
82 2007-03-28 Richard Sandiford <richard@codesourcery.com>
83
84 * ld-vxworks/rpath-1.s, ld-vxworks/rpath-1.d,
85 * ld-vxworks/vxworks.exp: New files.
86
87 2007-03-27 Alan Modra <amodra@bigpond.net.au>
88
89 * ld-elf/note-1.s: Increase .foo size.
90
91 2007-03-27 Alan Modra <amodra@bigpond.net.au>
92
93 * ld-spu/spu.exp (embed_test): New.
94 * ld-spu/ear.s: New.
95 * ld-spu/ear.d: New.
96 * ld-spu/embed.rd: New.
97 * ld-spu/ovl2.s: New.
98 * ld-spu/ovl2.d: New.
99
100 2007-03-24 Alan Modra <amodra@bigpond.net.au>
101
102 * ld-elf/overlay.d: -u symbols we want to see in the output.
103
104 2007-03-23 Alan Modra <amodra@bigpond.net.au>
105
106 * ld-spu/ovl.s (f4_a2): Tail call.
107 * ld-spu/ovl.d: Add --emit-relocs to ld options, -r to objdump.
108 Update expected results.
109
110 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
111
112 * ld-sh/ld-r-1.d: Update.
113 * ld-sh/shared-1.d: Likewise.
114
115 2007-03-23 Alan Modra <amodra@bigpond.net.au>
116
117 * ld-elf/elf.exp: Add "--local-store 0:0" to LDFLAGS for spu.
118
119 2007-03-22 H.J. Lu <hongjiu.lu@intel.com>
120
121 PR ld/4210
122 * ld-pe/image_size.d: New file.
123 * ld-pe/image_size.s: Likewise.
124 * ld-pe/image_size.t: Likewise.
125
126 * ld-pe/pe.exp: Run image_size.
127
128 2007-03-22 H.J. Lu <hongjiu.lu@intel.com>
129
130 PR ld/4007
131 * ld-elf/note-1.d: New file.
132 * ld-elf/note-1.s: Likewise.
133 * ld-elf/note-1.t: Likewise.
134 * ld-i386/alloc.d: Likewise.
135 * ld-i386/alloc.s: Likewise.
136 * ld-i386/alloc.t: Likewise.
137
138 * ld-i386/i386.exp: Run "alloc".
139
140 2007-03-20 Paul Brook <paul@codesourcery.com>
141
142 * ld-arm/arm-elf.exp (ld-arm/arm-elf.exp): Add arm-pic-veneer.
143 * ld-arm/arm-pic-veneer.d: New test.
144 * ld-arm/arm-pic-veneer.s: New test.
145
146 2007-03-08 Richard Sandiford <richard@codesourcery.com>
147
148 * ld-elf/extract-symbol-1.ld (data): Explicitly set the start address
149 to 0.
150
151 2007-03-07 Alan Modra <amodra@bigpond.net.au>
152
153 * ld-elf/extract-symbol-1sec.d: xfail hppa.
154 * ld-elf/extract-symbol-1sym.d: xfail hppa.
155
156 2007-03-07 H.J. Lu <hongjiu.lu@intel.com>
157
158 PR 3958
159 * ld-elf/linkonce1.d: New.
160 * ld-elf/linkonce1a.s: New.
161 * ld-elf/linkonce1b.s: New.
162 * ld-elf/linkonce2.d: New.
163 * ld-i386/pcrel16abs.d: New.
164 * ld-i386/pcrel16abs.s: New.
165 * ld-i386/i386.exp: Run it.
166
167 2007-03-06 H.J. Lu <hongjiu.lu@intel.com>
168
169 PR ld/4144
170 * ld-elf/nobits-1.d: New file.
171 * ld-elf/nobits-1.s: Likewise.
172 * ld-elf/nobits-1.t: Likewise.
173
174 2007-03-02 Richard Sandiford <richard@codesourcery.com>
175
176 * ld-elf/binutils.exp: Revert last change.
177
178 2007-03-01 Richard Sandiford <richard@codesourcery.com>
179
180 * ld-elf/extract-symbol-1sym.d, ld-elf/extract-symbol-1sec.d,
181 * ld-elf/extract-symbol-1.s, ld-elf/extract-symbol-1.ld: New tests.
182 * ld-elf/binutils.exp: Run them.
183
184 2007-02-28 Nick Clifton <nickc@redhat.com>
185
186 PR ld/3796
187 * ld-arm/arm-elf.exp (armelftests): Move "Thumb-2 BL" test into...
188 (armeabitests): ... here, a new array for EABI specific tests.
189 (armelftests): Add extra command line options for VFP11 fix tests
190 and thumb shared library test.
191
192 2007-02-22 Paul Brook <paul@codesourcery.com>
193
194 * ld-arm/arm-elf.exp (armelftests): Add gc-unwind.h.
195 * ld-arm/gc-unwind.s: New file.
196 * ld-arm/gc-unwind.d: New file.
197
198 2007-02-14 H.J. Lu <hongjiu.lu@intel.com>
199
200 PR ld/3953
201 * ld-elf/beginwarn.c: New file.
202 * ld-elf/warn.out: Likewise.
203
204 * ld-elf/shared.exp (build_tests): Add "Build warn libbar.so".
205 (run_tests): Add "Run warn with versioned libfoo.so".
206
207 * lib/ld-lib.exp (default_ld_relocate): Make exec_output global
208 and remove target first.
209 (default_ld_link): Likewise.
210 (default_ld_simple_link): Likewise.
211 (run_ld_link_exec_tests): Take an optional linker warning and
212 check it.
213 (default_ld_link): Check pruned linker output.
214
215 2007-02-13 H.J. Lu <hongjiu.lu@intel.com>
216
217 * ld-scripts/default-script1.d: Expect extra symbols.
218 * ld-scripts/default-script2.d: Likewise.
219 * ld-scripts/default-script3.d: Likewise.
220 * ld-scripts/default-script4.d: Likewise.
221
222 2007-02-13 Alan Modra <amodra@bigpond.net.au>
223
224 * ld-powerpc/relbrlt.d: Update.
225 * ld-powerpc/tlsexe.r: Update.
226 * ld-powerpc/tlsexetoc.r: Update.
227 * ld-powerpc/tlsso.r: Update.
228 * ld-powerpc/tlstocso.r: Update.
229
230 2007-02-12 Alan Modra <amodra@bigpond.net.au>
231
232 * ld-powerpc/relbrlt.d: Update.
233
234 2007-02-06 Nick Clifton <nickc@redhat.com>
235
236 PR ld/3805
237 * ld-elf/sec64k.exp: Expect the relocatable version of this test
238 to fail for the m32r because it creates both .rel and .rela
239 sections.
240
241 2007-02-05 Dave Brolley <brolley@redhat.com>
242
243 * ld-undefined/undefined.exp: XFAIL the undefined test
244 * ld-mep: New, with content.
245
246 2007-02-05 H.J. Lu <hongjiu.lu@intel.com>
247
248 * ld-i386/pcrel16.d: Undo the last change.
249 * ld-x86-64/pcrel16.d: Likewise.
250
251 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
252
253 * ld-i386/pcrel16.d: Updated.
254 * ld-x86-64/pcrel16.d: Likewise.
255
256 2007-02-01 Alan Modra <amodra@bigpond.net.au>
257
258 * ld-scripts/default-script.exp: Add "--local-store 0:0" to
259 LDFLAGS for spu.
260
261 2007-01-29 Julian Brown <julian@codesourcery.com>
262
263 * ld-arm/arm-elf.exp: Add VFP11 tests.
264 * ld-arm/vfp11-fix-none.s: New file.
265 * ld-arm/vfp11-fix-none.d: Expected disassembly of above.
266 * ld-arm/vfp11-fix-scalar.s: New file.
267 * ld-arm/vfp11-fix-scalar.d: Expected disassembly of above.
268 * ld-arm/vfp11-fix-vector.s: New file.
269 * ld-arm/vfp11-fix-vector.d: Expected disassembly of above.
270
271 2007-01-23 Nathan Sidwell <nathan@codesourcery.com>
272
273 * ld-elf/header.d: Reduce page size, restrict to linux & vxworks
274 * ld-elf/header.s: Adjust.
275 * ld-elf/header.t: Reduce initial offset.
276
277 2007-01-23 Andreas Schwab <schwab@suse.de>
278
279 * lib/ld-lib.exp (run_dump_test): Don't prematurely remove
280 assembler output.
281
282 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
283
284 * ld-elf/dl6.c: New file.
285 * ld-elf/dl6a.out: Likewise.
286 * ld-elf/dl6amain.c: Likewise.
287 * ld-elf/dl6b.out: Likewise.
288 * ld-elf/dl6bmain.c: Likewise.
289 * ld-elf/dl6cmain.c: Likewise.
290 * ld-elf/dl6dmain.c: Likewise.
291
292 * ld-elf/shared.exp: Add new tests for -Bsymbolic,
293 -Bsymbolic-functions, --dynamic-list-data and
294 --dynamic-list-cpp-new.
295
296 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
297
298 * ld-elf/maxpage3.t: New file.
299 * ld-elf/maxpage3a.d: Likewise.
300 * ld-elf/maxpage3b.d: Likewise.
301 * ld-elf/maxpage3c.d: Likewise.
302
303 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
304
305 * ld-scripts/default-script.exp: New file.
306 * ld-scripts/default-script.s: Likewise.
307 * ld-scripts/default-script.t: Likewise.
308 * ld-scripts/default-script1.d: Likewise.
309 * ld-scripts/default-script2.d: Likewise.
310 * ld-scripts/default-script3.d: Likewise.
311 * ld-scripts/default-script4.d: Likewise.
312
313 2007-01-18 H.J. Lu <hongjiu.lu@intel.com>
314
315 PR ld/1283
316 * lib/ld-lib.exp (run_dump_test): Remove output file first.
317
318 2007-01-17 H.J. Lu <hongjiu.lu@intel.com>
319
320 * ld-elf/header.d: Adjust for .text section with 16byte
321 alignment.
322
323 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
324
325 * ld-elf/dl1main.c (main): Fix a typo.
326
327 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
328
329 PR ld/3831
330 * ld-elf/del.cc: New.
331 * ld-elf/dl5.cc: Likewise.
332 * ld-elf/dl5.out: Likewise.
333 * ld-elf/new.cc: Likewise.
334
335 * ld-elf/shared.exp: Add tests for --dynamic-list-data and
336 --dynamic-list-cpp-new.
337
338 2007-01-12 Hans-Peter Nilsson <hp@axis.com>
339
340 * ld-elf/header.d: Allow arbitrary lines between "Program Header"
341 and "Sections". Only run on *-*-linux*.
342
343 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
344
345 * ld-elf/header.d: New.
346 * ld-elf/header.t: New.
347 * ld-elf/header.s: New.
348
349 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
350
351 * ld-fastcall/fastcall.exp: Renamed target x86_64-*-mingw64 to
352 x86_64-*-mingw*.
353 * ld-pe/pe.exp: Ditto.
354 * ld-scripts/align.exp: Ditto.
355 * ld-scripts/defined.exp: Ditto.
356 * ld-scripts/provide.exp: Ditto.
357 * ld-scripts/weak.exp: Ditto.
358
359 2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
360
361 * ld-scripts/expr.exp: New.
362 * ld-scripts/expr1.s: New.
363 * ld-scripts/expr1.d: New.
364 * ld-scripts/expr1.t: New.
365
366 For older changes see ChangeLog-2006
367 \f
368 Local Variables:
369 mode: change-log
370 left-margin: 8
371 fill-column: 74
372 version-control: never
373 End: