* ld-elf/linkonce1.d: Accept "UNUSED" as part of the name of an
[external/binutils.git] / ld / testsuite / ChangeLog
1 2009-08-17  Nick Clifton  <nickc@redhat.com>
2
3         * ld-elf/linkonce1.d: Accept "UNUSED" as part of the name of an
4         unused reloc.
5         * ld-elf/linkonce2.d: Likewise.
6
7 2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8
9         Test go32 stub preservation by objcopy.
10         * ld-i386/i386.exp (go32 stub, go32 stub patch the source)
11         (go32 stub objcopy, go32 stub comparison after objcopy): New.
12
13 2009-08-10  Nathan Sidwell  <nathan@codesourcery.com>
14
15         * ld-powerpc/relax.s: New.
16         * ld-powerpc/relax.d: New.
17         * ld-powerpc/relaxr.d: New.
18         * ld-powerpc/powerpc.exp: Add new tests.
19
20 2009-08-06  Nathan Sidwell  <nathan@codesourcery.com>
21
22         * ld-arm/arm-elf.exp: Add new test.
23         * ld-arm/cortex-a8-fix-hdr.d: New.
24         * ld-arm/cortex-a8-fix-hdr.s: New.
25         * ld-arm/cortex-a8-fix-hdr.t: New.
26
27 2009-08-05  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
28
29         * ld-spu/fixup.d: New.
30         * ld-spu/fixup.s: New.
31
32 2009-08-05  Nathan Sidwell  <nathan@codesourcery.com>
33
34         * ld-arm/cortex-a8-far-1.s: New.
35         * ld-arm/cortex-a8-far-2.s: New.
36         * ld-arm/cortex-a8-far.d: New.
37         * ld-arm/arm-elf.exp: Add new test.
38
39 2009-08-02  H.J. Lu  <hongjiu.lu@intel.com>
40
41         PR ld/6443
42         * ld-i386/i386.exp: Run tlspie1.
43         * ld-x86-64/x86-64.exp: tlspie1.
44
45         * ld-i386/tlspie1.d: New.
46         * ld-i386/tlspie1.s: Likewise.
47         * ld-x86-64/tlspie1.d: Likewise.
48         * ld-x86-64/tlspie1.s: Likewise.
49
50 2009-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
51
52         * ld-mmix/x.s, ld-mmix/y.s, ld-mmix/zeroeh.ld,
53         ld-mmix/zeroehelf.d, ld-mmix/zeroehmmo.d: Use .gcc_except_table,
54         not .eh_frame.
55
56 2009-07-30  H.J. Lu  <hongjiu.lu@intel.com>
57
58         * ld-elf/shared.exp: Comment out dl3b.
59
60 2009-07-30  Hans-Peter Nilsson  <hp@bitrange.com>
61
62         * ld-scripts/empty-address-3a.d, ld-scripts/empty-address-3b.d:
63         Skip for mmix-knuth-mmixware.
64
65 2009-07-29  Hans-Peter Nilsson  <hp@bitrange.com>
66
67         * ld-scripts/default-script.s (text): Globalize.
68         * ld-scripts/default-script1.d, ld-scripts/default-script2.d,
69         ld-scripts/default-script3.d, ld-scripts/default-script4.d: Adjust
70         accordingly.
71
72 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
73
74         * ld-x86-64/abs-l1om.d: New.
75         * ld-x86-64/protected2-l1om.d: Likewise.
76         * ld-x86-64/protected3-l1om.d: Likewise.
77
78         * ld-x86-64/x86-64.exp: Run abs-l1om, protected2-l1om and
79         protected3-l1om.
80
81 2009-07-24  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
82             Alan Modra  <amodra@bigpond.net.au>
83
84         * ld-spu/pic.d: New.
85         * ld-spu/pic.s: New.
86         * ld-spu/picdef.s: New.
87
88 2009-07-23  H.J. Lu  <hongjiu.lu@intel.com>
89
90         PR ld/10434
91         * ld-x86-64/tlsle1.d: New.
92         * ld-x86-64/tlsle1.s: Likewise.
93
94         * ld-x86-64/x86-64.exp: Run tlsle1.
95
96 2009-07-21  H.J. Lu  <hongjiu.lu@intel.com>
97
98         PR ld/10426
99         * ld-ifunc/ifunc.exp: Check test-1 and libtest-2.so.  Updated.
100
101         * ld-ifunc/test-1.c: New.
102         * ld-ifunc/test-2.c: Likewise.
103
104 2009-07-17  Chao-ying Fu  <fu@mips.com>
105
106         * ld-mips-elf/pic-and-nonpic-3b.dd: Updated to use new PLT
107         entries.
108         * ld-mips-elf/pic-and-nonpic-5b.dd: Likewise.
109         * ld-mips-elf/pic-and-nonpic-6-o32.dd: Likewise.
110         * ld-mips-elf/pic-and-nonpic-6-n32.dd: Likewise.
111         * ld-mips-elf/pic-and-nonpic-6-n64.dd: Likewise.
112
113 2009-07-16  H.J. Lu  <hongjiu.lu@intel.com>
114
115         * ld-ifunc/ifunc-5r-local-i386.d: New.
116         * ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
117
118 2009-07-16  Nathan Sidwell  <nathan@codesourcery.com>
119
120         * ld-arm/arm-target2.s: Add addend cases.
121         * ld-arm/arm-target2-rel.d: Adjust.
122         * ld-arm/arm-target2-abs.d: Adjust.
123         * ld-arm/arm-target2-got-rel.d: Adjust.
124
125 2009-07-13  H.J. Lu  <hongjiu.lu@intel.com>
126
127         * ld-ifunc/ifunc.exp: Don't use -shared/-static to build object
128         files.  Use ld_simple_link to build static non-ifunc-using
129         executable.  Re-enable static non-ifunc-using executable check.
130
131 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
132
133         * ld-ifunc/ifunc.exp: Don't check static non-ifunc-using
134         executable.
135
136 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
137
138         * ld-ifunc/ifunc-1-local-x86.d: Updated.
139         * ld-ifunc/ifunc-1-x86.d: Likewise.
140         * ld-ifunc/ifunc-3a-x86.d: Likewise.
141
142 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
143
144         * ld-ifunc/ifunc-1-local-x86.d: Updated.
145         * ld-ifunc/ifunc-1-x86.d: Likewise.
146         * ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
147         * ld-ifunc/ifunc-2-x86-64.d: Likewise.
148         * ld-ifunc/ifunc-3a-x86.d: Likewise.
149
150 2009-07-10  Alan Modra  <amodra@bigpond.net.au>
151
152         * ld-ifunc/ifunc.exp: Run for powerpc.  Really generate static
153         executables, renaming the existing dynamic but local tests.
154
155 2009-07-08  Alan Modra  <amodra@bigpond.net.au>
156
157         * ld-selective/selective.exp: Remove check that $CC contains the
158         string "gcc".  Do -dumpversion for $CXX.
159
160 2009-06-30  Nick Clifton  <nickc@redhat.com>
161
162         PR 10288
163         * ld-arm/arm-app.d: Update expcted disassembly.
164         * ld-arm/arm-be8.d: Likewise.
165         * ld-arm/arm-call.d: Likewise.
166         * ld-arm/arm-lib-plt32.d: Likewise.
167         * ld-arm/arm-lib.d: Likewise.
168         * ld-arm/arm-movwt.d: Likewise.
169         * ld-arm/arm-pic-veneer.d: Likewise.
170         * ld-arm/armthumb-lib.d: Likewise.
171         * ld-arm/armv4-bx.d: Likewise.
172         * ld-arm/cortex-a8-fix-b-rel-arm.d: Likewise.
173         * ld-arm/farcall-mixed-app-v5.d: Likewise.
174         * ld-arm/farcall-mixed-app.d: Likewise.
175         * ld-arm/farcall-mixed-lib.d: Likewise.
176         * ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
177         * ld-arm/farcall-thumb-arm-short.d: Likewise.
178         * ld-arm/farcall-thumb-arm.d: Likewise.
179         * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
180         * ld-arm/farcall-thumb-thumb-m.d: Likewise.
181         * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
182         * ld-arm/farcall-thumb-thumb.d: Likewise.
183         * ld-arm/group-relocs.d: Likewise.
184         * ld-arm/mixed-app-v5.d: Likewise.
185         * ld-arm/mixed-app.d: Likewise.
186         * ld-arm/mixed-lib.d: Likewise.
187         * ld-arm/movw-merge.d: Likewise.
188         * ld-arm/thumb2-b-interwork.d: Likewise.
189         * ld-arm/tls-app.d: Likewise.
190         * ld-arm/tls-lib.d: Likewise.
191
192 2009-06-29  Nick Clifton  <nickc@redhat.com>
193
194         PR 10288
195         * ld-arm/arm-app-abs32.d: Update expected disassembly.
196         * ld-arm/arm-app.d: Likewise.
197         * ld-arm/arm-lib-plt32.d: Likewise.
198         * ld-arm/arm-lib.d: Likewise.
199         * ld-arm/arm-pic-veneer.d: Likewise.
200         * ld-arm/armthumb-lib.d: Likewise.
201         * ld-arm/farcall-mixed-app-v5.d: Likewise.
202         * ld-arm/farcall-mixed-app.d: Likewise.
203         * ld-arm/farcall-mixed-lib.d: Likewise.
204         * ld-arm/group-relocs.d: Likewise.
205         * ld-arm/mixed-app-v5.d: Likewise.
206         * ld-arm/mixed-app.d: Likewise.
207         * ld-arm/mixed-lib.d: Likewise.
208         * ld-arm/thumb2-bl-undefweak.d: Likewise.
209
210 2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
211
212         PR ld/10337
213         * ld-ifunc/binutils.exp: New.
214
215 2009-06-25  Kai Tietz  <kai.tietz@onevision.com>
216
217         * ld-pe/aligncomm-1.c (size_t): Add typedef.
218         (main): Use it for casting pointer to scalar.
219         * ld-pe/aligncomm-2.c: Likewise.
220         * ld-pe/aligncomm-3.c: Likewise.
221         * ld-pe/aligncomm-4.c: Likewise.
222         * ld-scripts/empty-address.exp: Make sure that for x86_64-*-mingw*
223         target imagebase is set to zero.
224         * ld-scripts/weak.exp: Don't fail for x86_64-*-mingw* target.
225
226 2009-06-22  Christophe Lyon  <christophe.lyon@st.com>
227
228         ld/testsuite:
229         * ld-arm/farcall-mixed-app.s: Add new references to check more
230         modes switching.
231         * ld-arm/farcall-mixed-lib1.s: Likewise.
232         * ld-arm/farcall-mixed-app-v5.d: Update expected result.
233         * farcall-mixed-app.d: Likewise.
234         * ld-arm/farcall-mixed-lib.d: Likewise.
235
236 2009-06-22  Dave Korn  <dave.korn.cygwin@gmail.com>
237
238         * ld-pe/pe-run.exp (proc test_direct_link_dll):  Fix incorrect
239         line-wrapping.
240
241 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
242
243         * ld-i386/i386.exp: Run tlsgd2.
244
245         * ld-i386/tlsgd2.d: New.
246         * ld-i386/tlsgd2.s: Likewise.
247
248         * ld-x86-64/tlsgd3.d: Updated.
249
250 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
251
252         * ld-pe/pe-run.exp (proc test_direct_link_dll):  Always pass
253         --enable-auto-import to the linker.
254         * ld-pe/vers-script-1.d:  Replace '\$' by '_' in all symbol names.
255         * ld-pe/vers-script-3.d:  Likewise.
256         * ld-pe/vers-script-4.d:  Likewise.
257         * ld-pe/vers-script-dll.c:  Likewise.
258         * lib/ld-lib.exp (proc is_pecoff_format):  Also return true for
259         "*-*-cegcc*" targets.
260
261 2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>
262
263         * ld-ifunc/ifunc-9-x86.d: Fix a typo.
264
265 2009-06-14  H.J. Lu  <hongjiu.lu@intel.com>
266
267         PR ld/10270
268         * ld-ifunc/ifunc-9-x86.d: New.
269         * ld-ifunc/ifunc-9-x86.s: Likewise.
270
271 2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>
272
273         PR ld/10269
274         * ld-ifunc/ifunc-1-local-x86.d: New.
275         * ld-ifunc/ifunc-1-local-x86.s: Likewise.
276         * ld-ifunc/ifunc-2-local-i386.d: Likewise.
277         * ld-ifunc/ifunc-2-local-i386.s: Likewise.
278         * ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
279         * ld-ifunc/ifunc-2-local-x86-64.s: Likewise.
280         * ld-ifunc/ifunc-4-local-x86.d: Likewise.
281         * ld-ifunc/ifunc-4-local-x86.s: Likewise.
282         * ld-ifunc/ifunc-5-local-i386.s: Likewise.
283         * ld-ifunc/ifunc-5-local-x86-64.s: Likewise.
284         * ld-ifunc/ifunc-5a-local-i386.d: Likewise.
285         * ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
286         * ld-ifunc/ifunc-5b-local-i386.d: Likewise.
287         * ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
288
289 2009-06-03  H.J. Lu  <hongjiu.lu@intel.com>
290
291         * ld-ifunc/ifunc-2-x86-64.d: Pass --64 to as and -melf_x86_64 to
292         ld.
293         * ld-ifunc/ifunc-5a-x86-64.d: Likewise.
294         * ld-ifunc/ifunc-5b-x86-64.d: Likewise.
295         * ld-ifunc/ifunc-6a-x86-64.d: Likewise.
296         * ld-ifunc/ifunc-6b-x86-64.d: Likewise.
297         * ld-ifunc/ifunc-7a-x86-64.d: Likewise.
298         * ld-ifunc/ifunc-7b-x86-64.d: Likewise.
299
300         * ld-ifunc/ifunc-8a-i386.s: New.
301         * ld-ifunc/ifunc-8a-x86-64.s: Likewise.
302         * ld-ifunc/ifunc-8b-i386.s: Likewise.
303         * ld-ifunc/ifunc-8b-x86-64.s: Likewise.
304         * ld-ifunc/ifunc-8-i386.d: Likewise.
305         * ld-ifunc/ifunc-8-x86-64.d: Likewise.
306
307 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
308
309         * ld-powerpc/aix-glink-3.s, ld-powerpc/aix-glink-3a.s,
310         ld-powerpc/aix-glink-3b.s, ld-powerpc/aix-glink-3.dd,
311         ld-powerpc/aix-glink-3-32.d, ld-powerpc/aix-glink-3-64.d: New tests.
312         * ld-powerpc/aix52.exp: Run them.  Move the lineno tests to maintain
313         alphabetical order.
314
315 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
316
317         * ld-ifunc/ifunc-5-i386.d: Renamed to ...
318         * ld-ifunc/ifunc-5a-i386.d: This.
319
320         * ld-ifunc/ifunc-5-x86-64.d: Renamed to ...
321         * ld-ifunc/ifunc-5a-x86-64.d: This.
322
323         * ld-ifunc/ifunc-5b-i386.d: New.
324         * ld-ifunc/ifunc-5b-x86-64.d: Likewise.
325         * ld-ifunc/ifunc-6a-i386.d: Likewise.
326         * ld-ifunc/ifunc-6a-x86-64.d: Likewise.
327         * ld-ifunc/ifunc-6b-i386.d: Likewise.
328         * ld-ifunc/ifunc-6b-x86-64.d: Likewise.
329         * ld-ifunc/ifunc-6-i386.s: Likewise.
330         * ld-ifunc/ifunc-6-x86-64.s: Likewise.
331         * ld-ifunc/ifunc-7a-i386.d: Likewise.
332         * ld-ifunc/ifunc-7a-x86-64.d: Likewise.
333         * ld-ifunc/ifunc-7b-i386.d: Likewise.
334         * ld-ifunc/ifunc-7b-x86-64.d: Likewise.
335         * ld-ifunc/ifunc-7-i386.s: Likewise.
336         * ld-ifunc/ifunc-7-x86-64.s: Likewise.
337
338 2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
339
340         PR ld/10205
341         * ld-ifunc/ifunc.exp (contains_irelative_reloc): New.
342         Use it on executable and shared library.
343         Run *.d.
344
345         * ld-ifunc/lib.c: Add a hidden alias, __GI_library_func2, for
346         library_func2.
347         (library_func): New.
348
349         * ld-ifunc/ifunc-1-x86.d: New.
350         * ld-ifunc/ifunc-1-x86.s: Likewise.
351         * ld-ifunc/ifunc-2-i386.d: Likewise.
352         * ld-ifunc/ifunc-2-i386.s: Likewise.
353         * ld-ifunc/ifunc-2-x86-64.d: Likewise.
354         * ld-ifunc/ifunc-2-x86-64.s: Likewise.
355         * ld-ifunc/ifunc-3a-x86.d: Likewise.
356         * ld-ifunc/ifunc-3b-x86.d: Likewise.
357         * ld-ifunc/ifunc-3-x86.s: Likewise.
358         * ld-ifunc/ifunc-4-x86.d: Likewise.
359         * ld-ifunc/ifunc-4-x86.s: Likewise.
360         * ld-ifunc/ifunc-5-i386.d: Likewise.
361         * ld-ifunc/ifunc-5-i386.s: Likewise.
362         * ld-ifunc/ifunc-5-x86-64.d: Likewise.
363         * ld-ifunc/ifunc-5-x86-64.s: Likewise.
364
365 2009-05-27  Dave Korn  <dave.korn.cygwin@gmail.com>
366
367         * ld-pe/non-c-lang-syms.c:  New dump test source file.
368         * ld-pe/non-c-lang-syms.d:  New dump test pattern file.
369         * ld-pe/pe.exp:  Run new "foreign symbol" test.
370
371 2009-05-26  Nathan Sidwell  <nathan@codesourcery.com>
372
373         * ld-powerpc/vxworks-relax-2.s: New.
374         * ld-powerpc/vxworks-relax-2.rd: New.
375         * ld-powerpc/powerpc.exp: Add it.
376
377 2009-05-22  Hans-Peter Nilsson  <hp@axis.com>
378
379         * ld-scripts/rgn-over7.d: Adjust expected message for recent change.
380
381 2009-05-22  Julian Brown  <julian@codesourcery.com>
382
383         * ld-arm/cortex-a8-arm-target.s: New.
384         * ld-arm/cortex-a8-thumb-target.s: New.
385         * ld-arm/cortex-a8-fix-b-rel.s: New.
386         * ld-arm/cortex-a8-fix-b-rel-arm.d: New.
387         * ld-arm/cortex-a8-fix-b-rel-thumb.d: New.
388         * ld-arm/cortex-a8-fix-b.s: New.
389         * ld-arm/cortex-a8-fix-b.d: New.
390         * ld-arm/cortex-a8-fix-bl-rel.s: New.
391         * ld-arm/cortex-a8-fix-bl-rel-arm.d: New.
392         * ld-arm/cortex-a8-fix-bl-rel-thumb.d: New.
393         * ld-arm/cortex-a8-fix-bl.s: New.
394         * ld-arm/cortex-a8-fix-bl.d: New.
395         * ld-arm/cortex-a8-fix-bcc-rel.s: New.
396         * ld-arm/cortex-a8-fix-bcc-rel-thumb.d: New.
397         * ld-arm/cortex-a8-fix-bcc.s: New.
398         * ld-arm/cortex-a8-fix-bcc.d: New.
399         * ld-arm/cortex-a8-fix-blx-rel.s: New.
400         * ld-arm/cortex-a8-fix-blx-rel-arm.d: New.
401         * ld-arm/cortex-a8-fix-blx-rel-thumb.d: New.
402         * ld-arm/cortex-a8-fix-blx.s: New.
403         * ld-arm/cortex-a8-fix-blx.d: New.
404         * ld-arm/arm-elf.exp: Add new tests.
405
406 2009-05-22  Nathan Sidwell  <nathan@codesourcery.com>
407
408         * ld-scripts/rgn-at4.t: New.
409         * ld-scripts/rgn-at4.d: New.
410
411 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
412
413         * ld-pe/aligncomm-1.c (_alloca):  Add dummy definition to
414         satisfy final link on Windows targets when using gcc-3.
415         * ld-pe/aligncomm-2.c (_alloca):  Likewise.
416         * ld-pe/aligncomm-3.c (_alloca):  Likewise.
417         * ld-pe/aligncomm-4.c (_alloca):  Likewise.
418
419 2009-05-20  Dave Korn  <dave.korn.cygwin@gmail.com>
420
421         * lib/ld-lib.exp (run_ld_link_tests):  Filter test names against
422         runtests list.
423
424 2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>
425
426         * ld-pe/aligncomm-1.c:  New test source file.
427         * ld-pe/aligncomm-2.c:  Likewise.
428         * ld-pe/aligncomm-3.c:  Likewise.
429         * ld-pe/aligncomm-4.c:  Likewise.
430         * ld-pe/aligncomm.d:  New test pattern file.
431
432         * ld-pe/direct.exp:  Deleted, and content moved into ...
433         * ld-pe/pe-run.exp:  ... New common file for all PE run tests.
434
435         * ld-pe/vers-script.exp:  Deleted, and content merged into ...
436         * ld-pe/pe-compile.exp:  ... New common file for PE tests needing
437         a compiler, adding aligned common tests.
438
439         * ld-pe/pe.exp:  Update header comment.
440
441 2009-05-17  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
442
443         * ld-pe/exports.d: New file.
444         * ld-pe/exports.s: New file.
445         * ld-pe/pe.exp: New test for empty export table.
446
447 2009-05-16  Alan Modra  <amodra@bigpond.net.au>
448
449         * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
450         * ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
451         * ld-elf/orphan3f.s: Increase section size to 16.
452         * ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
453         * ld-pe/orphand.s, * ld-pe/orphane.s: Likewise.
454
455 2009-05-15  Alan Modra  <amodra@bigpond.net.au>
456
457         * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
458         * ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
459         * ld-elf/orphan3f.s: New test.
460         * ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
461         * ld-pe/orphand.s, * ld-pe/orphane.s: New test.
462         * ld-pe/direct.exp: Use is_pecoff_format.
463         * ld-pe/longsecn.exp: Delete.
464         * ld-pe/pe.exp: Run new test and longsecn tests.
465
466 2009-05-15  Andrew Stubbs  <ams@codesourcery.com>
467         Paul Brook  <paul@codesourcery.com>
468
469         * ld-arm/arm-elf.exp: Add unwind-5.
470         * ld-arm/discard-unwind.ld: New file.
471         * ld-arm/unwind-5.d: New test.
472         * ld-arm/unwind-5.s: New test.
473
474 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
475
476         * ld-spu/icache1.d: Update for compact stubs.
477
478 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
479
480         * ld-spu/icache1.d: Update all addresses to accomodate icache
481         buffer shifted down 0x800 bytes.
482
483 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
484
485         * ld-spu/icache.d: Update file offsets.
486         * ld-spu/ovl.d: Likewise.
487         * ld-spu/ovl1.d: Likewise.
488
489 2009-05-14  Alan Modra  <amodra@bigpond.net.au>
490
491         * ld-spu/icache1.d: Update for changed overlay manager placement.
492         * ld-spu/ovl.d: Likewise.
493         * ld-spu/ovl2.d: Likewise.
494
495 2009-05-05  Paul Brook  <paul@codesourcery.com>
496
497         * ld-arm/arm.ld: Add .ARM.exidx and .ARM.extab.
498         * ld-arm/arm-elf.exp: Add unwind-[1-4].
499         * ld-arm/unwind-1.d: New test.
500         * ld-arm/unwind-1.s: New test.
501         * ld-arm/unwind-2.d: New test.
502         * ld-arm/unwind-2.s: New test.
503         * ld-arm/unwind-3.d: New test.
504         * ld-arm/unwind-3.s: New test.
505         * ld-arm/unwind-4.d: New test.
506         * ld-arm/unwind-4.s: New test.
507
508 2009-05-01  Julian Brown  <julian@codesourcery.com>
509
510         * ld-arm/arm-elf.exp (armeabitests): Add thumb2-bl-blx-interwork test.
511         * ld-arm/thumb2-bl-blx-interwork.s: New.
512         * ld-arm/thumb2-bl-blx-interwork.d: New.  
513
514 2009-04-30  Nick Clifton  <nickc@redhat.com>
515
516         * ld-ifunc: New directory.
517         * ld-ifunc/ifunc.exp: New file: Run the IFUNC tests.
518         * ld-ifunc/prog.c: New file.
519         * ld-ifunc/lib.c: New file.
520
521 2009-04-30  Joseph Myers  <joseph@codesourcery.com>
522
523         * ld-arm/movw-shared-1.d, ld-arm/movw-shared-1.s,
524         ld-arm/movw-shared-2.d, ld-arm/movw-shared-2.s,
525         ld-arm/movw-shared-3.d, ld-arm/movw-shared-3.s,
526         ld-arm/movw-shared-4.d, ld-arm/movw-shared-4.s: New tests.
527         * ld-arm/arm-elf.exp: Run these new tests.
528
529 2009-04-29  Chris Demetriou  <cgd@google.com>
530
531         * ld-elfvers/vers.exp (vers4b): New test to verify that
532         --no-export-dynamic undoes --export-dynamic.
533
534 2009-04-28  Nathan Sidwell  <nathan@codesourcery.com>
535
536         * ld-i386/vxworks1-lib.dd: Adjust expected disassembly.
537         * ld-i386/vxworks1.dd: Adjust expected disassembly.
538         * ld-i386/vxworks1-lib.rd: Sections are swapped.
539
540 2009-04-22  Christophe Lyon  <christophe.lyon@st.com>
541
542         PR9743
543         * ld-arm/arm-call.d: Update expected result.
544         * ld-arm/arm-pic-veneer.d: Likewise.
545         * ld-arm/thumb2-b-interwork.d: Likewise.
546
547 2009-04-22  Nathan Sidwell  <nathan@codesourcery.com>
548
549         * ld-scripts/rgn-at1.d: Cope with larger padding on sections.
550         * ld-scripts/rgn-at2.d: Likewise.
551         * ld-scripts/rgn-at3.d: Likewise.
552
553 2009-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
554
555         * ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
556         ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d,
557         ld-arm/farcall-mixed-lib.d: Update for linker changes.
558
559 2009-04-17  Christophe Lyon  <christophe.lyon@st.com>
560
561         * ld-arm/arm-elf.exp: Add new test farcall-mixed-lib.
562         * ld-arm/farcall-mixed-lib.d: Update expected output.
563         * ld-arm/farcall-mixed-lib1.s: New file.
564         * ld-arm/farcall-mixed-lib2.s: New file.
565
566 2009-04-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
567
568         * ld-powerpc/aix-export-2.s, ld-powerpc/aix-export-2.nd: New test.
569         * ld-powerpc/aix52.exp: Run it.
570
571 2009-04-16  Alan Modra  <amodra@bigpond.net.au>
572
573         * ld-libs/lib-1.s: Use "==" instead of ".set".
574         * ld-libs/lib-2.s: Likewise.
575         * ld-scripts/defined.s: Likewise.
576
577 2009-04-15  Christophe Lyon  <christophe.lyon@st.com>
578
579         * ld-arm/arm-elf.exp: Add 1 more test to check undef weak
580         reference with PLT in ARM mode.
581         * ld-arm/thumb2-bl-undefweak1.d, ld-arm/thumb2-bl-undefweak1.s:
582         New files.
583
584 2009-04-08  H.J. Lu  <hongjiu.lu@intel.com>
585
586         * ld-i386/abs.d: Add  --32 for assembler and -melf_i386 for
587         linker.
588
589 2009-04-03  Nathan Sidwell  <nathan@codesourcery.com>
590
591         * ld-scripts/rgn-at.s: Use explicit .section pseudos.
592
593 2009-04-03  Dave Korn  <dave.korn.cygwin@gmail.com>
594
595         * ld-pe/image_size.d (#target):  Also run test on Cygwin and x86_64
596         MinGW targets.
597
598 2009-04-03  Nathan Sidwell  <nathan@codesourcery.com>
599
600         * ld-scripts/rgn-at.exp: New.
601         * ld-scripts/rgn-at.s: New.
602         * ld-scripts/rgn-at1.d: New.
603         * ld-scripts/rgn-at1.t: New.
604         * ld-scripts/rgn-at2.d: New.
605         * ld-scripts/rgn-at2.t: New.
606         * ld-scripts/rgn-at3.d: New.
607         * ld-scripts/rgn-at3.t: New.
608
609 2009-04-03  Dave Korn  <dave.korn.cygwin@gmail.com>
610
611         * ld-pe/export_dynamic_warning.s:  Make dummy code portable.
612
613 2009-04-02  Dave Korn  <dave.korn.cygwin@gmail.com>
614
615         * ld-pe/export_dynamic_warning.d (#warning):  Fix regex pattern.
616
617 2009-04-02  Dave Korn  <dave.korn.cygwin@gmail.com>
618
619         PR ld/6744
620         * ld-pe/export_dynamic_warning.d:  New test control file.
621         * ld-pe/export_dynamic_warning.s:  New test source file.
622         * ld-pe/pe.exp:  Also run export_dynamic_warning dump test.
623
624 2009-04-02  Christophe Lyon  <christophe.lyon@st.com>
625
626         * ld-arm/farcall-thumb-thumb-pic-veneer.d: Update expected
627         results.
628         * ld-arm/farcall-thumb-thumb.d: Likewise.
629
630 2009-04-02  Nick Clifton  <nickc@redhat.com>
631
632         PR 9987
633         * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage
634         collection tests for cygwin targets.
635
636 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
637
638         * ld-powerpc/aix-gc-1.nd: New test.
639         * ld-powerpc/aix52.exp: Run it.
640
641 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
642
643         * ld-powerpc/aix-rel-1.s, ld-powerpc/aix-rel-1.od: New test.
644         * ld-powerpc/aix52.exp: Run it.
645
646 2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
647
648         * ld-cygwin/exe-export.exp:  Add "-lkernel32" when linking test exe.
649         * ld-cygwin/testexe.c (testexe_main):  Indicate whether global_a
650         was set to correct final value using error return status.
651         (testexe_dummy):  Dummy function calls an import from kernel32.dll
652         to ensure it is mapped into the process space at runtime.
653
654 2009-04-01  Christophe Lyon  <christophe.lyon@st.com>
655
656         * ld-arm/arm-elf.exp: BE8 tests expect the same output as the
657         default ones.
658         * ld-arm/arm-be8.d: Print opcodes in little endian.
659         * ld-arm/farcall-thumb-arm-be8.d: Removed useless expected result.
660         * ld-arm/farcall-arm-arm-be8.d: Likewise.
661
662 2009-03-25  Hans-Peter Nilsson  <hp@axis.com>
663
664         * ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-e-tpoffcomm1.d,
665         ld-cris/tls-e-tpoffcomm1.s: New tests.
666
667 2009-03-24  Hans-Peter Nilsson  <hp@axis.com>
668
669         * ld-cris/tls-commx.s, ld-cris/tls-dso-dtpoffd2.d,
670         ld-cris/tls-dso-dtpoffd4.d, ld-cris/tls-dtpoffdx.s,
671         ld-cris/tls-e-dtpoffd1.d: New tests.
672
673         * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
674         ld-cris/tls-e-80.d, ld-cris/tls-gd-3.d, ld-cris/tls-gd-3h.d,
675         ld-cris/tls-global-74.d, ld-cris/tls-ldgde-14.d,
676         ld-cris/tls-ldgde-15.d, ld-cris/tls-legd-16.d,
677         ld-cris/tls-legd-17.d, ld-cris/tls-local-57.d,
678         ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for BFD
679         change in link-time known GOT contents for GD relocations.
680
681 2009-03-20  H.J. Lu  <hongjiu.lu@intel.com>
682
683         PR ld/9970
684         * ld-pie/pie.exp: Use -fpie to compile.  Run *.d tests.
685
686         * ld-pie/start.d: New.
687         * ld-pie/start.s: Likewise.
688
689 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
690
691         PR ld/6766
692         * ld-undefined/dummy.s: New.
693         * ld-undefined/entry-1.d: Likewise.
694         * ld-undefined/entry-2.d: Likewise.
695         * ld-undefined/entry-3.d: Likewise.
696         * ld-undefined/entry-4.d: Likewise.
697         * ld-undefined/entry-5.d: Likewise.
698         * ld-undefined/entry-6.d: Likewise.
699         * ld-undefined/entry.exp: Likewise.
700         * ld-undefined/entry.s: Likewise.
701
702 2009-03-17  Alan Modra  <amodra@bigpond.net.au>
703
704         * ld-spu/icache1.d: Update for fixed set_id, new manager entry, and
705         reduced data.
706
707 2009-03-17  Alan Modra  <amodra@bigpond.net.au>
708
709         * config/default.exp (get_link_files): Replace double dollars with
710         single dollars.
711
712 2009-03-17  Alan Modra  <amodra@bigpond.net.au>
713
714         * ld-bootstrap/bootstrap.exp: Use DO_COMPARE.  Remove unnecessary
715         cleanup and log output.
716
717 2009-03-16  Dave Korn  <dave.korn.cygwin@gmail.com>
718
719         * ld-bootstrap/bootstrap.exp:  Also pass '-liconv' to linker when
720         linking statically on Cygwin, necessitated by '-lintl'.
721
722 2009-03-15  Dave Korn  <dave.korn.cygwin@gmail.com>
723
724         * ld-auto-import/auto-import.exp:  Add missing dll entrypoint.
725
726 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
727
728         * ld-powerpc/aix-export-1-all.dd, ld-powerpc/aix-export-1-full.dd,
729         ld-powerpc/aix-export-1a.s, ld-powerpc/aix-export-1b.s: New tests.
730         * ld-powerpc/aix52.exp: Run them.
731
732 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
733
734         * ld-powerpc/aix-gc-1.s, ld-powerpc/aix-gc-1.ex,
735         ld-powerpc/aix-gc-1-32.dd, ld-powerpc/aix-gc-1-64.dd,
736         ld-powerpc/aix-weak-1-gcdso.dnd, ld-powerpc/aix-weak-1-gcdso.hd,
737         ld-powerpc/aix-weak-1-gcdso.nd: New tests.
738         * ld-powerpc/aix52.exp: Run them.
739
740 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
741
742         * ld-powerpc/aix-glink-2a.s, ld-powerpc/aix-glink-2a.ex,
743         ld-powerpc/aix-glink-2b.s, ld-powerpc/aix-glink-2c.s,
744         ld-powerpc/aix-glink-2c.ex, ld-powerpc/aix-glink-2d.s,
745         ld-powerpc/aix-glink-2-32.dd, ld-powerpc/aix-glink-2-64.dd,
746         ld-powerpc/aix-weak-1a.s, ld-powerpc/aix-weak-1b.s,
747         ld-powerpc/aix-weak-1-rel.hd, ld-powerpc/aix-weak-1-rel.nd,
748         ld-powerpc/aix-weak-1-dso.hd, ld-powerpc/aix-weak-1-dso.nd,
749         ld-powerpc/aix-weak-1-dso.dnd, ld-powerpc/aix-weak-1.ex,
750         ld-powerpc/aix-weak-2a.s, ld-powerpc/aix-weak-2a.ex,
751         ld-powerpc/aix-weak-2a.nd, ld-powerpc/aix-weak-2b.s,
752         ld-powerpc/aix-weak-2b.nd, ld-powerpc/aix-weak-2c.s,
753         ld-powerpc/aix-weak-2c.ex, ld-powerpc/aix-weak-2c.nd,
754         ld-powerpc/aix-weak-2c.od, ld-powerpc/aix-weak-3a.s,
755         ld-powerpc/aix-weak-3a.ex, ld-powerpc/aix-weak-3b.s,
756         ld-powerpc/aix-weak-3b.ex, ld-powerpc/aix-weak-3-32.d,
757         ld-powerpc/aix-weak-3-32.dd, ld-powerpc/aix-weak-3-64.d,
758         ld-powerpc/aix-weak-3-64.dd: New tests.
759         * ld-powerpc/aix52.exp: Run them.  Replace tmp/aix-* with
760         tmp/aix64-* in 64-bit ld options.
761
762 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
763
764         * ld-powerpc/aix-no-dup-syms-1a.s, ld-powerpc/aix-no-dup-syms-1b.s,
765         ld-powerpc/aix-no-dup-syms-1.ex, ld-powerpc/aix-no-dup-syms-1.im,
766         ld-powerpc/aix-no-dup-syms-1-dso.dnd,
767         ld-powerpc/aix-no-dup-syms-1-dso.drd,
768         ld-powerpc/aix-no-dup-syms-1-dso.nd,
769         ld-powerpc/aix-no-dup-syms-1-dso.rd,
770         ld-powerpc/aix-no-dup-syms-1-rel.nd,
771         ld-powerpc/aix-no-dup-syms-1-rel.rd: New tests.
772         * ld-powerpc/aix52.exp: Run them.
773
774 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
775
776         * ld-powerpc/aix-abs-branch-1.nd,
777         ld-powerpc/aix-abs-reloc-1.nd: New tests.
778         * ld-powerpc/aix52.exp: Run them.
779
780 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
781
782         * ld-powerpc/aix-lineno-1.s, ld-powerpc/aix-lineno-1.txt,
783         ld-powerpc/aix-lineno-1a.dd, ld-powerpc/aix-lineno-1a.nd,
784         ld-powerpc/aix-lineno-1b.dd, ld-powerpc/aix-lineno-1b.nd: New tests.
785         * ld-powerpc/aix52.exp: Run them.  Copy aix-lineno-1.txt to tmpdir.
786
787 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
788
789         * ld-powerpc/aix-toc-1.ex, ld-powerpc/aix-toc-1a.s,
790         ld-powerpc/aix-toc-1b.s, ld-powerpc/aix-toc-1-32.dd,
791         ld-powerpc/aix-toc-1-64.dd: New tests.
792         * ld-powerpc/aix52.exp: Run them.
793
794 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
795
796         * ld-powerpc/aix-glink-1.ex, ld-powerpc/aix-glink-1.s,
797         ld-powerpc/aix-glink-1-32.dd, ld-powerpc/aix-glink-1-64.dd,
798         ld-powerpc/aix-glink-1-32.d, ld-powerpc/aix-glink-1-64.d: New tests.
799         * ld-powerpc/aix52.exp: Run them.
800
801 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
802
803         * ld-powerpc/aix-abs-branch-1.im, ld-powerpc/aix-abs-branch-1.ex,
804         ld-powerpc/aix-abs-branch-1.s,
805         ld-powerpc/aix-abs-branch-1.dd: New test.
806         * ld-powerpc/aix52.exp: Run it.
807
808 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
809
810         * ld-powerpc/aix-abs-reloc-1.ex, ld-powerpc/aix-abs-reloc-1.im,
811         ld-powerpc/aix-abs-reloc-1.od, ld-powerpc/aix-abs-reloc-1.s: New test.
812         * ld-powerpc/aix52.exp: Run it.
813
814 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
815
816         * ld-powerpc/aix-core-sec-1.s, ld-powerpc/aix-core-sec-1.ex,
817         ld-powerpc/aix-core-sec-1.hd, ld-powerpc/aix-core-sec-2.s,
818         ld-powerpc/aix-core-sec-2.ex, ld-powerpc/aix-core-sec-2.hd,
819         ld-powerpc/aix-core-sec-3.s, ld-powerpc/aix-core-sec-3.ex,
820         ld-powerpc/aix-core-sec-3.hd: New tests.
821         * ld-powerpc/aix52.exp: New harness.
822
823 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
824
825         * lib/ld-lib.exp (ar_simple_create): Add an "aropts" parameter.
826         (run_ld_link_tests): Treat the second list element as "ar" options
827         when creating an archive.  Don't run the linker in this case.
828         (run_cc_link_tests): Likewise.
829
830 2009-03-13  Nick Clifton  <nickc@redhat.com>
831
832         * lib/ld-lib.exp (run_dump_test): Add verbose to list of globals.
833         Replace call to verbose_eval with a test of verbose level.  If
834         greater than 2 always dump the contents of the dumpfile.  If equal
835         to 2 only dump the contents if the regexp diff failed.
836         (proc verbose_eval): Delete.
837
838 2009-03-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
839
840         * ld-elf/empty2.d: Remove xfail for hppa*-*-*.
841         * ld-elf/merge.d: Change xfail for hppa to hppa*64*-*-*.
842
843 2009-03-05  Christophe Lyon  <christophe.lyon@st.com>
844
845         * ld-arm/arm-elf.exp: Add new farcall-group-limit test.
846         * ld-arm/farcall-group-limit.d: New file.
847         * ld-arm/farcall-group3.s: New file.
848         * ld-arm/farcall-group4.s: New file.
849
850 2009-03-05  Christophe Lyon  <christophe.lyon@st.com>
851
852         * ld-arm/arm-elf.exp: Add 2 more tests to check long branch stubs
853         in PLT context.
854         * ld-arm/farcall-mixed-app-v5.d: New file.
855         * ld-arm/farcall-mixed-app.d: Likewise.
856         * ld-arm/farcall-mixed-app.r: Likewise.
857         * ld-arm/farcall-mixed-app.s: Likewise.
858         * ld-arm/farcall-mixed-app.sym: Likewise.
859         * ld-arm/farcall-mixed-lib.d: Likewise.
860         * ld-arm/farcall-mixed-lib.r: Likewise.
861
862 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
863
864         * ld-powerpc/tlsmark.s, * ld-powerpc/tlsmark.d: New test.
865         * ld-powerpc/tlsmark32.s, * ld-powerpc/tlsmark32.d: New test.
866         * ld-powerpc/powerpc.exp: Run them.
867
868 2009-03-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>
869
870         * ld-scripts/regions-alias-1.t: New file.
871         * ld-scripts/regions-alias-2.t: New file.
872         * ld-scripts/regions-alias-3.t: New file.
873         * ld-scripts/regions-alias-4.t: New file.
874         * ld-scripts/script.exp: Run region alias tests.
875
876 2009-02-27  Dave Korn  <dave.korn.cygwin@gmail.com>
877
878         * ld-pe/pe.exp:  Disable auto-import when linking on Cygwin.
879
880 2009-02-26  Christophe Lyon  <christophe.lyon@st.com>
881
882         * ld-arm/arm-elf.exp: Add 3 tests for the 3 new stubs.
883         * ld-arm/farcall-thumb-arm-pic-veneer.d: New expected result, the
884         test is now expected to pass.
885         * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
886         * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
887
888 2009-02-25  Christophe Lyon  <christophe.lyon@st.com>
889
890         * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Update expected result,
891         as stubs are now generated and the end of the .text section.
892         * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
893
894 2009-02-24  Daniel Jacobowitz  <dan@codesourcery.com>
895
896         * ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
897         ld-arm/farcall-arm-thumb-pic-veneer.d,
898         ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Update for fixed
899         Thumb PIC stub.
900
901 2009-02-24  Daniel Jacobowitz  <dan@codesourcery.com>
902
903         * ld-arm/arm-elf.exp (armeabitests): Update duplicate test names.
904         Use normal output files for big-endian.
905         * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: Delete.
906         * ld-arm/farcall-arm-arm-be8.d, ld-arm/farcall-arm-arm-pic-veneer.d,
907         ld-arm/farcall-arm-arm.d, ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
908         ld-arm/farcall-arm-thumb-blx.d, ld-arm/farcall-arm-thumb-pic-veneer.d,
909         ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d,
910         ld-arm/farcall-group.d, ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
911         ld-arm/farcall-thumb-arm-be8.d,
912         ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
913         ld-arm/farcall-thumb-arm-blx.d, ld-arm/farcall-thumb-arm-short.d,
914         ld-arm/farcall-thumb-arm.d,
915         ld-arm/farcall-thumb-thumb-blx-pic-veneer.d,
916         ld-arm/farcall-thumb-thumb-blx.d, ld-arm/farcall-thumb-thumb-m.d,
917         ld-arm/farcall-thumb-thumb.d, ld-arm/thumb2-bl-as-thumb1-bad.d,
918         ld-arm/thumb2-bl-bad.d: Update for moved stubs.
919
920 2009-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
921
922         * ld-arm/arm-elf.exp (armeabitests): Run new tests.  Correct BE8 output
923         filename.
924         * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: New.
925
926 2009-02-23  Christophe Lyon  <christophe.lyon@st.com>
927
928         * ld-arm/arm-elf.exp: Add new farcall-thumb-arm-be8 test.
929         * ld-arm/farcall-thumb-arm-be8.d: New expected result.
930         * ld-arm/farcall-arm-arm-be8.d: Replace wildcards by instructions.
931
932 2009-02-23  Christophe Lyon  <christophe.lyon@st.com>
933
934         * ld-arm/arm-elf.exp: Rewrite non-EABI variants of
935         thumb2-bl-as-thumb1-bad and thumb2-bl-bad tests, which now
936         pass. farcall-thumb-thumb now passes in EABI mode.
937         * ld-arm/farcall-thumb-arm-pic-veneer.d: Fixed name, source, as
938         and ld flags to match intended test.
939         * ld-arm/farcall-thumb-arm.d: New expected result.
940         * ld-arm/farcall-thumb-thumb-m.d: Likewise.
941         * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Fixed name and ld
942         flags.
943         * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
944         * ld-arm/farcall-thumb-thumb.d: New expected result, this test is
945         now expected to pass.
946         * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise.
947         * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
948         * ld-arm/thumb2-bl-as-thumb1-bad.d: Update addresses according to
949         new use.
950         * ld-arm/thumb2-bl-as-thumb1-bad.s: Update comment.
951
952 2009-18-02  Dave Korn  <dave.korn.cygwin@gmail.com>
953
954         * ld-pe/longsecn-1.d:  New test file.
955         * ld-pe/longsecn-2.d:  Likewise.
956         * ld-pe/longsecn-3.d:  Likewise.
957         * ld-pe/longsecn-4.d:  Likewise.
958         * ld-pe/longsecn-5.d:  Likewise.
959         * ld-pe/longsecn.d:  Likewise.
960         * ld-pe/longsecn.exp:  New test control script.
961         * ld-pe/longsecn.s:  New test source file.
962
963 2009-02-18  Christophe Lyon  <christophe.lyon@st.com>
964
965         * ld-arm/farcall-arm-arm-pic-veneer.d,
966         ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
967         ld-arm/farcall-arm-thumb-pic-veneer.d,
968         ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
969         ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Fix expected stub
970         target.
971
972 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
973
974         * lib/ld-lib.exp (check_gc_sections_available): Return 0 for
975         *-*-mingw*.
976
977 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
978
979         * ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
980
981 2009-02-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
982
983         * ld-m68k/got-multigot-12-13-14-34-35-ok.d: Update.
984         * ld-m68k/got-multigot-14-ok.d: Update.
985         * ld-m68k/m68k-got.exp: Update.
986         * ld-m68k/got-negative-12-13-14-34-ok.d: Update.
987         * ld-m68k/got-negative-14-ok.d: Update.
988         * ld-m68k/tls-gd-1.d, ld-m68k/tls-gd-2.d: New tests.
989         * ld-m68k/tls-gd-ie-1.d, ld-m68k/tls-ie-1.d: New tests.
990         * ld-m68k/tls-ld-1.d, ld-m68k/tls-ld-2.d: New tests.
991         * ld-m68k/tls-ld-1.s, ld-m68k/tls-ld-2.s, ld-m68k/tls-le-1.s:
992         New test sources.
993         * ld-m68k/tls-no-1.s, ld-m68k/tls-gd-ie-1.s, ld-m68k/tls-gd-1.s:
994         New test sources.
995         * ld-m68k/tls-gd-2.s, ld-m68k/tls-ie-1.s: New test sources.
996         * ld-m68k/m68k.exp: Run new tests.
997         (merge isa-a isa-a:nodiv): Fix.
998
999 2009-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1000
1001         * ld-elf/eh-group2.s: New `.cfi_lsda' referencing `.gcc_except_table'.
1002         * ld-elf/eh-group.exp: New test and conditional defininiton of `ELF64'.
1003
1004 2009-01-29  Nick Clifton  <nickc@redhat.com>
1005
1006         * lib/ld-lib.exp (check_gc_sections_available): Add MeP to list of
1007         targets which do not support garbage collection.
1008         * ld-srec/srec.exp (run_srec_test): Expect tests to fail for MeP.
1009         * ld-elf/group8a.d: Likewise.
1010         * ld-elf/group8b.d: Likewise.
1011         * ld-elf/group9a.d: Likewise.
1012         * ld-elf/group9b.d: Likewise.
1013
1014 2009-01-27  Hans-Peter Nilsson  <hp@axis.com>
1015
1016         * ld-cris/tls-tbss64.s, ld-cris/tls-e-80.d: New test.
1017
1018         * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d,
1019         ld-cris/tls-ldgde-14.d, ld-cris/tls-ldgde-15.d,
1020         ld-cris/tls-ldgdex-14.d, ld-cris/tls-ldgdex-15.d: Adjust for
1021         change in relocation values.
1022
1023         * ld-cris/weakhiddso.d, ld-cris/weakhid.s: New test.
1024
1025 2009-01-26  Nathan Sidwell  <nathan@codesourcery.com>
1026
1027         * ld-powerpc/powerpc.exp: Add vxworks relax testcase.
1028         * ld-powerpc/vxworks-relax.s, ld-powerpc/vxworks-relax.rd: New.
1029         * ld-powerpc/vxworks1.ld: Add .pad and .far input sections.
1030         * ld-powerpc/vxworks1.rd: Correct regexp for undefined symbols.
1031
1032 2009-01-26  Andrew Stubbs  <ams@codesourcery.com>
1033
1034         * ld-arm/attr-merge-3.attr: Update following gas change.
1035         * ld-arm/attr-merge-2.attr: Update Tag_ARM_ISA_use and
1036         Tag_THUMB_ISA_use following gas changes.
1037         * ld-arm/attr-merge-4.attr: Likewise.
1038         * ld-arm/attr-merge-5.attr: Likewise.
1039         * ld-arm/attr-merge-arch-1.attr: Likewise.
1040         * ld-arm/attr-merge-arch-2.attr: Likewise.
1041         * ld-arm/attr-merge-unknown-2.d: Likewise.
1042         * ld-arm/attr-merge-unknown-2r.d: Likewise.
1043         * ld-arm/attr-merge-unknown-3.d: Likewise.
1044         * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
1045         * ld-arm/attr-merge-wchar-00.d: Likewise.
1046         * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
1047         * ld-arm/attr-merge-wchar-02.d: Likewise.
1048         * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
1049         * ld-arm/attr-merge-wchar-04.d: Likewise.
1050         * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
1051         * ld-arm/attr-merge-wchar-20.d: Likewise.
1052         * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
1053         * ld-arm/attr-merge-wchar-22.d: Likewise.
1054         * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
1055         * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
1056         * ld-arm/attr-merge-wchar-40.d: Likewise.
1057         * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
1058         * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
1059         * ld-arm/attr-merge-wchar-44.d: Likewise.
1060         * ld-arm/attr-merge.attr: Likewise.
1061
1062 2009-01-21  Alan Modra  <amodra@bigpond.net.au>
1063
1064         * ld-spu/icache1.d: Add --non-ia-text to ld options.
1065
1066 2009-01-19  Hans-Peter Nilsson  <hp@axis.com>
1067
1068         * ld-cris/expdref3.s, ld-cris/expdref4.s, ld-cris/weakref3.d,
1069         ld-cris/weakref4.d: New tests.
1070         * ld-cris/libdso-15b.d: Adjust for recent weakref fix.
1071
1072 2009-01-19  H.J. Lu  <hongjiu.lu@intel.com>
1073
1074         * ld-elf/group9.s: Replace .byte with .long.
1075
1076 2009-01-19  Andrew Stubbs  <ams@codesourcery.com>
1077
1078         * ld-arm/arm-elf.exp (armeabitests): Add EABI attribute merging 3,
1079         EABI attribute merging 4, and EABI attribute merging 5,
1080         EABI attribute arch merging 1, EABI attribute arch merging 1 reversed,
1081         EABI attribute arch merging 2, EABI attribute arch merging 2 reversed.
1082         Add attr-merge-unknown-1, attr-merge-unknown-2, attr-merge-unknown-2r,
1083         and attr-merge-unknown-3 dump tests.
1084         * ld-arm/arch-v6.s: New file.
1085         * ld-arm/arch-v6k.s: New file.
1086         * ld-arm/arch-v6t2.s: New file.
1087         * ld-arm/attr-merge-3.attr: New file.
1088         * ld-arm/attr-merge-3a.s: New file.
1089         * ld-arm/attr-merge-3b.s: New file.
1090         * ld-arm/attr-merge-4.attr: New file.
1091         * ld-arm/attr-merge-4a.s: New file.
1092         * ld-arm/attr-merge-4b.s: New file.
1093         * ld-arm/attr-merge-5.attr: New file.
1094         * ld-arm/attr-merge-5.s: New file.
1095         * ld-arm/attr-merge-arch-1.attr: New file.
1096         * ld-arm/attr-merge-arch-2.attr: New file.
1097         * ld-arm/attr-merge-unknown-1.d: New file.
1098         * ld-arm/attr-merge-unknown-1.s: New file.
1099         * ld-arm/attr-merge-unknown-2.d: New file.
1100         * ld-arm/attr-merge-unknown-2.s: New file.
1101         * ld-arm/attr-merge-unknown-2r.d: New file.
1102         * ld-arm/attr-merge-unknown-3.d: New file.
1103         * ld-arm/blank.s: New file.
1104
1105 2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1106
1107         * ld-elf/textaddr1.d: New.
1108         * ld-elf/textaddr2.d: Likewise.
1109
1110 2009-01-14  H.J. Lu  <hongjiu.lu@intel.com>
1111
1112         PR ld/9727
1113         * ld-elf/group8.s: New.
1114         * ld-elf/group8a.d: Likewise.
1115         * ld-elf/group8b.d: Likewise.
1116         * ld-elf/group9.s: Likewise.
1117         * ld-elf/group9a.d: Likewise.
1118         * ld-elf/group9b.d: Likewise.
1119
1120 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
1121
1122         * ld-spu/icache1.s: New file.
1123         * ld-spu/icache1.d: New file.
1124
1125 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
1126
1127         * ld-elf/elf.exp: Save and restore LDFLAGS.
1128         * ld-scripts/default-script.exp: Likewise.
1129         * ld-scripts/empty-orphan.exp: Likewise, and add to LDFLAGS rather
1130         than replacing.
1131         * ld-scripts/include.exp: Set --local-store for SPU.
1132
1133 2009-01-12  Alan Modra  <amodra@bigpond.net.au>
1134
1135         * ld-spu/ovl.d: Allow for absolute branches in stubs.
1136         * ld-spu/ovl2.d: Likewise.
1137
1138 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1139
1140         * ld-elf/linkoncerdiff.d, ld-elf/linkoncerdiff1.s,
1141         ld-elf/linkoncerdiff2.s: New.
1142
1143 2009-01-07  Hans-Peter Nilsson  <hp@axis.com>
1144
1145         * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
1146         ld-cris/tls-e-23.d, ld-cris/tls-e-66.d, ld-cris/tls-gd-3.d,
1147         ld-cris/tls-gd-3h.d, ld-cris/tls-global-74.d,
1148         ld-cris/tls-ie-8e1.d, ld-cris/tls-ldgde-14.d,
1149         ld-cris/tls-ldgde-15.d, ld-cris/tls-le-12.d, ld-cris/tls-le-13.d,
1150         ld-cris/tls-le-13s.d, ld-cris/tls-legd-16.d,
1151         ld-cris/tls-legd-17.d, ld-cris/tls-legdx-16.d,
1152         ld-cris/tls-legdx-17.d, ld-cris/tls-leie-18.d,
1153         ld-cris/tls-leie-19.d, ld-cris/tls-local-57.d,
1154         ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for
1155         relocation value now offset by negative program TLS block size.
1156         * ld-cris/tls-le-12s.d: Ditto.  Move 128-byte tls-data to last.
1157         Adjust accordingly.
1158         * ld-cris/tls-le-12s.s: Use movs, not movu, for sign-extended
1159         always-negative relocation.
1160         * ld-cris/tls-tprelm.s: Move filler data to after symbol for
1161         tested relocation.
1162         * ld-cris/tls-ok-36.d: Adjust accordingly.
1163
1164 2009-01-03  Hans-Peter Nilsson  <hp@axis.com>
1165
1166         * ld-cris/tls-js1.d: New test.
1167
1168 2009-01-02  H.J. Lu  <hongjiu.lu@intel.com>
1169
1170         PR ld/9679
1171         * ld-elf/pr9679-1.c: New.
1172         * ld-elf/pr9679-2.c: Likewise.
1173         * ld-elf/pr9679.rd: Likewise.
1174
1175         * ld-elf/shared.exp (build_tests): Add test for libpr9679.so.
1176
1177 2009-01-02  H.J. Lu  <hongjiu.lu@intel.com>
1178
1179         PR ld/9676
1180         * ld-elf/pr9676-1.c: New.
1181         * ld-elf/pr9676-2.c: Likewiswe.
1182         * ld-elf/pr9676-3.c: Likewiswe.
1183         * ld-elf/pr9676-4.c: Likewiswe.
1184         * ld-elf/pr9676.rd: Likewiswe.
1185
1186         * ld-elf/shared.exp (build_tests): Add tests for libpr9676-1.a,
1187         libpr9676-2.a, libpr9676-3.so, libpr9676-4.so and
1188         libpr9676-4a.so.
1189
1190         * lib/ld-lib.exp (ar_simple_create): New.
1191         (run_ld_link_tests): Support archive.
1192         (run_cc_link_tests): Likewiswe.
1193
1194 For older changes see ChangeLog-2008
1195 \f
1196 Local Variables:
1197 mode: change-log
1198 left-margin: 8
1199 fill-column: 74
1200 version-control: never
1201 End: