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