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