bfd/
[binutils-gdb.git] / ld / testsuite / ChangeLog
1 2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/10205
4 * ld-ifunc/ifunc.exp (contains_irelative_reloc): New.
5 Use it on executable and shared library.
6 Run *.d.
7
8 * ld-ifunc/lib.c: Add a hidden alias, __GI_library_func2, for
9 library_func2.
10 (library_func): New.
11
12 * ld-ifunc/ifunc-1-x86.d: New.
13 * ld-ifunc/ifunc-1-x86.s: Likewise.
14 * ld-ifunc/ifunc-2-i386.d: Likewise.
15 * ld-ifunc/ifunc-2-i386.s: Likewise.
16 * ld-ifunc/ifunc-2-x86-64.d: Likewise.
17 * ld-ifunc/ifunc-2-x86-64.s: Likewise.
18 * ld-ifunc/ifunc-3a-x86.d: Likewise.
19 * ld-ifunc/ifunc-3b-x86.d: Likewise.
20 * ld-ifunc/ifunc-3-x86.s: Likewise.
21 * ld-ifunc/ifunc-4-x86.d: Likewise.
22 * ld-ifunc/ifunc-4-x86.s: Likewise.
23 * ld-ifunc/ifunc-5-i386.d: Likewise.
24 * ld-ifunc/ifunc-5-i386.s: Likewise.
25 * ld-ifunc/ifunc-5-x86-64.d: Likewise.
26 * ld-ifunc/ifunc-5-x86-64.s: Likewise.
27
28 2009-05-27 Dave Korn <dave.korn.cygwin@gmail.com>
29
30 * ld-pe/non-c-lang-syms.c: New dump test source file.
31 * ld-pe/non-c-lang-syms.d: New dump test pattern file.
32 * ld-pe/pe.exp: Run new "foreign symbol" test.
33
34 2009-05-26 Nathan Sidwell <nathan@codesourcery.com>
35
36 * ld-powerpc/vxworks-relax-2.s: New.
37 * ld-powerpc/vxworks-relax-2.rd: New.
38 * ld-powerpc/powerpc.exp: Add it.
39
40 2009-05-22 Hans-Peter Nilsson <hp@axis.com>
41
42 * ld-scripts/rgn-over7.d: Adjust expected message for recent change.
43
44 2009-05-22 Julian Brown <julian@codesourcery.com>
45
46 * ld-arm/cortex-a8-arm-target.s: New.
47 * ld-arm/cortex-a8-thumb-target.s: New.
48 * ld-arm/cortex-a8-fix-b-rel.s: New.
49 * ld-arm/cortex-a8-fix-b-rel-arm.d: New.
50 * ld-arm/cortex-a8-fix-b-rel-thumb.d: New.
51 * ld-arm/cortex-a8-fix-b.s: New.
52 * ld-arm/cortex-a8-fix-b.d: New.
53 * ld-arm/cortex-a8-fix-bl-rel.s: New.
54 * ld-arm/cortex-a8-fix-bl-rel-arm.d: New.
55 * ld-arm/cortex-a8-fix-bl-rel-thumb.d: New.
56 * ld-arm/cortex-a8-fix-bl.s: New.
57 * ld-arm/cortex-a8-fix-bl.d: New.
58 * ld-arm/cortex-a8-fix-bcc-rel.s: New.
59 * ld-arm/cortex-a8-fix-bcc-rel-thumb.d: New.
60 * ld-arm/cortex-a8-fix-bcc.s: New.
61 * ld-arm/cortex-a8-fix-bcc.d: New.
62 * ld-arm/cortex-a8-fix-blx-rel.s: New.
63 * ld-arm/cortex-a8-fix-blx-rel-arm.d: New.
64 * ld-arm/cortex-a8-fix-blx-rel-thumb.d: New.
65 * ld-arm/cortex-a8-fix-blx.s: New.
66 * ld-arm/cortex-a8-fix-blx.d: New.
67 * ld-arm/arm-elf.exp: Add new tests.
68
69 2009-05-22 Nathan Sidwell <nathan@codesourcery.com>
70
71 * ld-scripts/rgn-at4.t: New.
72 * ld-scripts/rgn-at4.d: New.
73
74 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
75
76 * ld-pe/aligncomm-1.c (_alloca): Add dummy definition to
77 satisfy final link on Windows targets when using gcc-3.
78 * ld-pe/aligncomm-2.c (_alloca): Likewise.
79 * ld-pe/aligncomm-3.c (_alloca): Likewise.
80 * ld-pe/aligncomm-4.c (_alloca): Likewise.
81
82 2009-05-20 Dave Korn <dave.korn.cygwin@gmail.com>
83
84 * lib/ld-lib.exp (run_ld_link_tests): Filter test names against
85 runtests list.
86
87 2009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
88
89 * ld-pe/aligncomm-1.c: New test source file.
90 * ld-pe/aligncomm-2.c: Likewise.
91 * ld-pe/aligncomm-3.c: Likewise.
92 * ld-pe/aligncomm-4.c: Likewise.
93 * ld-pe/aligncomm.d: New test pattern file.
94
95 * ld-pe/direct.exp: Deleted, and content moved into ...
96 * ld-pe/pe-run.exp: ... New common file for all PE run tests.
97
98 * ld-pe/vers-script.exp: Deleted, and content merged into ...
99 * ld-pe/pe-compile.exp: ... New common file for PE tests needing
100 a compiler, adding aligned common tests.
101
102 * ld-pe/pe.exp: Update header comment.
103
104 2009-05-17 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
105
106 * ld-pe/exports.d: New file.
107 * ld-pe/exports.s: New file.
108 * ld-pe/pe.exp: New test for empty export table.
109
110 2009-05-16 Alan Modra <amodra@bigpond.net.au>
111
112 * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
113 * ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
114 * ld-elf/orphan3f.s: Increase section size to 16.
115 * ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
116 * ld-pe/orphand.s, * ld-pe/orphane.s: Likewise.
117
118 2009-05-15 Alan Modra <amodra@bigpond.net.au>
119
120 * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
121 * ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
122 * ld-elf/orphan3f.s: New test.
123 * ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
124 * ld-pe/orphand.s, * ld-pe/orphane.s: New test.
125 * ld-pe/direct.exp: Use is_pecoff_format.
126 * ld-pe/longsecn.exp: Delete.
127 * ld-pe/pe.exp: Run new test and longsecn tests.
128
129 2009-05-15 Andrew Stubbs <ams@codesourcery.com>
130 Paul Brook <paul@codesourcery.com>
131
132 * ld-arm/arm-elf.exp: Add unwind-5.
133 * ld-arm/discard-unwind.ld: New file.
134 * ld-arm/unwind-5.d: New test.
135 * ld-arm/unwind-5.s: New test.
136
137 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
138
139 * ld-spu/icache1.d: Update for compact stubs.
140
141 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
142
143 * ld-spu/icache1.d: Update all addresses to accomodate icache
144 buffer shifted down 0x800 bytes.
145
146 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
147
148 * ld-spu/icache.d: Update file offsets.
149 * ld-spu/ovl.d: Likewise.
150 * ld-spu/ovl1.d: Likewise.
151
152 2009-05-14 Alan Modra <amodra@bigpond.net.au>
153
154 * ld-spu/icache1.d: Update for changed overlay manager placement.
155 * ld-spu/ovl.d: Likewise.
156 * ld-spu/ovl2.d: Likewise.
157
158 2009-05-05 Paul Brook <paul@codesourcery.com>
159
160 * ld-arm/arm.ld: Add .ARM.exidx and .ARM.extab.
161 * ld-arm/arm-elf.exp: Add unwind-[1-4].
162 * ld-arm/unwind-1.d: New test.
163 * ld-arm/unwind-1.s: New test.
164 * ld-arm/unwind-2.d: New test.
165 * ld-arm/unwind-2.s: New test.
166 * ld-arm/unwind-3.d: New test.
167 * ld-arm/unwind-3.s: New test.
168 * ld-arm/unwind-4.d: New test.
169 * ld-arm/unwind-4.s: New test.
170
171 2009-05-01 Julian Brown <julian@codesourcery.com>
172
173 * ld-arm/arm-elf.exp (armeabitests): Add thumb2-bl-blx-interwork test.
174 * ld-arm/thumb2-bl-blx-interwork.s: New.
175 * ld-arm/thumb2-bl-blx-interwork.d: New.
176
177 2009-04-30 Nick Clifton <nickc@redhat.com>
178
179 * ld-ifunc: New directory.
180 * ld-ifunc/ifunc.exp: New file: Run the IFUNC tests.
181 * ld-ifunc/prog.c: New file.
182 * ld-ifunc/lib.c: New file.
183
184 2009-04-30 Joseph Myers <joseph@codesourcery.com>
185
186 * ld-arm/movw-shared-1.d, ld-arm/movw-shared-1.s,
187 ld-arm/movw-shared-2.d, ld-arm/movw-shared-2.s,
188 ld-arm/movw-shared-3.d, ld-arm/movw-shared-3.s,
189 ld-arm/movw-shared-4.d, ld-arm/movw-shared-4.s: New tests.
190 * ld-arm/arm-elf.exp: Run these new tests.
191
192 2009-04-29 Chris Demetriou <cgd@google.com>
193
194 * ld-elfvers/vers.exp (vers4b): New test to verify that
195 --no-export-dynamic undoes --export-dynamic.
196
197 2009-04-28 Nathan Sidwell <nathan@codesourcery.com>
198
199 * ld-i386/vxworks1-lib.dd: Adjust expected disassembly.
200 * ld-i386/vxworks1.dd: Adjust expected disassembly.
201 * ld-i386/vxworks1-lib.rd: Sections are swapped.
202
203 2009-04-22 Christophe Lyon <christophe.lyon@st.com>
204
205 PR9743
206 * ld-arm/arm-call.d: Update expected result.
207 * ld-arm/arm-pic-veneer.d: Likewise.
208 * ld-arm/thumb2-b-interwork.d: Likewise.
209
210 2009-04-22 Nathan Sidwell <nathan@codesourcery.com>
211
212 * ld-scripts/rgn-at1.d: Cope with larger padding on sections.
213 * ld-scripts/rgn-at2.d: Likewise.
214 * ld-scripts/rgn-at3.d: Likewise.
215
216 2009-04-21 Daniel Jacobowitz <dan@codesourcery.com>
217
218 * ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
219 ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d,
220 ld-arm/farcall-mixed-lib.d: Update for linker changes.
221
222 2009-04-17 Christophe Lyon <christophe.lyon@st.com>
223
224 * ld-arm/arm-elf.exp: Add new test farcall-mixed-lib.
225 * ld-arm/farcall-mixed-lib.d: Update expected output.
226 * ld-arm/farcall-mixed-lib1.s: New file.
227 * ld-arm/farcall-mixed-lib2.s: New file.
228
229 2009-04-16 Richard Sandiford <r.sandiford@uk.ibm.com>
230
231 * ld-powerpc/aix-export-2.s, ld-powerpc/aix-export-2.nd: New test.
232 * ld-powerpc/aix52.exp: Run it.
233
234 2009-04-16 Alan Modra <amodra@bigpond.net.au>
235
236 * ld-libs/lib-1.s: Use "==" instead of ".set".
237 * ld-libs/lib-2.s: Likewise.
238 * ld-scripts/defined.s: Likewise.
239
240 2009-04-15 Christophe Lyon <christophe.lyon@st.com>
241
242 * ld-arm/arm-elf.exp: Add 1 more test to check undef weak
243 reference with PLT in ARM mode.
244 * ld-arm/thumb2-bl-undefweak1.d, ld-arm/thumb2-bl-undefweak1.s:
245 New files.
246
247 2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
248
249 * ld-i386/abs.d: Add --32 for assembler and -melf_i386 for
250 linker.
251
252 2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
253
254 * ld-scripts/rgn-at.s: Use explicit .section pseudos.
255
256 2009-04-03 Dave Korn <dave.korn.cygwin@gmail.com>
257
258 * ld-pe/image_size.d (#target): Also run test on Cygwin and x86_64
259 MinGW targets.
260
261 2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
262
263 * ld-scripts/rgn-at.exp: New.
264 * ld-scripts/rgn-at.s: New.
265 * ld-scripts/rgn-at1.d: New.
266 * ld-scripts/rgn-at1.t: New.
267 * ld-scripts/rgn-at2.d: New.
268 * ld-scripts/rgn-at2.t: New.
269 * ld-scripts/rgn-at3.d: New.
270 * ld-scripts/rgn-at3.t: New.
271
272 2009-04-03 Dave Korn <dave.korn.cygwin@gmail.com>
273
274 * ld-pe/export_dynamic_warning.s: Make dummy code portable.
275
276 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
277
278 * ld-pe/export_dynamic_warning.d (#warning): Fix regex pattern.
279
280 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
281
282 PR ld/6744
283 * ld-pe/export_dynamic_warning.d: New test control file.
284 * ld-pe/export_dynamic_warning.s: New test source file.
285 * ld-pe/pe.exp: Also run export_dynamic_warning dump test.
286
287 2009-04-02 Christophe Lyon <christophe.lyon@st.com>
288
289 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Update expected
290 results.
291 * ld-arm/farcall-thumb-thumb.d: Likewise.
292
293 2009-04-02 Nick Clifton <nickc@redhat.com>
294
295 PR 9987
296 * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage
297 collection tests for cygwin targets.
298
299 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
300
301 * ld-powerpc/aix-gc-1.nd: New test.
302 * ld-powerpc/aix52.exp: Run it.
303
304 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
305
306 * ld-powerpc/aix-rel-1.s, ld-powerpc/aix-rel-1.od: New test.
307 * ld-powerpc/aix52.exp: Run it.
308
309 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
310
311 * ld-cygwin/exe-export.exp: Add "-lkernel32" when linking test exe.
312 * ld-cygwin/testexe.c (testexe_main): Indicate whether global_a
313 was set to correct final value using error return status.
314 (testexe_dummy): Dummy function calls an import from kernel32.dll
315 to ensure it is mapped into the process space at runtime.
316
317 2009-04-01 Christophe Lyon <christophe.lyon@st.com>
318
319 * ld-arm/arm-elf.exp: BE8 tests expect the same output as the
320 default ones.
321 * ld-arm/arm-be8.d: Print opcodes in little endian.
322 * ld-arm/farcall-thumb-arm-be8.d: Removed useless expected result.
323 * ld-arm/farcall-arm-arm-be8.d: Likewise.
324
325 2009-03-25 Hans-Peter Nilsson <hp@axis.com>
326
327 * ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-e-tpoffcomm1.d,
328 ld-cris/tls-e-tpoffcomm1.s: New tests.
329
330 2009-03-24 Hans-Peter Nilsson <hp@axis.com>
331
332 * ld-cris/tls-commx.s, ld-cris/tls-dso-dtpoffd2.d,
333 ld-cris/tls-dso-dtpoffd4.d, ld-cris/tls-dtpoffdx.s,
334 ld-cris/tls-e-dtpoffd1.d: New tests.
335
336 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
337 ld-cris/tls-e-80.d, ld-cris/tls-gd-3.d, ld-cris/tls-gd-3h.d,
338 ld-cris/tls-global-74.d, ld-cris/tls-ldgde-14.d,
339 ld-cris/tls-ldgde-15.d, ld-cris/tls-legd-16.d,
340 ld-cris/tls-legd-17.d, ld-cris/tls-local-57.d,
341 ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for BFD
342 change in link-time known GOT contents for GD relocations.
343
344 2009-03-20 H.J. Lu <hongjiu.lu@intel.com>
345
346 PR ld/9970
347 * ld-pie/pie.exp: Use -fpie to compile. Run *.d tests.
348
349 * ld-pie/start.d: New.
350 * ld-pie/start.s: Likewise.
351
352 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
353
354 PR ld/6766
355 * ld-undefined/dummy.s: New.
356 * ld-undefined/entry-1.d: Likewise.
357 * ld-undefined/entry-2.d: Likewise.
358 * ld-undefined/entry-3.d: Likewise.
359 * ld-undefined/entry-4.d: Likewise.
360 * ld-undefined/entry-5.d: Likewise.
361 * ld-undefined/entry-6.d: Likewise.
362 * ld-undefined/entry.exp: Likewise.
363 * ld-undefined/entry.s: Likewise.
364
365 2009-03-17 Alan Modra <amodra@bigpond.net.au>
366
367 * ld-spu/icache1.d: Update for fixed set_id, new manager entry, and
368 reduced data.
369
370 2009-03-17 Alan Modra <amodra@bigpond.net.au>
371
372 * config/default.exp (get_link_files): Replace double dollars with
373 single dollars.
374
375 2009-03-17 Alan Modra <amodra@bigpond.net.au>
376
377 * ld-bootstrap/bootstrap.exp: Use DO_COMPARE. Remove unnecessary
378 cleanup and log output.
379
380 2009-03-16 Dave Korn <dave.korn.cygwin@gmail.com>
381
382 * ld-bootstrap/bootstrap.exp: Also pass '-liconv' to linker when
383 linking statically on Cygwin, necessitated by '-lintl'.
384
385 2009-03-15 Dave Korn <dave.korn.cygwin@gmail.com>
386
387 * ld-auto-import/auto-import.exp: Add missing dll entrypoint.
388
389 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
390
391 * ld-powerpc/aix-export-1-all.dd, ld-powerpc/aix-export-1-full.dd,
392 ld-powerpc/aix-export-1a.s, ld-powerpc/aix-export-1b.s: New tests.
393 * ld-powerpc/aix52.exp: Run them.
394
395 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
396
397 * ld-powerpc/aix-gc-1.s, ld-powerpc/aix-gc-1.ex,
398 ld-powerpc/aix-gc-1-32.dd, ld-powerpc/aix-gc-1-64.dd,
399 ld-powerpc/aix-weak-1-gcdso.dnd, ld-powerpc/aix-weak-1-gcdso.hd,
400 ld-powerpc/aix-weak-1-gcdso.nd: New tests.
401 * ld-powerpc/aix52.exp: Run them.
402
403 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
404
405 * ld-powerpc/aix-glink-2a.s, ld-powerpc/aix-glink-2a.ex,
406 ld-powerpc/aix-glink-2b.s, ld-powerpc/aix-glink-2c.s,
407 ld-powerpc/aix-glink-2c.ex, ld-powerpc/aix-glink-2d.s,
408 ld-powerpc/aix-glink-2-32.dd, ld-powerpc/aix-glink-2-64.dd,
409 ld-powerpc/aix-weak-1a.s, ld-powerpc/aix-weak-1b.s,
410 ld-powerpc/aix-weak-1-rel.hd, ld-powerpc/aix-weak-1-rel.nd,
411 ld-powerpc/aix-weak-1-dso.hd, ld-powerpc/aix-weak-1-dso.nd,
412 ld-powerpc/aix-weak-1-dso.dnd, ld-powerpc/aix-weak-1.ex,
413 ld-powerpc/aix-weak-2a.s, ld-powerpc/aix-weak-2a.ex,
414 ld-powerpc/aix-weak-2a.nd, ld-powerpc/aix-weak-2b.s,
415 ld-powerpc/aix-weak-2b.nd, ld-powerpc/aix-weak-2c.s,
416 ld-powerpc/aix-weak-2c.ex, ld-powerpc/aix-weak-2c.nd,
417 ld-powerpc/aix-weak-2c.od, ld-powerpc/aix-weak-3a.s,
418 ld-powerpc/aix-weak-3a.ex, ld-powerpc/aix-weak-3b.s,
419 ld-powerpc/aix-weak-3b.ex, ld-powerpc/aix-weak-3-32.d,
420 ld-powerpc/aix-weak-3-32.dd, ld-powerpc/aix-weak-3-64.d,
421 ld-powerpc/aix-weak-3-64.dd: New tests.
422 * ld-powerpc/aix52.exp: Run them. Replace tmp/aix-* with
423 tmp/aix64-* in 64-bit ld options.
424
425 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
426
427 * ld-powerpc/aix-no-dup-syms-1a.s, ld-powerpc/aix-no-dup-syms-1b.s,
428 ld-powerpc/aix-no-dup-syms-1.ex, ld-powerpc/aix-no-dup-syms-1.im,
429 ld-powerpc/aix-no-dup-syms-1-dso.dnd,
430 ld-powerpc/aix-no-dup-syms-1-dso.drd,
431 ld-powerpc/aix-no-dup-syms-1-dso.nd,
432 ld-powerpc/aix-no-dup-syms-1-dso.rd,
433 ld-powerpc/aix-no-dup-syms-1-rel.nd,
434 ld-powerpc/aix-no-dup-syms-1-rel.rd: New tests.
435 * ld-powerpc/aix52.exp: Run them.
436
437 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
438
439 * ld-powerpc/aix-abs-branch-1.nd,
440 ld-powerpc/aix-abs-reloc-1.nd: New tests.
441 * ld-powerpc/aix52.exp: Run them.
442
443 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
444
445 * ld-powerpc/aix-lineno-1.s, ld-powerpc/aix-lineno-1.txt,
446 ld-powerpc/aix-lineno-1a.dd, ld-powerpc/aix-lineno-1a.nd,
447 ld-powerpc/aix-lineno-1b.dd, ld-powerpc/aix-lineno-1b.nd: New tests.
448 * ld-powerpc/aix52.exp: Run them. Copy aix-lineno-1.txt to tmpdir.
449
450 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
451
452 * ld-powerpc/aix-toc-1.ex, ld-powerpc/aix-toc-1a.s,
453 ld-powerpc/aix-toc-1b.s, ld-powerpc/aix-toc-1-32.dd,
454 ld-powerpc/aix-toc-1-64.dd: New tests.
455 * ld-powerpc/aix52.exp: Run them.
456
457 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
458
459 * ld-powerpc/aix-glink-1.ex, ld-powerpc/aix-glink-1.s,
460 ld-powerpc/aix-glink-1-32.dd, ld-powerpc/aix-glink-1-64.dd,
461 ld-powerpc/aix-glink-1-32.d, ld-powerpc/aix-glink-1-64.d: New tests.
462 * ld-powerpc/aix52.exp: Run them.
463
464 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
465
466 * ld-powerpc/aix-abs-branch-1.im, ld-powerpc/aix-abs-branch-1.ex,
467 ld-powerpc/aix-abs-branch-1.s,
468 ld-powerpc/aix-abs-branch-1.dd: New test.
469 * ld-powerpc/aix52.exp: Run it.
470
471 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
472
473 * ld-powerpc/aix-abs-reloc-1.ex, ld-powerpc/aix-abs-reloc-1.im,
474 ld-powerpc/aix-abs-reloc-1.od, ld-powerpc/aix-abs-reloc-1.s: New test.
475 * ld-powerpc/aix52.exp: Run it.
476
477 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
478
479 * ld-powerpc/aix-core-sec-1.s, ld-powerpc/aix-core-sec-1.ex,
480 ld-powerpc/aix-core-sec-1.hd, ld-powerpc/aix-core-sec-2.s,
481 ld-powerpc/aix-core-sec-2.ex, ld-powerpc/aix-core-sec-2.hd,
482 ld-powerpc/aix-core-sec-3.s, ld-powerpc/aix-core-sec-3.ex,
483 ld-powerpc/aix-core-sec-3.hd: New tests.
484 * ld-powerpc/aix52.exp: New harness.
485
486 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
487
488 * lib/ld-lib.exp (ar_simple_create): Add an "aropts" parameter.
489 (run_ld_link_tests): Treat the second list element as "ar" options
490 when creating an archive. Don't run the linker in this case.
491 (run_cc_link_tests): Likewise.
492
493 2009-03-13 Nick Clifton <nickc@redhat.com>
494
495 * lib/ld-lib.exp (run_dump_test): Add verbose to list of globals.
496 Replace call to verbose_eval with a test of verbose level. If
497 greater than 2 always dump the contents of the dumpfile. If equal
498 to 2 only dump the contents if the regexp diff failed.
499 (proc verbose_eval): Delete.
500
501 2009-03-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
502
503 * ld-elf/empty2.d: Remove xfail for hppa*-*-*.
504 * ld-elf/merge.d: Change xfail for hppa to hppa*64*-*-*.
505
506 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
507
508 * ld-arm/arm-elf.exp: Add new farcall-group-limit test.
509 * ld-arm/farcall-group-limit.d: New file.
510 * ld-arm/farcall-group3.s: New file.
511 * ld-arm/farcall-group4.s: New file.
512
513 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
514
515 * ld-arm/arm-elf.exp: Add 2 more tests to check long branch stubs
516 in PLT context.
517 * ld-arm/farcall-mixed-app-v5.d: New file.
518 * ld-arm/farcall-mixed-app.d: Likewise.
519 * ld-arm/farcall-mixed-app.r: Likewise.
520 * ld-arm/farcall-mixed-app.s: Likewise.
521 * ld-arm/farcall-mixed-app.sym: Likewise.
522 * ld-arm/farcall-mixed-lib.d: Likewise.
523 * ld-arm/farcall-mixed-lib.r: Likewise.
524
525 2009-03-04 Alan Modra <amodra@bigpond.net.au>
526
527 * ld-powerpc/tlsmark.s, * ld-powerpc/tlsmark.d: New test.
528 * ld-powerpc/tlsmark32.s, * ld-powerpc/tlsmark32.d: New test.
529 * ld-powerpc/powerpc.exp: Run them.
530
531 2009-03-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
532
533 * ld-scripts/regions-alias-1.t: New file.
534 * ld-scripts/regions-alias-2.t: New file.
535 * ld-scripts/regions-alias-3.t: New file.
536 * ld-scripts/regions-alias-4.t: New file.
537 * ld-scripts/script.exp: Run region alias tests.
538
539 2009-02-27 Dave Korn <dave.korn.cygwin@gmail.com>
540
541 * ld-pe/pe.exp: Disable auto-import when linking on Cygwin.
542
543 2009-02-26 Christophe Lyon <christophe.lyon@st.com>
544
545 * ld-arm/arm-elf.exp: Add 3 tests for the 3 new stubs.
546 * ld-arm/farcall-thumb-arm-pic-veneer.d: New expected result, the
547 test is now expected to pass.
548 * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
549 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
550
551 2009-02-25 Christophe Lyon <christophe.lyon@st.com>
552
553 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Update expected result,
554 as stubs are now generated and the end of the .text section.
555 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
556
557 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
558
559 * ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
560 ld-arm/farcall-arm-thumb-pic-veneer.d,
561 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Update for fixed
562 Thumb PIC stub.
563
564 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
565
566 * ld-arm/arm-elf.exp (armeabitests): Update duplicate test names.
567 Use normal output files for big-endian.
568 * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: Delete.
569 * ld-arm/farcall-arm-arm-be8.d, ld-arm/farcall-arm-arm-pic-veneer.d,
570 ld-arm/farcall-arm-arm.d, ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
571 ld-arm/farcall-arm-thumb-blx.d, ld-arm/farcall-arm-thumb-pic-veneer.d,
572 ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d,
573 ld-arm/farcall-group.d, ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
574 ld-arm/farcall-thumb-arm-be8.d,
575 ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
576 ld-arm/farcall-thumb-arm-blx.d, ld-arm/farcall-thumb-arm-short.d,
577 ld-arm/farcall-thumb-arm.d,
578 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d,
579 ld-arm/farcall-thumb-thumb-blx.d, ld-arm/farcall-thumb-thumb-m.d,
580 ld-arm/farcall-thumb-thumb.d, ld-arm/thumb2-bl-as-thumb1-bad.d,
581 ld-arm/thumb2-bl-bad.d: Update for moved stubs.
582
583 2009-02-23 Daniel Jacobowitz <dan@codesourcery.com>
584
585 * ld-arm/arm-elf.exp (armeabitests): Run new tests. Correct BE8 output
586 filename.
587 * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: New.
588
589 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
590
591 * ld-arm/arm-elf.exp: Add new farcall-thumb-arm-be8 test.
592 * ld-arm/farcall-thumb-arm-be8.d: New expected result.
593 * ld-arm/farcall-arm-arm-be8.d: Replace wildcards by instructions.
594
595 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
596
597 * ld-arm/arm-elf.exp: Rewrite non-EABI variants of
598 thumb2-bl-as-thumb1-bad and thumb2-bl-bad tests, which now
599 pass. farcall-thumb-thumb now passes in EABI mode.
600 * ld-arm/farcall-thumb-arm-pic-veneer.d: Fixed name, source, as
601 and ld flags to match intended test.
602 * ld-arm/farcall-thumb-arm.d: New expected result.
603 * ld-arm/farcall-thumb-thumb-m.d: Likewise.
604 * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Fixed name and ld
605 flags.
606 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
607 * ld-arm/farcall-thumb-thumb.d: New expected result, this test is
608 now expected to pass.
609 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise.
610 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
611 * ld-arm/thumb2-bl-as-thumb1-bad.d: Update addresses according to
612 new use.
613 * ld-arm/thumb2-bl-as-thumb1-bad.s: Update comment.
614
615 2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
616
617 * ld-pe/longsecn-1.d: New test file.
618 * ld-pe/longsecn-2.d: Likewise.
619 * ld-pe/longsecn-3.d: Likewise.
620 * ld-pe/longsecn-4.d: Likewise.
621 * ld-pe/longsecn-5.d: Likewise.
622 * ld-pe/longsecn.d: Likewise.
623 * ld-pe/longsecn.exp: New test control script.
624 * ld-pe/longsecn.s: New test source file.
625
626 2009-02-18 Christophe Lyon <christophe.lyon@st.com>
627
628 * ld-arm/farcall-arm-arm-pic-veneer.d,
629 ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
630 ld-arm/farcall-arm-thumb-pic-veneer.d,
631 ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
632 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Fix expected stub
633 target.
634
635 2009-02-06 Joseph Myers <joseph@codesourcery.com>
636
637 * lib/ld-lib.exp (check_gc_sections_available): Return 0 for
638 *-*-mingw*.
639
640 2009-02-05 Joseph Myers <joseph@codesourcery.com>
641
642 * ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
643
644 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
645
646 * ld-m68k/got-multigot-12-13-14-34-35-ok.d: Update.
647 * ld-m68k/got-multigot-14-ok.d: Update.
648 * ld-m68k/m68k-got.exp: Update.
649 * ld-m68k/got-negative-12-13-14-34-ok.d: Update.
650 * ld-m68k/got-negative-14-ok.d: Update.
651 * ld-m68k/tls-gd-1.d, ld-m68k/tls-gd-2.d: New tests.
652 * ld-m68k/tls-gd-ie-1.d, ld-m68k/tls-ie-1.d: New tests.
653 * ld-m68k/tls-ld-1.d, ld-m68k/tls-ld-2.d: New tests.
654 * ld-m68k/tls-ld-1.s, ld-m68k/tls-ld-2.s, ld-m68k/tls-le-1.s:
655 New test sources.
656 * ld-m68k/tls-no-1.s, ld-m68k/tls-gd-ie-1.s, ld-m68k/tls-gd-1.s:
657 New test sources.
658 * ld-m68k/tls-gd-2.s, ld-m68k/tls-ie-1.s: New test sources.
659 * ld-m68k/m68k.exp: Run new tests.
660 (merge isa-a isa-a:nodiv): Fix.
661
662 2009-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 * ld-elf/eh-group2.s: New `.cfi_lsda' referencing `.gcc_except_table'.
665 * ld-elf/eh-group.exp: New test and conditional defininiton of `ELF64'.
666
667 2009-01-29 Nick Clifton <nickc@redhat.com>
668
669 * lib/ld-lib.exp (check_gc_sections_available): Add MeP to list of
670 targets which do not support garbage collection.
671 * ld-srec/srec.exp (run_srec_test): Expect tests to fail for MeP.
672 * ld-elf/group8a.d: Likewise.
673 * ld-elf/group8b.d: Likewise.
674 * ld-elf/group9a.d: Likewise.
675 * ld-elf/group9b.d: Likewise.
676
677 2009-01-27 Hans-Peter Nilsson <hp@axis.com>
678
679 * ld-cris/tls-tbss64.s, ld-cris/tls-e-80.d: New test.
680
681 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d,
682 ld-cris/tls-ldgde-14.d, ld-cris/tls-ldgde-15.d,
683 ld-cris/tls-ldgdex-14.d, ld-cris/tls-ldgdex-15.d: Adjust for
684 change in relocation values.
685
686 * ld-cris/weakhiddso.d, ld-cris/weakhid.s: New test.
687
688 2009-01-26 Nathan Sidwell <nathan@codesourcery.com>
689
690 * ld-powerpc/powerpc.exp: Add vxworks relax testcase.
691 * ld-powerpc/vxworks-relax.s, ld-powerpc/vxworks-relax.rd: New.
692 * ld-powerpc/vxworks1.ld: Add .pad and .far input sections.
693 * ld-powerpc/vxworks1.rd: Correct regexp for undefined symbols.
694
695 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
696
697 * ld-arm/attr-merge-3.attr: Update following gas change.
698 * ld-arm/attr-merge-2.attr: Update Tag_ARM_ISA_use and
699 Tag_THUMB_ISA_use following gas changes.
700 * ld-arm/attr-merge-4.attr: Likewise.
701 * ld-arm/attr-merge-5.attr: Likewise.
702 * ld-arm/attr-merge-arch-1.attr: Likewise.
703 * ld-arm/attr-merge-arch-2.attr: Likewise.
704 * ld-arm/attr-merge-unknown-2.d: Likewise.
705 * ld-arm/attr-merge-unknown-2r.d: Likewise.
706 * ld-arm/attr-merge-unknown-3.d: Likewise.
707 * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
708 * ld-arm/attr-merge-wchar-00.d: Likewise.
709 * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
710 * ld-arm/attr-merge-wchar-02.d: Likewise.
711 * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
712 * ld-arm/attr-merge-wchar-04.d: Likewise.
713 * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
714 * ld-arm/attr-merge-wchar-20.d: Likewise.
715 * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
716 * ld-arm/attr-merge-wchar-22.d: Likewise.
717 * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
718 * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
719 * ld-arm/attr-merge-wchar-40.d: Likewise.
720 * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
721 * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
722 * ld-arm/attr-merge-wchar-44.d: Likewise.
723 * ld-arm/attr-merge.attr: Likewise.
724
725 2009-01-21 Alan Modra <amodra@bigpond.net.au>
726
727 * ld-spu/icache1.d: Add --non-ia-text to ld options.
728
729 2009-01-19 Hans-Peter Nilsson <hp@axis.com>
730
731 * ld-cris/expdref3.s, ld-cris/expdref4.s, ld-cris/weakref3.d,
732 ld-cris/weakref4.d: New tests.
733 * ld-cris/libdso-15b.d: Adjust for recent weakref fix.
734
735 2009-01-19 H.J. Lu <hongjiu.lu@intel.com>
736
737 * ld-elf/group9.s: Replace .byte with .long.
738
739 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
740
741 * ld-arm/arm-elf.exp (armeabitests): Add EABI attribute merging 3,
742 EABI attribute merging 4, and EABI attribute merging 5,
743 EABI attribute arch merging 1, EABI attribute arch merging 1 reversed,
744 EABI attribute arch merging 2, EABI attribute arch merging 2 reversed.
745 Add attr-merge-unknown-1, attr-merge-unknown-2, attr-merge-unknown-2r,
746 and attr-merge-unknown-3 dump tests.
747 * ld-arm/arch-v6.s: New file.
748 * ld-arm/arch-v6k.s: New file.
749 * ld-arm/arch-v6t2.s: New file.
750 * ld-arm/attr-merge-3.attr: New file.
751 * ld-arm/attr-merge-3a.s: New file.
752 * ld-arm/attr-merge-3b.s: New file.
753 * ld-arm/attr-merge-4.attr: New file.
754 * ld-arm/attr-merge-4a.s: New file.
755 * ld-arm/attr-merge-4b.s: New file.
756 * ld-arm/attr-merge-5.attr: New file.
757 * ld-arm/attr-merge-5.s: New file.
758 * ld-arm/attr-merge-arch-1.attr: New file.
759 * ld-arm/attr-merge-arch-2.attr: New file.
760 * ld-arm/attr-merge-unknown-1.d: New file.
761 * ld-arm/attr-merge-unknown-1.s: New file.
762 * ld-arm/attr-merge-unknown-2.d: New file.
763 * ld-arm/attr-merge-unknown-2.s: New file.
764 * ld-arm/attr-merge-unknown-2r.d: New file.
765 * ld-arm/attr-merge-unknown-3.d: New file.
766 * ld-arm/blank.s: New file.
767
768 2009-01-16 H.J. Lu <hongjiu.lu@intel.com>
769
770 * ld-elf/textaddr1.d: New.
771 * ld-elf/textaddr2.d: Likewise.
772
773 2009-01-14 H.J. Lu <hongjiu.lu@intel.com>
774
775 PR ld/9727
776 * ld-elf/group8.s: New.
777 * ld-elf/group8a.d: Likewise.
778 * ld-elf/group8b.d: Likewise.
779 * ld-elf/group9.s: Likewise.
780 * ld-elf/group9a.d: Likewise.
781 * ld-elf/group9b.d: Likewise.
782
783 2009-01-13 Alan Modra <amodra@bigpond.net.au>
784
785 * ld-spu/icache1.s: New file.
786 * ld-spu/icache1.d: New file.
787
788 2009-01-13 Alan Modra <amodra@bigpond.net.au>
789
790 * ld-elf/elf.exp: Save and restore LDFLAGS.
791 * ld-scripts/default-script.exp: Likewise.
792 * ld-scripts/empty-orphan.exp: Likewise, and add to LDFLAGS rather
793 than replacing.
794 * ld-scripts/include.exp: Set --local-store for SPU.
795
796 2009-01-12 Alan Modra <amodra@bigpond.net.au>
797
798 * ld-spu/ovl.d: Allow for absolute branches in stubs.
799 * ld-spu/ovl2.d: Likewise.
800
801 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
802
803 * ld-elf/linkoncerdiff.d, ld-elf/linkoncerdiff1.s,
804 ld-elf/linkoncerdiff2.s: New.
805
806 2009-01-07 Hans-Peter Nilsson <hp@axis.com>
807
808 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
809 ld-cris/tls-e-23.d, ld-cris/tls-e-66.d, ld-cris/tls-gd-3.d,
810 ld-cris/tls-gd-3h.d, ld-cris/tls-global-74.d,
811 ld-cris/tls-ie-8e1.d, ld-cris/tls-ldgde-14.d,
812 ld-cris/tls-ldgde-15.d, ld-cris/tls-le-12.d, ld-cris/tls-le-13.d,
813 ld-cris/tls-le-13s.d, ld-cris/tls-legd-16.d,
814 ld-cris/tls-legd-17.d, ld-cris/tls-legdx-16.d,
815 ld-cris/tls-legdx-17.d, ld-cris/tls-leie-18.d,
816 ld-cris/tls-leie-19.d, ld-cris/tls-local-57.d,
817 ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for
818 relocation value now offset by negative program TLS block size.
819 * ld-cris/tls-le-12s.d: Ditto. Move 128-byte tls-data to last.
820 Adjust accordingly.
821 * ld-cris/tls-le-12s.s: Use movs, not movu, for sign-extended
822 always-negative relocation.
823 * ld-cris/tls-tprelm.s: Move filler data to after symbol for
824 tested relocation.
825 * ld-cris/tls-ok-36.d: Adjust accordingly.
826
827 2009-01-03 Hans-Peter Nilsson <hp@axis.com>
828
829 * ld-cris/tls-js1.d: New test.
830
831 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
832
833 PR ld/9679
834 * ld-elf/pr9679-1.c: New.
835 * ld-elf/pr9679-2.c: Likewise.
836 * ld-elf/pr9679.rd: Likewise.
837
838 * ld-elf/shared.exp (build_tests): Add test for libpr9679.so.
839
840 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
841
842 PR ld/9676
843 * ld-elf/pr9676-1.c: New.
844 * ld-elf/pr9676-2.c: Likewiswe.
845 * ld-elf/pr9676-3.c: Likewiswe.
846 * ld-elf/pr9676-4.c: Likewiswe.
847 * ld-elf/pr9676.rd: Likewiswe.
848
849 * ld-elf/shared.exp (build_tests): Add tests for libpr9676-1.a,
850 libpr9676-2.a, libpr9676-3.so, libpr9676-4.so and
851 libpr9676-4a.so.
852
853 * lib/ld-lib.exp (ar_simple_create): New.
854 (run_ld_link_tests): Support archive.
855 (run_cc_link_tests): Likewiswe.
856
857 For older changes see ChangeLog-2008
858 \f
859 Local Variables:
860 mode: change-log
861 left-margin: 8
862 fill-column: 74
863 version-control: never
864 End: