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