PR ld/12570
[platform/upstream/binutils.git] / ld / testsuite / ChangeLog
1 2011-06-20  Jakub Jelinek  <jakub@redhat.com>
2
3         PR ld/12570
4         * ld-x86-64/x86-64.exp: Link some testcases with
5         --no-ld-generated-unwind-info.
6         * ld-x86-64/tlsbin.rd: Add --no-ld-generated-unwind-info to ld
7         comment.
8         * ld-x86-64/tlsdesc.dd: Likewise.
9         * ld-x86-64/tlspic.dd: Likewise.
10         * ld-x86-64/tlsdesc.sd: Likewise.
11         * ld-x86-64/tlspic.rd: Likewise.
12         * ld-x86-64/tlsbindesc.rd: Likewise.
13         * ld-x86-64/tlsbindesc.sd: Likewise.
14         * ld-x86-64/tlsbin.td: Likewise.
15         * ld-x86-64/tlsdesc.pd: Likewise.
16         * ld-x86-64/tlsdesc.td: Likewise.
17         * ld-x86-64/tlsbindesc.dd: Likewise.
18         * ld-x86-64/tlsbin.dd: Likewise.
19         * ld-x86-64/tlsgdesc.rd: Likewise.
20         * ld-x86-64/tlspic.sd: Likewise.
21         * ld-x86-64/tlsbindesc.td: Likewise.
22         * ld-x86-64/tlspic.td: Likewise.
23         * ld-x86-64/tlsbin.sd: Likewise.
24         * ld-x86-64/ilp32-4.d: Likewise.
25         * ld-x86-64/tlsgdesc.dd: Add --no-ld-generated-unwind-info to ld
26         comment.  Adjust.
27         * ld-x86-64/tlsdesc.rd: Likewise.
28         * ld-x86-64/tlsgd6.dd: Adjust.
29         * ld-x86-64/tlsgd5.dd: Likewise.
30         * ld-i386/i386.exp: Link some testcases with
31         --no-ld-generated-unwind-info.
32         * ld-i386/tlsbin.rd: Add --no-ld-generated-unwind-info to ld
33         comment..
34         * ld-i386/tlsdesc.dd: Likewise.
35         * ld-i386/tlspic.dd: Likewise.
36         * ld-i386/tlsdesc.sd: Likewise.
37         * ld-i386/tlsgdesc.dd: Likewise.
38         * ld-i386/tlsnopic.sd: Likewise.
39         * ld-i386/tlspic.rd: Likewise.
40         * ld-i386/tlsdesc.rd: Likewise.
41         * ld-i386/tlsbindesc.rd: Likewise.
42         * ld-i386/tlsbindesc.sd: Likewise.
43         * ld-i386/tlsbin.td: Likewise.
44         * ld-i386/tlsdesc.td: Likewise.
45         * ld-i386/tlsnopic.dd: Likewise.
46         * ld-i386/tlsbindesc.dd: Likewise.
47         * ld-i386/tlsbin.dd: Likewise.
48         * ld-i386/tlsgdesc.rd: Likewise.
49         * ld-i386/tlspic.sd: Likewise.
50         * ld-i386/tlsnopic.rd: Likewise.
51         * ld-i386/tlsbindesc.td: Likewise.
52         * ld-i386/tlspic.td: Likewise.
53         * ld-i386/tlsbin.sd: Likewise.
54
55 2011-06-19  H.J. Lu  <hongjiu.lu@intel.com>
56
57         * ld-elf/eh1.d: Skip x32.
58         * ld-elf/eh2.d: Likewise.
59         * ld-elf/eh3.d: Likewise.
60         * ld-elf/eh4.d: Likewise.
61
62         * ld-elfvsb/elfvsb.exp: Only xfail 64bit x86_64-*-linux*.
63         * ld-shared/shared.exp: Likewise. 
64
65         * ld-ifunc/ifunc-1-local-x86.d: Support x32.
66         * ld-ifunc/ifunc-1-x86.d: Likewise.
67         * ld-ifunc/ifunc-3a-x86.d: Likewise.
68         * ld-x86-64/pcrel16.d: Likewise.
69
70         * ld-x86-64/x86-64.exp (x86_64tests): Add missing -melf_x86_64.
71
72 2011-06-16  Alan Modra  <amodra@gmail.com>
73
74         * ld-elfvers/vers2.ver: Don't assume any particular index for
75         version reference.
76         * ld-elfvers/vers3.ver: Likewise.
77         * ld-elfvers/vers19.ver: Likewise.
78         * ld-elfvers/vers22.ver: Likewise.
79         * ld-elfvers/vers27d4.ver: Likewise.
80         * ld-elfvers/vers28c.ver: Likewise.
81
82 2011-06-14  Alan Modra  <amodra@gmail.com>
83
84         * ld-elf/elf.exp: Don't attempt to build symbol3.a for hppa64-hpux.
85         * ld-elf/warn3.d: Correct target selection and comment.
86
87         * ld-elf/pr12851.d: Correct target selection and comment.
88
89 2011-06-13  Walter Lee  <walt@tilera.com>
90
91         * ld-elf/eh5.d: Don't run on tile*.
92         * ld-srec/srec.exp: xfail on tile*.
93         * ld-tilegx/external.s: New file.
94         * ld-tilegx/reloc.d: New file.
95         * ld-tilegx/reloc.s: New file.
96         * ld-tilegx/tilegx.exp: New file.
97         * ld-tilepro/external.s: New file.
98         * ld-tilepro/reloc.d: New file.
99         * ld-tilepro/reloc.s: New file.
100         * ld-tilepro/tilepro.exp: New file.
101
102 2011-06-10  Nick Clifton  <nickc@redhat.com>
103
104         * ld-elf/elf.exp: Add test for linking a shared library with a
105         broken linker script that marks dynamic sections as being notes.
106         * ld-elf/note-3.s: New test source file.
107         * ld-elf/note-3.t: New test linker script.
108         * ld-elf/note-3.l: Expected output from the linker.
109         * lib/ld-lib.exp (run_ld_link_tests): Improve description.
110
111 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
112
113         * ld-x86-64/x86-64.exp: Build x32 DSO from x86-64 object file
114         only for native.
115
116 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
117
118         * ld-x86-64/simple.c: New.
119         * ld-x86-64/x86-64-x32.rd: Likewise.
120
121         * ld-x86-64/x86-64.exp: Check building x32 DSO from x86-64
122         object file.
123
124 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
125
126         PR ld/12851
127         * ld-elf/pr12851.d: New.
128         * ld-elf/pr12851.s: Likewise.
129
130 2011-06-07  H.J. Lu  <hongjiu.lu@intel.com>
131
132         * ld-elf/elf.exp: Build symbol3.a and symbol3w.a.
133
134         * ld-elf/symbol3.s: New.
135         * ld-elf/symbol3w.s: Likewise.
136         * ld-elf/warn3.d: Likewise.
137
138 2011-06-02  Nathan Sidwell  <nathan@codesourcery.com>
139
140         Adjust tests for zero offset formatting.
141         * ld-arm/cortex-a8-fix-bcc-plt.d: Adjust.
142         * ld-arm/farcall-arm-arm-pic-veneer.d: Adjust.
143         * ld-arm/farcall-arm-thumb.d: Adjust.
144         * ld-arm/farcall-group-size2.d: Adjust.
145         * ld-arm/farcall-group.d: Adjust.
146         * ld-arm/farcall-mix.d: Adjust.
147         * ld-arm/farcall-mix2.d: Adjust.
148         * ld-arm/farcall-mixed-lib-v4t.d: Adjust.
149         * ld-arm/farcall-mixed-lib.d: Adjust.
150         * ld-arm/farcall-thumb-arm-blx-pic-veneer.d: Adjust.
151         * ld-arm/farcall-thumb-arm-pic-veneer.d: Adjust.
152         * ld-arm/farcall-thumb-thumb.d: Adjust.
153         * ld-arm/ifunc-10.dd: Adjust.
154         * ld-arm/ifunc-3.dd: Adjust.
155         * ld-arm/ifunc-4.dd: Adjust.
156         * ld-arm/ifunc-5.dd: Adjust.
157         * ld-arm/ifunc-6.dd: Adjust.
158         * ld-arm/ifunc-7.dd: Adjust.
159         * ld-arm/ifunc-8.dd: Adjust.
160         * ld-arm/jump-reloc-veneers-long.d: Adjust.
161         * ld-arm/tls-longplt-lib.d: Adjust.
162         * ld-arm/tls-thumb1.d: Adjust.
163
164 2011-05-31  Paul Brook  <paul@codesourcery.com>
165
166         * ld-arm/cortex-a8-far.d: Adjust expected output.
167         * ld-arm/arm-call1.s: Give function symbol correct type.
168         * ld-arm/arm-call2.s: Ditto.
169         * ld-arm/farcall-group4.s: Ditto.
170         * ld-arm/arm-elf.exp (cortex-a8-far): Define far symbols with correct
171         type via assembly file.
172         * ld-arm/cortex-a8-far-3.s: New file.
173         * ld-arm/abs-call-1.s: Add Thumb tests
174
175 2011-05-31  Paul Brook  <paul@codesourcery.com>
176         Nathan Sidwell  <nathan@codesourcery.com>
177
178         * ld-arm/abs-call-1.d: New.
179         * ld-arm/abs-call-1.s: New.
180         * ld-arm/arm-elf.exp: Add it.
181
182 2011-05-31  Paul Brook  <paul@codesourcery.com>
183
184         * ld-arm/tls-longplt.d: Update expected output.
185         * ld-arm/tls-thumb1.d: Ditto.
186
187 2011-05-26  H.J. Lu  <hongjiu.lu@intel.com>
188
189         PR ld/12809
190         * ld-x86-64/tlsbin.s: Add a test for LE with large model.
191
192         * ld-x86-64/tlsbin.dd: Updated.
193         * ld-x86-64/tlsbin.rd: Likewise.
194         * ld-x86-64/tlsbin.sd: Likewise.
195         * ld-x86-64/tlsbin.td: Likewise.
196         * ld-x86-64/tlsbindesc.dd: Likewise.
197         * ld-x86-64/tlsbindesc.rd: Likewise.
198         * ld-x86-64/tlsbindesc.sd: Likewise.
199         * ld-x86-64/tlsbindesc.td: Likewise.
200
201 2011-05-24  Hans-Peter Nilsson  <hp@axis.com>
202
203         * ld-cris/tls-e-tpoffcomm1.d: Adjust for second PR12763 change,
204         setting TLS file offset.
205
206 2011-05-23  Nick Clifton  <nickc@redhat.com>
207
208         * ld-elf/shared.exp: Revert previous delta.  Do not build
209         libraries in a non-native environment.
210
211 2011-05-23  Alan Modra  <amodra@gmail.com>
212
213         PR 12763
214         * ld-elf/binutils.exp: Don't run tdata3 for hppa64.
215
216 2011-05-21  Hans-Peter Nilsson  <hp@axis.com>
217
218         * ld-cris/tls-e-tpoffcomm1.d: Adjust for PR12763 change removing
219         empty program header.
220
221 2011-05-21  Alan Modra  <amodra@gmail.com>
222
223         PR 12763
224         * ld-elf/tdata3.s: New test.
225         * ld-elf/tbss3.s: New test.
226         * ld-elf/binutils.exp: Consolidate tbss and tdata tests.
227
228 2011-05-20  Bernd Schmidt  <bernds@codesourcery.com>
229
230         * ld-tic6x/pcr-reloc.d: New test.
231         * ld-tic6x/pcr-reloc.s: New test.
232
233 2011-05-18  Nick Clifton  <nickc@redhat.com>
234
235         PR ld/12761
236         * lib/ld-lib.exp (run_cc_link_tests): Add an optional 8th
237         parameter - an expected warning message from the linker.
238         * ld-elf/shared.exp (build_tests): Expect a warning message when
239         building the libbarw.so library.
240
241         * ld-elf/shared.exp: Run library building tests even when not
242         building a native toolchain.
243
244 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
245
246         * ld-scripts/phdrs.exp: Replace --private with
247         --private-headers for objdump.
248         * ld-scripts/phdrs2.exp: Likewise.
249
250 2011-05-15  Richard Sandiford  <rdsandiford@googlemail.com>
251
252         * lib/ld-lib.exp (run_ld_link_tests): Simplify pass/fail logic.
253         Fail if the link command fails and if no test rules are defined.
254         * ld-mips-elf/reloc-6a.s, ld-mips-elf/reloc-6b.s: New tests.
255         * ld-mips-elf/mips-elf.exp: Run them.
256
257 2011-05-13  Bernd Schmidt  <bernds@codesourcery.com>
258
259         * ld-tic6x/dsbt.ld (OUTPUT_FORMAT): Add.
260         * ld-tic6x/tic6x.exp: Add OSABI tests.
261
262 2011-05-13  Alan Modra  <amodra@gmail.com>
263
264         * ld-elf/flags1.d: Don't xfail tic6x.
265         * ld-scripts/weak.exp: Correct comments.  Don't xfail sh-pe.  Remove
266         redundant xfail.
267         * ld-selective/sel-dump.exp: Don't xfail alpha.
268         * ld-selective/selective.exp: Run for alpha.
269         * ld-undefined/weak-undef.exp: Don't xfail hppa64.
270
271 2011-05-12  Bernd Schmidt  <bernds@codesourcery.com>
272
273         * config/default.exp (ld_assemble): Pass flags parameter to
274         default_ld_assemble.
275         (ld_assemble_flags): New function.
276         * ld-elf/frame.exp: Pass -mpic and -mpid flags to the assembler on
277         tic6x.
278         * ld-elf/exclude.exp: Likewise.
279         * lib/ld-lib.exp (default_ld_assemble): Take extra argument in_flags
280         and pass it to the assembler.
281
282 2011-05-11  Richard Sandiford  <rdsandiford@googlemail.com>
283
284         * ld-mips-elf/mips-elf.exp: Add missing $has_newabi tests.
285
286 2011-05-09  H.J. Lu  <hongjiu.lu@intel.com>
287
288         * ld-elf/elf.exp (array_tests): Remove "pr12730".
289         (array_tests_pie): Remove "PIE pr12730".
290         (array_tests_static): Remove "static pr12730".
291
292         * ld-elf/pr12730.cc: Removed.
293         * ld-elf/pr12730.out: Likewise.
294
295 2011-05-09  Paul Brook  <paul@codesourcery.com>
296
297         * ld-tic6x/discard-unwind.ld: New.
298         * ld-tic6x/unwind.ld: New.
299         * ld-tic6x/unwind-1.d: New test.
300         * ld-tic6x/unwind-1.s: New test.
301         * ld-tic6x/unwind-2.d: New test.
302         * ld-tic6x/unwind-2.s: New test.
303         * ld-tic6x/unwind-3.d: New test.
304         * ld-tic6x/unwind-3.s: New test.
305         * ld-tic6x/unwind-4.d: New test.
306         * ld-tic6x/unwind-4.s: New test.
307         * ld-tic6x/unwind-5.d: New test.
308         * ld-tic6x/unwind-5.s: New test.
309         * ld-tic6x/unwind-6.d: New test.
310
311 2011-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
312
313         PR ld/12365
314         * ld-plugin/plugin-7.d: Allow underscore in error message.
315         * ld-plugin/plugin-8.d: Likewise.
316
317 2011-05-07  H.J. Lu  <hongjiu.lu@intel.com>
318
319         PR ld/12730
320         * ld-elf/elf.exp (array_tests): Add "pr12730".
321         (array_tests_pie): New.
322         (array_tests_static): Add -static for "static init array mixed".
323         Add "static pr12730".  Run array_tests_pie for Linux.
324
325         * ld-elf/init-mixed.c (ctor1007): Renamed to ...
326         (ctor1007a): This.
327         (ctor1007b): New.
328         (ctors1007): Remove ctor1007.  Add ctor1007b and ctor1007a.
329         (dtor1007): Renamed to ...
330         (dtor1007a): This.
331         (dtor1007b): New.
332         (dtors1007): Remove dtor1007.  Add dtor1007b and dtor1007a.
333         (ctor65535): Renamed to ...
334         (ctor65535a): This.
335         (ctor65535b): New.
336         (ctors65535): Remove ctor65535.  Add ctor65535b and ctor65535a.
337         (dtor65535): Renamed to ...
338         (dtor65535a): This.
339         (dtor65535b): New.
340         (dtors65535): Remove dtor65535.  Add dtor65535b and dtor65535a.
341
342         * ld-elf/pr12730.cc: New.
343         * ld-elf/pr12730.out: Likewise.
344
345 2011-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
346
347         * ld-arm/cortex-a8-fix-b-plt.s, ld-arm/cortex-a8-fix-b-plt.d,
348         ld-arm/cortex-a8-fix-bcc-plt.s, ld-arm/cortex-a8-fix-bcc-plt.d,
349         ld-arm/cortex-a8-fix-bl-plt.s, ld-arm/cortex-a8-fix-bl-plt.d,
350         ld-arm/cortex-a8-fix-blx-plt.s, ld-arm/cortex-a8-fix-blx-plt.d,
351         ld-arm/cortex-a8-fix-plt.ld: New tests.
352         * ld-arm/arm-elf.exp: Run them.
353
354 2011-05-05  Bernd Schmidt  <bernds@codesourcery.com>
355
356         * ld-tic6x/shared-nopic.d: New test.
357         * ld-tic6x/shared-nopid.d: New test.
358         * ld-tic6x/attr-pid-21.d: Don't expect a warning; check readelf
359         output instead.
360         * ld-tic6x/attr-pid-12.d: Likewise.
361         * ld-tic6x/attr-pic-01.d: Likewise.
362         * ld-tic6x/attr-pic-10.d: Likewise.
363         * ld-tic6x/attr-pid-01.d: Likewise.
364         * ld-tic6x/attr-pid-10.d: Likewise.
365         * ld-tic6x/attr-pid-02.d: Likewise.
366         * ld-tic6x/attr-pid-20.d: Likewise.
367         * ld-tic6x/got-reloc-inrange.d: Pass -mpic and -mpid options to gas.
368
369 2011-05-03  Paul Brook  <paul@codesourcery.com>
370
371         * ld-tic6x/ehtype-reloc-1-rel.d: New test.
372         * ld-tic6x/ehtype-reloc-1.d: New test.
373         * ld-tic6x/ehtype-reloc-1.s: New test.
374
375 2011-05-01  H.J. Lu  <hongjiu.lu@intel.com>
376
377         PR ld/12718
378         * ld-i386/i386.exp: Run pr12718.
379         * ld-x86-64/x86-64.exp: Likewise.
380
381         * ld-i386/pr12718.d: New.
382         * ld-i386/pr12718.s: Likewise.
383         * ld-x86-64/pr12718.d: Likewise.
384         * ld-x86-64/pr12718.s: Likewise.
385
386 2011-04-26  Kai Tietz  <ktietz@redhat.com>
387
388         * ld-pe/pe.exp: Add cfi/cfi32 tests.
389         * ld-pe/cfi.d: New.
390         * ld-pe/cfi32.d: New.
391         * ld-pe/cfia.s: New.
392         * ld-pe/cfib.s: New.
393
394 2011-04-21  H.J. Lu  <hongjiu.lu@intel.com>
395
396         PR ld/12694
397         * ld-ifunc/ifunc-14-i386.d: New.
398         * ld-ifunc/ifunc-14-x86-64.d: Likewise.
399         * ld-ifunc/ifunc-14a.s: Likewise.
400         * ld-ifunc/ifunc-14b.s: Likewise.
401
402 2011-04-19  H.J. Lu  <hongjiu.lu@intel.com>
403
404         * ld-plugin/plugin-ignore.d: Removed.
405
406 2011-04-18  H.J. Lu  <hongjiu.lu@intel.com>
407
408         * ld-plugin/plugin-7.d: Update expected LTO linker errors for
409         GCC 4.6.
410         * ld-plugin/plugin-8.d: Likewise.
411
412 2011-04-18  Alan Modra  <amodra@gmail.com>
413
414         * ld-plugin/plugin-7.d: Adjust for plugin changes.
415         * ld-plugin/plugin-8.d: Likewise.
416         * ld-plugin/plugin.exp: Pass --verbose=2 for visibility test, and
417         compare ld output to..
418         * ld-plugin/plugin-12.d: New.
419
420 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
421
422         * ld-m68k/tls-gd-ie-1.d: Stabilize test.
423         * ld-m68k/tls-gd-3.[sd]: New test.
424
425 2011-04-12  Richard Henderson  <rth@redhat.com>
426
427         * ld-alpha/emptygot.s, ld-alpha/emptygot.nm: New test.
428         * ld-alpha/alpha.exp: Run it.
429
430 2011-04-11  Mark Wielaard  <mjw@redhat.com>
431
432         PR 10549
433         * ld-unique: New directory.
434         * ld-unique/unique.exp: New file: Run the UNIQUE tests.
435         * ld-unique/unique.s: New test file.
436         * ld-unique/unique_empty.s: Likewise.
437         * ld-unique/unique_shared.s: Likewise.
438
439 2011-04-11  Alan Modra  <amodra@gmail.com>
440
441         * ld-elf/eh-frame-hdr.d: xfail avr.
442
443 2011-04-08  H.J. Lu  <hongjiu.lu@intel.com>
444
445         PR ld/12654
446         * ld-i386/i386.exp: Run tlspie2.
447
448         * ld-i386/tlspie2.d: New.
449         * ld-i386/tlspie2.s: Likewise.
450
451 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
452
453         * ld-selective/selective.exp (xscale-*-*): Don't handle.
454         * ld-srec/srec.exp (strongarm*-*-*, xscale*-*-*, thumb-*-*): Don't
455         handle.
456         (*arm*-*-*): Change to arm*-*-*.
457         (strongarm*-*-coff, xscale*-*-coff, thumb-*-coff*, thumb-*-pe*,
458         thumb-*-elf*, strongarm*-*-*, thumb-*-*): Remove xfails.
459         * ld-undefined/undefined.exp (thumb*-*-pe*, thumb*-*-pe*): Remove
460         commented-out xfails.
461         (thumb-elf): Remove reference in comment.
462         * lib/ld-lib.exp (strongarm*-*-*, xscale*-*-*, thumb-*-*): Don't
463         handle.
464
465 2011-04-04  H.J. Lu  <hongjiu.lu@intel.com>
466
467         PR ld/12627
468         * ld-i386/i386.exp: Run pr12627.
469
470         * ld-i386/pr12627.d: New.
471         * ld-i386/pr12627.s: Likewise.
472         * ld-i386/pr12627.t: Likewise.
473
474 2011-03-31  Bernd Schmidt  <bernds@codesourcery.com>
475
476         * ld-scripts/crossref.exp: Add CFLAGS for tic6x*-*-*.
477         * ld-elf/sec-to-seg.exp: Remove tic6x from list of targets defining
478         pagesize to 1.
479         * ld-tic6x/tic6x.exp: Add support for DSBT shared library/executable
480         linking tests.
481         * ld-tic6x/dsbt.ld: New linker script.
482         * ld-tic6x/dsbt-be.ld: New linker script.
483         * ld-tic6x/dsbt-overflow.ld: New linker script.
484         * ld-tic6x/dsbt-inrange.ld: New linker script.
485         * ld-tic6x/shlib-1.s: New test.
486         * ld-tic6x/shlib-2.s: New test.
487         * ld-tic6x/shlib-app-1r.s: New test.
488         * ld-tic6x/shlib-app-1.s: New test.
489         * ld-tic6x/shlib-1.sd: New test.
490         * ld-tic6x/shlib-1.dd: New test.
491         * ld-tic6x/shlib-app-1.rd: New test.
492         * ld-tic6x/shlib-app-1rb.rd: New test.
493         * ld-tic6x/shlib-app-1.sd: New test.
494         * ld-tic6x/static-app-1rb.od: New test.
495         * ld-tic6x/shlib-app-1.dd: New test.
496         * ld-tic6x/shlib-app-1rb.sd: New test.
497         * ld-tic6x/static-app-1b.od: New test.
498         * ld-tic6x/static-app-1r.od: New test.
499         * ld-tic6x/shlib-1rb.rd: New test.
500         * ld-tic6x/shlib-app-1rb.dd: New test.
501         * ld-tic6x/shlib-1rb.sd: New test.
502         * ld-tic6x/shlib-1rb.dd: New test.
503         * ld-tic6x/shlib-app-1b.od: New test.
504         * ld-tic6x/tic6x.exp: New test.
505         * ld-tic6x/static-app-1rb.rd: New test.
506         * ld-tic6x/shlib-app-1r.od: New test.
507         * ld-tic6x/static-app-1.od: New test.
508         * ld-tic6x/static-app-1b.rd: New test.
509         * ld-tic6x/static-app-1r.rd: New test.
510         * ld-tic6x/static-app-1rb.sd: New test.
511         * ld-tic6x/static-app-1b.sd: New test.
512         * ld-tic6x/static-app-1rb.dd: New test.
513         * ld-tic6x/static-app-1r.sd: New test.
514         * ld-tic6x/static-app-1b.dd: New test.
515         * ld-tic6x/shlib-1b.rd: New test.
516         * ld-tic6x/static-app-1r.dd: New test.
517         * ld-tic6x/shlib-app-1b.rd: New test.
518         * ld-tic6x/shlib-1r.rd: New test.
519         * ld-tic6x/shlib-app-1r.rd: New test.
520         * ld-tic6x/shlib-1b.sd: New test.
521         * ld-tic6x/static-app-1.rd: New test.
522         * ld-tic6x/shlib-app-1b.sd: New test.
523         * ld-tic6x/shlib-1r.sd: New test.
524         * ld-tic6x/shlib-1b.dd: New test.
525         * ld-tic6x/shlib-app-1r.sd: New test.
526         * ld-tic6x/shlib-app-1b.dd: New test.
527         * ld-tic6x/shlib-1r.dd: New test.
528         * ld-tic6x/static-app-1.sd: New test.
529         * ld-tic6x/shlib-app-1r.dd: New test.
530         * ld-tic6x/static-app-1.dd: New test.
531         * ld-tic6x/shlib-noindex.rd: New test.
532         * ld-tic6x/shlib-noindex.dd: New test.
533         * ld-tic6x/shlib-noindex.sd: New test.
534         * ld-tic6x/got-reloc-local-1.s: New test.
535         * ld-tic6x/got-reloc-local-2.s: New test.
536         * ld-tic6x/got-reloc-local-r.d: New test.
537         * ld-tic6x/got-reloc-global.s: New test.
538         * ld-tic6x/got-reloc-global-addend-1.d: New test.
539         * ld-tic6x/got-reloc-global-addend-1.s: New test.
540         * ld-tic6x/got-reloc-global-addend-2.d: New test.
541         * ld-tic6x/got-reloc-inrange.d: New test.
542         * ld-tic6x/got-reloc-overflow.d: New test.
543         * ld-tic6x/got-reloc-global-addend-2.s: New test.
544         * ld-tic6x/dsbt-index-error.d: New test.
545         * ld-tic6x/dsbt-index.d: New test.
546         * ld-tic6x/dsbt-index.s: New test.
547         * ld-tic6x/shlib-app-1.od: New test.
548         * ld-tic6x/shlib-app-1rb.od: New test.
549         * ld-tic6x/shlib-1.rd: New test.
550         * ld-tic6x/weak.d: New test.
551         * ld-tic6x/weak-be.d: New test.
552         * ld-tic6x/weak.s: New test.
553         * ld-tic6x/weak-data.d: New test.
554         * ld-tic6x/common.d: New test.
555         * ld-tic6x/common.ld: New test.
556         * ld-tic6x/common.s: New test.
557
558 2011-03-30  Richard Henderson  <rth@redhat.com>
559
560         * ld-elf/elf.exp: Force 32-bit start address for alpha.
561         * ld-elf/group8a.d: Don't disable for alpha.
562         * ld-elf/group8b.d: Likewise.
563         * ld-gc/start.s: Use .dc.a instead of .long.
564
565 2011-03-24  Alan Modra  <amodra@gmail.com>
566
567         * ld-powerpc/tlsmark.s: Delete non-optimizable section.
568         * ld-powerpc/tlsmark32.s: Likewise.
569         * ld-powerpc/tlsmark.d: Adjust to suit.
570         * ld-powerpc/tlsmark32.d: Likewise.
571         * ld-powerpc/tlsopt1.d, * ld-powerpc/tlsopt1.s: New.
572         * ld-powerpc/tlsopt2.d, * ld-powerpc/tlsopt2.s: New.
573         * ld-powerpc/tlsopt3.d, * ld-powerpc/tlsopt3.s: New.
574         * ld-powerpc/tlsopt4.d, * ld-powerpc/tlsopt4.s: New.
575         * ld-powerpc/tlsopt1_32.d, * ld-powerpc/tlsopt1_32.s: New.
576         * ld-powerpc/tlsopt2_32.d, * ld-powerpc/tlsopt2_32.s: New.
577         * ld-powerpc/tlsopt3_32.d, * ld-powerpc/tlsopt3_32.s: New.
578         * ld-powerpc/tlsopt4_32.d, * ld-powerpc/tlsopt4_32.s: New.
579         * ld-powerpc/powerpc.exp: Run new tests.
580
581 2011-03-15  Mike Frysinger  <vapier@gentoo.org>
582
583         * ld-elfvers/vers.exp (vers19): Add -Wl,-rpath-link,. to linker flags.
584
585 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
586
587         * ld-arm/ifunc-1.s, ld-arm/ifunc-1.dd, ld-arm/ifunc-1.gd,
588         ld-arm/ifunc-1.rd, ld-arm/ifunc-2.s, ld-arm/ifunc-2.dd,
589         ld-arm/ifunc-2.gd, ld-arm/ifunc-2.rd, ld-arm/ifunc-3.s,
590         ld-arm/ifunc-3.dd, ld-arm/ifunc-3.gd, ld-arm/ifunc-3.rd,
591         ld-arm/ifunc-4.s, ld-arm/ifunc-4.dd, ld-arm/ifunc-4.gd,
592         ld-arm/ifunc-4.rd, ld-arm/ifunc-5.s, ld-arm/ifunc-5.dd,
593         ld-arm/ifunc-5.gd, ld-arm/ifunc-5.rd, ld-arm/ifunc-6.s,
594         ld-arm/ifunc-6.dd, ld-arm/ifunc-6.gd, ld-arm/ifunc-6.rd,
595         ld-arm/ifunc-7.s, ld-arm/ifunc-7.dd, ld-arm/ifunc-7.gd,
596         ld-arm/ifunc-7.rd, ld-arm/ifunc-8.s, ld-arm/ifunc-8.dd,
597         ld-arm/ifunc-8.gd, ld-arm/ifunc-8.rd, ld-arm/ifunc-9.s,
598         ld-arm/ifunc-9.dd, ld-arm/ifunc-9.gd, ld-arm/ifunc-9.rd,
599         ld-arm/ifunc-10.s, ld-arm/ifunc-10.dd, ld-arm/ifunc-10.gd,
600         ld-arm/ifunc-10.rd, ld-arm/ifunc-11.s, ld-arm/ifunc-11.dd,
601         ld-arm/ifunc-11.gd, ld-arm/ifunc-11.rd, ld-arm/ifunc-12.s,
602         ld-arm/ifunc-12.dd, ld-arm/ifunc-12.gd, ld-arm/ifunc-12.rd,
603         ld-arm/ifunc-13.s, ld-arm/ifunc-13.dd, ld-arm/ifunc-13.gd,
604         ld-arm/ifunc-13.rd, ld-arm/ifunc-14.s, ld-arm/ifunc-14.dd,
605         ld-arm/ifunc-14.gd, ld-arm/ifunc-14.rd, ld-arm/ifunc-15.s,
606         ld-arm/ifunc-15.dd, ld-arm/ifunc-15.gd, ld-arm/ifunc-15.rd,
607         ld-arm/ifunc-16.s, ld-arm/ifunc-16.dd, ld-arm/ifunc-16.gd,
608         ld-arm/ifunc-16.rd, ld-arm/ifunc-dynamic.ld,
609         ld-arm/ifunc-static.ld: New tests.
610         * ld-arm/farcall-group.d, ld-arm/farcall-group-size2.d,
611         ld-arm/farcall-mixed-lib-v4t.d, ld-arm/farcall-mixed-lib.d: Update
612         for new stub hashes.
613         * ld-arm/arm-elf.exp: Run them.
614
615 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
616
617         * ld-arm/arm-lib-plt-2a.s, ld-arm/arm-lib-plt-2b.s,
618         ld-arm/arm-lib-plt-2.dd, ld-arm/arm-lib-plt-2.rd: New tests.
619         * ld-arm/arm-elf.exp: Run them.
620
621 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
622
623         * ld-arm/exec-got-1a.s, ld-arm/exec-got-1b.s, ld-arm/exec-got-1.d,
624         ld-arm/unresolved-1.s, ld-arm/unresolved-1.d,
625         ld-arm/unresolved-1-dyn.d: New tests.
626         * ld-arm/arm-elf.exp: Run them.
627
628 2011-03-12  H.J. Lu  <hongjiu.lu@intel.com>
629
630         * ld-x86-64/tlsgd4.dd: New.
631         * ld-x86-64/tlsgd4.s: Likewise.
632         * ld-x86-64/tlsgd5.dd: Likewise.
633         * ld-x86-64/tlsgd5a.s: Likewise.
634         * ld-x86-64/tlsgd5b.s: Likewise.
635         * ld-x86-64/tlsgd6.dd: Likewise.
636         * ld-x86-64/tlsgd6a.s: Likewise.
637         * ld-x86-64/tlsgd6b.s: Likewise.
638         * ld-x86-64/tlsld2.dd: Likewise.
639         * ld-x86-64/tlsld2.s: Likewise.
640
641         * ld-x86-64/x86-64.exp (x86_64tests): Add tlsgd4, libtlsgd5.so,
642         tlsgd5, libtlsgd6.so, tlsgd6 and tlsld2.
643
644 2011-03-03  H.J. Lu  <hongjiu.lu@intel.com>
645
646         * ld-x86-64/tlsie4.dd: New.
647         * ld-x86-64/tlsie4.s: Likewise.
648
649         * ld-x86-64/x86-64.exp (x86_64tests): Add tlsie4.
650
651 2011-02-25  H.J. Lu  <hongjiu.lu@intel.com>
652
653         PR ld/12516
654         * ld-elf/dynamic1.d: New.
655         * ld-elf/dynamic1.ld: Likewise.
656         * ld-elf/dynamic1.s: Likewise.
657
658 2011-02-25  Alan Modra  <amodra@gmail.com>
659
660         * ld-mn10300/i135409-3.s: Correct .size label reference.
661         * ld-sh/sh64/stolib.s: Likewise.
662
663 2011-02-23  H.J. Lu  <hongjiu.lu@intel.com>
664
665         * ld-elf/new.cc: Don't include <exception_defines.h>.
666
667 2011-02-10  Alan Modra  <amodra@gmail.com>
668
669         * ld-scripts/defined.exp: Don't run defined5 for AOUT.
670         * ld-scripts/defined5.s: Use .text for "defined" section.
671         * ld-scripts/defined5.t: Adjust.
672
673         * ld-gc/start.d: Exclude frv-*-linux*.
674         * ld-misc/defsym1.d: Likewise.
675
676 2011-02-09  Alan Modra  <amodra@gmail.com>
677
678         * ld-elfvsb/elfvsb.exp: Don't run any non-PIC tests on powerpc*-linux.
679         * ld-gc/gc.exp: Ensure powerpc64 test continues to fail.
680         * ld-srec/srec.exp: Don't edit toc on powerpc64.
681
682 2011-01-23  Alan Modra  <amodra@gmail.com>
683
684         * ld-scripts/sane1.d, * ld-scripts/sane1.t: New test.
685         * ld-scripts/expr.exp: Run it.
686
687 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
688
689         * ld-x86-64/ilp32-4.d: Updated.
690
691 2011-01-17  Richard Sandiford  <richard.sandiford@linaro.org>
692
693         * ld-arm/arm-rel32.s, ld-arm/arm-rel32.d: New testcase.
694         * ld-arm/arm-elf.exp: Run it.
695
696 2011-01-17  Richard Sandiford  <richard.sandiford@linaro.org>
697
698         * ld-arm/gc-thumb-lib.s, ld-arm/gc-thumb.s,
699         ld-arm/gc-thumb.d: New test.
700         * ld-arm/arm-elf.exp: Run it.
701
702 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
703
704         * ld-x86-64/ia32-2.d: Replace --n32 with --x32.
705         * ld-x86-64/ilp32-1.d: Likewise.
706         * ld-x86-64/ilp32-2.d: Likewise.
707         * ld-x86-64/ilp32-3.d: Likewise.
708         * ld-x86-64/ilp32-4.d: Likewise.
709         * ld-x86-64/ilp32-5.d: Likewise.
710         * ld-x86-64/lp64-3.d: Likewise.
711         * ld-x86-64/x86-64.exp: Likewise.
712
713 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
714
715         * ld-x86-64/ilp32-5.d: New.
716         * ld-x86-64/ilp32-5.s: Likewise.
717
718         * ld-x86-64/x86-64.exp: Run ilp32-5.
719
720 2011-01-13  H.J. Lu  <hongjiu.lu@intel.com>
721
722         * ld-x86-64/ilp32-4.d: New.
723
724         * ld-x86-64/x86-64.exp: Run ilp32-4.
725
726 2011-01-13  H.J. Lu  <hongjiu.lu@intel.com>
727
728         PR ld/12356
729         * ld-scripts/defined.exp: Run defined5.
730
731         * ld-scripts/defined5.d: New.
732         * ld-scripts/defined5.s: Likewise.
733         * ld-scripts/defined5.t: Likewise.
734
735 2011-01-13  H.J. Lu  <hongjiu.lu@intel.com>
736
737         * ld-scripts/defined4.d: Xfail rs6000-*-aix*.  Skip mips*-*-*
738         and mmix-*-*.
739
740         * ld-scripts/expr2.d: Xfail rs6000-*-aix* and arm-*-*aout.
741
742 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
743
744         * ld-scripts/assert.exp: Run assert2.
745
746         * ld-scripts/assert2.d: New.
747         * ld-scripts/assert2.t: Likewise.
748
749 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
750             Glauber de Oliveira Costa  <glommer@gmail.com>
751
752         * ld-arm/arm-elf.exp: Added tests for new TLS handling
753         relocations.
754         * ld-arm/tls-descrelax-be32.d: New.
755         * ld-arm/tls-descrelax-be32.s: New.
756         * ld-arm/tls-descrelax-be8.d: New.
757         * ld-arm/tls-descrelax-be8.s: New.
758         * ld-arm/tls-descrelax-v7.d: New.
759         * ld-arm/tls-descrelax-v7.s: New.
760         * ld-arm/tls-descrelax.d: New.
761         * ld-arm/tls-descrelax.s: New.
762         * ld-arm/tls-descseq.d: New.
763         * ld-arm/tls-descseq.r: New.
764         * ld-arm/tls-descseq.s: New.
765         * ld-arm/tls-gdesc-got.d: New.
766         * ld-arm/tls-gdesc-got.s: New.
767         * ld-arm/tls-gdesc-nlazy.g: New.
768         * ld-arm/tls-gdesc-nlazy.s: New.
769         * ld-arm/tls-gdesc.d: New.
770         * ld-arm/tls-gdesc.r: New.
771         * ld-arm/tls-gdesc.s: New.
772         * ld-arm/tls-gdierelax.d: New.
773         * ld-arm/tls-gdierelax.s: New.
774         * ld-arm/tls-gdierelax2.d: New.
775         * ld-arm/tls-gdierelax2.s: New.
776         * ld-arm/tls-gdlerelax.d: New.
777         * ld-arm/tls-gdlerelax.s: New.
778         * ld-arm/tls-lib-loc.d: New.
779         * ld-arm/tls-lib-loc.r: New.
780         * ld-arm/tls-lib-loc.s: New.
781         * ld-arm/tls-longplt-lib.d: New.
782         * ld-arm/tls-longplt-lib.s: New.
783         * ld-arm/tls-longplt.d: New.
784         * ld-arm/tls-longplt.s: New.
785         * ld-arm/tls-mixed.r: New.
786         * ld-arm/tls-mixed.s: New.
787         * ld-arm/tls-thumb1.d: New.
788         * ld-arm/tls-thumb1.s: New.
789         * ld-arm/arm-elf.exp: New.
790
791 2011-01-08  Nick Clifton  <nickc@redhat.com>
792
793         * ld-misc/defsym1.d: Add a -e linker command line option.
794         * ld-misc/dummy.s: Remove text.
795
796 2011-01-08  Nick Clifton  <nickc@redhat.com>
797
798         PR ld/12358
799         PR ld/12359
800         * ld-elf/textaddr2.d: Fix regexp to work with hppa64 targets.
801         * ld-elf/textaddr6.d: Fix regexp to work with hppa64 targets.
802
803 2011-01-06  H.J. Lu  <hongjiu.lu@intel.com>
804
805         PR ld/12366
806         PR ld/12371
807         * ld-ifunc/ifunc-10-i386.s: Add more tests.
808         * ld-ifunc/ifunc-10-x86-64.s: Likewise.
809         * ld-ifunc/ifunc-11-i386.s: Likewise.
810         * ld-ifunc/ifunc-11-x86-64.s: Likewise.
811
812         * ld-ifunc/ifunc-12-i386.d: New.
813         * ld-ifunc/ifunc-12-i386.s: Likewise.
814         * ld-ifunc/ifunc-12-x86-64.d: Likewise.
815         * ld-ifunc/ifunc-12-x86-64.s: Likewise.
816         * ld-ifunc/ifunc-13-i386.d: Likewise.
817         * ld-ifunc/ifunc-13-x86-64.d: Likewise.
818         * ld-ifunc/ifunc-13a-i386.s: Likewise.
819         * ld-ifunc/ifunc-13a-x86-64.s: Likewise.
820         * ld-ifunc/ifunc-13b-i386.s: Likewise.
821         * ld-ifunc/ifunc-13b-x86-64.s: Likewise.
822
823 2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>
824
825         * ld-x86-64/dummy.s: New.
826         * ld-x86-64/foo.s: Likewise.
827         * ld-x86-64/ia32-1.d: Likewise.
828         * ld-x86-64/ia32-2.d: Likewise.
829         * ld-x86-64/ia32-3.d: Likewise.
830         * ld-x86-64/ilp32-1.d: Likewise.
831         * ld-x86-64/ilp32-2.d: Likewise.
832         * ld-x86-64/ilp32-3.d: Likewise.
833         * ld-x86-64/lp64-1.d: Likewise.
834         * ld-x86-64/lp64-2.d: Likewise.
835         * ld-x86-64/lp64-3.d: Likewise.
836         * ld-x86-64/start.s: Likewise.
837
838         * ld-x86-64/x86-64.exp: Run ilp32-1, ilp32-2, ilp32-3, ia32-1,
839         ia32-2, ia32-3, lp64-1, lp64-2 and lp64-3.
840
841 2011-01-02  H.J. Lu  <hongjiu.lu@intel.com>
842
843         PR ld/12001
844         * ld-misc/defsym.exp: New.
845         * ld-misc/defsym1.d: Likewise.
846         * ld-misc/dummy.s: Likewise.
847         * ld-misc/foo.s: Likewise.
848         * ld-misc/start.s: Likewise.
849
850 For older changes see ChangeLog-2010
851 \f
852 Local Variables:
853 mode: change-log
854 left-margin: 8
855 fill-column: 74
856 version-control: never
857 End: