OSDN Git Service

2009-11-23 Paul Brook <paul@codesourcery.com>
[pf3gnuchains/pf3gnuchains3x.git] / ld / testsuite / ChangeLog
1 2009-11-23  Paul Brook  <paul@codesourcery.com>
2
3         * ld-arm/script-type.sym: New test.
4         * ld-arm/script-type.s: New test.
5         * ld-arm/script-type.s: New test.
6
7 2009-11-20  Thomas Schwinge  <thomas@codesourcery.com>
8
9         * ld-arm/arm-dyn.ld: Adapt to main linker script changes.
10         * ld-arm/arm-lib.ld: Likewise.
11         * ld-arm/armthumb-lib.sym: : Adjust expected results.
12         * ld-arm/farcall-mixed-app-v5.d: Likewise.
13         * ld-arm/farcall-mixed-app.d: Likewise.
14         * ld-arm/farcall-mixed-app.sym: Likewise.
15         * ld-arm/farcall-mixed-lib.d: Likewise.
16         * ld-arm/mixed-app-v5.d: Likewise.
17         * ld-arm/mixed-app.d: Likewise.
18         * ld-arm/mixed-app.sym: Likewise.
19         * ld-arm/mixed-lib.sym: Likewise.
20         * ld-arm/preempt-app.sym: Likewise.
21         * ld-arm/tls-app.d: Likewise.
22
23 2009-11-18  Nick Clifton  <nickc@redhat.com>
24
25         * ld-elf/extract-symbol-1sec.d: Expect to fail for the RX target.
26         * ld-scripts/overlay-size.d: Likewise.
27         * ld-scripts/rgn-at1.d: Likewise.
28         * ld-scripts/rgn-at2.d: Likewise.
29         * ld-scripts/rgn-at3.d: Likewise.
30         * ld-scripts/rgn-at4.d: Likewise.
31         * ld-scripts/rgn-over8-ok.d: Likewise.
32
33 2009-11-15  Kai Tietz  <kai.tietz@onevision.com>
34
35         * ld-pe/direct2_client.c: New file.
36         * ld-pe/direct2_dll.c: Likewise.
37         * ld-pe/direct2_dll.def: Likewise.
38         * ld-pe/pe-run2.exp: Likewise.
39
40 2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>
41
42         * ld-x86-64/tlsbin.dd: Updated for prefix processing.
43         * ld-x86-64/tlsgdesc.dd: Likewise.
44         * ld-x86-64/tlsld1.dd: Likewise.
45         * ld-x86-64/tlspic.dd: Likewise.
46
47 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48
49         PR ld/10911
50         * ld-ifunc/ifunc-4a-x86.d: New.
51
52 2009-11-02  Paul Brook  <paul@codesourcery.com>
53
54         * ld-arm/arm-elf.exp: Add new attr-merge-vfp tests.
55         * ld-arm/attr-merge-vfp-1.d: New test.
56         * ld-arm/attr-merge-vfp-1r.d: New test.
57         * ld-arm/attr-merge-vfp-2.d: New test.
58         * ld-arm/attr-merge-vfp-2r.d: New test.
59         * ld-arm/attr-merge-vfp-3.d: New test.
60         * ld-arm/attr-merge-vfp-3r.d: New test.
61         * ld-arm/attr-merge-vfp-4.d: New test.
62         * ld-arm/attr-merge-vfp-4r.d: New test.
63         * ld-arm/attr-merge-vfp-5.d: New test.
64         * ld-arm/attr-merge-vfp-5r.d: New test.
65         * ld-arm/attr-merge-vfp-2.s: New test.
66         * ld-arm/attr-merge-vfp-3.s: New test.
67         * ld-arm/attr-merge-vfp-3-d16.s: New test.
68         * ld-arm/attr-merge-vfp-4.s: New test.
69         * ld-arm/attr-merge-vfp-4-d16.s: New test.
70
71 2009-11-02  Alan Modra  <amodra@bigpond.net.au>
72
73         * ld-scripts/phdrs3.exp (LDFLAGS): Add "--local-store 0:0" for SPU.
74
75 2009-10-30  Mark Mitchell  <mark@codesourcery.com>
76
77         * ld-elfcomm/elfcomm.exp: Compile with -fcommon.
78
79 2009-10-28  Johan Kristell  <johankri@axis.com>
80
81         * ld-cris/dso12-pltdis.d: New test.
82
83 2009-10-19  Hans-Peter Nilsson  <hp@axis.com>
84
85         * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d,
86         ld-cris/tls-e-80.d, ld-cris/tls-e-dtpoffd1.d,
87         ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-ldgde-14.d,
88         ld-cris/tls-ldgde-15.d, ld-cris/tls-ldgdex-14.d,
89         ld-cris/tls-ldgdex-15.d: Adjust for change in non-shared
90         R_CRIS_32_DTPREL and R_CRIS_16_DTPREL relocations.
91
92 2009-10-17  Arnold Metselaar  <arnold.metselaar@planet.nl>
93
94         * ld-scripts/align.exp: Remove xfails for z80-*-coff
95
96 2009-10-16  Rafael Avila de Espindola  <espindola@google.com>
97
98         * bootstrap.exp: Detect if plugins are enabled. Skip the static
99         link test and add -ldl to the remaining tests if they are.
100
101 2009-10-14  Joseph Myers  <joseph@codesourcery.com>
102
103         * ld-scripts/phdrs3.d: Allow colon in name of linker binary.
104
105 2009-10-14  Alan Modra  <amodra@bigpond.net.au>
106
107         * ld-elf/pr349-1.s, * ld-elf/pr349-2.s, * ld-elf/pr349.d: New.
108
109 2009-10-09  H.J. Lu  <hongjiu.lu@intel.com>
110
111         PR ld/10749
112         * ld-elf/relocatable.d: New.
113         * ld-elf/relocatable.t: Likewise.
114         * ld-elf/simple.s: Likewise.
115
116 2009-10-07  H.J. Lu  <hongjiu.lu@intel.com>
117
118         PR ld/10744
119         * ld-scripts/phdrs3.exp: Run phdrs3a.
120
121         * ld-scripts/phdrs3a.d: New.
122         * ld-scripts/phdrs3a.t: Likewise.
123
124 2009-10-08  Alan Modra  <amodra@bigpond.net.au>
125
126         PR ld/10744
127         * ld-scripts/phdrs3.d: Update.
128
129 2009-10-06  Nathan Sidwell  <nathan@codesourcery.com>
130
131         * ld-scripts/phdrs3.d: New.
132         * ld-scripts/phdrs3.t: New.
133         * ld-scripts/phdrs3.exp: New.
134
135 2009-10-03  Alan Modra  <amodra@bigpond.net.au>
136
137         * ld-powerpc/tlsexe.d: Update.
138         * ld-powerpc/tlsexe.r: Update.
139         * ld-powerpc/tlsexetoc.d: Update.
140         * ld-powerpc/tlsexetoc.r: Update.
141         * ld-powerpc/tlsso.d: Update.
142         * ld-powerpc/tlsso.r: Update.
143         * ld-powerpc/tlstocso.d: Update.
144         * ld-powerpc/tlstocso.r: Update.
145
146 2009-10-02  Alan Modra  <amodra@bigpond.net.au>
147
148         * lib/ld-lib.exp (ld_simple_link_defsyms): New proc, adding
149         powerpc-*-rtems to code setting symbols, extracted from..
150         * ld-srec/srec.exp (run_srec_test): ..here.  Correct flags for sh64.
151         * ld-gc/gc.exp (test_gc): Use ld_simple_link_defsyms.
152
153 2009-10-01  Ulrich Weigand  <uweigand@de.ibm.com>
154
155         * ld-spu/icache1.d: Update to new section layout.
156
157 2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>
158
159         PR ld/10630
160         * ld-alpha/tlsbin.rd: Remove HIDDEN/.hidden on local symbols.
161         * ld-alpha/tlsbinr.rd: Likewise.
162         * ld-alpha/tlspic.rd: Likewise.
163         * ld-cris/libdso-2.d: Likewise.
164         * ld-cris/locref1.d: Likewise.
165         * ld-cris/locref2.d: Likewise.
166         * ld-cris/tls-e-20a.d: Likewise.
167         * ld-cris/tls-e-20.d: Likewise.
168         * ld-cris/tls-e-80.d: Likewise.
169         * ld-cris/tls-gc-68.d: Likewise.
170         * ld-cris/tls-gc-69.d: Likewise.
171         * ld-cris/tls-gc-70.d: Likewise.
172         * ld-cris/tls-gc-75.d: Likewise.
173         * ld-cris/tls-gc-76.d: Likewise.
174         * ld-cris/tls-gc-79.d: Likewise.
175         * ld-cris/tls-gd-1h.d: Likewise.
176         * ld-cris/tls-gd-2h.d: Likewise.
177         * ld-cris/tls-ld-4.d: Likewise.
178         * ld-cris/tls-ld-5.d: Likewise.
179         * ld-cris/tls-ld-6.d: Likewise.
180         * ld-cris/tls-ld-7.d: Likewise.
181         * ld-cris/tls-ldgd-14.d: Likewise.
182         * ld-cris/tls-ldgd-15.d: Likewise.
183         * ld-cris/tls-local-63.d: Likewise.
184         * ld-cris/tls-local-64.d: Likewise.
185         * ld-elf/pr9676.rd: Likewise.
186         * ld-elf/pr9679.rd: Likewise.
187         * ld-elfvsb/hidden2.d: Likewise.
188         * ld-i386/tlsbindesc.rd: Likewise.
189         * ld-i386/tlsbin.rd: Likewise.
190         * ld-i386/tlsdesc.rd: Likewise.
191         * ld-i386/tlsgdesc.rd: Likewise.
192         * ld-i386/tlsnopic.rd: Likewise.
193         * ld-i386/tlspic.rd: Likewise.
194         * ld-ia64/tlsbin.rd: Likewise.
195         * ld-ia64/tlspic.rd: Likewise.
196         * ld-powerpc/tlsexe32.r: Likewise.
197         * ld-powerpc/tlsexe.r: Likewise.
198         * ld-powerpc/tlsexetoc.r: Likewise.
199         * ld-powerpc/tlsso32.r: Likewise.
200         * ld-powerpc/tlsso.r: Likewise.
201         * ld-powerpc/tlstocso.r: Likewise.
202         * ld-s390/tlsbin_64.rd: Likewise.
203         * ld-s390/tlsbin.rd: Likewise.
204         * ld-s390/tlspic_64.rd: Likewise.
205         * ld-s390/tlspic.rd: Likewise.
206         * ld-sparc/gotop32.rd: Likewise.
207         * ld-sparc/gotop64.rd: Likewise.
208         * ld-sparc/tlssunbin32.rd: Likewise.
209         * ld-sparc/tlssunbin64.rd: Likewise.
210         * ld-sparc/tlssunnopic32.rd: Likewise.
211         * ld-sparc/tlssunnopic64.rd: Likewise.
212         * ld-sparc/tlssunpic32.rd: Likewise.
213         * ld-sparc/tlssunpic64.rd: Likewise.
214         * ld-x86-64/tlsbindesc.rd: Likewise.
215         * ld-x86-64/tlsbin.rd: Likewise.
216         * ld-x86-64/tlsdesc.rd: Likewise.
217         * ld-x86-64/tlsgdesc.rd: Likewise.
218         * ld-x86-64/tlspic.rd: Likewise.
219         * ld-xtensa/tlsbin.rd: Likewise.
220         * ld-xtensa/tlspic.rd: Likewise.
221
222         * ld-elf/local1.d: New.
223         * ld-elf/local1.map: Likewise.
224         * ld-elf/local1.s: Likewise.
225         * ld-ia64/local1.d: Likewise.
226         * ld-ia64/local1.map: Likewise.
227         * ld-ia64/local1.s: Likewise.
228
229 2009-09-23  Matt Rice  <ratmice@gmail.com>
230
231         * ld-elf/audit.exp: New.
232         * ld-elf/audit.rd: New.
233         * ld-elf/depaudit.rd: New.
234         * ld-elf/depaudit2.rd: New.
235
236 2009-09-23  Jie Zhang  <jie.zhang@analog.com>
237
238         * ld-srec/srec.exp: Add xfails for bfin-*-linux-uclibc.
239
240 2009-09-23  Alan Modra  <amodra@bigpond.net.au>
241
242         * ld-alpha/tlsbin.rd: Tolerate some whitespace differences.
243         * ld-alpha/tlsbinr.rd: Likewise.
244         * ld-alpha/tlspic.rd: Likewise.
245         * ld-arm/armthumb-lib.sym: Likewise.
246         * ld-arm/farcall-mixed-app.sym: Likewise.
247         * ld-arm/mixed-app.sym: Likewise.
248         * ld-arm/mixed-lib.sym: Likewise.
249         * ld-arm/preempt-app.sym: Likewise.
250         * ld-arm/use-thumb-lib.sym: Likewise.
251         * ld-cris/libdso-2.d: Likewise.
252         * ld-cris/tls-local-63.d: Likewise.
253         * ld-cris/tls-local-64.d: Likewise.
254         * ld-cris/tls-und-38.d: Likewise.
255         * ld-cris/tls-und-42.d: Likewise.
256         * ld-cris/tls-und-46.d: Likewise.
257         * ld-cris/tls-und-50.d: Likewise.
258         * ld-cris/weakref3.d: Likewise.
259         * ld-cris/weakref4.d: Likewise.
260         * ld-elf/empty.d: Likewise.
261         * ld-elf/group1.d: Likewise.
262         * ld-elf/group3a.d: Likewise.
263         * ld-elf/group3b.d: Likewise.
264         * ld-elf/hash.d: Likewise.
265         * ld-elf/warn1.d: Likewise.
266         * ld-elf/warn2.d: Likewise.
267         * ld-elfvers/vers24.rd: Likewise.
268         * ld-elfvsb/hidden0.d: Likewise.
269         * ld-elfvsb/hidden1.d: Likewise.
270         * ld-elfvsb/hidden2.d: Likewise.
271         * ld-elfvsb/internal0.d: Likewise.
272         * ld-elfvsb/internal1.d: Likewise.
273         * ld-elfvsb/protected0.d: Likewise.
274         * ld-elfvsb/protected1.d: Likewise.
275         * ld-i386/tlsbin.rd: Likewise.
276         * ld-i386/tlsbindesc.rd: Likewise.
277         * ld-i386/tlsdesc.rd: Likewise.
278         * ld-i386/tlsgdesc.rd: Likewise.
279         * ld-i386/tlsnopic.rd: Likewise.
280         * ld-i386/tlspic.rd: Likewise.
281         * ld-ia64/tlsbin.rd: Likewise.
282         * ld-ia64/tlspic.rd: Likewise.
283         * ld-mips-elf/got-vers-1.sd: Likewise.
284         * ld-mips-elf/mips16-pic-2.nd: Likewise.
285         * ld-mips-elf/mips16-pic-4a.nd: Likewise.
286         * ld-mips-elf/pic-and-nonpic-1-rel.nd: Likewise.
287         * ld-mips-elf/pic-and-nonpic-1.nd: Likewise.
288         * ld-mips-elf/pic-and-nonpic-3b.nd: Likewise.
289         * ld-mips-elf/pic-and-nonpic-4b.nd: Likewise.
290         * ld-mips-elf/pic-and-nonpic-5b.nd: Likewise.
291         * ld-mips-elf/pic-and-nonpic-6-n32.nd: Likewise.
292         * ld-mips-elf/pic-and-nonpic-6-n64.nd: Likewise.
293         * ld-mips-elf/pic-and-nonpic-6-o32.nd: Likewise.
294         * ld-mips-elf/vxworks1-lib.nd: Likewise.
295         * ld-mmix/bspec1.d: Likewise.
296         * ld-mmix/bspec2.d: Likewise.
297         * ld-mmix/local1.d: Likewise.
298         * ld-mmix/local3.d: Likewise.
299         * ld-mmix/local5.d: Likewise.
300         * ld-mmix/local7.d: Likewise.
301         * ld-mmix/undef-3.d: Likewise.
302         * ld-mn10300/i135409-1.d: Likewise.
303         * ld-mn10300/i135409-2.d: Likewise.
304         * ld-powerpc/tlsexe.r: Likewise.
305         * ld-powerpc/tlsexe32.r: Likewise.
306         * ld-powerpc/tlsexetoc.r: Likewise.
307         * ld-powerpc/tlsso.r: Likewise.
308         * ld-powerpc/tlsso32.r: Likewise.
309         * ld-powerpc/tlstocso.r: Likewise.
310         * ld-powerpc/vxworks1-lib.nd: Likewise.
311         * ld-s390/tlsbin.rd: Likewise.
312         * ld-s390/tlsbin_64.rd: Likewise.
313         * ld-s390/tlspic.rd: Likewise.
314         * ld-s390/tlspic_64.rd: Likewise.
315         * ld-sh/tlsbin-2.d: Likewise.
316         * ld-sh/tlspic-2.d: Likewise.
317         * ld-sh/vxworks1-lib.nd: Likewise.
318         * ld-sh/sh64/crange1.rd: Likewise.
319         * ld-sh/sh64/crange2.rd: Likewise.
320         * ld-sh/sh64/crange3-cmpct.rd: Likewise.
321         * ld-sh/sh64/crange3-media.rd: Likewise.
322         * ld-sh/sh64/crange3.rd: Likewise.
323         * ld-sh/sh64/crangerel1.rd: Likewise.
324         * ld-sh/sh64/crangerel2.rd: Likewise.
325         * ld-sh/sh64/reldl32.rd: Likewise.
326         * ld-sh/sh64/reldl64.rd: Likewise.
327         * ld-sparc/gotop32.rd: Likewise.
328         * ld-sparc/gotop64.rd: Likewise.
329         * ld-sparc/tlssunbin32.rd: Likewise.
330         * ld-sparc/tlssunbin64.rd: Likewise.
331         * ld-sparc/tlssunnopic32.rd: Likewise.
332         * ld-sparc/tlssunnopic64.rd: Likewise.
333         * ld-sparc/tlssunpic32.rd: Likewise.
334         * ld-sparc/tlssunpic64.rd: Likewise.
335         * ld-vxworks/plt-mips1.d: Likewise.
336         * ld-x86-64/tlsbin.rd: Likewise.
337         * ld-x86-64/tlsbindesc.rd: Likewise.
338         * ld-x86-64/tlsdesc.rd: Likewise.
339         * ld-x86-64/tlsgdesc.rd: Likewise.
340         * ld-x86-64/tlspic.rd: Likewise.
341         * ld-xtensa/tlsbin.rd: Likewise.
342         * ld-xtensa/tlspic.rd: Likewise.
343
344 2009-09-21  Richard Sandiford  <rdsandiford@googlemail.com>
345
346         PR ld/10681
347         * ld-elf/eh6.d: Expect absolute pointers in shared libraries to
348         be converted into PC-relative form.
349
350 2009-09-21  Richard Sandiford  <rdsandiford@googlemail.com>
351
352         * ld-mips-elf/eh-frame5.d: Expect PC-relative encodings
353         to include DW_EH_PE_sdata4.
354
355 2009-09-21  Richard Sandiford  <rdsandiford@googlemail.com>
356
357         * ld-mips-elf/eh-frame1-n32.d: Expect PC-relative encodings
358         to include DW_EH_PE_sdata4.
359         * ld-mips-elf/eh-frame2-n32.d: Likewise.
360         * ld-mips-elf/eh-frame1-n64.d: Expect PC-relative encodings
361         to include DW_EH_PE_sdata8.
362         * ld-mips-elf/eh-frame2-n64.d: Likewise.
363
364 2009-09-21  Alan Modra  <amodra@bigpond.net.au>
365
366         * ld-powerpc/tlslib.s: Delete dot-symbol entry syms.  Add
367         __tls_get_addr_opt.
368         * ld-powerpc/tlslib32.s: Add __tls_get_addr_opt.
369         * ld-powerpc/oldtlslib.s: New file, old-abi version of tlslib.s.
370         * ld-powerpc/powerpc.exp: Build old-abi library and use it in
371         two new link tests.
372         * ld-powerpc/tlsexe.d: Update for new __tls_get_addr stub.
373         * ld-powerpc/tlsexe.g, * ld-powerpc/tlsexe.r, *ld-powerpc/tlsexe32.d,
374         * ld-powerpc/tlsexe32.g, * ld-powerpc/tlsexe32.r,
375         * ld-powerpc/tlsexetoc.d, * ld-powerpc/tlsexetoc.g,
376         * ld-powerpc/tlsexetoc.r: Likewise.
377
378 2009-09-20  Richard Sandiford  <rdsandiford@googlemail.com>
379
380         * ld-mips-elf/elf-rel-got-n64-linux.d: Expect BALs.
381         * ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
382
383 2009-09-19  Richard Sandiford  <rdsandiford@googlemail.com>
384
385         * ld-mips-elf/eh-frame5.s, ld-mips-elf/eh-frame5.ld,
386         ld-mips-elf/eh-frame5.d: New test.
387         * ld-mips-elf/mips-elf.exp: Run it.
388
389 2009-09-18  Alan Modra  <amodra@bigpond.net.au>
390
391         * ld-powerpc/tlsso.d: Update.
392         * ld-powerpc/tlsso.r: Update.
393         * ld-powerpc/tlstocso.d: Update.
394         * ld-powerpc/tlstocso.r: Update.
395
396 2009-09-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
397
398         * ld-elfcomm/elfcomm.exp: Add appropriate emulation option
399         for sh64*-*-*.
400         * ld-gc/gc.exp (test_gc): Likewise.
401
402 2009-09-14  H.J. Lu  <hongjiu.lu@intel.com>
403
404         * ld-undefined/entry-7.d: New.
405
406 2009-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
407
408         * ld-mips-elf/eh-frame1-n32.d: Change "the section \.eh_frame"
409         to "the \.eh_frame section".
410         * ld-mips-elf/eh-frame1-n64.d: Likewise.
411         * ld-mips-elf/eh-frame2-n32.d: Likewise.
412         * ld-mips-elf/eh-frame2-n64.d: Likewise.
413         * ld-mips-elf/eh-frame3.d: Likewise.
414         * ld-mips-elf/eh-frame4.d: Likewise.
415         * ld-mips-elf/elf-rel-got-n32.d: Expect bals.
416         * ld-mips-elf/elf-rel-xgot-n32.d: Likewise.
417         * ld-mips-elf/mips-elf.exp: Force the MIPS16 PIC tests to use -mips1.
418
419 2009-09-11  Jie Zhang  <jie.zhang@analog.com>
420
421         * ld-elf/warn2.d: `Foo' appears in section 3 when target
422         is bfin-*-linux-uclibc.
423
424 2009-09-09  Daniel Jacobowitz  <dan@codesourcery.com>
425
426         * ld-arm/farcall-mixed-lib.d: Update.
427
428 2009-09-09  Alan Modra  <amodra@bigpond.net.au>
429
430         * ld-elf/sec64k.exp: For frv-linux use "aw" sections.
431         * ld-elf/seg.d: Cater for GNU_STACK segment.
432         * ld-elf/symbol1ref.s: Use data section.
433         * ld-elf/symbol2ref.s: Likewise.
434         * ld-scripts/empty-address-1.d: Don't run on frv-linux.
435         * ld-scripts/empty-address-2a.d: Likewise.
436         * ld-scripts/empty-address-2b.d: Likewise.
437         * ld-scripts/empty-aligned.d: Likewise.
438         * ld-elf/extract-symbol-1sym.d: Tolerate extra target supplied syms.
439         * ld-scripts/sort_b_a-1.d: Likewise.
440         * ld-scripts/sort_b_a.d: Likewise.
441         * ld-scripts/sort_b_a_a-1.d: Likewise.
442         * ld-scripts/sort_b_a_a-2.d: Likewise.
443         * ld-scripts/sort_b_a_a-3.d: Likewise.
444         * ld-scripts/sort_b_a_n-1.d: Likewise.
445         * ld-scripts/sort_b_a_n-2.d: Likewise.
446         * ld-scripts/sort_b_a_n-3.d: Likewise.
447         * ld-scripts/sort_b_n-1.d: Likewise.
448         * ld-scripts/sort_b_n.d: Likewise.
449         * ld-scripts/sort_b_n_a-1.d: Likewise.
450         * ld-scripts/sort_b_n_a-2.d: Likewise.
451         * ld-scripts/sort_b_n_a-3.d: Likewise.
452         * ld-scripts/sort_b_n_n-1.d: Likewise.
453         * ld-scripts/sort_b_n_n-2.d: Likewise.
454         * ld-scripts/sort_b_n_n-3.d: Likewise.
455         * ld-scripts/sort_no-1.d: Likewise.
456         * ld-scripts/sort_no-2.d: Likewise.
457
458 2009-09-08  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
459
460         * ld-elf/merge.d: xfail cr16-*-*.
461
462 2009-09-08  Alan Modra  <amodra@bigpond.net.au>
463
464         * ld-elf/eh5.d: Don't run on hppa64.  Allow non-pcrel encoding.
465         Skip extra CIEs emitted on embedded targets and adjust FDE
466         matches to suit.
467
468 2009-09-05  Jie Zhang  <jie.zhang@analog.com>
469
470         * ld-elf/sec64k.exp: Use ".set" instead of "=" for bfin-*-*.
471
472 2009-09-03  Dave Korn  <dave.korn.cygwin@gmail.com>
473
474         * ld-pe/longsecn.d: Adjusted to match new .text section merging
475         in default PE linker scripts.
476         * ld-pe/longsecn-1.d: Likewise.
477         * ld-pe/longsecn-2.d: Likewise.
478
479 2009-08-31  Jie Zhang  <jie.zhang@analog.com>
480
481         * lib/ld-lib.exp (is_elf_format): Return 1 for bfin-*-uclinux.
482
483 2009-08-31  Alan Modra  <amodra@bigpond.net.au>
484
485         * ld-ifunc/ifunc.exp: Match R_PPC64_JUMP_IREL.
486
487 2009-08-30  H.J. Lu  <hongjiu.lu@intel.com>
488
489         PR ld/10569
490         * ld-elf/commonpage2.d: New.
491         * ld-elf/maxpage4.d: Likewise.
492         * ld-elf/maxpage4.t: Likewise.
493
494 2009-08-26  Maxim Kuvyrkov  <maxim@codesourcery.com>
495
496         * ld-m68k/tls-def-1.s: New file.
497         * ld-m68k/tls-def-1.d: New file.
498         * ld-m68k/tls-gd-1.d2: New file.
499         * ld-m68k/tls-gd-1.d3: New file.
500         * ld-m68k/tls-main-1.s: New file.
501         * ld-m68k/tls-main-1.d: New file.
502         * ld-m68k/m68k.exp: Run new TLS tests.
503
504 2009-08-23  Andreas Schwab  <schwab@linux-m68k.org>
505
506         * ld-powerpc/powerpc.exp: Move relaxing and relocatable relaxing
507         tests from ppc64elftest to ppcelftest and pass -a32 to assembler.
508
509         * ld-powerpc/relax.d: Fix whitespace.
510         * ld-powerpc/relaxr.d: Likewise.
511
512 2009-08-21  Daniel Gutson  <dgutson@codesourcery.com>
513
514         * ld-arm/callweak.d: Opcodes updated.
515         * ld-arm/callweak.s: Architecture specified.
516         * ld-arm/callweak-2.d: New test case.
517         * ld-arm/callweak-2.s: New file.
518
519 2009-08-17  Nick Clifton  <nickc@redhat.com>
520
521         * ld-elf/linkonce1.d: Accept "UNUSED" as part of the name of an
522         unused reloc.
523         * ld-elf/linkonce2.d: Likewise.
524
525 2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
526
527         Test go32 stub preservation by objcopy.
528         * ld-i386/i386.exp (go32 stub, go32 stub patch the source)
529         (go32 stub objcopy, go32 stub comparison after objcopy): New.
530
531 2009-08-10  Nathan Sidwell  <nathan@codesourcery.com>
532
533         * ld-powerpc/relax.s: New.
534         * ld-powerpc/relax.d: New.
535         * ld-powerpc/relaxr.d: New.
536         * ld-powerpc/powerpc.exp: Add new tests.
537
538 2009-08-06  Nathan Sidwell  <nathan@codesourcery.com>
539
540         * ld-arm/arm-elf.exp: Add new test.
541         * ld-arm/cortex-a8-fix-hdr.d: New.
542         * ld-arm/cortex-a8-fix-hdr.s: New.
543         * ld-arm/cortex-a8-fix-hdr.t: New.
544
545 2009-08-05  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
546
547         * ld-spu/fixup.d: New.
548         * ld-spu/fixup.s: New.
549
550 2009-08-05  Nathan Sidwell  <nathan@codesourcery.com>
551
552         * ld-arm/cortex-a8-far-1.s: New.
553         * ld-arm/cortex-a8-far-2.s: New.
554         * ld-arm/cortex-a8-far.d: New.
555         * ld-arm/arm-elf.exp: Add new test.
556
557 2009-08-02  H.J. Lu  <hongjiu.lu@intel.com>
558
559         PR ld/6443
560         * ld-i386/i386.exp: Run tlspie1.
561         * ld-x86-64/x86-64.exp: tlspie1.
562
563         * ld-i386/tlspie1.d: New.
564         * ld-i386/tlspie1.s: Likewise.
565         * ld-x86-64/tlspie1.d: Likewise.
566         * ld-x86-64/tlspie1.s: Likewise.
567
568 2009-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
569
570         * ld-mmix/x.s, ld-mmix/y.s, ld-mmix/zeroeh.ld,
571         ld-mmix/zeroehelf.d, ld-mmix/zeroehmmo.d: Use .gcc_except_table,
572         not .eh_frame.
573
574 2009-07-30  H.J. Lu  <hongjiu.lu@intel.com>
575
576         * ld-elf/shared.exp: Comment out dl3b.
577
578 2009-07-30  Hans-Peter Nilsson  <hp@bitrange.com>
579
580         * ld-scripts/empty-address-3a.d, ld-scripts/empty-address-3b.d:
581         Skip for mmix-knuth-mmixware.
582
583 2009-07-29  Hans-Peter Nilsson  <hp@bitrange.com>
584
585         * ld-scripts/default-script.s (text): Globalize.
586         * ld-scripts/default-script1.d, ld-scripts/default-script2.d,
587         ld-scripts/default-script3.d, ld-scripts/default-script4.d: Adjust
588         accordingly.
589
590 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
591
592         * ld-x86-64/abs-l1om.d: New.
593         * ld-x86-64/protected2-l1om.d: Likewise.
594         * ld-x86-64/protected3-l1om.d: Likewise.
595
596         * ld-x86-64/x86-64.exp: Run abs-l1om, protected2-l1om and
597         protected3-l1om.
598
599 2009-07-24  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
600             Alan Modra  <amodra@bigpond.net.au>
601
602         * ld-spu/pic.d: New.
603         * ld-spu/pic.s: New.
604         * ld-spu/picdef.s: New.
605
606 2009-07-23  H.J. Lu  <hongjiu.lu@intel.com>
607
608         PR ld/10434
609         * ld-x86-64/tlsle1.d: New.
610         * ld-x86-64/tlsle1.s: Likewise.
611
612         * ld-x86-64/x86-64.exp: Run tlsle1.
613
614 2009-07-21  H.J. Lu  <hongjiu.lu@intel.com>
615
616         PR ld/10426
617         * ld-ifunc/ifunc.exp: Check test-1 and libtest-2.so.  Updated.
618
619         * ld-ifunc/test-1.c: New.
620         * ld-ifunc/test-2.c: Likewise.
621
622 2009-07-17  Chao-ying Fu  <fu@mips.com>
623
624         * ld-mips-elf/pic-and-nonpic-3b.dd: Updated to use new PLT
625         entries.
626         * ld-mips-elf/pic-and-nonpic-5b.dd: Likewise.
627         * ld-mips-elf/pic-and-nonpic-6-o32.dd: Likewise.
628         * ld-mips-elf/pic-and-nonpic-6-n32.dd: Likewise.
629         * ld-mips-elf/pic-and-nonpic-6-n64.dd: Likewise.
630
631 2009-07-16  H.J. Lu  <hongjiu.lu@intel.com>
632
633         * ld-ifunc/ifunc-5r-local-i386.d: New.
634         * ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
635
636 2009-07-16  Nathan Sidwell  <nathan@codesourcery.com>
637
638         * ld-arm/arm-target2.s: Add addend cases.
639         * ld-arm/arm-target2-rel.d: Adjust.
640         * ld-arm/arm-target2-abs.d: Adjust.
641         * ld-arm/arm-target2-got-rel.d: Adjust.
642
643 2009-07-13  H.J. Lu  <hongjiu.lu@intel.com>
644
645         * ld-ifunc/ifunc.exp: Don't use -shared/-static to build object
646         files.  Use ld_simple_link to build static non-ifunc-using
647         executable.  Re-enable static non-ifunc-using executable check.
648
649 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
650
651         * ld-ifunc/ifunc.exp: Don't check static non-ifunc-using
652         executable.
653
654 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
655
656         * ld-ifunc/ifunc-1-local-x86.d: Updated.
657         * ld-ifunc/ifunc-1-x86.d: Likewise.
658         * ld-ifunc/ifunc-3a-x86.d: Likewise.
659
660 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
661
662         * ld-ifunc/ifunc-1-local-x86.d: Updated.
663         * ld-ifunc/ifunc-1-x86.d: Likewise.
664         * ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
665         * ld-ifunc/ifunc-2-x86-64.d: Likewise.
666         * ld-ifunc/ifunc-3a-x86.d: Likewise.
667
668 2009-07-10  Alan Modra  <amodra@bigpond.net.au>
669
670         * ld-ifunc/ifunc.exp: Run for powerpc.  Really generate static
671         executables, renaming the existing dynamic but local tests.
672
673 2009-07-08  Alan Modra  <amodra@bigpond.net.au>
674
675         * ld-selective/selective.exp: Remove check that $CC contains the
676         string "gcc".  Do -dumpversion for $CXX.
677
678 2009-06-30  Nick Clifton  <nickc@redhat.com>
679
680         PR 10288
681         * ld-arm/arm-app.d: Update expcted disassembly.
682         * ld-arm/arm-be8.d: Likewise.
683         * ld-arm/arm-call.d: Likewise.
684         * ld-arm/arm-lib-plt32.d: Likewise.
685         * ld-arm/arm-lib.d: Likewise.
686         * ld-arm/arm-movwt.d: Likewise.
687         * ld-arm/arm-pic-veneer.d: Likewise.
688         * ld-arm/armthumb-lib.d: Likewise.
689         * ld-arm/armv4-bx.d: Likewise.
690         * ld-arm/cortex-a8-fix-b-rel-arm.d: Likewise.
691         * ld-arm/farcall-mixed-app-v5.d: Likewise.
692         * ld-arm/farcall-mixed-app.d: Likewise.
693         * ld-arm/farcall-mixed-lib.d: Likewise.
694         * ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
695         * ld-arm/farcall-thumb-arm-short.d: Likewise.
696         * ld-arm/farcall-thumb-arm.d: Likewise.
697         * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
698         * ld-arm/farcall-thumb-thumb-m.d: Likewise.
699         * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
700         * ld-arm/farcall-thumb-thumb.d: Likewise.
701         * ld-arm/group-relocs.d: Likewise.
702         * ld-arm/mixed-app-v5.d: Likewise.
703         * ld-arm/mixed-app.d: Likewise.
704         * ld-arm/mixed-lib.d: Likewise.
705         * ld-arm/movw-merge.d: Likewise.
706         * ld-arm/thumb2-b-interwork.d: Likewise.
707         * ld-arm/tls-app.d: Likewise.
708         * ld-arm/tls-lib.d: Likewise.
709
710 2009-06-29  Nick Clifton  <nickc@redhat.com>
711
712         PR 10288
713         * ld-arm/arm-app-abs32.d: Update expected disassembly.
714         * ld-arm/arm-app.d: Likewise.
715         * ld-arm/arm-lib-plt32.d: Likewise.
716         * ld-arm/arm-lib.d: Likewise.
717         * ld-arm/arm-pic-veneer.d: Likewise.
718         * ld-arm/armthumb-lib.d: Likewise.
719         * ld-arm/farcall-mixed-app-v5.d: Likewise.
720         * ld-arm/farcall-mixed-app.d: Likewise.
721         * ld-arm/farcall-mixed-lib.d: Likewise.
722         * ld-arm/group-relocs.d: Likewise.
723         * ld-arm/mixed-app-v5.d: Likewise.
724         * ld-arm/mixed-app.d: Likewise.
725         * ld-arm/mixed-lib.d: Likewise.
726         * ld-arm/thumb2-bl-undefweak.d: Likewise.
727
728 2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
729
730         PR ld/10337
731         * ld-ifunc/binutils.exp: New.
732
733 2009-06-25  Kai Tietz  <kai.tietz@onevision.com>
734
735         * ld-pe/aligncomm-1.c (size_t): Add typedef.
736         (main): Use it for casting pointer to scalar.
737         * ld-pe/aligncomm-2.c: Likewise.
738         * ld-pe/aligncomm-3.c: Likewise.
739         * ld-pe/aligncomm-4.c: Likewise.
740         * ld-scripts/empty-address.exp: Make sure that for x86_64-*-mingw*
741         target imagebase is set to zero.
742         * ld-scripts/weak.exp: Don't fail for x86_64-*-mingw* target.
743
744 2009-06-22  Christophe Lyon  <christophe.lyon@st.com>
745
746         ld/testsuite:
747         * ld-arm/farcall-mixed-app.s: Add new references to check more
748         modes switching.
749         * ld-arm/farcall-mixed-lib1.s: Likewise.
750         * ld-arm/farcall-mixed-app-v5.d: Update expected result.
751         * farcall-mixed-app.d: Likewise.
752         * ld-arm/farcall-mixed-lib.d: Likewise.
753
754 2009-06-22  Dave Korn  <dave.korn.cygwin@gmail.com>
755
756         * ld-pe/pe-run.exp (proc test_direct_link_dll):  Fix incorrect
757         line-wrapping.
758
759 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
760
761         * ld-i386/i386.exp: Run tlsgd2.
762
763         * ld-i386/tlsgd2.d: New.
764         * ld-i386/tlsgd2.s: Likewise.
765
766         * ld-x86-64/tlsgd3.d: Updated.
767
768 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
769
770         * ld-pe/pe-run.exp (proc test_direct_link_dll):  Always pass
771         --enable-auto-import to the linker.
772         * ld-pe/vers-script-1.d:  Replace '\$' by '_' in all symbol names.
773         * ld-pe/vers-script-3.d:  Likewise.
774         * ld-pe/vers-script-4.d:  Likewise.
775         * ld-pe/vers-script-dll.c:  Likewise.
776         * lib/ld-lib.exp (proc is_pecoff_format):  Also return true for
777         "*-*-cegcc*" targets.
778
779 2009-06-15  H.J. Lu  <hongjiu.lu@intel.com>
780
781         * ld-ifunc/ifunc-9-x86.d: Fix a typo.
782
783 2009-06-14  H.J. Lu  <hongjiu.lu@intel.com>
784
785         PR ld/10270
786         * ld-ifunc/ifunc-9-x86.d: New.
787         * ld-ifunc/ifunc-9-x86.s: Likewise.
788
789 2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>
790
791         PR ld/10269
792         * ld-ifunc/ifunc-1-local-x86.d: New.
793         * ld-ifunc/ifunc-1-local-x86.s: Likewise.
794         * ld-ifunc/ifunc-2-local-i386.d: Likewise.
795         * ld-ifunc/ifunc-2-local-i386.s: Likewise.
796         * ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
797         * ld-ifunc/ifunc-2-local-x86-64.s: Likewise.
798         * ld-ifunc/ifunc-4-local-x86.d: Likewise.
799         * ld-ifunc/ifunc-4-local-x86.s: Likewise.
800         * ld-ifunc/ifunc-5-local-i386.s: Likewise.
801         * ld-ifunc/ifunc-5-local-x86-64.s: Likewise.
802         * ld-ifunc/ifunc-5a-local-i386.d: Likewise.
803         * ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
804         * ld-ifunc/ifunc-5b-local-i386.d: Likewise.
805         * ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
806
807 2009-06-03  H.J. Lu  <hongjiu.lu@intel.com>
808
809         * ld-ifunc/ifunc-2-x86-64.d: Pass --64 to as and -melf_x86_64 to
810         ld.
811         * ld-ifunc/ifunc-5a-x86-64.d: Likewise.
812         * ld-ifunc/ifunc-5b-x86-64.d: Likewise.
813         * ld-ifunc/ifunc-6a-x86-64.d: Likewise.
814         * ld-ifunc/ifunc-6b-x86-64.d: Likewise.
815         * ld-ifunc/ifunc-7a-x86-64.d: Likewise.
816         * ld-ifunc/ifunc-7b-x86-64.d: Likewise.
817
818         * ld-ifunc/ifunc-8a-i386.s: New.
819         * ld-ifunc/ifunc-8a-x86-64.s: Likewise.
820         * ld-ifunc/ifunc-8b-i386.s: Likewise.
821         * ld-ifunc/ifunc-8b-x86-64.s: Likewise.
822         * ld-ifunc/ifunc-8-i386.d: Likewise.
823         * ld-ifunc/ifunc-8-x86-64.d: Likewise.
824
825 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
826
827         * ld-powerpc/aix-glink-3.s, ld-powerpc/aix-glink-3a.s,
828         ld-powerpc/aix-glink-3b.s, ld-powerpc/aix-glink-3.dd,
829         ld-powerpc/aix-glink-3-32.d, ld-powerpc/aix-glink-3-64.d: New tests.
830         * ld-powerpc/aix52.exp: Run them.  Move the lineno tests to maintain
831         alphabetical order.
832
833 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
834
835         * ld-ifunc/ifunc-5-i386.d: Renamed to ...
836         * ld-ifunc/ifunc-5a-i386.d: This.
837
838         * ld-ifunc/ifunc-5-x86-64.d: Renamed to ...
839         * ld-ifunc/ifunc-5a-x86-64.d: This.
840
841         * ld-ifunc/ifunc-5b-i386.d: New.
842         * ld-ifunc/ifunc-5b-x86-64.d: Likewise.
843         * ld-ifunc/ifunc-6a-i386.d: Likewise.
844         * ld-ifunc/ifunc-6a-x86-64.d: Likewise.
845         * ld-ifunc/ifunc-6b-i386.d: Likewise.
846         * ld-ifunc/ifunc-6b-x86-64.d: Likewise.
847         * ld-ifunc/ifunc-6-i386.s: Likewise.
848         * ld-ifunc/ifunc-6-x86-64.s: Likewise.
849         * ld-ifunc/ifunc-7a-i386.d: Likewise.
850         * ld-ifunc/ifunc-7a-x86-64.d: Likewise.
851         * ld-ifunc/ifunc-7b-i386.d: Likewise.
852         * ld-ifunc/ifunc-7b-x86-64.d: Likewise.
853         * ld-ifunc/ifunc-7-i386.s: Likewise.
854         * ld-ifunc/ifunc-7-x86-64.s: Likewise.
855
856 2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
857
858         PR ld/10205
859         * ld-ifunc/ifunc.exp (contains_irelative_reloc): New.
860         Use it on executable and shared library.
861         Run *.d.
862
863         * ld-ifunc/lib.c: Add a hidden alias, __GI_library_func2, for
864         library_func2.
865         (library_func): New.
866
867         * ld-ifunc/ifunc-1-x86.d: New.
868         * ld-ifunc/ifunc-1-x86.s: Likewise.
869         * ld-ifunc/ifunc-2-i386.d: Likewise.
870         * ld-ifunc/ifunc-2-i386.s: Likewise.
871         * ld-ifunc/ifunc-2-x86-64.d: Likewise.
872         * ld-ifunc/ifunc-2-x86-64.s: Likewise.
873         * ld-ifunc/ifunc-3a-x86.d: Likewise.
874         * ld-ifunc/ifunc-3b-x86.d: Likewise.
875         * ld-ifunc/ifunc-3-x86.s: Likewise.
876         * ld-ifunc/ifunc-4-x86.d: Likewise.
877         * ld-ifunc/ifunc-4-x86.s: Likewise.
878         * ld-ifunc/ifunc-5-i386.d: Likewise.
879         * ld-ifunc/ifunc-5-i386.s: Likewise.
880         * ld-ifunc/ifunc-5-x86-64.d: Likewise.
881         * ld-ifunc/ifunc-5-x86-64.s: Likewise.
882
883 2009-05-27  Dave Korn  <dave.korn.cygwin@gmail.com>
884
885         * ld-pe/non-c-lang-syms.c:  New dump test source file.
886         * ld-pe/non-c-lang-syms.d:  New dump test pattern file.
887         * ld-pe/pe.exp:  Run new "foreign symbol" test.
888
889 2009-05-26  Nathan Sidwell  <nathan@codesourcery.com>
890
891         * ld-powerpc/vxworks-relax-2.s: New.
892         * ld-powerpc/vxworks-relax-2.rd: New.
893         * ld-powerpc/powerpc.exp: Add it.
894
895 2009-05-22  Hans-Peter Nilsson  <hp@axis.com>
896
897         * ld-scripts/rgn-over7.d: Adjust expected message for recent change.
898
899 2009-05-22  Julian Brown  <julian@codesourcery.com>
900
901         * ld-arm/cortex-a8-arm-target.s: New.
902         * ld-arm/cortex-a8-thumb-target.s: New.
903         * ld-arm/cortex-a8-fix-b-rel.s: New.
904         * ld-arm/cortex-a8-fix-b-rel-arm.d: New.
905         * ld-arm/cortex-a8-fix-b-rel-thumb.d: New.
906         * ld-arm/cortex-a8-fix-b.s: New.
907         * ld-arm/cortex-a8-fix-b.d: New.
908         * ld-arm/cortex-a8-fix-bl-rel.s: New.
909         * ld-arm/cortex-a8-fix-bl-rel-arm.d: New.
910         * ld-arm/cortex-a8-fix-bl-rel-thumb.d: New.
911         * ld-arm/cortex-a8-fix-bl.s: New.
912         * ld-arm/cortex-a8-fix-bl.d: New.
913         * ld-arm/cortex-a8-fix-bcc-rel.s: New.
914         * ld-arm/cortex-a8-fix-bcc-rel-thumb.d: New.
915         * ld-arm/cortex-a8-fix-bcc.s: New.
916         * ld-arm/cortex-a8-fix-bcc.d: New.
917         * ld-arm/cortex-a8-fix-blx-rel.s: New.
918         * ld-arm/cortex-a8-fix-blx-rel-arm.d: New.
919         * ld-arm/cortex-a8-fix-blx-rel-thumb.d: New.
920         * ld-arm/cortex-a8-fix-blx.s: New.
921         * ld-arm/cortex-a8-fix-blx.d: New.
922         * ld-arm/arm-elf.exp: Add new tests.
923
924 2009-05-22  Nathan Sidwell  <nathan@codesourcery.com>
925
926         * ld-scripts/rgn-at4.t: New.
927         * ld-scripts/rgn-at4.d: New.
928
929 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
930
931         * ld-pe/aligncomm-1.c (_alloca):  Add dummy definition to
932         satisfy final link on Windows targets when using gcc-3.
933         * ld-pe/aligncomm-2.c (_alloca):  Likewise.
934         * ld-pe/aligncomm-3.c (_alloca):  Likewise.
935         * ld-pe/aligncomm-4.c (_alloca):  Likewise.
936
937 2009-05-20  Dave Korn  <dave.korn.cygwin@gmail.com>
938
939         * lib/ld-lib.exp (run_ld_link_tests):  Filter test names against
940         runtests list.
941
942 2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>
943
944         * ld-pe/aligncomm-1.c:  New test source file.
945         * ld-pe/aligncomm-2.c:  Likewise.
946         * ld-pe/aligncomm-3.c:  Likewise.
947         * ld-pe/aligncomm-4.c:  Likewise.
948         * ld-pe/aligncomm.d:  New test pattern file.
949
950         * ld-pe/direct.exp:  Deleted, and content moved into ...
951         * ld-pe/pe-run.exp:  ... New common file for all PE run tests.
952
953         * ld-pe/vers-script.exp:  Deleted, and content merged into ...
954         * ld-pe/pe-compile.exp:  ... New common file for PE tests needing
955         a compiler, adding aligned common tests.
956
957         * ld-pe/pe.exp:  Update header comment.
958
959 2009-05-17  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
960
961         * ld-pe/exports.d: New file.
962         * ld-pe/exports.s: New file.
963         * ld-pe/pe.exp: New test for empty export table.
964
965 2009-05-16  Alan Modra  <amodra@bigpond.net.au>
966
967         * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
968         * ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
969         * ld-elf/orphan3f.s: Increase section size to 16.
970         * ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
971         * ld-pe/orphand.s, * ld-pe/orphane.s: Likewise.
972
973 2009-05-15  Alan Modra  <amodra@bigpond.net.au>
974
975         * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
976         * ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
977         * ld-elf/orphan3f.s: New test.
978         * ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
979         * ld-pe/orphand.s, * ld-pe/orphane.s: New test.
980         * ld-pe/direct.exp: Use is_pecoff_format.
981         * ld-pe/longsecn.exp: Delete.
982         * ld-pe/pe.exp: Run new test and longsecn tests.
983
984 2009-05-15  Andrew Stubbs  <ams@codesourcery.com>
985         Paul Brook  <paul@codesourcery.com>
986
987         * ld-arm/arm-elf.exp: Add unwind-5.
988         * ld-arm/discard-unwind.ld: New file.
989         * ld-arm/unwind-5.d: New test.
990         * ld-arm/unwind-5.s: New test.
991
992 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
993
994         * ld-spu/icache1.d: Update for compact stubs.
995
996 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
997
998         * ld-spu/icache1.d: Update all addresses to accomodate icache
999         buffer shifted down 0x800 bytes.
1000
1001 2009-05-14  Ulrich Weigand  <uweigand@de.ibm.com>
1002
1003         * ld-spu/icache.d: Update file offsets.
1004         * ld-spu/ovl.d: Likewise.
1005         * ld-spu/ovl1.d: Likewise.
1006
1007 2009-05-14  Alan Modra  <amodra@bigpond.net.au>
1008
1009         * ld-spu/icache1.d: Update for changed overlay manager placement.
1010         * ld-spu/ovl.d: Likewise.
1011         * ld-spu/ovl2.d: Likewise.
1012
1013 2009-05-05  Paul Brook  <paul@codesourcery.com>
1014
1015         * ld-arm/arm.ld: Add .ARM.exidx and .ARM.extab.
1016         * ld-arm/arm-elf.exp: Add unwind-[1-4].
1017         * ld-arm/unwind-1.d: New test.
1018         * ld-arm/unwind-1.s: New test.
1019         * ld-arm/unwind-2.d: New test.
1020         * ld-arm/unwind-2.s: New test.
1021         * ld-arm/unwind-3.d: New test.
1022         * ld-arm/unwind-3.s: New test.
1023         * ld-arm/unwind-4.d: New test.
1024         * ld-arm/unwind-4.s: New test.
1025
1026 2009-05-01  Julian Brown  <julian@codesourcery.com>
1027
1028         * ld-arm/arm-elf.exp (armeabitests): Add thumb2-bl-blx-interwork test.
1029         * ld-arm/thumb2-bl-blx-interwork.s: New.
1030         * ld-arm/thumb2-bl-blx-interwork.d: New.
1031
1032 2009-04-30  Nick Clifton  <nickc@redhat.com>
1033
1034         * ld-ifunc: New directory.
1035         * ld-ifunc/ifunc.exp: New file: Run the IFUNC tests.
1036         * ld-ifunc/prog.c: New file.
1037         * ld-ifunc/lib.c: New file.
1038
1039 2009-04-30  Joseph Myers  <joseph@codesourcery.com>
1040
1041         * ld-arm/movw-shared-1.d, ld-arm/movw-shared-1.s,
1042         ld-arm/movw-shared-2.d, ld-arm/movw-shared-2.s,
1043         ld-arm/movw-shared-3.d, ld-arm/movw-shared-3.s,
1044         ld-arm/movw-shared-4.d, ld-arm/movw-shared-4.s: New tests.
1045         * ld-arm/arm-elf.exp: Run these new tests.
1046
1047 2009-04-29  Chris Demetriou  <cgd@google.com>
1048
1049         * ld-elfvers/vers.exp (vers4b): New test to verify that
1050         --no-export-dynamic undoes --export-dynamic.
1051
1052 2009-04-28  Nathan Sidwell  <nathan@codesourcery.com>
1053
1054         * ld-i386/vxworks1-lib.dd: Adjust expected disassembly.
1055         * ld-i386/vxworks1.dd: Adjust expected disassembly.
1056         * ld-i386/vxworks1-lib.rd: Sections are swapped.
1057
1058 2009-04-22  Christophe Lyon  <christophe.lyon@st.com>
1059
1060         PR9743
1061         * ld-arm/arm-call.d: Update expected result.
1062         * ld-arm/arm-pic-veneer.d: Likewise.
1063         * ld-arm/thumb2-b-interwork.d: Likewise.
1064
1065 2009-04-22  Nathan Sidwell  <nathan@codesourcery.com>
1066
1067         * ld-scripts/rgn-at1.d: Cope with larger padding on sections.
1068         * ld-scripts/rgn-at2.d: Likewise.
1069         * ld-scripts/rgn-at3.d: Likewise.
1070
1071 2009-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
1072
1073         * ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
1074         ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d,
1075         ld-arm/farcall-mixed-lib.d: Update for linker changes.
1076
1077 2009-04-17  Christophe Lyon  <christophe.lyon@st.com>
1078
1079         * ld-arm/arm-elf.exp: Add new test farcall-mixed-lib.
1080         * ld-arm/farcall-mixed-lib.d: Update expected output.
1081         * ld-arm/farcall-mixed-lib1.s: New file.
1082         * ld-arm/farcall-mixed-lib2.s: New file.
1083
1084 2009-04-16  Richard Sandiford  <r.sandiford@uk.ibm.com>
1085
1086         * ld-powerpc/aix-export-2.s, ld-powerpc/aix-export-2.nd: New test.
1087         * ld-powerpc/aix52.exp: Run it.
1088
1089 2009-04-16  Alan Modra  <amodra@bigpond.net.au>
1090
1091         * ld-libs/lib-1.s: Use "==" instead of ".set".
1092         * ld-libs/lib-2.s: Likewise.
1093         * ld-scripts/defined.s: Likewise.
1094
1095 2009-04-15  Christophe Lyon  <christophe.lyon@st.com>
1096
1097         * ld-arm/arm-elf.exp: Add 1 more test to check undef weak
1098         reference with PLT in ARM mode.
1099         * ld-arm/thumb2-bl-undefweak1.d, ld-arm/thumb2-bl-undefweak1.s:
1100         New files.
1101
1102 2009-04-08  H.J. Lu  <hongjiu.lu@intel.com>
1103
1104         * ld-i386/abs.d: Add  --32 for assembler and -melf_i386 for
1105         linker.
1106
1107 2009-04-03  Nathan Sidwell  <nathan@codesourcery.com>
1108
1109         * ld-scripts/rgn-at.s: Use explicit .section pseudos.
1110
1111 2009-04-03  Dave Korn  <dave.korn.cygwin@gmail.com>
1112
1113         * ld-pe/image_size.d (#target):  Also run test on Cygwin and x86_64
1114         MinGW targets.
1115
1116 2009-04-03  Nathan Sidwell  <nathan@codesourcery.com>
1117
1118         * ld-scripts/rgn-at.exp: New.
1119         * ld-scripts/rgn-at.s: New.
1120         * ld-scripts/rgn-at1.d: New.
1121         * ld-scripts/rgn-at1.t: New.
1122         * ld-scripts/rgn-at2.d: New.
1123         * ld-scripts/rgn-at2.t: New.
1124         * ld-scripts/rgn-at3.d: New.
1125         * ld-scripts/rgn-at3.t: New.
1126
1127 2009-04-03  Dave Korn  <dave.korn.cygwin@gmail.com>
1128
1129         * ld-pe/export_dynamic_warning.s:  Make dummy code portable.
1130
1131 2009-04-02  Dave Korn  <dave.korn.cygwin@gmail.com>
1132
1133         * ld-pe/export_dynamic_warning.d (#warning):  Fix regex pattern.
1134
1135 2009-04-02  Dave Korn  <dave.korn.cygwin@gmail.com>
1136
1137         PR ld/6744
1138         * ld-pe/export_dynamic_warning.d:  New test control file.
1139         * ld-pe/export_dynamic_warning.s:  New test source file.
1140         * ld-pe/pe.exp:  Also run export_dynamic_warning dump test.
1141
1142 2009-04-02  Christophe Lyon  <christophe.lyon@st.com>
1143
1144         * ld-arm/farcall-thumb-thumb-pic-veneer.d: Update expected
1145         results.
1146         * ld-arm/farcall-thumb-thumb.d: Likewise.
1147
1148 2009-04-02  Nick Clifton  <nickc@redhat.com>
1149
1150         PR 9987
1151         * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage
1152         collection tests for cygwin targets.
1153
1154 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
1155
1156         * ld-powerpc/aix-gc-1.nd: New test.
1157         * ld-powerpc/aix52.exp: Run it.
1158
1159 2009-04-01  Richard Sandiford  <r.sandiford@uk.ibm.com>
1160
1161         * ld-powerpc/aix-rel-1.s, ld-powerpc/aix-rel-1.od: New test.
1162         * ld-powerpc/aix52.exp: Run it.
1163
1164 2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
1165
1166         * ld-cygwin/exe-export.exp:  Add "-lkernel32" when linking test exe.
1167         * ld-cygwin/testexe.c (testexe_main):  Indicate whether global_a
1168         was set to correct final value using error return status.
1169         (testexe_dummy):  Dummy function calls an import from kernel32.dll
1170         to ensure it is mapped into the process space at runtime.
1171
1172 2009-04-01  Christophe Lyon  <christophe.lyon@st.com>
1173
1174         * ld-arm/arm-elf.exp: BE8 tests expect the same output as the
1175         default ones.
1176         * ld-arm/arm-be8.d: Print opcodes in little endian.
1177         * ld-arm/farcall-thumb-arm-be8.d: Removed useless expected result.
1178         * ld-arm/farcall-arm-arm-be8.d: Likewise.
1179
1180 2009-03-25  Hans-Peter Nilsson  <hp@axis.com>
1181
1182         * ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-e-tpoffcomm1.d,
1183         ld-cris/tls-e-tpoffcomm1.s: New tests.
1184
1185 2009-03-24  Hans-Peter Nilsson  <hp@axis.com>
1186
1187         * ld-cris/tls-commx.s, ld-cris/tls-dso-dtpoffd2.d,
1188         ld-cris/tls-dso-dtpoffd4.d, ld-cris/tls-dtpoffdx.s,
1189         ld-cris/tls-e-dtpoffd1.d: New tests.
1190
1191         * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
1192         ld-cris/tls-e-80.d, ld-cris/tls-gd-3.d, ld-cris/tls-gd-3h.d,
1193         ld-cris/tls-global-74.d, ld-cris/tls-ldgde-14.d,
1194         ld-cris/tls-ldgde-15.d, ld-cris/tls-legd-16.d,
1195         ld-cris/tls-legd-17.d, ld-cris/tls-local-57.d,
1196         ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for BFD
1197         change in link-time known GOT contents for GD relocations.
1198
1199 2009-03-20  H.J. Lu  <hongjiu.lu@intel.com>
1200
1201         PR ld/9970
1202         * ld-pie/pie.exp: Use -fpie to compile.  Run *.d tests.
1203
1204         * ld-pie/start.d: New.
1205         * ld-pie/start.s: Likewise.
1206
1207 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1208
1209         PR ld/6766
1210         * ld-undefined/dummy.s: New.
1211         * ld-undefined/entry-1.d: Likewise.
1212         * ld-undefined/entry-2.d: Likewise.
1213         * ld-undefined/entry-3.d: Likewise.
1214         * ld-undefined/entry-4.d: Likewise.
1215         * ld-undefined/entry-5.d: Likewise.
1216         * ld-undefined/entry-6.d: Likewise.
1217         * ld-undefined/entry.exp: Likewise.
1218         * ld-undefined/entry.s: Likewise.
1219
1220 2009-03-17  Alan Modra  <amodra@bigpond.net.au>
1221
1222         * ld-spu/icache1.d: Update for fixed set_id, new manager entry, and
1223         reduced data.
1224
1225 2009-03-17  Alan Modra  <amodra@bigpond.net.au>
1226
1227         * config/default.exp (get_link_files): Replace double dollars with
1228         single dollars.
1229
1230 2009-03-17  Alan Modra  <amodra@bigpond.net.au>
1231
1232         * ld-bootstrap/bootstrap.exp: Use DO_COMPARE.  Remove unnecessary
1233         cleanup and log output.
1234
1235 2009-03-16  Dave Korn  <dave.korn.cygwin@gmail.com>
1236
1237         * ld-bootstrap/bootstrap.exp:  Also pass '-liconv' to linker when
1238         linking statically on Cygwin, necessitated by '-lintl'.
1239
1240 2009-03-15  Dave Korn  <dave.korn.cygwin@gmail.com>
1241
1242         * ld-auto-import/auto-import.exp:  Add missing dll entrypoint.
1243
1244 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1245
1246         * ld-powerpc/aix-export-1-all.dd, ld-powerpc/aix-export-1-full.dd,
1247         ld-powerpc/aix-export-1a.s, ld-powerpc/aix-export-1b.s: New tests.
1248         * ld-powerpc/aix52.exp: Run them.
1249
1250 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1251
1252         * ld-powerpc/aix-gc-1.s, ld-powerpc/aix-gc-1.ex,
1253         ld-powerpc/aix-gc-1-32.dd, ld-powerpc/aix-gc-1-64.dd,
1254         ld-powerpc/aix-weak-1-gcdso.dnd, ld-powerpc/aix-weak-1-gcdso.hd,
1255         ld-powerpc/aix-weak-1-gcdso.nd: New tests.
1256         * ld-powerpc/aix52.exp: Run them.
1257
1258 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1259
1260         * ld-powerpc/aix-glink-2a.s, ld-powerpc/aix-glink-2a.ex,
1261         ld-powerpc/aix-glink-2b.s, ld-powerpc/aix-glink-2c.s,
1262         ld-powerpc/aix-glink-2c.ex, ld-powerpc/aix-glink-2d.s,
1263         ld-powerpc/aix-glink-2-32.dd, ld-powerpc/aix-glink-2-64.dd,
1264         ld-powerpc/aix-weak-1a.s, ld-powerpc/aix-weak-1b.s,
1265         ld-powerpc/aix-weak-1-rel.hd, ld-powerpc/aix-weak-1-rel.nd,
1266         ld-powerpc/aix-weak-1-dso.hd, ld-powerpc/aix-weak-1-dso.nd,
1267         ld-powerpc/aix-weak-1-dso.dnd, ld-powerpc/aix-weak-1.ex,
1268         ld-powerpc/aix-weak-2a.s, ld-powerpc/aix-weak-2a.ex,
1269         ld-powerpc/aix-weak-2a.nd, ld-powerpc/aix-weak-2b.s,
1270         ld-powerpc/aix-weak-2b.nd, ld-powerpc/aix-weak-2c.s,
1271         ld-powerpc/aix-weak-2c.ex, ld-powerpc/aix-weak-2c.nd,
1272         ld-powerpc/aix-weak-2c.od, ld-powerpc/aix-weak-3a.s,
1273         ld-powerpc/aix-weak-3a.ex, ld-powerpc/aix-weak-3b.s,
1274         ld-powerpc/aix-weak-3b.ex, ld-powerpc/aix-weak-3-32.d,
1275         ld-powerpc/aix-weak-3-32.dd, ld-powerpc/aix-weak-3-64.d,
1276         ld-powerpc/aix-weak-3-64.dd: New tests.
1277         * ld-powerpc/aix52.exp: Run them.  Replace tmp/aix-* with
1278         tmp/aix64-* in 64-bit ld options.
1279
1280 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1281
1282         * ld-powerpc/aix-no-dup-syms-1a.s, ld-powerpc/aix-no-dup-syms-1b.s,
1283         ld-powerpc/aix-no-dup-syms-1.ex, ld-powerpc/aix-no-dup-syms-1.im,
1284         ld-powerpc/aix-no-dup-syms-1-dso.dnd,
1285         ld-powerpc/aix-no-dup-syms-1-dso.drd,
1286         ld-powerpc/aix-no-dup-syms-1-dso.nd,
1287         ld-powerpc/aix-no-dup-syms-1-dso.rd,
1288         ld-powerpc/aix-no-dup-syms-1-rel.nd,
1289         ld-powerpc/aix-no-dup-syms-1-rel.rd: New tests.
1290         * ld-powerpc/aix52.exp: Run them.
1291
1292 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1293
1294         * ld-powerpc/aix-abs-branch-1.nd,
1295         ld-powerpc/aix-abs-reloc-1.nd: New tests.
1296         * ld-powerpc/aix52.exp: Run them.
1297
1298 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1299
1300         * ld-powerpc/aix-lineno-1.s, ld-powerpc/aix-lineno-1.txt,
1301         ld-powerpc/aix-lineno-1a.dd, ld-powerpc/aix-lineno-1a.nd,
1302         ld-powerpc/aix-lineno-1b.dd, ld-powerpc/aix-lineno-1b.nd: New tests.
1303         * ld-powerpc/aix52.exp: Run them.  Copy aix-lineno-1.txt to tmpdir.
1304
1305 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1306
1307         * ld-powerpc/aix-toc-1.ex, ld-powerpc/aix-toc-1a.s,
1308         ld-powerpc/aix-toc-1b.s, ld-powerpc/aix-toc-1-32.dd,
1309         ld-powerpc/aix-toc-1-64.dd: New tests.
1310         * ld-powerpc/aix52.exp: Run them.
1311
1312 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1313
1314         * ld-powerpc/aix-glink-1.ex, ld-powerpc/aix-glink-1.s,
1315         ld-powerpc/aix-glink-1-32.dd, ld-powerpc/aix-glink-1-64.dd,
1316         ld-powerpc/aix-glink-1-32.d, ld-powerpc/aix-glink-1-64.d: New tests.
1317         * ld-powerpc/aix52.exp: Run them.
1318
1319 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1320
1321         * ld-powerpc/aix-abs-branch-1.im, ld-powerpc/aix-abs-branch-1.ex,
1322         ld-powerpc/aix-abs-branch-1.s,
1323         ld-powerpc/aix-abs-branch-1.dd: New test.
1324         * ld-powerpc/aix52.exp: Run it.
1325
1326 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1327
1328         * ld-powerpc/aix-abs-reloc-1.ex, ld-powerpc/aix-abs-reloc-1.im,
1329         ld-powerpc/aix-abs-reloc-1.od, ld-powerpc/aix-abs-reloc-1.s: New test.
1330         * ld-powerpc/aix52.exp: Run it.
1331
1332 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1333
1334         * ld-powerpc/aix-core-sec-1.s, ld-powerpc/aix-core-sec-1.ex,
1335         ld-powerpc/aix-core-sec-1.hd, ld-powerpc/aix-core-sec-2.s,
1336         ld-powerpc/aix-core-sec-2.ex, ld-powerpc/aix-core-sec-2.hd,
1337         ld-powerpc/aix-core-sec-3.s, ld-powerpc/aix-core-sec-3.ex,
1338         ld-powerpc/aix-core-sec-3.hd: New tests.
1339         * ld-powerpc/aix52.exp: New harness.
1340
1341 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1342
1343         * lib/ld-lib.exp (ar_simple_create): Add an "aropts" parameter.
1344         (run_ld_link_tests): Treat the second list element as "ar" options
1345         when creating an archive.  Don't run the linker in this case.
1346         (run_cc_link_tests): Likewise.
1347
1348 2009-03-13  Nick Clifton  <nickc@redhat.com>
1349
1350         * lib/ld-lib.exp (run_dump_test): Add verbose to list of globals.
1351         Replace call to verbose_eval with a test of verbose level.  If
1352         greater than 2 always dump the contents of the dumpfile.  If equal
1353         to 2 only dump the contents if the regexp diff failed.
1354         (proc verbose_eval): Delete.
1355
1356 2009-03-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1357
1358         * ld-elf/empty2.d: Remove xfail for hppa*-*-*.
1359         * ld-elf/merge.d: Change xfail for hppa to hppa*64*-*-*.
1360
1361 2009-03-05  Christophe Lyon  <christophe.lyon@st.com>
1362
1363         * ld-arm/arm-elf.exp: Add new farcall-group-limit test.
1364         * ld-arm/farcall-group-limit.d: New file.
1365         * ld-arm/farcall-group3.s: New file.
1366         * ld-arm/farcall-group4.s: New file.
1367
1368 2009-03-05  Christophe Lyon  <christophe.lyon@st.com>
1369
1370         * ld-arm/arm-elf.exp: Add 2 more tests to check long branch stubs
1371         in PLT context.
1372         * ld-arm/farcall-mixed-app-v5.d: New file.
1373         * ld-arm/farcall-mixed-app.d: Likewise.
1374         * ld-arm/farcall-mixed-app.r: Likewise.
1375         * ld-arm/farcall-mixed-app.s: Likewise.
1376         * ld-arm/farcall-mixed-app.sym: Likewise.
1377         * ld-arm/farcall-mixed-lib.d: Likewise.
1378         * ld-arm/farcall-mixed-lib.r: Likewise.
1379
1380 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
1381
1382         * ld-powerpc/tlsmark.s, * ld-powerpc/tlsmark.d: New test.
1383         * ld-powerpc/tlsmark32.s, * ld-powerpc/tlsmark32.d: New test.
1384         * ld-powerpc/powerpc.exp: Run them.
1385
1386 2009-03-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1387
1388         * ld-scripts/regions-alias-1.t: New file.
1389         * ld-scripts/regions-alias-2.t: New file.
1390         * ld-scripts/regions-alias-3.t: New file.
1391         * ld-scripts/regions-alias-4.t: New file.
1392         * ld-scripts/script.exp: Run region alias tests.
1393
1394 2009-02-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1395
1396         * ld-pe/pe.exp:  Disable auto-import when linking on Cygwin.
1397
1398 2009-02-26  Christophe Lyon  <christophe.lyon@st.com>
1399
1400         * ld-arm/arm-elf.exp: Add 3 tests for the 3 new stubs.
1401         * ld-arm/farcall-thumb-arm-pic-veneer.d: New expected result, the
1402         test is now expected to pass.
1403         * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
1404         * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
1405
1406 2009-02-25  Christophe Lyon  <christophe.lyon@st.com>
1407
1408         * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Update expected result,
1409         as stubs are now generated and the end of the .text section.
1410         * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
1411
1412 2009-02-24  Daniel Jacobowitz  <dan@codesourcery.com>
1413
1414         * ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
1415         ld-arm/farcall-arm-thumb-pic-veneer.d,
1416         ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Update for fixed
1417         Thumb PIC stub.
1418
1419 2009-02-24  Daniel Jacobowitz  <dan@codesourcery.com>
1420
1421         * ld-arm/arm-elf.exp (armeabitests): Update duplicate test names.
1422         Use normal output files for big-endian.
1423         * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: Delete.
1424         * ld-arm/farcall-arm-arm-be8.d, ld-arm/farcall-arm-arm-pic-veneer.d,
1425         ld-arm/farcall-arm-arm.d, ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
1426         ld-arm/farcall-arm-thumb-blx.d, ld-arm/farcall-arm-thumb-pic-veneer.d,
1427         ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d,
1428         ld-arm/farcall-group.d, ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
1429         ld-arm/farcall-thumb-arm-be8.d,
1430         ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
1431         ld-arm/farcall-thumb-arm-blx.d, ld-arm/farcall-thumb-arm-short.d,
1432         ld-arm/farcall-thumb-arm.d,
1433         ld-arm/farcall-thumb-thumb-blx-pic-veneer.d,
1434         ld-arm/farcall-thumb-thumb-blx.d, ld-arm/farcall-thumb-thumb-m.d,
1435         ld-arm/farcall-thumb-thumb.d, ld-arm/thumb2-bl-as-thumb1-bad.d,
1436         ld-arm/thumb2-bl-bad.d: Update for moved stubs.
1437
1438 2009-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
1439
1440         * ld-arm/arm-elf.exp (armeabitests): Run new tests.  Correct BE8 output
1441         filename.
1442         * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: New.
1443
1444 2009-02-23  Christophe Lyon  <christophe.lyon@st.com>
1445
1446         * ld-arm/arm-elf.exp: Add new farcall-thumb-arm-be8 test.
1447         * ld-arm/farcall-thumb-arm-be8.d: New expected result.
1448         * ld-arm/farcall-arm-arm-be8.d: Replace wildcards by instructions.
1449
1450 2009-02-23  Christophe Lyon  <christophe.lyon@st.com>
1451
1452         * ld-arm/arm-elf.exp: Rewrite non-EABI variants of
1453         thumb2-bl-as-thumb1-bad and thumb2-bl-bad tests, which now
1454         pass. farcall-thumb-thumb now passes in EABI mode.
1455         * ld-arm/farcall-thumb-arm-pic-veneer.d: Fixed name, source, as
1456         and ld flags to match intended test.
1457         * ld-arm/farcall-thumb-arm.d: New expected result.
1458         * ld-arm/farcall-thumb-thumb-m.d: Likewise.
1459         * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Fixed name and ld
1460         flags.
1461         * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
1462         * ld-arm/farcall-thumb-thumb.d: New expected result, this test is
1463         now expected to pass.
1464         * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise.
1465         * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
1466         * ld-arm/thumb2-bl-as-thumb1-bad.d: Update addresses according to
1467         new use.
1468         * ld-arm/thumb2-bl-as-thumb1-bad.s: Update comment.
1469
1470 2009-18-02  Dave Korn  <dave.korn.cygwin@gmail.com>
1471
1472         * ld-pe/longsecn-1.d:  New test file.
1473         * ld-pe/longsecn-2.d:  Likewise.
1474         * ld-pe/longsecn-3.d:  Likewise.
1475         * ld-pe/longsecn-4.d:  Likewise.
1476         * ld-pe/longsecn-5.d:  Likewise.
1477         * ld-pe/longsecn.d:  Likewise.
1478         * ld-pe/longsecn.exp:  New test control script.
1479         * ld-pe/longsecn.s:  New test source file.
1480
1481 2009-02-18  Christophe Lyon  <christophe.lyon@st.com>
1482
1483         * ld-arm/farcall-arm-arm-pic-veneer.d,
1484         ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
1485         ld-arm/farcall-arm-thumb-pic-veneer.d,
1486         ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
1487         ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Fix expected stub
1488         target.
1489
1490 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1491
1492         * lib/ld-lib.exp (check_gc_sections_available): Return 0 for
1493         *-*-mingw*.
1494
1495 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
1496
1497         * ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
1498
1499 2009-02-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
1500
1501         * ld-m68k/got-multigot-12-13-14-34-35-ok.d: Update.
1502         * ld-m68k/got-multigot-14-ok.d: Update.
1503         * ld-m68k/m68k-got.exp: Update.
1504         * ld-m68k/got-negative-12-13-14-34-ok.d: Update.
1505         * ld-m68k/got-negative-14-ok.d: Update.
1506         * ld-m68k/tls-gd-1.d, ld-m68k/tls-gd-2.d: New tests.
1507         * ld-m68k/tls-gd-ie-1.d, ld-m68k/tls-ie-1.d: New tests.
1508         * ld-m68k/tls-ld-1.d, ld-m68k/tls-ld-2.d: New tests.
1509         * ld-m68k/tls-ld-1.s, ld-m68k/tls-ld-2.s, ld-m68k/tls-le-1.s:
1510         New test sources.
1511         * ld-m68k/tls-no-1.s, ld-m68k/tls-gd-ie-1.s, ld-m68k/tls-gd-1.s:
1512         New test sources.
1513         * ld-m68k/tls-gd-2.s, ld-m68k/tls-ie-1.s: New test sources.
1514         * ld-m68k/m68k.exp: Run new tests.
1515         (merge isa-a isa-a:nodiv): Fix.
1516
1517 2009-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1518
1519         * ld-elf/eh-group2.s: New `.cfi_lsda' referencing `.gcc_except_table'.
1520         * ld-elf/eh-group.exp: New test and conditional defininiton of `ELF64'.
1521
1522 2009-01-29  Nick Clifton  <nickc@redhat.com>
1523
1524         * lib/ld-lib.exp (check_gc_sections_available): Add MeP to list of
1525         targets which do not support garbage collection.
1526         * ld-srec/srec.exp (run_srec_test): Expect tests to fail for MeP.
1527         * ld-elf/group8a.d: Likewise.
1528         * ld-elf/group8b.d: Likewise.
1529         * ld-elf/group9a.d: Likewise.
1530         * ld-elf/group9b.d: Likewise.
1531
1532 2009-01-27  Hans-Peter Nilsson  <hp@axis.com>
1533
1534         * ld-cris/tls-tbss64.s, ld-cris/tls-e-80.d: New test.
1535
1536         * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d,
1537         ld-cris/tls-ldgde-14.d, ld-cris/tls-ldgde-15.d,
1538         ld-cris/tls-ldgdex-14.d, ld-cris/tls-ldgdex-15.d: Adjust for
1539         change in relocation values.
1540
1541         * ld-cris/weakhiddso.d, ld-cris/weakhid.s: New test.
1542
1543 2009-01-26  Nathan Sidwell  <nathan@codesourcery.com>
1544
1545         * ld-powerpc/powerpc.exp: Add vxworks relax testcase.
1546         * ld-powerpc/vxworks-relax.s, ld-powerpc/vxworks-relax.rd: New.
1547         * ld-powerpc/vxworks1.ld: Add .pad and .far input sections.
1548         * ld-powerpc/vxworks1.rd: Correct regexp for undefined symbols.
1549
1550 2009-01-26  Andrew Stubbs  <ams@codesourcery.com>
1551
1552         * ld-arm/attr-merge-3.attr: Update following gas change.
1553         * ld-arm/attr-merge-2.attr: Update Tag_ARM_ISA_use and
1554         Tag_THUMB_ISA_use following gas changes.
1555         * ld-arm/attr-merge-4.attr: Likewise.
1556         * ld-arm/attr-merge-5.attr: Likewise.
1557         * ld-arm/attr-merge-arch-1.attr: Likewise.
1558         * ld-arm/attr-merge-arch-2.attr: Likewise.
1559         * ld-arm/attr-merge-unknown-2.d: Likewise.
1560         * ld-arm/attr-merge-unknown-2r.d: Likewise.
1561         * ld-arm/attr-merge-unknown-3.d: Likewise.
1562         * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
1563         * ld-arm/attr-merge-wchar-00.d: Likewise.
1564         * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
1565         * ld-arm/attr-merge-wchar-02.d: Likewise.
1566         * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
1567         * ld-arm/attr-merge-wchar-04.d: Likewise.
1568         * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
1569         * ld-arm/attr-merge-wchar-20.d: Likewise.
1570         * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
1571         * ld-arm/attr-merge-wchar-22.d: Likewise.
1572         * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
1573         * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
1574         * ld-arm/attr-merge-wchar-40.d: Likewise.
1575         * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
1576         * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
1577         * ld-arm/attr-merge-wchar-44.d: Likewise.
1578         * ld-arm/attr-merge.attr: Likewise.
1579
1580 2009-01-21  Alan Modra  <amodra@bigpond.net.au>
1581
1582         * ld-spu/icache1.d: Add --non-ia-text to ld options.
1583
1584 2009-01-19  Hans-Peter Nilsson  <hp@axis.com>
1585
1586         * ld-cris/expdref3.s, ld-cris/expdref4.s, ld-cris/weakref3.d,
1587         ld-cris/weakref4.d: New tests.
1588         * ld-cris/libdso-15b.d: Adjust for recent weakref fix.
1589
1590 2009-01-19  H.J. Lu  <hongjiu.lu@intel.com>
1591
1592         * ld-elf/group9.s: Replace .byte with .long.
1593
1594 2009-01-19  Andrew Stubbs  <ams@codesourcery.com>
1595
1596         * ld-arm/arm-elf.exp (armeabitests): Add EABI attribute merging 3,
1597         EABI attribute merging 4, and EABI attribute merging 5,
1598         EABI attribute arch merging 1, EABI attribute arch merging 1 reversed,
1599         EABI attribute arch merging 2, EABI attribute arch merging 2 reversed.
1600         Add attr-merge-unknown-1, attr-merge-unknown-2, attr-merge-unknown-2r,
1601         and attr-merge-unknown-3 dump tests.
1602         * ld-arm/arch-v6.s: New file.
1603         * ld-arm/arch-v6k.s: New file.
1604         * ld-arm/arch-v6t2.s: New file.
1605         * ld-arm/attr-merge-3.attr: New file.
1606         * ld-arm/attr-merge-3a.s: New file.
1607         * ld-arm/attr-merge-3b.s: New file.
1608         * ld-arm/attr-merge-4.attr: New file.
1609         * ld-arm/attr-merge-4a.s: New file.
1610         * ld-arm/attr-merge-4b.s: New file.
1611         * ld-arm/attr-merge-5.attr: New file.
1612         * ld-arm/attr-merge-5.s: New file.
1613         * ld-arm/attr-merge-arch-1.attr: New file.
1614         * ld-arm/attr-merge-arch-2.attr: New file.
1615         * ld-arm/attr-merge-unknown-1.d: New file.
1616         * ld-arm/attr-merge-unknown-1.s: New file.
1617         * ld-arm/attr-merge-unknown-2.d: New file.
1618         * ld-arm/attr-merge-unknown-2.s: New file.
1619         * ld-arm/attr-merge-unknown-2r.d: New file.
1620         * ld-arm/attr-merge-unknown-3.d: New file.
1621         * ld-arm/blank.s: New file.
1622
1623 2009-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1624
1625         * ld-elf/textaddr1.d: New.
1626         * ld-elf/textaddr2.d: Likewise.
1627
1628 2009-01-14  H.J. Lu  <hongjiu.lu@intel.com>
1629
1630         PR ld/9727
1631         * ld-elf/group8.s: New.
1632         * ld-elf/group8a.d: Likewise.
1633         * ld-elf/group8b.d: Likewise.
1634         * ld-elf/group9.s: Likewise.
1635         * ld-elf/group9a.d: Likewise.
1636         * ld-elf/group9b.d: Likewise.
1637
1638 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
1639
1640         * ld-spu/icache1.s: New file.
1641         * ld-spu/icache1.d: New file.
1642
1643 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
1644
1645         * ld-elf/elf.exp: Save and restore LDFLAGS.
1646         * ld-scripts/default-script.exp: Likewise.
1647         * ld-scripts/empty-orphan.exp: Likewise, and add to LDFLAGS rather
1648         than replacing.
1649         * ld-scripts/include.exp: Set --local-store for SPU.
1650
1651 2009-01-12  Alan Modra  <amodra@bigpond.net.au>
1652
1653         * ld-spu/ovl.d: Allow for absolute branches in stubs.
1654         * ld-spu/ovl2.d: Likewise.
1655
1656 2009-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1657
1658         * ld-elf/linkoncerdiff.d, ld-elf/linkoncerdiff1.s,
1659         ld-elf/linkoncerdiff2.s: New.
1660
1661 2009-01-07  Hans-Peter Nilsson  <hp@axis.com>
1662
1663         * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
1664         ld-cris/tls-e-23.d, ld-cris/tls-e-66.d, ld-cris/tls-gd-3.d,
1665         ld-cris/tls-gd-3h.d, ld-cris/tls-global-74.d,
1666         ld-cris/tls-ie-8e1.d, ld-cris/tls-ldgde-14.d,
1667         ld-cris/tls-ldgde-15.d, ld-cris/tls-le-12.d, ld-cris/tls-le-13.d,
1668         ld-cris/tls-le-13s.d, ld-cris/tls-legd-16.d,
1669         ld-cris/tls-legd-17.d, ld-cris/tls-legdx-16.d,
1670         ld-cris/tls-legdx-17.d, ld-cris/tls-leie-18.d,
1671         ld-cris/tls-leie-19.d, ld-cris/tls-local-57.d,
1672         ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for
1673         relocation value now offset by negative program TLS block size.
1674         * ld-cris/tls-le-12s.d: Ditto.  Move 128-byte tls-data to last.
1675         Adjust accordingly.
1676         * ld-cris/tls-le-12s.s: Use movs, not movu, for sign-extended
1677         always-negative relocation.
1678         * ld-cris/tls-tprelm.s: Move filler data to after symbol for
1679         tested relocation.
1680         * ld-cris/tls-ok-36.d: Adjust accordingly.
1681
1682 2009-01-03  Hans-Peter Nilsson  <hp@axis.com>
1683
1684         * ld-cris/tls-js1.d: New test.
1685
1686 2009-01-02  H.J. Lu  <hongjiu.lu@intel.com>
1687
1688         PR ld/9679
1689         * ld-elf/pr9679-1.c: New.
1690         * ld-elf/pr9679-2.c: Likewise.
1691         * ld-elf/pr9679.rd: Likewise.
1692
1693         * ld-elf/shared.exp (build_tests): Add test for libpr9679.so.
1694
1695 2009-01-02  H.J. Lu  <hongjiu.lu@intel.com>
1696
1697         PR ld/9676
1698         * ld-elf/pr9676-1.c: New.
1699         * ld-elf/pr9676-2.c: Likewiswe.
1700         * ld-elf/pr9676-3.c: Likewiswe.
1701         * ld-elf/pr9676-4.c: Likewiswe.
1702         * ld-elf/pr9676.rd: Likewiswe.
1703
1704         * ld-elf/shared.exp (build_tests): Add tests for libpr9676-1.a,
1705         libpr9676-2.a, libpr9676-3.so, libpr9676-4.so and
1706         libpr9676-4a.so.
1707
1708         * lib/ld-lib.exp (ar_simple_create): New.
1709         (run_ld_link_tests): Support archive.
1710         (run_cc_link_tests): Likewiswe.
1711
1712 For older changes see ChangeLog-2008
1713 \f
1714 Local Variables:
1715 mode: change-log
1716 left-margin: 8
1717 fill-column: 74
1718 version-control: never
1719 End: