PR ld/10144
[platform/upstream/binutils.git] / ld / testsuite / ChangeLog
1 2011-11-29  Maciej W. Rozycki  <macro@codesourcery.com>
2
3         PR ld/10144
4         * lib/ld-lib.exp (run_ld_link_tests): Handle sources from other
5         directories.
6         (run_ld_link_exec_tests): Likewise.
7         (run_cc_link_tests): Likewise.
8         * ld-elf/comm-data1.sd: New test.
9         * ld-elf/comm-data1.s: Source for the new test.
10         * ld-elf/comm-data2.sd: New test.
11         * ld-elf/comm-data2.rd: Likewise.
12         * ld-elf/comm-data2.xd: Likewise.
13         * ld-elf/comm-data2.s: Source for the new tests.
14         * ld-elf/comm-data.exp: New file.
15         * ld-mips-elf/comm-data.exp: Likewise.
16
17 2011-11-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
18
19         * ld-arm/jump-reloc-veneers.s: Update for changes to assembler output.
20
21 2011-11-08  Alan Modra  <amodra@gmail.com>
22
23         * ld-powerpc/powerpc.exp: Expect ld warnings for tocopt test.
24         * ld-powerpc/tocopt.out: New file.
25
26 2011-10-25  Joern Rennecke  <joern.rennecke@embecosm.com>
27
28         * ld-srec/srec.exp: xfail epiphany.
29         * lib/ld-lib.exp (check_shared_lib_support): Add Epiphany to list
30         of targets not supporting shared libraries.
31
32 2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>
33
34         PR ld/13302
35         * ld-i386/i386.exp: Run pr13302.
36
37         * ld-i386/pr13302.d: New.
38         * ld-i386/pr13302.s: Likewise.
39
40         * ld-x86-64/pr13082-5b.d: Updated.
41         * ld-x86-64/pr13082-6a.d: Likewise.
42         * ld-x86-64/pr13082-6b.d: Likewise.
43
44 2011-10-21  H.J. Lu  <hongjiu.lu@intel.com>
45
46         PR ld/13302
47         * ld-ifunc/ifunc-16-i386.d: New.
48         * ld-ifunc/ifunc-16-x86-64.d: Likewise.
49         * ld-ifunc/ifunc-16-x86.s: Likewise.
50
51 2011-10-20  Alan Modra  <amodra@gmail.com>
52
53         * ld-selective/selective.exp: Use check_gc_sections_available.
54         Remove redundant xfails.
55         * ld-selective/sel-dump.exp: Likewise.
56
57 2011-10-19  Alan Modra  <amodra@gmail.com>
58
59         * ld-elf/elf.exp: Move test for shared lib support..
60         * lib/ld-lib.exp (check_shared_lib_support): ..to here. Add m68hc1*,
61         and s/ms1/mt/.
62         (check_gc_sections_available): Match hppa*64 not hppa64.  Comment.
63         * ld-gc/libpersonality.s: New.
64         * ld-gc/personality.s, * ld-gc/personality.d: New.
65         * ld-gc/gc.exp: Run personality test.
66
67 2011-10-18  David S. Miller  <davem@davemloft.net>
68
69         * ld-sparc/tlssunbin32.dd: Update for TLS call relaxation fix
70         for PR 13301.
71         * ld-sparc/tlssunbin64.dd: Likewise.
72         * ld-sparc/tlssunpic32.dd: Likewise.
73         * ld-sparc/tlssunpic64.dd: Likewise.
74
75 2011-10-18  Jie Zhang  <jie@codesourcery.com>
76             Julian Brown  <julian@codesourcery.com>
77
78         * ld-arm/cortex-a8-fix-b-plt.d: Adjust.
79         * ld-arm/cortex-a8-fix-bcc-plt.d: Adjust.
80         * ld-arm/cortex-a8-fix-bl-plt.d: Adjust.
81         * ld-arm/cortex-a8-fix-bl-rel-plt.d: Adjust.
82         * ld-arm/cortex-a8-fix-blx-plt.d: Adjust.
83         * ld-arm/ifunc-1.dd: Adjust.
84         * ld-arm/ifunc-2.dd: Adjust.
85         * ld-arm/ifunc-3.dd: Adjust.
86         * ld-arm/ifunc-4.dd: Adjust.
87         * ld-arm/ifunc-5.dd: Adjust.
88         * ld-arm/ifunc-6.dd: Adjust.
89         * ld-arm/ifunc-7.dd: Adjust.
90         * ld-arm/ifunc-8.dd: Adjust.
91         * ld-arm/ifunc-9.dd: Adjust.
92         * ld-arm/ifunc-10.dd: Adjust.
93         * ld-arm/ifunc-14.dd: Adjust.
94         * ld-arm/ifunc-15.dd: Adjust.
95         * ld-arm/ifunc-16.dd: Adjust.
96
97 2011-10-14  Hans-Peter Nilsson  <hp@axis.com>
98
99         * ld-cris/pic-gc-72.d: Adjust for dropping unused undefined
100         dynamic symbol "dsofn".
101
102 2011-10-10  Alan Modra  <amodra@gmail.com>
103
104         * ld-powerpc/relbrlt.d: Update for stub alignment change.
105         * ld-powerpc/tlsexe.g: Likewise.
106         * ld-powerpc/tlsexe.r: Likewise.
107         * ld-powerpc/tlsexetoc.g: Likewise.
108         * ld-powerpc/tlsexetoc.r: Likewise.
109         * ld-powerpc/tlsso.g: Likewise.
110         * ld-powerpc/tlsso.r: Likewise.
111
112 2011-10-08  H.J. Lu  <hongjiu.lu@intel.com>
113
114         PR ld/13250
115         * ld-elf/shared.exp (build_tests): Add tests for PR ld/13250.
116         (run_tests): Likewise.
117
118         * ld-elf/pr13250-1.c: New.
119         * ld-elf/pr13250-2.c: Likewise.
120         * ld-elf/pr13250-3.c: Likewise.
121
122 2011-10-07  H.J. Lu  <hongjiu.lu@intel.com>
123
124         * ld-elf/elf.exp: Run --gc-sections tests only if --gc-sections
125         is available.
126
127 2011-10-06  Alan Modra  <amodra@gmail.com>
128
129         * ld-plugin/plugin-1.d, * ld-plugin/plugin-2.d, * ld-plugin/plugin-3.d,
130         * ld-plugin/plugin-4.d, * ld-plugin/plugin-5.d, * ld-plugin/plugin-6.d,
131         * ld-plugin/plugin-7.d, * ld-plugin/plugin-8.d, * ld-plugin/plugin-9.d,
132         * ld-plugin/plugin-10.d, * ld-plugin/plugin-11.d: Update.
133
134 2011-10-05  Nick Clifton  <nickc@redhat.com>
135
136         * ld-scripts/phdrs.exp: Expect to fail for the RX.
137
138 2011-09-30  Alan Modra  <amodra@gmail.com>
139
140         * ld-powerpc/tocopt.d: Update.
141         * ld-powerpc/tocopt5.d, * ld-powerpc/tocopt5.s: New test.
142         * ld-powerpc/powerpc.exp: Run new test.
143
144 2011-09-29  H.J. Lu  <hongjiu.lu@intel.com>
145
146         PR ld/13195
147         * ld-elf/elf.exp: Add a C link testcase for PR ld/13195.
148
149         * ld-elf/pr13195.c: New.
150         * ld-elf/pr13195.d: Likewise.
151         * ld-elf/pr13195.s: Likewise.
152         * ld-elf/pr13195.t: Likewise.
153
154 2011-09-16  H.J. Lu  <hongjiu.lu@intel.com>
155
156         * ld-elf/pr12975.d: Only run for *-*-linux* and *-*-gnu*
157         targets.
158         * ld-elf/pr13177.d: Likewise.
159
160         * ld-elf/pr13177.s: Avoid relocations in text sections.
161
162 2011-09-15  H.J. Lu  <hongjiu.lu@intel.com>
163
164         PR ld/13177
165         * ld-elf/pr13177.d: New.
166         * ld-elf/pr13177.s: Likewise.
167
168 2011-09-15  H.J. Lu  <hongjiu.lu@intel.com>
169
170         PR ld/12975
171         * ld-elf/pr12975.d: New.
172         * ld-elf/pr12975.s: Likewise.
173         * ld-elf/pr12975.t: Likewise.
174
175 2011-09-12  H.J. Lu  <hongjiu.lu@intel.com>
176
177         PR ld/13178
178         * ld-ifunc/ifunc-13-i386.d: Updated.
179         * ld-ifunc/ifunc-13-x86-64.d: Likewise.
180         * ld-ifunc/ifunc-3a-x86.d: Likewise.
181         * ld-x86-64/pr13082-5a.d: Likewise.
182
183         * ld-ifunc/ifunc-15-i386.d: New.
184         * ld-ifunc/ifunc-15-i386.s: Likewise.
185         * ld-ifunc/ifunc-15-x86-64.d: Likewise.
186         * ld-ifunc/ifunc-15-x86-64.s: Likewise.
187
188 2011-09-01  Christophe Lyon  <christophe.lyon@st.com>
189
190         * ld-arm/arm-elf.exp: Add new rodata-merge-map test.
191         * ld-arm/rodata-merge-map.ld: New file.
192         * ld-arm/rodata-merge-map.sym: Likewise.
193         * ld-arm/rodata-merge-map1.s Likewise.
194         * ld-arm/rodata-merge-map2.s: Likewise.
195         * ld-arm/rodata-merge-map3.s: Likewise.
196
197 2011-08-22  Alan Modra  <amodra@gmail.com>
198
199         * ld-powerpc/tocopt4a.s, * ld-powerpc/tocopt4b.s,
200         * ld-powerpc/tocopt4.d: New test.
201         * ld-powerpc/powerpc.exp: Run it.
202
203 2011-08-12  H.J. Lu  <hongjiu.lu@intel.com>
204
205         PR ld/13082
206         * ld-x86-64/pr13082-1.s: New.
207         * ld-x86-64/pr13082-1a.d: Likewise.
208         * ld-x86-64/pr13082-1b.d: Likewise.
209         * ld-x86-64/pr13082-2.s: Likewise.
210         * ld-x86-64/pr13082-2a.d: Likewise.
211         * ld-x86-64/pr13082-2b.d: Likewise.
212         * ld-x86-64/pr13082-3.s: Likewise.
213         * ld-x86-64/pr13082-3a.d: Likewise.
214         * ld-x86-64/pr13082-3b.d: Likewise.
215         * ld-x86-64/pr13082-4.s: Likewise.
216         * ld-x86-64/pr13082-4a.d: Likewise.
217         * ld-x86-64/pr13082-4b.d: Likewise.
218         * ld-x86-64/pr13082-5.s: Likewise.
219         * ld-x86-64/pr13082-5a.d: Likewise.
220         * ld-x86-64/pr13082-5b.d: Likewise.
221         * ld-x86-64/pr13082-6.s: Likewise.
222         * ld-x86-64/pr13082-6a.d: Likewise.
223         * ld-x86-64/pr13082-6b.d: Likewise.
224
225         * ld-x86-64/x86-64.exp: Run pr13082-[1-6][ab].
226
227 2011-08-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
228
229         * ld-arm/arm-elf.exp (armelftests): Update for new command-line
230         options.
231         (armeabitests): Update for new command-line options, and add
232         new test cases.
233         * ld-arm/fix-arm1176.s: Add test case.
234         * ld-arm/fix-arm1176-off.d: Likewise.
235         * ld-arm/fix-arm1176-on.d: Likewise.
236
237 2011-08-05  Alan Modra  <amodra@gmail.com>
238
239         * ld-powerpc/tlsexe.r: Update for stripped .branch_lt.
240         * ld-powerpc/tlsexetoc.r: Likewise.
241         * ld-powerpc/tlsso.r: Likewise.
242         * ld-powerpc/tlstocso.r: Likewise.
243
244 2011-08-01  H.J. Lu  <hongjiu.lu@intel.com>
245
246         PR ld/13048
247         * ld-x86-64/ilp32-6.d: New.
248         * ld-x86-64/ilp32-6.s: Likewise.
249         * ld-x86-64/ilp32-7.d: Likewise.
250         * ld-x86-64/ilp32-7.s: Likewise.
251         * ld-x86-64/ilp32-8.d: Likewise.
252         * ld-x86-64/ilp32-8.s: Likewise.
253         * ld-x86-64/ilp32-9.d: Likewise.
254         * ld-x86-64/ilp32-9.s: Likewise.
255
256         * ld-x86-64/x86-64.exp: Run ilp32-6, ilp32-7, ilp32-8 and ilp32-9.
257
258 2011-07-27  Roland McGrath  <mcgrathr@google.com>
259
260         * ld-i386/vxworks1-lib.rd: Swap order of sections expected in output.
261
262 2011-07-26  Alan Modra  <amodra@gmail.com>
263
264         * ld-powerpc/powerpc.exp: Use --no-ld-generated-unwind-info
265         with some tests.
266         * ld-powerpc/relbrlt.d: Likewise.
267
268 2011-07-25  Hans-Peter Nilsson  <hp@bitrange.com>
269
270         PR ld/12815
271         * ld-mmix/pr12815-1.d, ld-mmix/pr12815-1.s, ld-mmix/pr12815-1.ld,
272         ld-mmix/pr12815-2.d, ld-mmix/pr12815-2.s: New tests.
273
274 2011-07-24  Catherine Moore  <clm@codesourcery.com>
275             Chao-ying Fu  <fu@mips.com>
276             Maciej W. Rozycki  <macro@codesourcery.com>
277
278         * lib/ld-lib.exp (run_dump_test): Support distinct assembler
279         flags for the same source named multiple times.
280         * ld-mips-elf/jalx-1.s: New test source.
281         * ld-mips-elf/jalx-1.d: New test output.
282         * ld-mips-elf/jalx-1.ld: New test linker script.
283         * ld-mips-elf/jalx-2-main.s: New test source.
284         * ld-mips-elf/jalx-2-ex.s: Likewise.
285         * ld-mips-elf/jalx-2-printf.s: Likewise.
286         * ld-mips-elf/jalx-2.dd: New test output.
287         * ld-mips-elf/jalx-2.ld: New test linker script.
288         * ld-mips-elf/mips16-and-micromips.d: New test.
289         * ld-mips-elf/mips-elf.exp: Run the new tests
290
291 2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
292
293         * ld-x86-64/abs-k1om.d: New.
294         * ld-x86-64/protected2-k1om.d: Likewise.
295         * ld-x86-64/protected3-k1om.d: Likewise.
296
297         * ld-x86-64/x86-64.exp: Run abs-k1om, protected2-k1om and
298         protected3-k1om.
299
300 2011-07-14  H.J. Lu  <hongjiu.lu@intel.com>
301
302         * ld-elf/binutils.exp (binutils_test): Also check ignored
303         "-z relro".
304
305 2011-07-14  Alan Modra  <amodra@gmail.com>
306
307         * ld-scripts/section-flags.exp: Pass --local-store 0:0 for
308         spu.  Rewrite using foreach.
309
310 2011-07-14  Alan Modra  <amodra@gmail.com>
311
312         * ld-powerpc/tlsexe.d, * ld-powerpc/tlsexe.g. *ld-powerpc/tlsexe.r,
313         * ld-powerpc/tlsexetoc.d, * ld-powerpc/tlsexetoc.g,
314         * ld-powerpc/tlsexetoc.r, * ld-powerpc/tlsso.d,
315         * ld-powerpc/tlstocso.d: Update for plt stub change.
316
317 2011-07-11 Catherine Moore  <clm@cm00re.com>
318
319         * ld-scripts/section-flags-1.s: New.
320         * ld-scripts/section-flags-1.t: New.
321         * ld-scripts/section-flags-2.s: New.
322         * ld-scripts/section-flags-2.t: New.
323         * ld-scripts/section-flags.exp: New.
324
325 2011-07-11  Alan Modra  <amodra@gmail.com>
326
327         * ld-powerpc/tocopt2.s, * ld-powerpc/tocopt2.out,
328         * ld-powerpc/tocopt2.d: New test.
329         * ld-powerpc/tocopt3.s, * ld-powerpc/tocopt3.d: New test.
330         * ld-powerpc/powerpc.exp (ppc64elftests) Run them.
331
332 2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
333             Thomas Schwinge  <thomas@schwinge.name>
334
335         PR binutils/12913
336         * ld-ifunc/ifunc.exp: Update for changed output.
337         * ld-unique/unique.exp: Likewise.
338
339 2011-06-27  Nick Clifton  <nickc@redhat.com>
340
341         * ld-elf/elf.exp: Exlcude all v850 targets from note-3 test.
342
343 2011-06-27  Alan Modra  <amodra@gmail.com>
344
345         * ld-elf/elf.exp: Exclude more targets from note-3 test.
346
347 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
348
349         PR ld/12921
350         * ld-i386/i386.exp: Run pr12921.
351         * ld-x86-64/x86-64.exp: Likewise.
352
353         * ld-i386/pr12921.d: New.
354         * ld-i386/pr12921.s: Likewise.
355         * ld-x86-64/pr12921.d: Likewise.
356         * ld-x86-64/pr12921.s: Likewise.
357
358 2011-06-22  Thomas Schwinge  <thomas@schwinge.name>
359
360         * ld-elf/elf.exp: Execute array_tests_pie tests on *-*-gnu*, too.
361
362 2011-06-20  H.J. Lu  <hongjiu.lu@intel.com>
363
364         * ld-ifunc/ifunc-1-local-x86.d: Adjusted.
365         * ld-ifunc/ifunc-1-x86.d: Likewise.
366         * ld-ifunc/ifunc-3a-x86.d: Likewise.
367
368 2011-06-20  H.J. Lu  <hongjiu.lu@intel.com>
369
370         * ld-elf/eh1.d: Revert x32 change.
371         * ld-elf/eh2.d: Likewise.
372         * ld-elf/eh3.d: Likewise.
373         * ld-elf/eh4.d: Likewise.
374
375 2011-06-20  Jakub Jelinek  <jakub@redhat.com>
376
377         PR ld/12570
378         * ld-x86-64/x86-64.exp: Link some testcases with
379         --no-ld-generated-unwind-info.
380         * ld-x86-64/tlsbin.rd: Add --no-ld-generated-unwind-info to ld
381         comment.
382         * ld-x86-64/tlsdesc.dd: Likewise.
383         * ld-x86-64/tlspic.dd: Likewise.
384         * ld-x86-64/tlsdesc.sd: Likewise.
385         * ld-x86-64/tlspic.rd: Likewise.
386         * ld-x86-64/tlsbindesc.rd: Likewise.
387         * ld-x86-64/tlsbindesc.sd: Likewise.
388         * ld-x86-64/tlsbin.td: Likewise.
389         * ld-x86-64/tlsdesc.pd: Likewise.
390         * ld-x86-64/tlsdesc.td: Likewise.
391         * ld-x86-64/tlsbindesc.dd: Likewise.
392         * ld-x86-64/tlsbin.dd: Likewise.
393         * ld-x86-64/tlsgdesc.rd: Likewise.
394         * ld-x86-64/tlspic.sd: Likewise.
395         * ld-x86-64/tlsbindesc.td: Likewise.
396         * ld-x86-64/tlspic.td: Likewise.
397         * ld-x86-64/tlsbin.sd: Likewise.
398         * ld-x86-64/ilp32-4.d: Likewise.
399         * ld-x86-64/tlsgdesc.dd: Add --no-ld-generated-unwind-info to ld
400         comment.  Adjust.
401         * ld-x86-64/tlsdesc.rd: Likewise.
402         * ld-x86-64/tlsgd6.dd: Adjust.
403         * ld-x86-64/tlsgd5.dd: Likewise.
404         * ld-i386/i386.exp: Link some testcases with
405         --no-ld-generated-unwind-info.
406         * ld-i386/tlsbin.rd: Add --no-ld-generated-unwind-info to ld
407         comment..
408         * ld-i386/tlsdesc.dd: Likewise.
409         * ld-i386/tlspic.dd: Likewise.
410         * ld-i386/tlsdesc.sd: Likewise.
411         * ld-i386/tlsgdesc.dd: Likewise.
412         * ld-i386/tlsnopic.sd: Likewise.
413         * ld-i386/tlspic.rd: Likewise.
414         * ld-i386/tlsdesc.rd: Likewise.
415         * ld-i386/tlsbindesc.rd: Likewise.
416         * ld-i386/tlsbindesc.sd: Likewise.
417         * ld-i386/tlsbin.td: Likewise.
418         * ld-i386/tlsdesc.td: Likewise.
419         * ld-i386/tlsnopic.dd: Likewise.
420         * ld-i386/tlsbindesc.dd: Likewise.
421         * ld-i386/tlsbin.dd: Likewise.
422         * ld-i386/tlsgdesc.rd: Likewise.
423         * ld-i386/tlspic.sd: Likewise.
424         * ld-i386/tlsnopic.rd: Likewise.
425         * ld-i386/tlsbindesc.td: Likewise.
426         * ld-i386/tlspic.td: Likewise.
427         * ld-i386/tlsbin.sd: Likewise.
428
429 2011-06-19  H.J. Lu  <hongjiu.lu@intel.com>
430
431         * ld-elf/eh1.d: Skip x32.
432         * ld-elf/eh2.d: Likewise.
433         * ld-elf/eh3.d: Likewise.
434         * ld-elf/eh4.d: Likewise.
435
436         * ld-elfvsb/elfvsb.exp: Only xfail 64bit x86_64-*-linux*.
437         * ld-shared/shared.exp: Likewise.
438
439         * ld-ifunc/ifunc-1-local-x86.d: Support x32.
440         * ld-ifunc/ifunc-1-x86.d: Likewise.
441         * ld-ifunc/ifunc-3a-x86.d: Likewise.
442         * ld-x86-64/pcrel16.d: Likewise.
443
444         * ld-x86-64/x86-64.exp (x86_64tests): Add missing -melf_x86_64.
445
446 2011-06-16  Alan Modra  <amodra@gmail.com>
447
448         * ld-elfvers/vers2.ver: Don't assume any particular index for
449         version reference.
450         * ld-elfvers/vers3.ver: Likewise.
451         * ld-elfvers/vers19.ver: Likewise.
452         * ld-elfvers/vers22.ver: Likewise.
453         * ld-elfvers/vers27d4.ver: Likewise.
454         * ld-elfvers/vers28c.ver: Likewise.
455
456 2011-06-14  Alan Modra  <amodra@gmail.com>
457
458         * ld-elf/elf.exp: Don't attempt to build symbol3.a for hppa64-hpux.
459         * ld-elf/warn3.d: Correct target selection and comment.
460
461         * ld-elf/pr12851.d: Correct target selection and comment.
462
463 2011-06-13  Walter Lee  <walt@tilera.com>
464
465         * ld-elf/eh5.d: Don't run on tile*.
466         * ld-srec/srec.exp: xfail on tile*.
467         * ld-tilegx/external.s: New file.
468         * ld-tilegx/reloc.d: New file.
469         * ld-tilegx/reloc.s: New file.
470         * ld-tilegx/tilegx.exp: New file.
471         * ld-tilepro/external.s: New file.
472         * ld-tilepro/reloc.d: New file.
473         * ld-tilepro/reloc.s: New file.
474         * ld-tilepro/tilepro.exp: New file.
475
476 2011-06-10  Nick Clifton  <nickc@redhat.com>
477
478         * ld-elf/elf.exp: Add test for linking a shared library with a
479         broken linker script that marks dynamic sections as being notes.
480         * ld-elf/note-3.s: New test source file.
481         * ld-elf/note-3.t: New test linker script.
482         * ld-elf/note-3.l: Expected output from the linker.
483         * lib/ld-lib.exp (run_ld_link_tests): Improve description.
484
485 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
486
487         * ld-x86-64/x86-64.exp: Build x32 DSO from x86-64 object file
488         only for native.
489
490 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
491
492         * ld-x86-64/simple.c: New.
493         * ld-x86-64/x86-64-x32.rd: Likewise.
494
495         * ld-x86-64/x86-64.exp: Check building x32 DSO from x86-64
496         object file.
497
498 2011-06-08  H.J. Lu  <hongjiu.lu@intel.com>
499
500         PR ld/12851
501         * ld-elf/pr12851.d: New.
502         * ld-elf/pr12851.s: Likewise.
503
504 2011-06-07  H.J. Lu  <hongjiu.lu@intel.com>
505
506         * ld-elf/elf.exp: Build symbol3.a and symbol3w.a.
507
508         * ld-elf/symbol3.s: New.
509         * ld-elf/symbol3w.s: Likewise.
510         * ld-elf/warn3.d: Likewise.
511
512 2011-06-02  Nathan Sidwell  <nathan@codesourcery.com>
513
514         Adjust tests for zero offset formatting.
515         * ld-arm/cortex-a8-fix-bcc-plt.d: Adjust.
516         * ld-arm/farcall-arm-arm-pic-veneer.d: Adjust.
517         * ld-arm/farcall-arm-thumb.d: Adjust.
518         * ld-arm/farcall-group-size2.d: Adjust.
519         * ld-arm/farcall-group.d: Adjust.
520         * ld-arm/farcall-mix.d: Adjust.
521         * ld-arm/farcall-mix2.d: Adjust.
522         * ld-arm/farcall-mixed-lib-v4t.d: Adjust.
523         * ld-arm/farcall-mixed-lib.d: Adjust.
524         * ld-arm/farcall-thumb-arm-blx-pic-veneer.d: Adjust.
525         * ld-arm/farcall-thumb-arm-pic-veneer.d: Adjust.
526         * ld-arm/farcall-thumb-thumb.d: Adjust.
527         * ld-arm/ifunc-10.dd: Adjust.
528         * ld-arm/ifunc-3.dd: Adjust.
529         * ld-arm/ifunc-4.dd: Adjust.
530         * ld-arm/ifunc-5.dd: Adjust.
531         * ld-arm/ifunc-6.dd: Adjust.
532         * ld-arm/ifunc-7.dd: Adjust.
533         * ld-arm/ifunc-8.dd: Adjust.
534         * ld-arm/jump-reloc-veneers-long.d: Adjust.
535         * ld-arm/tls-longplt-lib.d: Adjust.
536         * ld-arm/tls-thumb1.d: Adjust.
537
538 2011-05-31  Paul Brook  <paul@codesourcery.com>
539
540         * ld-arm/cortex-a8-far.d: Adjust expected output.
541         * ld-arm/arm-call1.s: Give function symbol correct type.
542         * ld-arm/arm-call2.s: Ditto.
543         * ld-arm/farcall-group4.s: Ditto.
544         * ld-arm/arm-elf.exp (cortex-a8-far): Define far symbols with correct
545         type via assembly file.
546         * ld-arm/cortex-a8-far-3.s: New file.
547         * ld-arm/abs-call-1.s: Add Thumb tests
548
549 2011-05-31  Paul Brook  <paul@codesourcery.com>
550         Nathan Sidwell  <nathan@codesourcery.com>
551
552         * ld-arm/abs-call-1.d: New.
553         * ld-arm/abs-call-1.s: New.
554         * ld-arm/arm-elf.exp: Add it.
555
556 2011-05-31  Paul Brook  <paul@codesourcery.com>
557
558         * ld-arm/tls-longplt.d: Update expected output.
559         * ld-arm/tls-thumb1.d: Ditto.
560
561 2011-05-26  H.J. Lu  <hongjiu.lu@intel.com>
562
563         PR ld/12809
564         * ld-x86-64/tlsbin.s: Add a test for LE with large model.
565
566         * ld-x86-64/tlsbin.dd: Updated.
567         * ld-x86-64/tlsbin.rd: Likewise.
568         * ld-x86-64/tlsbin.sd: Likewise.
569         * ld-x86-64/tlsbin.td: Likewise.
570         * ld-x86-64/tlsbindesc.dd: Likewise.
571         * ld-x86-64/tlsbindesc.rd: Likewise.
572         * ld-x86-64/tlsbindesc.sd: Likewise.
573         * ld-x86-64/tlsbindesc.td: Likewise.
574
575 2011-05-24  Hans-Peter Nilsson  <hp@axis.com>
576
577         * ld-cris/tls-e-tpoffcomm1.d: Adjust for second PR12763 change,
578         setting TLS file offset.
579
580 2011-05-23  Nick Clifton  <nickc@redhat.com>
581
582         * ld-elf/shared.exp: Revert previous delta.  Do not build
583         libraries in a non-native environment.
584
585 2011-05-23  Alan Modra  <amodra@gmail.com>
586
587         PR 12763
588         * ld-elf/binutils.exp: Don't run tdata3 for hppa64.
589
590 2011-05-21  Hans-Peter Nilsson  <hp@axis.com>
591
592         * ld-cris/tls-e-tpoffcomm1.d: Adjust for PR12763 change removing
593         empty program header.
594
595 2011-05-21  Alan Modra  <amodra@gmail.com>
596
597         PR 12763
598         * ld-elf/tdata3.s: New test.
599         * ld-elf/tbss3.s: New test.
600         * ld-elf/binutils.exp: Consolidate tbss and tdata tests.
601
602 2011-05-20  Bernd Schmidt  <bernds@codesourcery.com>
603
604         * ld-tic6x/pcr-reloc.d: New test.
605         * ld-tic6x/pcr-reloc.s: New test.
606
607 2011-05-18  Nick Clifton  <nickc@redhat.com>
608
609         PR ld/12761
610         * lib/ld-lib.exp (run_cc_link_tests): Add an optional 8th
611         parameter - an expected warning message from the linker.
612         * ld-elf/shared.exp (build_tests): Expect a warning message when
613         building the libbarw.so library.
614
615         * ld-elf/shared.exp: Run library building tests even when not
616         building a native toolchain.
617
618 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
619
620         * ld-scripts/phdrs.exp: Replace --private with
621         --private-headers for objdump.
622         * ld-scripts/phdrs2.exp: Likewise.
623
624 2011-05-15  Richard Sandiford  <rdsandiford@googlemail.com>
625
626         * lib/ld-lib.exp (run_ld_link_tests): Simplify pass/fail logic.
627         Fail if the link command fails and if no test rules are defined.
628         * ld-mips-elf/reloc-6a.s, ld-mips-elf/reloc-6b.s: New tests.
629         * ld-mips-elf/mips-elf.exp: Run them.
630
631 2011-05-13  Bernd Schmidt  <bernds@codesourcery.com>
632
633         * ld-tic6x/dsbt.ld (OUTPUT_FORMAT): Add.
634         * ld-tic6x/tic6x.exp: Add OSABI tests.
635
636 2011-05-13  Alan Modra  <amodra@gmail.com>
637
638         * ld-elf/flags1.d: Don't xfail tic6x.
639         * ld-scripts/weak.exp: Correct comments.  Don't xfail sh-pe.  Remove
640         redundant xfail.
641         * ld-selective/sel-dump.exp: Don't xfail alpha.
642         * ld-selective/selective.exp: Run for alpha.
643         * ld-undefined/weak-undef.exp: Don't xfail hppa64.
644
645 2011-05-12  Bernd Schmidt  <bernds@codesourcery.com>
646
647         * config/default.exp (ld_assemble): Pass flags parameter to
648         default_ld_assemble.
649         (ld_assemble_flags): New function.
650         * ld-elf/frame.exp: Pass -mpic and -mpid flags to the assembler on
651         tic6x.
652         * ld-elf/exclude.exp: Likewise.
653         * lib/ld-lib.exp (default_ld_assemble): Take extra argument in_flags
654         and pass it to the assembler.
655
656 2011-05-11  Richard Sandiford  <rdsandiford@googlemail.com>
657
658         * ld-mips-elf/mips-elf.exp: Add missing $has_newabi tests.
659
660 2011-05-09  H.J. Lu  <hongjiu.lu@intel.com>
661
662         * ld-elf/elf.exp (array_tests): Remove "pr12730".
663         (array_tests_pie): Remove "PIE pr12730".
664         (array_tests_static): Remove "static pr12730".
665
666         * ld-elf/pr12730.cc: Removed.
667         * ld-elf/pr12730.out: Likewise.
668
669 2011-05-09  Paul Brook  <paul@codesourcery.com>
670
671         * ld-tic6x/discard-unwind.ld: New.
672         * ld-tic6x/unwind.ld: New.
673         * ld-tic6x/unwind-1.d: New test.
674         * ld-tic6x/unwind-1.s: New test.
675         * ld-tic6x/unwind-2.d: New test.
676         * ld-tic6x/unwind-2.s: New test.
677         * ld-tic6x/unwind-3.d: New test.
678         * ld-tic6x/unwind-3.s: New test.
679         * ld-tic6x/unwind-4.d: New test.
680         * ld-tic6x/unwind-4.s: New test.
681         * ld-tic6x/unwind-5.d: New test.
682         * ld-tic6x/unwind-5.s: New test.
683         * ld-tic6x/unwind-6.d: New test.
684
685 2011-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
686
687         PR ld/12365
688         * ld-plugin/plugin-7.d: Allow underscore in error message.
689         * ld-plugin/plugin-8.d: Likewise.
690
691 2011-05-07  H.J. Lu  <hongjiu.lu@intel.com>
692
693         PR ld/12730
694         * ld-elf/elf.exp (array_tests): Add "pr12730".
695         (array_tests_pie): New.
696         (array_tests_static): Add -static for "static init array mixed".
697         Add "static pr12730".  Run array_tests_pie for Linux.
698
699         * ld-elf/init-mixed.c (ctor1007): Renamed to ...
700         (ctor1007a): This.
701         (ctor1007b): New.
702         (ctors1007): Remove ctor1007.  Add ctor1007b and ctor1007a.
703         (dtor1007): Renamed to ...
704         (dtor1007a): This.
705         (dtor1007b): New.
706         (dtors1007): Remove dtor1007.  Add dtor1007b and dtor1007a.
707         (ctor65535): Renamed to ...
708         (ctor65535a): This.
709         (ctor65535b): New.
710         (ctors65535): Remove ctor65535.  Add ctor65535b and ctor65535a.
711         (dtor65535): Renamed to ...
712         (dtor65535a): This.
713         (dtor65535b): New.
714         (dtors65535): Remove dtor65535.  Add dtor65535b and dtor65535a.
715
716         * ld-elf/pr12730.cc: New.
717         * ld-elf/pr12730.out: Likewise.
718
719 2011-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
720
721         * ld-arm/cortex-a8-fix-b-plt.s, ld-arm/cortex-a8-fix-b-plt.d,
722         ld-arm/cortex-a8-fix-bcc-plt.s, ld-arm/cortex-a8-fix-bcc-plt.d,
723         ld-arm/cortex-a8-fix-bl-plt.s, ld-arm/cortex-a8-fix-bl-plt.d,
724         ld-arm/cortex-a8-fix-blx-plt.s, ld-arm/cortex-a8-fix-blx-plt.d,
725         ld-arm/cortex-a8-fix-plt.ld: New tests.
726         * ld-arm/arm-elf.exp: Run them.
727
728 2011-05-05  Bernd Schmidt  <bernds@codesourcery.com>
729
730         * ld-tic6x/shared-nopic.d: New test.
731         * ld-tic6x/shared-nopid.d: New test.
732         * ld-tic6x/attr-pid-21.d: Don't expect a warning; check readelf
733         output instead.
734         * ld-tic6x/attr-pid-12.d: Likewise.
735         * ld-tic6x/attr-pic-01.d: Likewise.
736         * ld-tic6x/attr-pic-10.d: Likewise.
737         * ld-tic6x/attr-pid-01.d: Likewise.
738         * ld-tic6x/attr-pid-10.d: Likewise.
739         * ld-tic6x/attr-pid-02.d: Likewise.
740         * ld-tic6x/attr-pid-20.d: Likewise.
741         * ld-tic6x/got-reloc-inrange.d: Pass -mpic and -mpid options to gas.
742
743 2011-05-03  Paul Brook  <paul@codesourcery.com>
744
745         * ld-tic6x/ehtype-reloc-1-rel.d: New test.
746         * ld-tic6x/ehtype-reloc-1.d: New test.
747         * ld-tic6x/ehtype-reloc-1.s: New test.
748
749 2011-05-01  H.J. Lu  <hongjiu.lu@intel.com>
750
751         PR ld/12718
752         * ld-i386/i386.exp: Run pr12718.
753         * ld-x86-64/x86-64.exp: Likewise.
754
755         * ld-i386/pr12718.d: New.
756         * ld-i386/pr12718.s: Likewise.
757         * ld-x86-64/pr12718.d: Likewise.
758         * ld-x86-64/pr12718.s: Likewise.
759
760 2011-04-26  Kai Tietz  <ktietz@redhat.com>
761
762         * ld-pe/pe.exp: Add cfi/cfi32 tests.
763         * ld-pe/cfi.d: New.
764         * ld-pe/cfi32.d: New.
765         * ld-pe/cfia.s: New.
766         * ld-pe/cfib.s: New.
767
768 2011-04-21  H.J. Lu  <hongjiu.lu@intel.com>
769
770         PR ld/12694
771         * ld-ifunc/ifunc-14-i386.d: New.
772         * ld-ifunc/ifunc-14-x86-64.d: Likewise.
773         * ld-ifunc/ifunc-14a.s: Likewise.
774         * ld-ifunc/ifunc-14b.s: Likewise.
775
776 2011-04-19  H.J. Lu  <hongjiu.lu@intel.com>
777
778         * ld-plugin/plugin-ignore.d: Removed.
779
780 2011-04-18  H.J. Lu  <hongjiu.lu@intel.com>
781
782         * ld-plugin/plugin-7.d: Update expected LTO linker errors for
783         GCC 4.6.
784         * ld-plugin/plugin-8.d: Likewise.
785
786 2011-04-18  Alan Modra  <amodra@gmail.com>
787
788         * ld-plugin/plugin-7.d: Adjust for plugin changes.
789         * ld-plugin/plugin-8.d: Likewise.
790         * ld-plugin/plugin.exp: Pass --verbose=2 for visibility test, and
791         compare ld output to..
792         * ld-plugin/plugin-12.d: New.
793
794 2011-04-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
795
796         * ld-m68k/tls-gd-ie-1.d: Stabilize test.
797         * ld-m68k/tls-gd-3.[sd]: New test.
798
799 2011-04-12  Richard Henderson  <rth@redhat.com>
800
801         * ld-alpha/emptygot.s, ld-alpha/emptygot.nm: New test.
802         * ld-alpha/alpha.exp: Run it.
803
804 2011-04-11  Mark Wielaard  <mjw@redhat.com>
805
806         PR 10549
807         * ld-unique: New directory.
808         * ld-unique/unique.exp: New file: Run the UNIQUE tests.
809         * ld-unique/unique.s: New test file.
810         * ld-unique/unique_empty.s: Likewise.
811         * ld-unique/unique_shared.s: Likewise.
812
813 2011-04-11  Alan Modra  <amodra@gmail.com>
814
815         * ld-elf/eh-frame-hdr.d: xfail avr.
816
817 2011-04-08  H.J. Lu  <hongjiu.lu@intel.com>
818
819         PR ld/12654
820         * ld-i386/i386.exp: Run tlspie2.
821
822         * ld-i386/tlspie2.d: New.
823         * ld-i386/tlspie2.s: Likewise.
824
825 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
826
827         * ld-selective/selective.exp (xscale-*-*): Don't handle.
828         * ld-srec/srec.exp (strongarm*-*-*, xscale*-*-*, thumb-*-*): Don't
829         handle.
830         (*arm*-*-*): Change to arm*-*-*.
831         (strongarm*-*-coff, xscale*-*-coff, thumb-*-coff*, thumb-*-pe*,
832         thumb-*-elf*, strongarm*-*-*, thumb-*-*): Remove xfails.
833         * ld-undefined/undefined.exp (thumb*-*-pe*, thumb*-*-pe*): Remove
834         commented-out xfails.
835         (thumb-elf): Remove reference in comment.
836         * lib/ld-lib.exp (strongarm*-*-*, xscale*-*-*, thumb-*-*): Don't
837         handle.
838
839 2011-04-04  H.J. Lu  <hongjiu.lu@intel.com>
840
841         PR ld/12627
842         * ld-i386/i386.exp: Run pr12627.
843
844         * ld-i386/pr12627.d: New.
845         * ld-i386/pr12627.s: Likewise.
846         * ld-i386/pr12627.t: Likewise.
847
848 2011-03-31  Bernd Schmidt  <bernds@codesourcery.com>
849
850         * ld-scripts/crossref.exp: Add CFLAGS for tic6x*-*-*.
851         * ld-elf/sec-to-seg.exp: Remove tic6x from list of targets defining
852         pagesize to 1.
853         * ld-tic6x/tic6x.exp: Add support for DSBT shared library/executable
854         linking tests.
855         * ld-tic6x/dsbt.ld: New linker script.
856         * ld-tic6x/dsbt-be.ld: New linker script.
857         * ld-tic6x/dsbt-overflow.ld: New linker script.
858         * ld-tic6x/dsbt-inrange.ld: New linker script.
859         * ld-tic6x/shlib-1.s: New test.
860         * ld-tic6x/shlib-2.s: New test.
861         * ld-tic6x/shlib-app-1r.s: New test.
862         * ld-tic6x/shlib-app-1.s: New test.
863         * ld-tic6x/shlib-1.sd: New test.
864         * ld-tic6x/shlib-1.dd: New test.
865         * ld-tic6x/shlib-app-1.rd: New test.
866         * ld-tic6x/shlib-app-1rb.rd: New test.
867         * ld-tic6x/shlib-app-1.sd: New test.
868         * ld-tic6x/static-app-1rb.od: New test.
869         * ld-tic6x/shlib-app-1.dd: New test.
870         * ld-tic6x/shlib-app-1rb.sd: New test.
871         * ld-tic6x/static-app-1b.od: New test.
872         * ld-tic6x/static-app-1r.od: New test.
873         * ld-tic6x/shlib-1rb.rd: New test.
874         * ld-tic6x/shlib-app-1rb.dd: New test.
875         * ld-tic6x/shlib-1rb.sd: New test.
876         * ld-tic6x/shlib-1rb.dd: New test.
877         * ld-tic6x/shlib-app-1b.od: New test.
878         * ld-tic6x/tic6x.exp: New test.
879         * ld-tic6x/static-app-1rb.rd: New test.
880         * ld-tic6x/shlib-app-1r.od: New test.
881         * ld-tic6x/static-app-1.od: New test.
882         * ld-tic6x/static-app-1b.rd: New test.
883         * ld-tic6x/static-app-1r.rd: New test.
884         * ld-tic6x/static-app-1rb.sd: New test.
885         * ld-tic6x/static-app-1b.sd: New test.
886         * ld-tic6x/static-app-1rb.dd: New test.
887         * ld-tic6x/static-app-1r.sd: New test.
888         * ld-tic6x/static-app-1b.dd: New test.
889         * ld-tic6x/shlib-1b.rd: New test.
890         * ld-tic6x/static-app-1r.dd: New test.
891         * ld-tic6x/shlib-app-1b.rd: New test.
892         * ld-tic6x/shlib-1r.rd: New test.
893         * ld-tic6x/shlib-app-1r.rd: New test.
894         * ld-tic6x/shlib-1b.sd: New test.
895         * ld-tic6x/static-app-1.rd: New test.
896         * ld-tic6x/shlib-app-1b.sd: New test.
897         * ld-tic6x/shlib-1r.sd: New test.
898         * ld-tic6x/shlib-1b.dd: New test.
899         * ld-tic6x/shlib-app-1r.sd: New test.
900         * ld-tic6x/shlib-app-1b.dd: New test.
901         * ld-tic6x/shlib-1r.dd: New test.
902         * ld-tic6x/static-app-1.sd: New test.
903         * ld-tic6x/shlib-app-1r.dd: New test.
904         * ld-tic6x/static-app-1.dd: New test.
905         * ld-tic6x/shlib-noindex.rd: New test.
906         * ld-tic6x/shlib-noindex.dd: New test.
907         * ld-tic6x/shlib-noindex.sd: New test.
908         * ld-tic6x/got-reloc-local-1.s: New test.
909         * ld-tic6x/got-reloc-local-2.s: New test.
910         * ld-tic6x/got-reloc-local-r.d: New test.
911         * ld-tic6x/got-reloc-global.s: New test.
912         * ld-tic6x/got-reloc-global-addend-1.d: New test.
913         * ld-tic6x/got-reloc-global-addend-1.s: New test.
914         * ld-tic6x/got-reloc-global-addend-2.d: New test.
915         * ld-tic6x/got-reloc-inrange.d: New test.
916         * ld-tic6x/got-reloc-overflow.d: New test.
917         * ld-tic6x/got-reloc-global-addend-2.s: New test.
918         * ld-tic6x/dsbt-index-error.d: New test.
919         * ld-tic6x/dsbt-index.d: New test.
920         * ld-tic6x/dsbt-index.s: New test.
921         * ld-tic6x/shlib-app-1.od: New test.
922         * ld-tic6x/shlib-app-1rb.od: New test.
923         * ld-tic6x/shlib-1.rd: New test.
924         * ld-tic6x/weak.d: New test.
925         * ld-tic6x/weak-be.d: New test.
926         * ld-tic6x/weak.s: New test.
927         * ld-tic6x/weak-data.d: New test.
928         * ld-tic6x/common.d: New test.
929         * ld-tic6x/common.ld: New test.
930         * ld-tic6x/common.s: New test.
931
932 2011-03-30  Richard Henderson  <rth@redhat.com>
933
934         * ld-elf/elf.exp: Force 32-bit start address for alpha.
935         * ld-elf/group8a.d: Don't disable for alpha.
936         * ld-elf/group8b.d: Likewise.
937         * ld-gc/start.s: Use .dc.a instead of .long.
938
939 2011-03-24  Alan Modra  <amodra@gmail.com>
940
941         * ld-powerpc/tlsmark.s: Delete non-optimizable section.
942         * ld-powerpc/tlsmark32.s: Likewise.
943         * ld-powerpc/tlsmark.d: Adjust to suit.
944         * ld-powerpc/tlsmark32.d: Likewise.
945         * ld-powerpc/tlsopt1.d, * ld-powerpc/tlsopt1.s: New.
946         * ld-powerpc/tlsopt2.d, * ld-powerpc/tlsopt2.s: New.
947         * ld-powerpc/tlsopt3.d, * ld-powerpc/tlsopt3.s: New.
948         * ld-powerpc/tlsopt4.d, * ld-powerpc/tlsopt4.s: New.
949         * ld-powerpc/tlsopt1_32.d, * ld-powerpc/tlsopt1_32.s: New.
950         * ld-powerpc/tlsopt2_32.d, * ld-powerpc/tlsopt2_32.s: New.
951         * ld-powerpc/tlsopt3_32.d, * ld-powerpc/tlsopt3_32.s: New.
952         * ld-powerpc/tlsopt4_32.d, * ld-powerpc/tlsopt4_32.s: New.
953         * ld-powerpc/powerpc.exp: Run new tests.
954
955 2011-03-15  Mike Frysinger  <vapier@gentoo.org>
956
957         * ld-elfvers/vers.exp (vers19): Add -Wl,-rpath-link,. to linker flags.
958
959 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
960
961         * ld-arm/ifunc-1.s, ld-arm/ifunc-1.dd, ld-arm/ifunc-1.gd,
962         ld-arm/ifunc-1.rd, ld-arm/ifunc-2.s, ld-arm/ifunc-2.dd,
963         ld-arm/ifunc-2.gd, ld-arm/ifunc-2.rd, ld-arm/ifunc-3.s,
964         ld-arm/ifunc-3.dd, ld-arm/ifunc-3.gd, ld-arm/ifunc-3.rd,
965         ld-arm/ifunc-4.s, ld-arm/ifunc-4.dd, ld-arm/ifunc-4.gd,
966         ld-arm/ifunc-4.rd, ld-arm/ifunc-5.s, ld-arm/ifunc-5.dd,
967         ld-arm/ifunc-5.gd, ld-arm/ifunc-5.rd, ld-arm/ifunc-6.s,
968         ld-arm/ifunc-6.dd, ld-arm/ifunc-6.gd, ld-arm/ifunc-6.rd,
969         ld-arm/ifunc-7.s, ld-arm/ifunc-7.dd, ld-arm/ifunc-7.gd,
970         ld-arm/ifunc-7.rd, ld-arm/ifunc-8.s, ld-arm/ifunc-8.dd,
971         ld-arm/ifunc-8.gd, ld-arm/ifunc-8.rd, ld-arm/ifunc-9.s,
972         ld-arm/ifunc-9.dd, ld-arm/ifunc-9.gd, ld-arm/ifunc-9.rd,
973         ld-arm/ifunc-10.s, ld-arm/ifunc-10.dd, ld-arm/ifunc-10.gd,
974         ld-arm/ifunc-10.rd, ld-arm/ifunc-11.s, ld-arm/ifunc-11.dd,
975         ld-arm/ifunc-11.gd, ld-arm/ifunc-11.rd, ld-arm/ifunc-12.s,
976         ld-arm/ifunc-12.dd, ld-arm/ifunc-12.gd, ld-arm/ifunc-12.rd,
977         ld-arm/ifunc-13.s, ld-arm/ifunc-13.dd, ld-arm/ifunc-13.gd,
978         ld-arm/ifunc-13.rd, ld-arm/ifunc-14.s, ld-arm/ifunc-14.dd,
979         ld-arm/ifunc-14.gd, ld-arm/ifunc-14.rd, ld-arm/ifunc-15.s,
980         ld-arm/ifunc-15.dd, ld-arm/ifunc-15.gd, ld-arm/ifunc-15.rd,
981         ld-arm/ifunc-16.s, ld-arm/ifunc-16.dd, ld-arm/ifunc-16.gd,
982         ld-arm/ifunc-16.rd, ld-arm/ifunc-dynamic.ld,
983         ld-arm/ifunc-static.ld: New tests.
984         * ld-arm/farcall-group.d, ld-arm/farcall-group-size2.d,
985         ld-arm/farcall-mixed-lib-v4t.d, ld-arm/farcall-mixed-lib.d: Update
986         for new stub hashes.
987         * ld-arm/arm-elf.exp: Run them.
988
989 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
990
991         * ld-arm/arm-lib-plt-2a.s, ld-arm/arm-lib-plt-2b.s,
992         ld-arm/arm-lib-plt-2.dd, ld-arm/arm-lib-plt-2.rd: New tests.
993         * ld-arm/arm-elf.exp: Run them.
994
995 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
996
997         * ld-arm/exec-got-1a.s, ld-arm/exec-got-1b.s, ld-arm/exec-got-1.d,
998         ld-arm/unresolved-1.s, ld-arm/unresolved-1.d,
999         ld-arm/unresolved-1-dyn.d: New tests.
1000         * ld-arm/arm-elf.exp: Run them.
1001
1002 2011-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1003
1004         * ld-x86-64/tlsgd4.dd: New.
1005         * ld-x86-64/tlsgd4.s: Likewise.
1006         * ld-x86-64/tlsgd5.dd: Likewise.
1007         * ld-x86-64/tlsgd5a.s: Likewise.
1008         * ld-x86-64/tlsgd5b.s: Likewise.
1009         * ld-x86-64/tlsgd6.dd: Likewise.
1010         * ld-x86-64/tlsgd6a.s: Likewise.
1011         * ld-x86-64/tlsgd6b.s: Likewise.
1012         * ld-x86-64/tlsld2.dd: Likewise.
1013         * ld-x86-64/tlsld2.s: Likewise.
1014
1015         * ld-x86-64/x86-64.exp (x86_64tests): Add tlsgd4, libtlsgd5.so,
1016         tlsgd5, libtlsgd6.so, tlsgd6 and tlsld2.
1017
1018 2011-03-03  H.J. Lu  <hongjiu.lu@intel.com>
1019
1020         * ld-x86-64/tlsie4.dd: New.
1021         * ld-x86-64/tlsie4.s: Likewise.
1022
1023         * ld-x86-64/x86-64.exp (x86_64tests): Add tlsie4.
1024
1025 2011-02-25  H.J. Lu  <hongjiu.lu@intel.com>
1026
1027         PR ld/12516
1028         * ld-elf/dynamic1.d: New.
1029         * ld-elf/dynamic1.ld: Likewise.
1030         * ld-elf/dynamic1.s: Likewise.
1031
1032 2011-02-25  Alan Modra  <amodra@gmail.com>
1033
1034         * ld-mn10300/i135409-3.s: Correct .size label reference.
1035         * ld-sh/sh64/stolib.s: Likewise.
1036
1037 2011-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1038
1039         * ld-elf/new.cc: Don't include <exception_defines.h>.
1040
1041 2011-02-10  Alan Modra  <amodra@gmail.com>
1042
1043         * ld-scripts/defined.exp: Don't run defined5 for AOUT.
1044         * ld-scripts/defined5.s: Use .text for "defined" section.
1045         * ld-scripts/defined5.t: Adjust.
1046
1047         * ld-gc/start.d: Exclude frv-*-linux*.
1048         * ld-misc/defsym1.d: Likewise.
1049
1050 2011-02-09  Alan Modra  <amodra@gmail.com>
1051
1052         * ld-elfvsb/elfvsb.exp: Don't run any non-PIC tests on powerpc*-linux.
1053         * ld-gc/gc.exp: Ensure powerpc64 test continues to fail.
1054         * ld-srec/srec.exp: Don't edit toc on powerpc64.
1055
1056 2011-01-23  Alan Modra  <amodra@gmail.com>
1057
1058         * ld-scripts/sane1.d, * ld-scripts/sane1.t: New test.
1059         * ld-scripts/expr.exp: Run it.
1060
1061 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
1062
1063         * ld-x86-64/ilp32-4.d: Updated.
1064
1065 2011-01-17  Richard Sandiford  <richard.sandiford@linaro.org>
1066
1067         * ld-arm/arm-rel32.s, ld-arm/arm-rel32.d: New testcase.
1068         * ld-arm/arm-elf.exp: Run it.
1069
1070 2011-01-17  Richard Sandiford  <richard.sandiford@linaro.org>
1071
1072         * ld-arm/gc-thumb-lib.s, ld-arm/gc-thumb.s,
1073         ld-arm/gc-thumb.d: New test.
1074         * ld-arm/arm-elf.exp: Run it.
1075
1076 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
1077
1078         * ld-x86-64/ia32-2.d: Replace --n32 with --x32.
1079         * ld-x86-64/ilp32-1.d: Likewise.
1080         * ld-x86-64/ilp32-2.d: Likewise.
1081         * ld-x86-64/ilp32-3.d: Likewise.
1082         * ld-x86-64/ilp32-4.d: Likewise.
1083         * ld-x86-64/ilp32-5.d: Likewise.
1084         * ld-x86-64/lp64-3.d: Likewise.
1085         * ld-x86-64/x86-64.exp: Likewise.
1086
1087 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
1088
1089         * ld-x86-64/ilp32-5.d: New.
1090         * ld-x86-64/ilp32-5.s: Likewise.
1091
1092         * ld-x86-64/x86-64.exp: Run ilp32-5.
1093
1094 2011-01-13  H.J. Lu  <hongjiu.lu@intel.com>
1095
1096         * ld-x86-64/ilp32-4.d: New.
1097
1098         * ld-x86-64/x86-64.exp: Run ilp32-4.
1099
1100 2011-01-13  H.J. Lu  <hongjiu.lu@intel.com>
1101
1102         PR ld/12356
1103         * ld-scripts/defined.exp: Run defined5.
1104
1105         * ld-scripts/defined5.d: New.
1106         * ld-scripts/defined5.s: Likewise.
1107         * ld-scripts/defined5.t: Likewise.
1108
1109 2011-01-13  H.J. Lu  <hongjiu.lu@intel.com>
1110
1111         * ld-scripts/defined4.d: Xfail rs6000-*-aix*.  Skip mips*-*-*
1112         and mmix-*-*.
1113
1114         * ld-scripts/expr2.d: Xfail rs6000-*-aix* and arm-*-*aout.
1115
1116 2011-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1117
1118         * ld-scripts/assert.exp: Run assert2.
1119
1120         * ld-scripts/assert2.d: New.
1121         * ld-scripts/assert2.t: Likewise.
1122
1123 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
1124             Glauber de Oliveira Costa  <glommer@gmail.com>
1125
1126         * ld-arm/arm-elf.exp: Added tests for new TLS handling
1127         relocations.
1128         * ld-arm/tls-descrelax-be32.d: New.
1129         * ld-arm/tls-descrelax-be32.s: New.
1130         * ld-arm/tls-descrelax-be8.d: New.
1131         * ld-arm/tls-descrelax-be8.s: New.
1132         * ld-arm/tls-descrelax-v7.d: New.
1133         * ld-arm/tls-descrelax-v7.s: New.
1134         * ld-arm/tls-descrelax.d: New.
1135         * ld-arm/tls-descrelax.s: New.
1136         * ld-arm/tls-descseq.d: New.
1137         * ld-arm/tls-descseq.r: New.
1138         * ld-arm/tls-descseq.s: New.
1139         * ld-arm/tls-gdesc-got.d: New.
1140         * ld-arm/tls-gdesc-got.s: New.
1141         * ld-arm/tls-gdesc-nlazy.g: New.
1142         * ld-arm/tls-gdesc-nlazy.s: New.
1143         * ld-arm/tls-gdesc.d: New.
1144         * ld-arm/tls-gdesc.r: New.
1145         * ld-arm/tls-gdesc.s: New.
1146         * ld-arm/tls-gdierelax.d: New.
1147         * ld-arm/tls-gdierelax.s: New.
1148         * ld-arm/tls-gdierelax2.d: New.
1149         * ld-arm/tls-gdierelax2.s: New.
1150         * ld-arm/tls-gdlerelax.d: New.
1151         * ld-arm/tls-gdlerelax.s: New.
1152         * ld-arm/tls-lib-loc.d: New.
1153         * ld-arm/tls-lib-loc.r: New.
1154         * ld-arm/tls-lib-loc.s: New.
1155         * ld-arm/tls-longplt-lib.d: New.
1156         * ld-arm/tls-longplt-lib.s: New.
1157         * ld-arm/tls-longplt.d: New.
1158         * ld-arm/tls-longplt.s: New.
1159         * ld-arm/tls-mixed.r: New.
1160         * ld-arm/tls-mixed.s: New.
1161         * ld-arm/tls-thumb1.d: New.
1162         * ld-arm/tls-thumb1.s: New.
1163         * ld-arm/arm-elf.exp: New.
1164
1165 2011-01-08  Nick Clifton  <nickc@redhat.com>
1166
1167         * ld-misc/defsym1.d: Add a -e linker command line option.
1168         * ld-misc/dummy.s: Remove text.
1169
1170 2011-01-08  Nick Clifton  <nickc@redhat.com>
1171
1172         PR ld/12358
1173         PR ld/12359
1174         * ld-elf/textaddr2.d: Fix regexp to work with hppa64 targets.
1175         * ld-elf/textaddr6.d: Fix regexp to work with hppa64 targets.
1176
1177 2011-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1178
1179         PR ld/12366
1180         PR ld/12371
1181         * ld-ifunc/ifunc-10-i386.s: Add more tests.
1182         * ld-ifunc/ifunc-10-x86-64.s: Likewise.
1183         * ld-ifunc/ifunc-11-i386.s: Likewise.
1184         * ld-ifunc/ifunc-11-x86-64.s: Likewise.
1185
1186         * ld-ifunc/ifunc-12-i386.d: New.
1187         * ld-ifunc/ifunc-12-i386.s: Likewise.
1188         * ld-ifunc/ifunc-12-x86-64.d: Likewise.
1189         * ld-ifunc/ifunc-12-x86-64.s: Likewise.
1190         * ld-ifunc/ifunc-13-i386.d: Likewise.
1191         * ld-ifunc/ifunc-13-x86-64.d: Likewise.
1192         * ld-ifunc/ifunc-13a-i386.s: Likewise.
1193         * ld-ifunc/ifunc-13a-x86-64.s: Likewise.
1194         * ld-ifunc/ifunc-13b-i386.s: Likewise.
1195         * ld-ifunc/ifunc-13b-x86-64.s: Likewise.
1196
1197 2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>
1198
1199         * ld-x86-64/dummy.s: New.
1200         * ld-x86-64/foo.s: Likewise.
1201         * ld-x86-64/ia32-1.d: Likewise.
1202         * ld-x86-64/ia32-2.d: Likewise.
1203         * ld-x86-64/ia32-3.d: Likewise.
1204         * ld-x86-64/ilp32-1.d: Likewise.
1205         * ld-x86-64/ilp32-2.d: Likewise.
1206         * ld-x86-64/ilp32-3.d: Likewise.
1207         * ld-x86-64/lp64-1.d: Likewise.
1208         * ld-x86-64/lp64-2.d: Likewise.
1209         * ld-x86-64/lp64-3.d: Likewise.
1210         * ld-x86-64/start.s: Likewise.
1211
1212         * ld-x86-64/x86-64.exp: Run ilp32-1, ilp32-2, ilp32-3, ia32-1,
1213         ia32-2, ia32-3, lp64-1, lp64-2 and lp64-3.
1214
1215 2011-01-02  H.J. Lu  <hongjiu.lu@intel.com>
1216
1217         PR ld/12001
1218         * ld-misc/defsym.exp: New.
1219         * ld-misc/defsym1.d: Likewise.
1220         * ld-misc/dummy.s: Likewise.
1221         * ld-misc/foo.s: Likewise.
1222         * ld-misc/start.s: Likewise.
1223
1224 For older changes see ChangeLog-2010
1225 \f
1226 Local Variables:
1227 mode: change-log
1228 left-margin: 8
1229 fill-column: 74
1230 version-control: never
1231 End: