5d601f23c3e374ae86382ac7f2f81cd76bf2c122
[external/binutils.git] / ld / testsuite / ChangeLog
1 2007-11-17  Thiemo Seufer  <ths@mips.com>
2
3         * ld-mips-elf/attr-gnu-4-14.d, ld-mips-elf/attr-gnu-4-41.d:
4         Adjust warning message for -mfp64 flag.
5         * ld-mips-elf/attr-gnu-4-5.s, ld-mips-elf/attr-gnu-4-04.d,
6         ld-mips-elf/attr-gnu-4-51.d, ld-mips-elf/attr-gnu-4-05.d,
7         ld-mips-elf/attr-gnu-4-15.d, ld-mips-elf/attr-gnu-4-24.d,
8         ld-mips-elf/attr-gnu-4-25.d, ld-mips-elf/attr-gnu-4-34.d,
9         ld-mips-elf/attr-gnu-4-35.d, ld-mips-elf/attr-gnu-4-42.d,
10         ld-mips-elf/attr-gnu-4-43.d, ld-mips-elf/attr-gnu-4-44.d,
11         ld-mips-elf/attr-gnu-4-45.d, ld-mips-elf/attr-gnu-4-40.d,
12         ld-mips-elf/attr-gnu-4-14.d: New testcases files.
13         * ld-mips-elf/mips-elf.exp: Run new testcases.
14
15 2007-11-16  Nick Clifton  <nickc@redhat.com>
16
17         * ld-mn10300/mn10300.exp: Fix the start address of the .bss
18         section for the i1127740.s test.
19
20 2007-11-14  Richard Sandiford  <richard@codesourcery.com>
21             Joseph Myers  <joseph@codesourcery.com>
22
23         * ld-mips-elf/got-page-1.d, ld-mips-elf/got-page-1.s,
24         * ld-mips-elf/got-page-2.d, ld-mips-elf/got-page-2.s,
25         * ld-mips-elf/got-page-3.d, ld-mips-elf/got-page-3a.s,
26         * ld-mips-elf/got-page-3b.s, ld-mips-elf/got-page-3c.s,
27         * ld-mips-elf/got-page-1.ld: New tests.
28         * ld-mips-elf/mips-elf.exp: Run them.
29         * ld-mips-elf/multi-got-1.d, ld-mips-elf/multi-got-no-shared.d,
30         * ld-mips-elf/tls-hidden2-got.d, ld-mips-elf/tls-hidden2.d,
31         * ld-mips-elf/tls-hidden3.d, ld-mips-elf/tls-hidden3.got,
32         * ld-mips-elf/tls-hidden3.r, ld-mips-elf/tls-hidden4.got,
33         * ld-mips-elf/tls-hidden4.r, ld-mips-elf/tls-multi-got-1.d,
34         * ld-mips-elf/tls-multi-got-1.got, ld-mips-elf/tls-multi-got-1.r,
35         * ld-mips-elf/tlsbin-o32.d, ld-mips-elf/tlsbin-o32.got,
36         * ld-mips-elf/tlsdyn-o32-1.d, ld-mips-elf/tlsdyn-o32-1.got,
37         * ld-mips-elf/tlsdyn-o32-2.d, ld-mips-elf/tlsdyn-o32-2.got,
38         * ld-mips-elf/tlsdyn-o32-3.d, ld-mips-elf/tlsdyn-o32-3.got,
39         * ld-mips-elf/tlsdyn-o32.d, ld-mips-elf/tlsdyn-o32.got,
40         * ld-mips-elf/tlslib-o32-hidden.got, ld-mips-elf/tlslib-o32-ver.got,
41         * ld-mips-elf/tlslib-o32.d, ld-mips-elf/tlslib-o32.got: Update for
42         GOT allocation changes.
43
44 2007-11-14  Hans-Peter Nilsson  <hp@axis.com>
45
46         * ld-elf/flags1.d: Generalize regexp for section size.
47
48 2007-11-13  H.J. Lu  <hongjiu.lu@intel.com>
49
50         PR binutils/5233
51         * ld-elf/flags1.d: New.
52         * ld-elf/flags1.ld: Likewise.
53         * ld-elf/flags1.s: Likewise.
54
55 2007-11-13  Nick Clifton  <nickc@redhat.com>
56
57         * ld-mn10300/i127740.s: New test: Checks relaxation and alignment.
58         * ld-mn10300/i127740.d: New file: Expected disassembly.
59         * ld-mn10300/i135409-3.s: New test: Check symbols inside a relaxed region.
60         * ld-mn10300/i135409-3.d: New file: Expected disassembly.
61         * ld-mn10300/mn10300.exp: Run new tests.
62
63 2007-11-08  Nathan Sidwell  <nathan@codesourcery.com>
64
65         * ld-vxworks/tls-2.d: New.
66         * ld-vxworks/tls-2.s: New.
67
68 2007-11-07  Nathan Sidwell  <nathan@codesourcery.com>
69
70         * ld-vxworks/tls-1.d: New.
71         * ld-vxworks/tls-1.s: New.
72
73 2007-11-06  Alan Modra  <amodra@bigpond.net.au>
74
75         * ld-powerpc/tlsso.d: Update for changed got alloc order.
76         * ld-powerpc/tlsso.r: Likewise.
77
78         * ld-powerpc/tlsso32.d: Update for changed got alloc order.
79
80 2007-11-05  Alan Modra  <amodra@bigpond.net.au>
81
82         * ld-elf/merge3.d, ld-elf/merge3.s: Delete.
83
84 2007-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
85
86         * ld-scripts/align.exp: Enable for PECOFF.
87         * ld-scripts/alignof.exp: Likewise.
88
89 2007-11-01  Joseph Myers  <joseph@codesourcery.com>
90
91         * ld-elf/merge3.d, ld-elf/merge3.s: New.
92
93 2007-10-30  Nick Clifton  <nickc@redhat.com>
94
95         * ld-mn10300/mn10300.exp: Run new tests.  Skip i126256 test if
96         a compiler is not available.
97         * ld-mn10300/i112045-3.s: New test.
98         * ld-mn10300/i112045-3.d: Expected disassembly.
99         * ld-mn10300/i135409.s: Rename to i135409-1.s.
100         * ld-mn10300/i135409.d: Rename to i135409-1.d
101         * ld-mn10300/i135409-2.s: New test.
102         * ld-mn10300/i135409-2.d: Expected symbol table.
103         * ld-mn10300/i36434.d: Adjust expected disassembly.
104
105 2007-10-26  Alan Modra  <amodra@bigpond.net.au>
106
107         * ld-scripts/rgn-over1.d: Accept extra LOAD at end of map file.
108         * ld-scripts/rgn-over2.d: Likewise.
109         * ld-scripts/rgn-over3.d: Likewise.
110         * ld-scripts/rgn-over4.d: Likewise.
111         * ld-scripts/rgn-over5.d: Likewise.
112         * ld-scripts/rgn-over6.d: Likewise.
113         * ld-scripts/rgn-over7.d: Likewise.
114
115 2007-10-25  Daniel Jacobowitz  <dan@codesourcery.com>
116
117         * ld-powerpc/attr-gnu-8-1.s, ld-powerpc/attr-gnu-8-11.d,
118         ld-powerpc/attr-gnu-8-2.s, ld-powerpc/attr-gnu-8-23.d,
119         ld-powerpc/attr-gnu-8-3.s, ld-powerpc/attr-gnu-8-31.d: New.
120         * ld-powerpc/powerpc.exp: Run new tests.
121
122 2007-10-19  Nick Clifton  <nickc@redhat.com>
123
124         * ld-mn10300: New test directory.
125         * ld-mn10300/mn10300.exp: Run the new tests.
126         * ld-mn10300/i112045-1.s: Linker relaxation test.
127         * ld-mn10300/i112045-1.d: Expected disassembly.
128         * ld-mn10300/i112045-2.s: Linker relaxation test.
129         * ld-mn10300/i112045-2.d: Expected disassembly.
130         * ld-mn10300/i126256-1.c: Test source.
131         * ld-mn10300/i126256-2.c: Test source.
132         * ld-mn10300/i135409.s: Linker relaxation test.
133         * ld-mn10300/i135409.d: Expected symbol table contents.
134         * ld-mn10300/i136434.s: Linker string section merge test.
135         * ld-mn10300/i136434.d: Expected disassembly.
136         * ld-mn10300/i136434-2.s: Test source file.
137
138 2007-10-17  Zack Weinberg  <zack@codesourcery.com>
139             Daniel Jacobowitz  <dan@codesourcery.com>
140             Mark Shinwell  <shinwell@codesourcery.com>
141             Joseph Myers  <joseph@codesourcery.com>
142
143         * ld-scripts/rgn-over.exp: New driver.
144         * ld-scripts/rgn-over.s: New file.
145         * ld-scripts/rgn-over1.d, ld-scripts/rgn-over1.t,
146         ld-scripts/rgn-over2.d, ld-scripts/rgn-over2.t,
147         ld-scripts/rgn-over3.d, ld-scripts/rgn-over3.t,
148         ld-scripts/rgn-over4.d, ld-scripts/rgn-over4.t,
149         ld-scripts/rgn-over5.d, ld-scripts/rgn-over5.t,
150         ld-scripts/rgn-over6.d, ld-scripts/rgn-over6.t,
151         ld-scripts/rgn-over7.d, ld-scripts/rgn-over7.t:
152         New test cases.
153
154 2007-10-16  Nick Clifton  <nickc@redhat.com>
155
156         * ld-elfcomm/elfcomm.exp: Add tests of STT_COMMON symbol
157         generation.
158
159 2007-10-12  Joseph Myers  <joseph@codesourcery.com>
160
161         * ld-mips-elf/multi-got-hidden-1.d,
162         ld-mips-elf/multi-got-hidden-1.s,
163         ld-mips-elf/multi-got-hidden-2.d,
164         ld-mips-elf/multi-got-hidden-2.s: New.
165         * ld-mips-elf/mips-elf.exp: Run multi-got-hidden tests.
166
167 2007-10-12  Alan Modra  <amodra@bigpond.net.au>
168
169         * ld-srec/srec.exp: Define __stack_chk_fail sym.
170
171 2007-10-09  H.J. Lu  <hongjiu.lu@intel.com>
172
173         PR binutils/4476
174         * ld-elf/hash.d: Check "-s -D" for readelf.
175
176 2007-10-02  Ralf Habecker  <ralf.habacker@freenet.de>
177
178         PR linker/4844
179         * ld-auto-import/auto-import.exp: Extend test to include running
180         the application and checking for some output.
181         * ld-auto-import/client.c (struct TEST): Include a variable field
182         with an offset.
183         (const_xyz): A const version of the xyz structure used to test the
184         initialization of constant data.
185
186 2007-09-30  Mike Frysinger  <vapier@gentoo.org>
187
188         * ld-selective/selective.exp: Set $compiler based on $testtype and
189         use that instead of $CC.
190
191 2007-09-29  Alan Modra  <amodra@bigpond.net.au>
192
193         * ld-selective/sel-dump.exp: Add am33, m88k, mep to xfails.
194         * ld-selective/selective.exp: Don't run for same target list
195         we xfail sel-dump.
196
197 2007-09-29  Mike Frysinger  <vapier@gentoo.org>
198
199         * ld-alpha/tlsbin.rd: Use [0-9]+ to match section header count and
200         0x[0-9a-f]+ to match section header offset.  Match section indexes
201         with \[[ 0-9]+\].  Use [0-9]+ to match program header count and
202         0x[0-9a-f]+ to match program header offset.  Match .dynsym and
203         .symtab entry counts with [0-9]+.
204         * ld-alpha/tlsbinr.rd: Likewise.
205         * ld-alpha/tlspic.rd: Likewise.
206         * ld-i386/tlsbin.rd: Likewise.
207         * ld-i386/tlsbindesc.rd: Likewise.
208         * ld-i386/tlsdesc.rd: Likewise.
209         * ld-i386/tlsgdesc.rd: Likewise.
210         * ld-i386/tlsnopic.rd: Likewise.
211         * ld-i386/tlspic.rd: Likewise.
212         * ld-ia64/tlsbin.rd: Likewise.
213         * ld-ia64/tlspic.rd: Likewise.
214         * ld-powerpc/tlsexe.r: Likewise.
215         * ld-powerpc/tlsexe32.r: Likewise.
216         * ld-powerpc/tlsexetoc.r: Likewise.
217         * ld-powerpc/tlsso.r: Likewise.
218         * ld-powerpc/tlsso32.r: Likewise.
219         * ld-powerpc/tlstocso.r: Likewise.
220         * ld-s390/tlsbin.rd: Likewise.
221         * ld-s390/tlsbin_64.rd: Likewise.
222         * ld-s390/tlspic.rd: Likewise.
223         * ld-s390/tlspic_64.rd: Likewise.
224         * ld-sparc/tlssunbin32.rd: Likewise.
225         * ld-sparc/tlssunbin64.rd: Likewise.
226         * ld-sparc/tlssunnopic32.rd: Likewise.
227         * ld-sparc/tlssunnopic64.rd: Likewise.
228         * ld-sparc/tlssunpic32.rd: Likewise.
229         * ld-sparc/tlssunpic64.rd: Likewise.
230         * ld-x86-64/tlsbin.rd: Likewise.
231         * ld-x86-64/tlsbindesc.rd: Likewise.
232         * ld-x86-64/tlsdesc.rd: Likewise.
233         * ld-x86-64/tlsgdesc.rd: Likewise.
234         * ld-x86-64/tlspic.rd: Likewise.
235
236 2007-09-25  Alan Modra  <amodra@bigpond.net.au>
237
238         * ld-spu/ovl.d: Adjust for stub relocs.
239         * ld-spu/ovl2.d: Likewise.
240
241 2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>
242
243         PR 658
244         * ld-i386/tlsbin.dd: Updated.
245         * ld-i386/tlsld1.dd: Likewise.
246
247 2007-09-19  Nick Clifton  <nickc@redhat.com>
248
249         * ld-scripts/crossref.exp: Compile test source with -mtiny=0 in
250         order to prevent the use of the small data area.
251
252 2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>
253
254         PR binutils/3281
255         PR binutils/5037
256         * ld-elf/binutils.exp: Update "-z relro" tests to use relro1.s.
257         Add "-z relro" tests with relro2.s.  Add "-z relro" tests with
258         TLS for objcopy.
259
260         * ld-elf/relro1.s: New file.
261         * ld-elf/relro2.s: Likewise.
262
263 2007-09-04  Mike Frysinger  <vapier@gentoo.org>
264
265         * lib/ld-lib.exp (default_ld_compile): Pull in global CXXFLAGS and
266         add it to $flags when $ccexe matches *++*.
267         (run_ld_link_exec_tests): Pull in global CXXFLAGS and execute CXX
268         with CXXFLAGS when $lang matches c++.
269         (run_cc_link_tests): Likewise.
270
271 2007-09-02  H.J. Lu  <hongjiu.lu@intel.com>
272
273         PR ld/4986
274         * ld-ia64/line.exp: New.
275         * ld-ia64/undefined.s: Likewise.
276
277         * ld-x86-64/line.exp: Don't check CC.
278
279 2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
280
281         PR ld/4986
282         * ld-x86-64/line.exp: New
283         * ld-x86-64/undefined.s: Likewise.
284
285 2007-08-31  Tristan Gingold  <gingold@adacore.com>
286
287         * ld-script/map-address.t: Add a test for testing DEFINED in map
288         output.
289         * ld-script/map-address.d: Update expected output.
290
291 2007-08-28  Mark Shinwell  <shinwell@codesourcery.com>
292             Joseph Myers  <joseph@codesourcery.com>
293
294         * ld-elfcomm/elfcomm.exp: Use run_host_cmd.  Only check "which
295         $CC" if host is local.
296         * ld-checks/checks.exp: Use run_host_cmd.
297         * ld-elf/exclude.exp: Likewise.
298         * ld-elf/elf.exp: Download merge.ld if host is remote.
299         * ld-elf/binutils.exp (binutils_test): Use remote_exec.
300         * ld-elf/tls_common.exp: Use run_host_cmd.
301         * lib/ld-lib.exp (ld_version): Only check "which $ld" if host is
302         local.  Use remote_exec.
303         (run_host_cmd): New.
304         (run_host_cmd_yesno): New.
305         (default_ld_relocate): Use run_host_cmd_yesno.
306         (default_ld_link): Likewise.
307         (default_ld_simple_link): Use run_host_cmd.
308         (default_ld_compile): Only check "which $ccprog" if host is local.
309         Use remote_file and remote_exec.
310         (default_ld_assemble): Only check "which $as" if host is local.
311         Use run_host_cmd.
312         (default_ld_nm): Use remote_exec, remote_upload and remote_file.
313         (run_dump_test): Use remote_exec, remote_upload and remote_file.
314         Only check "which $binary" if host is local.
315         (run_ld_link_tests): Use remote_exec, remote_upload and
316         remote_file.
317         * ld-selective/selective.exp: Only check "which $CXX" if host is
318         local.  Use remote_exec.
319         * ld-scripts/phdrs.exp: Only check "which $objdump" if host is
320         local.  Use run_host_cmd.
321         * ld-scripts/phdrs2.exp: Likewise.
322         * ld-scripts/weak.exp: Likewise.
323         * ld-undefined/weak-undef.exp: Likewise.
324         * ld-scripts/crossref.exp: Only check "which $CC" if host is local.
325         Use run_host_cmd.
326         * ld-scripts/map-address.exp: Upload map_address.map if host is
327         remote.
328         * ld-srec/srec.exp (run_srec_tests): Use run_host_cmd.  Only check
329         "which $CC" and "which $CXX" if host is local.
330         * ld-undefined/undefined.exp: Only check "which $CC" if host is
331         local.  Use remote_file and run_host_cmd.
332         * config/default.exp: Use remote_exec to create tmpdir.
333
334 2007-08-24  H.J. Lu  <hongjiu.lu@intel.com>
335
336         * ld-i386/i386.exp (i386tests): Add a test for TLS IE->LE
337         transition.
338         Run tlsie2, tlsie3, tlsie4 and tlsie5.
339
340         * ld-i386/tlsie1.dd: New file.
341         * ld-i386/tlsie1.s: Likewise.
342         * ld-i386/tlsie2.d: Likewise.
343         * ld-i386/tlsie2.s: Likewise.
344         * ld-i386/tlsie3.d: Likewise.
345         * ld-i386/tlsie3.s: Likewise.
346         * ld-i386/tlsie4.d: Likewise.
347         * ld-i386/tlsie4.s: Likewise.
348         * ld-i386/tlsie5.d: Likewise.
349         * ld-i386/tlsie5.s: Likewise.
350         * ld-x86-64/tlsgd2.d: Likewise.
351         * ld-x86-64/tlsgd2.s: Likewise.
352         * ld-x86-64/tlsgd3.d: Likewise.
353         * ld-x86-64/tlsgd3.s: Likewise.
354         * ld-x86-64/tlsie1.dd: Likewise.
355         * ld-x86-64/tlsie1.s: Likewise.
356         * ld-x86-64/tlsie2.d: Likewise.
357         * ld-x86-64/tlsie2.s: Likewise.
358         * ld-x86-64/tlsie3.d: Likewise.
359         * ld-x86-64/tlsie3.s: Likewise.
360
361         * ld-x86-64/x86-64.exp (x86_64tests): Add a test for TLS LD->LE
362         transition.
363         Run tlsgd2, tlsgd3, tlsie2 and tlsie3.
364
365 2007-08-23  H.J. Lu  <hongjiu.lu@intel.com>
366
367         * ld-i386/tlsbinpic.s: Add a new GD -> IE test.
368
369         * ld-i386/tlsgd1.s: Add a new GD -> LE test.
370
371         * ld-i386/tlsbin.dd: Updated.
372         * ld-i386/tlsbin.rd: Likewise.
373         * ld-i386/tlsgd1.dd: Likewise.
374
375 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
376
377         * ld-sparc/tlssunnopic32.dd: Fix up #target.
378         * ld-sparc/tlssunnopic32.rd: Likewise.
379         * ld-sparc/tlssunnopic32.sd: Likewise.
380         * ld-sparc/tlssunnopic64.dd: Likewise.
381         * ld-sparc/tlssunnopic64.rd: Likewise.
382         * ld-sparc/tlssunnopic64.sd: Likewise.
383
384 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
385
386         * lib/ld-lib.exp (run_dump_test): Allow [big_or_little_endian]
387         to appear in assembler and linker options.
388         * ld-mips-elf/vxworks1-static.d (ld): Add [big_or_little_endian].
389
390 2007-08-16  Alan Modra  <amodra@bigpond.net.au>
391
392         * ld-srec/srec.exp: Always pass "-G 0".  Remove all powerpc
393         xfails.
394
395 2007-08-14  H.J. Lu  <hongjiu.lu@intel.com>
396
397         PR ld/4918
398         * ld-i386/i386.exp (i386tests): Add tlsgd1 and tlsld1 tests.
399         * ld-x86-64/x86-64.exp (x86_64tests): Likewise.
400
401         * ld-i386/tlsgd1.dd: New file.
402         * ld-i386/tlsgd1.s: Likewise.
403         * ld-i386/tlsld1.dd: Likewise.
404         * ld-i386/tlsld1.s: Likewise.
405         * ld-x86-64/tlsgd1.dd: Likewise.
406         * ld-x86-64/tlsgd1.s: Likewise.
407         * ld-x86-64/tlsld1.dd: Likewise.
408         * ld-x86-64/tlsld1.s: Likewise.
409
410 2007-08-13  Richard Sandiford  <richard@codesourcery.com>
411
412         * ld-mips-elf/vxworks-forced-local-1.d,
413         * ld-mips-elf/vxworks-forced-local-1.s,
414         * ld-mips-elf/vxworks-forced-local-1.ver: New test.
415         * ld-mips-elf/mips-elf.exp: Run it.
416         * ld-mips-elf/tlsdyn-o32-2.d: Adjust for removal of unnecessary
417         local GOT entry.
418         * ld-mips-elf/tlsdyn-o32-2.got: Likewise.
419         * ld-mips-elf/tlsdyn-o32-3.d: Likewise.
420         * ld-mips-elf/tlsdyn-o32-3.got: Likewise.
421         * ld-mips-elf/vxworks1-lib.dd: Likewise.
422         * ld-mips-elf/vxworks1-lib.rd: Likewise.
423
424 2007-08-13  Alan Modra  <amodra@bigpond.net.au>
425
426         * ld-powerpc/relbrlt.s (.text.pad2): Adjust space.
427         * ld-powerpc/relbrlt.d: Update.
428         * ld-powerpc/tlsexe.d: Update.
429         * ld-powerpc/tlsexe.g: Update.
430         * ld-powerpc/tlsexe.r: Update.
431         * ld-powerpc/tlsexetoc.d: Update.
432         * ld-powerpc/tlsexetoc.g: Update.
433         * ld-powerpc/tlsexetoc.r: Update.
434         * ld-powerpc/tlsso.d: Update.
435         * ld-powerpc/tlsso.g: Update.
436         * ld-powerpc/tlsso.r: Update.
437         * ld-powerpc/tlstocso.d: Update.
438         * ld-powerpc/tlstocso.g: Update.
439
440 2007-08-06  Kai Tietz   <kai.tietz@onevision.com>
441
442         PR ld/4877
443         * ld-pe/pe.exp: Special diff file for x86_64-mingw target.
444         * ld-pe/secrel_64.d: New.
445
446 2007-08-03  Daniel Jacobowitz  <dan@codesourcery.com>
447
448         * ld-srec/srec.exp: XFAIL for powerpc*-*-*.
449
450 2007-08-01  Adam Nemet  <anemet@caviumnetworks.com>
451
452         * ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d,
453         ld-mips-elf/reloc-5.s, ld-mips-elf/reloc-5.d: New tests.
454         * ld-mips-elf/mips-elf.exp: Invoke them.
455
456 2007-07-29  Alan Modra  <amodra@bigpond.net.au>
457
458         * ld-elf/weak-dyn-1.rd: Adjust.
459
460 2007-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
461
462         * ld-cdtest/cdtest-foo.cc (strncpy): Fix parameter name.
463
464 2007-07-24  Nick Clifton  <nickc@redhat.com>
465
466         * ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only
467         section.
468
469 2007-07-23  Richard Sandiford  <richard@codesourcery.com>
470
471         * ld-elf/weak-dyn-1a.s, ld-elf/weak-dyn-1b.s, ld-elf/weak-dyn-1.ld,
472         * ld-elf/weak-dyn-1.rd: New test.
473         * ld-elf/elf.exp: Run it.
474
475 2007-07-13  Nathan Sidwell  <nathan@codesourcery.com>
476
477         * ld-scripts/assert.t: Tweak to avoid relying on empty's VMA being
478         zero.
479
480 2007-07-10  H.J. Lu  <hongjiu.lu@intel.com>
481
482         * ld-elfvers/vers.exp: Add tests for --defsym.
483
484         * ld-elfvers/vers32.map: Likewise.
485         * ld-elfvers/vers32a.c: Likewise.
486         * ld-elfvers/vers32a.dsym: Likewise.
487         * ld-elfvers/vers32a.ver: Likewise.
488         * ld-elfvers/vers32b.c: Likewise.
489         * ld-elfvers/vers32b.dsym: Likewise.
490         * ld-elfvers/vers32b.ver: Likewise.
491         * ld-elfvers/vers32c.dsym: Likewise.
492         * ld-elfvers/vers32c.ver: Likewise.
493         * ld-elfvers/vers32d.ver: Likewise.
494
495 2007-07-06  Nick Clifton  <nickc@redhat.com>
496
497         * lib/default.exp: Update copyright notice to refer to GPLv3.
498         * config/default.exp, ld-alpha/alpha.exp, ld-arm/arm-elf.exp,
499         ld-auto-import/auto-import.exp, ld-bootstrap/bootstrap.exp,
500         ld-cdtest/cdtest.exp, ld-checks/checks.exp, ld-cris/cris.exp,
501         ld-crx/crx.exp, ld-cygwin/exe-export.exp, ld-d10v/d10v.exp,
502         ld-discard/discard.exp, ld-elf/elf.exp, ld-elf/exclude.exp,
503         ld-elf/frame.exp, ld-elf/sec64k.exp, ld-elf/binutils.exp,
504         ld-elf/tls_common.exp, ld-elf/shared.exp, ld-elf/dwarf.exp,
505         ld-elf/wrap.exp, ld-elfcomm/elfcomm.exp, ld-elfvers/vers.exp,
506         ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp, ld-xc16x/xc16x.exp,
507         ld-fastcall/fastcall.exp, ld-frv/tls.exp, ld-h8300/h8300.exp,
508         ld-i386/i386.exp, ld-ia64/ia64.exp, ld-linkonce/linkonce.exp,
509         ld-m68hc11/m68hc11.exp, ld-maxq/maxq.exp,
510         ld-mips-elf/mips-elf-flags.exp, ld-mips-elf/mips-elf.exp,
511         ld-mmix/mmix.exp, ld-pe/pe.exp, ld-pe/direct.exp,
512         ld-powerpc/powerpc.exp, ld-s390/s390.exp, ld-scripts/align.exp,
513         ld-scripts/alignof.exp, ld-scripts/assert.exp,
514         ld-scripts/crossref.exp, ld-scripts/data.exp,
515         ld-scripts/default-script.exp, ld-scripts/defined.exp,
516         ld-scripts/empty-address.exp, ld-scripts/empty-aligned.exp,
517         ld-scripts/empty-orphan.exp, ld-scripts/expr.exp,
518         ld-scripts/extern.exp, ld-scripts/map-address.exp,
519         ld-scripts/overlay-size.exp, ld-scripts/phdrs.exp,
520         ld-scripts/phdrs2.exp, ld-scripts/provide.exp,
521         ld-scripts/script.exp, ld-scripts/size.exp, ld-scripts/sizeof.exp,
522         ld-scripts/sort.exp, ld-scripts/weak.exp,
523         ld-selective/sel-dump.exp, ld-selective/selective.exp,
524         ld-sh/arch/arch.exp, ld-sh/sh64/rd-sh64.exp, ld-sh/sh64/relax.exp,
525         ld-sh/sh64/relfail.exp, ld-sh/sh64/sh64.exp, ld-sh/rd-sh.exp,
526         ld-sh/sh.exp, ld-shared/shared.exp, ld-sparc/sparc.exp,
527         ld-srec/srec.exp, ld-undefined/undefined.exp,
528         ld-undefined/weak-undef.exp, ld-versados/versados.exp,
529         ld-x86-64/x86-64.exp, ld-xstormy16/xstormy16.exp,
530         ld-xtensa/coalesce.exp, ld-xtensa/lcall.exp, ld-pie/pie.exp,
531         ld-m68k/m68k.exp, ld-mep/mep.exp, ld-spu/spu.exp,
532         ld-vxworks/vxworks.exp, lib/ld-lib.exp: Likewise.
533         * ld-frv/frv-elf.exp: Add copyright notice.
534         * ld-libs/libs.exp, ld-sh/sh-vxworks.exp,
535         ld-scripts/dynamic-sections.exp, ld-v850.v850.exp: Likewise.
536         
537 2007-07-05  Alan Modra  <amodra@bigpond.net.au>
538
539         * ld-powerpc/powerpc.exp: Disable for lynxos and nto.
540
541 2007-07-03  Joseph Myers  <joseph@codesourcery.com>
542
543         * ld-arm/attr-merge-2a.s, ld-arm/attr-merge-2b.s,
544         ld-arm/attr-merge-2.attr: New.
545         * ld-arm/arm-elf.exp (armelftests): Add new test.
546
547 2007-07-02  Nathan Sidwell  <nathan@codesourcery.com>
548
549         * ld-scripts/alignof.exp: Skip on non-elf
550
551 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
552
553         * ld-powerpc/attr-gnu-4-0.s, ld-powerpc/attr-gnu-4-00.d,
554         ld-powerpc/attr-gnu-4-01.d, ld-powerpc/attr-gnu-4-02.d,
555         ld-powerpc/attr-gnu-4-1.s, ld-powerpc/attr-gnu-4-10.d,
556         ld-powerpc/attr-gnu-4-11.d, ld-powerpc/attr-gnu-4-12.d,
557         ld-powerpc/attr-gnu-4-13.d, ld-powerpc/attr-gnu-4-2.s,
558         ld-powerpc/attr-gnu-4-20.d, ld-powerpc/attr-gnu-4-21.d,
559         ld-powerpc/attr-gnu-4-22.d, ld-powerpc/attr-gnu-4-3.s,
560         ld-powerpc/attr-gnu-4-31.d: New.
561         * ld-powerpc/powerpc.exp: Run these new tests.
562
563 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
564
565         * ld-mips-elf/attr-gnu-4-0.s, ld-mips-elf/attr-gnu-4-00.d,
566         ld-mips-elf/attr-gnu-4-01.d, ld-mips-elf/attr-gnu-4-02.d,
567         ld-mips-elf/attr-gnu-4-03.d, ld-mips-elf/attr-gnu-4-1.s,
568         ld-mips-elf/attr-gnu-4-10.d, ld-mips-elf/attr-gnu-4-11.d,
569         ld-mips-elf/attr-gnu-4-12.d, ld-mips-elf/attr-gnu-4-13.d,
570         ld-mips-elf/attr-gnu-4-14.d, ld-mips-elf/attr-gnu-4-2.s,
571         ld-mips-elf/attr-gnu-4-20.d, ld-mips-elf/attr-gnu-4-21.d,
572         ld-mips-elf/attr-gnu-4-22.d, ld-mips-elf/attr-gnu-4-23.d,
573         ld-mips-elf/attr-gnu-4-3.s, ld-mips-elf/attr-gnu-4-30.d,
574         ld-mips-elf/attr-gnu-4-31.d, ld-mips-elf/attr-gnu-4-32.d,
575         ld-mips-elf/attr-gnu-4-33.d, ld-mips-elf/attr-gnu-4-4.s,
576         ld-mips-elf/attr-gnu-4-41.d: New.
577         * ld-mips-elf/mips-elf.exp: Run these new tests.
578
579 2007-06-29  Paul Brook  <paul@codesourcery.com>
580
581         * ld-arm/arm-elf.exp (armelftests): Add callweak.
582         * ld-arm/callweak.d: New test.
583         * ld-arm/callweak.s: New test.
584
585 2007-06-28  H.J. Lu  <hongjiu.lu@intel.com>
586
587         PR ld/4701
588         * ld-elf/noload-2.d: New.
589
590 2007-06-29  H.J. Lu <hjl@gnu.org>
591
592         * ld-scripts/assert.t: Discard .reginfo sections.
593
594 2007-06-26  Joseph Myers  <joseph@codesourcery.com>
595
596         * ld-arm/attr-merge.s, ld-arm/attr-merge.attr: New.
597         * ld-arm/arm-elf.exp (armelftests): Add new test.
598
599 2007-06-25  Richard Sandiford  <richard@codesourcery.com>
600
601         * ld-mips-elf/mips16-local-stubs-1.s,
602         * ld-mips-elf/mips16-local-stubs-1.d: New tests.
603         * ld-mips-elf/mips-elf.exp: Run them.
604
605 2007-06-19  H.J. Lu  <hongjiu.lu@intel.com>
606
607         PR ld/4590
608         * ld-ia64/merge1.d: New.
609         * ld-ia64/merge1.s: Likewise.
610         * ld-ia64/merge2.d: Likewise.
611         * ld-ia64/merge2.s: Likewise.
612         * ld-ia64/merge3.d: Likewise.
613         * ld-ia64/merge3.s: Likewise.
614         * ld-ia64/merge4.d: Likewise.
615         * ld-ia64/merge4.s: Likewise.
616         * ld-ia64/merge5.d: Likewise.
617         * ld-ia64/merge5.s: Likewise.
618
619 2007-06-18  Andreas Schwab  <schwab@suse.de>
620
621         * ld-scripts/cross3.t: Add .opd section.
622
623 2007-06-18  Nathan Sidwell  <nathan@codesourcery.com>
624
625         * ld-scripts/alignof.s: New.
626         * ld-scripts/alignof.t: New
627         * ld-scripts/alignof.exp: New.
628
629 2007-06-14  Alan Modra  <alan@grove.modra.org>
630
631         * ld-spu/ovl.d: Update.
632         * ld-spu/ovl2.d: Update.
633
634 2007-05-24  Nathan Sidwell  <nathan@codesourcery.com>
635
636         * ld-scripts/assert.t: Add additional cases.
637         * ld-scripts/extern.t, ld-scripts/extern.s,
638         ld-scripts/extern.exp: New.
639
640 2007-05-22  Paul Brook  <paul@codesourcery.com>
641
642         * ld-arm/arm-pic-veneer.d: Update expected output.
643         * ld-arm/arm-call.d: Ditto.
644
645 2007-05-22  Paul Brook  <paul@codesourcery.com>
646
647         * ld-arm-mixed-lib.d: Update expected output.
648         * ld-arm/arm-app.d: Ditto.
649         * ld-arm/mixed-app.d: Ditto.
650         * ld-arm/arm-lib-plt32.d: Ditto.
651         * ld-arm/arm-app-abs32.d: Ditto.
652         * ld-arm/mixed-app-v5.d: Ditto.
653         * ld-arm/armthumb-lib.d: Ditto.
654         * ld-arm/arm-lib.d: Ditto.
655
656 2007-05-21  Richard Sandiford  <richard@codesourcery.com>
657
658         * ld-arm/emit-relocs1.d, ld-arm/emit-relocs1.s,
659         * ld-arm/emit-relocs1-vxworks.d: New tests.
660         * ld-arm/arm-elf.exp: Run them.
661         * ld-arm/vxworks1.dd: Expect proper branch targets.
662
663 2007-05-18  Joseph Myers  <joseph@codesourcery.com>
664
665         * ld-elf/group.ld: Discard .reginfo.
666
667 2007-05-18  Paul Brook  <paul@codesourcery.com>
668
669         * ld-arm/arm-call.d: Update expected output.
670
671 2007-05-17  Paul Brook  <paul@codesourcery.com>
672
673         * ld-elf/multibss1.s: Use %nobits instead of @nobits.
674
675 2007-05-17  Nathan Sidwell  <nathan@codesourcery.com>
676
677         * ld-m68k/merge-error-1a.d: Mismatch is an error.
678         * ld-m68k/merge-error-1b.d: Likewise.
679         * ld-m68k/merge-error-1c.d: Likewise.
680         * ld-m68k/merge-error-1d.d: Likewise.
681         * ld-m68k/merge-error-1e.d: Likewise.
682
683 2007-05-15  H.J. Lu  <hongjiu.lu@intel.com>
684
685         PR ld/4504
686         * ld-elf/data1.c: New file.
687         * ld-elf/data1.h: Likewise.
688         * ld-elf/dynbss1.c: Likewise.
689         * ld-elf/pass.out: Likewise.
690
691         * ld-elf/shared.exp (build_tests): Add "Build libdata1.so".
692         (run_tests): Add "Run with libdata1.so".
693
694 2007-05-15  Richard Sandiford  <richard@codesourcery.com>
695
696         * ld-arm/vxworks1.ld: Swap .bss and .data.
697         * ld-arm/vxworks1-lib.rd: Update accordingly.
698         * ld-arm/vxworks1-lib.td: New test.
699         * ld-arm/arm-elf.exp: Run it.
700
701         * ld-i386/vxworks1.ld: Swap .bss and .data.
702         * ld-i386/vxworks1-lib.rd: Update accordingly.
703         * ld-i386/vxworks1-lib.td: New test.
704         * ld-i386/i386.exp: Run it.
705
706         * ld-mips-elf/vxworks1.ld: Swap .bss and .data.
707         * ld-mips-elf/vxworks1-lib.rd: Update accordingly.
708         * ld-mips-elf/vxworks1.rd: Likewise.
709
710         * ld-powerpc/vxworks1.ld: Swap .bss and .data.
711         * ld-powerpc/vxworks1-lib.rd: Update accordingly.
712         * ld-powerpc/vxworks1-lib.td: New test.
713         * ld-powerpc/powerpc.exp: Run it.
714
715         * ld-sh/vxworks1.ld: Swap .bss and .data.
716         * ld-sh/vxworks1-lib.rd: Update accordingly.
717         * ld-sh/vxworks1-lib.td: New test.
718         * ld-sh/sh-vxworks.exp: Run it.
719
720         * ld-sparc/vxworks1.ld: Swap .bss and .data.
721         * ld-sparc/vxworks1-lib.rd: Update accordingly.
722         * ld-sparc/vxworks1-lib.td: New test.
723         * ld-sparc/sparc.exp: Run it.
724
725 2007-05-15  Richard Sandiford  <richard@codesourcery.com>
726
727         * ld-mips-elf/vxworks1-lib.rd: Expect the GOT relocation to be
728         against symbol 0.
729
730 2007-05-15  Mark Shinwell  <shinwell@codesourcery.com>
731
732         * ld-arm/arm-elf.exp: Add jump19 testcase.
733         * ld-arm/jump19.d: New.
734         * ld-arm/jump19.s: New.
735
736 2007-05-14  Richard Sandiford  <richard@codesourcery.com>
737
738         * ld-sh/vxworks1.dd: Remove hexadecimal prefixes from constant pool
739         contents.  Consistently use "!" as the comment character.
740         Consistently use _PROCEDURE_LINKAGE_TABLE_ in the first PLT entry.
741         * ld-sh/vxworks1-le.dd: Likewise.
742         * ld-sh/vxworks1-lib.dd: Likewise.
743         * ld-sh/vxworks1-lib-le.dd: Likewise.
744         * ld-sh/vxworks3.dd: Likewise.
745         * ld-sh/vxworks3-le.dd: Likewise.
746
747 2007-05-14  Andreas Schwab  <schwab@suse.de>
748
749         * ld-elf/dl2a.list: New file.
750         * ld-elf/shared.exp: Add test using --dynamic-list=dl2a.list.
751
752 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
753
754         * ld-arm/vxworks1-lib.dd: Expect "push" instead of stmdb and
755         "pop" instead of ldmia.  Don't require specific symbolic addresses
756         for in-text addresses.  Expect data to be rendered as .words rather
757         than disassembled.
758         * ld-arm/vxworks1.dd: Likewise.
759
760 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
761
762         * ld-elf/multibss1.d, ld-elf/multibss1.s: New test.
763
764 2007-04-27  Nathan Sidwell  <nathan@codesourcery.com>
765
766         * ld-m68k/plt1-isac.d: New.
767         * ld-m68k/m68k.exp: Add it.
768
769 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
770
771         PR binutils/4430
772         * ld-i386/tlsbin.dd: Updated.
773         * ld-i386/tlsbindesc.dd: Likewise
774         * ld-i386/tlsdesc.dd: Likewise
775         * ld-i386/tlsgdesc.dd: Likewise
776         * ld-i386/tlsnopic.dd: Likewise
777         * ld-i386/tlspic.dd: Likewise
778         * ld-x86-64/tlsbin.dd: Likewise
779         * ld-x86-64/tlsbindesc.dd: Likewise
780         * ld-x86-64/tlsdesc.dd: Likewise
781         * ld-x86-64/tlsgdesc.dd: Likewise
782         * ld-x86-64/tlspic.dd: Likewise
783
784 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
785
786         * ld-linkonce/x.s: Use .gcc_except_table instead of .eh_frame
787         to test that entry for deleted function is zeroed.  Add a
788         somewhat closer to normal .eh_frame to test that fde for
789         deleted function is removed.
790         * ld-linkonce/y.s: Likewise.
791         * ld-linkonce/zeroeh.ld: Place .gcc_except_table too.
792         * ld-linkonce/zeroehl32.d: Update.
793
794 2007-04-21  Richard Earnshaw  <rearnsha@arm.com>
795
796         * ld-arm/arm-app-abs32.d: Convert to unified syntax.
797         * ld-arm/arm-app.d: Likewise.
798         * ld-arm/arm-lib-plt32.d: Likewise.
799         * ld-arm/arm-lib.d: Likewise.
800         * ld-arm/arm-static-app.d: Likewise.
801         * ld-arm/armthumb-lib.d: Likewise.
802         * ld-arm/mixed-app-v5.d: Likewise.
803         * ld-arm/mixed-app.d: Likewise.
804         * ld-arm/mixed-lib.d: Likewise.
805
806 2007-04-18  Alan Modra  <amodra@bigpond.net.au>
807
808         * ld-spu/ovl.lnk: Use OVERLAY keyword.
809
810 2007-04-17  Paul Brook  <paul@codesourcery.com>
811
812         * ld-arm/preempt-app.s: New test.
813         * ld-arm/preempt-app.sym: New.
814         * ld-arm/arm-elf.exp: Add preempt-app.
815
816 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
817
818         * ld-mips-elf/vxworks1-lib.td: New test.
819         * ld-mips-elf/mips-elf.exp: Run it.
820
821 2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>
822
823         PR ld/4304
824         * ld-i386/i386.exp: Run "warn1".
825
826         * ld-i386/warn1.d: New file.
827         * ld-i386/warn1.s: Likewise.
828
829 2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>
830
831         * ld-i386/combreloc.d: Remove #target: i?86-*-*.
832         * ld-i386/reloc.d: Likewise.
833
834 2007-04-05  Alan Modra  <amodra@bigpond.net.au>
835
836         * ld-spu/ovl2.d: Update.
837
838 2007-04-02  H.J. Lu  <hongjiu.lu@intel.com>
839
840         PR ld/4090
841         * ld-elf/expr1.d: New file.
842         * ld-elf/expr1.s: Likewise.
843         * ld-elf/expr1.t: Likewise.
844
845 2007-03-29  Richard Sandiford  <richard@codesourcery.com>
846
847         * ld-libs/lib-1.s, ld-libs/lib-2.s, ld-libs/lib-2.d,
848         * ld-libs/libs.exp: New files.
849
850 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
851
852         * ld-vxworks/rpath-1.s, ld-vxworks/rpath-1.d,
853         * ld-vxworks/vxworks.exp: New files.
854
855 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
856
857         * ld-elf/note-1.s: Increase .foo size.
858
859 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
860
861         * ld-spu/spu.exp (embed_test): New.
862         * ld-spu/ear.s: New.
863         * ld-spu/ear.d: New.
864         * ld-spu/embed.rd: New.
865         * ld-spu/ovl2.s: New.
866         * ld-spu/ovl2.d: New.
867
868 2007-03-24  Alan Modra  <amodra@bigpond.net.au>
869
870         * ld-elf/overlay.d: -u symbols we want to see in the output.
871
872 2007-03-23  Alan Modra  <amodra@bigpond.net.au>
873
874         * ld-spu/ovl.s (f4_a2): Tail call.
875         * ld-spu/ovl.d: Add --emit-relocs to ld options, -r to objdump.
876         Update expected results.
877
878 2007-03-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
879
880         * ld-sh/ld-r-1.d: Update.
881         * ld-sh/shared-1.d: Likewise.
882
883 2007-03-23  Alan Modra  <amodra@bigpond.net.au>
884
885         * ld-elf/elf.exp: Add "--local-store 0:0" to LDFLAGS for spu.
886
887 2007-03-22  H.J. Lu  <hongjiu.lu@intel.com>
888
889         PR ld/4210
890         * ld-pe/image_size.d: New file.
891         * ld-pe/image_size.s: Likewise.
892         * ld-pe/image_size.t: Likewise.
893
894         * ld-pe/pe.exp: Run image_size.
895
896 2007-03-22  H.J. Lu  <hongjiu.lu@intel.com>
897
898         PR ld/4007
899         * ld-elf/note-1.d: New file.
900         * ld-elf/note-1.s: Likewise.
901         * ld-elf/note-1.t: Likewise.
902         * ld-i386/alloc.d: Likewise.
903         * ld-i386/alloc.s: Likewise.
904         * ld-i386/alloc.t: Likewise.
905
906         * ld-i386/i386.exp: Run "alloc".
907
908 2007-03-20  Paul Brook  <paul@codesourcery.com>
909
910         * ld-arm/arm-elf.exp (ld-arm/arm-elf.exp): Add arm-pic-veneer.
911         * ld-arm/arm-pic-veneer.d: New test.
912         * ld-arm/arm-pic-veneer.s: New test.
913
914 2007-03-08  Richard Sandiford  <richard@codesourcery.com>
915
916         * ld-elf/extract-symbol-1.ld (data): Explicitly set the start address
917         to 0.
918
919 2007-03-07  Alan Modra  <amodra@bigpond.net.au>
920
921         * ld-elf/extract-symbol-1sec.d: xfail hppa.
922         * ld-elf/extract-symbol-1sym.d: xfail hppa.
923
924 2007-03-07  H.J. Lu  <hongjiu.lu@intel.com>
925
926         PR 3958
927         * ld-elf/linkonce1.d: New.
928         * ld-elf/linkonce1a.s: New.
929         * ld-elf/linkonce1b.s: New.
930         * ld-elf/linkonce2.d: New.
931         * ld-i386/pcrel16abs.d: New.
932         * ld-i386/pcrel16abs.s: New.
933         * ld-i386/i386.exp: Run it.
934
935 2007-03-06  H.J. Lu  <hongjiu.lu@intel.com>
936
937         PR ld/4144
938         * ld-elf/nobits-1.d: New file.
939         * ld-elf/nobits-1.s: Likewise.
940         * ld-elf/nobits-1.t: Likewise.
941
942 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
943
944         * ld-elf/binutils.exp: Revert last change.
945
946 2007-03-01  Richard Sandiford  <richard@codesourcery.com>
947
948         * ld-elf/extract-symbol-1sym.d, ld-elf/extract-symbol-1sec.d,
949         * ld-elf/extract-symbol-1.s, ld-elf/extract-symbol-1.ld: New tests.
950         * ld-elf/binutils.exp: Run them.
951
952 2007-02-28  Nick Clifton  <nickc@redhat.com>
953
954         PR ld/3796
955         * ld-arm/arm-elf.exp (armelftests): Move "Thumb-2 BL" test into...
956         (armeabitests): ... here, a new array for EABI specific tests.
957         (armelftests): Add extra command line options for VFP11 fix tests
958         and thumb shared library test.
959
960 2007-02-22  Paul Brook  <paul@codesourcery.com>
961
962         * ld-arm/arm-elf.exp (armelftests): Add gc-unwind.h.
963         * ld-arm/gc-unwind.s: New file.
964         * ld-arm/gc-unwind.d: New file.
965
966 2007-02-14  H.J. Lu  <hongjiu.lu@intel.com>
967
968         PR ld/3953
969         * ld-elf/beginwarn.c: New file.
970         * ld-elf/warn.out: Likewise.
971
972         * ld-elf/shared.exp (build_tests): Add "Build warn libbar.so".
973         (run_tests): Add "Run warn with versioned libfoo.so".
974
975         * lib/ld-lib.exp (default_ld_relocate): Make exec_output global
976         and remove target first.
977         (default_ld_link): Likewise.
978         (default_ld_simple_link): Likewise.
979         (run_ld_link_exec_tests): Take an optional linker warning and
980         check it.
981         (default_ld_link): Check pruned linker output.
982
983 2007-02-13  H.J. Lu  <hongjiu.lu@intel.com>
984
985         * ld-scripts/default-script1.d: Expect extra symbols.
986         * ld-scripts/default-script2.d: Likewise.
987         * ld-scripts/default-script3.d: Likewise.
988         * ld-scripts/default-script4.d: Likewise.
989
990 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
991
992         * ld-powerpc/relbrlt.d: Update.
993         * ld-powerpc/tlsexe.r: Update.
994         * ld-powerpc/tlsexetoc.r: Update.
995         * ld-powerpc/tlsso.r: Update.
996         * ld-powerpc/tlstocso.r: Update.
997
998 2007-02-12  Alan Modra  <amodra@bigpond.net.au>
999
1000         * ld-powerpc/relbrlt.d: Update.
1001
1002 2007-02-06  Nick Clifton  <nickc@redhat.com>
1003
1004         PR ld/3805
1005         * ld-elf/sec64k.exp: Expect the relocatable version of this test
1006         to fail for the m32r because it creates both .rel and .rela
1007         sections.
1008
1009 2007-02-05  Dave Brolley  <brolley@redhat.com>
1010
1011         * ld-undefined/undefined.exp: XFAIL the undefined test
1012         * ld-mep: New, with content.
1013
1014 2007-02-05  H.J. Lu  <hongjiu.lu@intel.com>
1015
1016         * ld-i386/pcrel16.d: Undo the last change.
1017         * ld-x86-64/pcrel16.d: Likewise.
1018
1019 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
1020
1021         * ld-i386/pcrel16.d: Updated.
1022         * ld-x86-64/pcrel16.d: Likewise.
1023
1024 2007-02-01  Alan Modra  <amodra@bigpond.net.au>
1025
1026         * ld-scripts/default-script.exp: Add "--local-store 0:0" to
1027         LDFLAGS for spu.
1028
1029 2007-01-29  Julian Brown  <julian@codesourcery.com>
1030
1031         * ld-arm/arm-elf.exp: Add VFP11 tests.
1032         * ld-arm/vfp11-fix-none.s: New file.
1033         * ld-arm/vfp11-fix-none.d: Expected disassembly of above.
1034         * ld-arm/vfp11-fix-scalar.s: New file.
1035         * ld-arm/vfp11-fix-scalar.d: Expected disassembly of above.
1036         * ld-arm/vfp11-fix-vector.s: New file.
1037         * ld-arm/vfp11-fix-vector.d: Expected disassembly of above.
1038
1039 2007-01-23  Nathan Sidwell  <nathan@codesourcery.com>
1040
1041         * ld-elf/header.d: Reduce page size, restrict to linux & vxworks
1042         * ld-elf/header.s: Adjust.
1043         * ld-elf/header.t: Reduce initial offset.
1044
1045 2007-01-23  Andreas Schwab  <schwab@suse.de>
1046
1047         * lib/ld-lib.exp (run_dump_test): Don't prematurely remove
1048         assembler output.
1049
1050 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
1051
1052         * ld-elf/dl6.c: New file.
1053         * ld-elf/dl6a.out: Likewise.
1054         * ld-elf/dl6amain.c: Likewise.
1055         * ld-elf/dl6b.out: Likewise.
1056         * ld-elf/dl6bmain.c: Likewise.
1057         * ld-elf/dl6cmain.c: Likewise.
1058         * ld-elf/dl6dmain.c: Likewise.
1059
1060         * ld-elf/shared.exp: Add new tests for -Bsymbolic,
1061         -Bsymbolic-functions, --dynamic-list-data and
1062         --dynamic-list-cpp-new.
1063
1064 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
1065
1066         * ld-elf/maxpage3.t: New file.
1067         * ld-elf/maxpage3a.d: Likewise.
1068         * ld-elf/maxpage3b.d: Likewise.
1069         * ld-elf/maxpage3c.d: Likewise.
1070
1071 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
1072
1073         * ld-scripts/default-script.exp: New file.
1074         * ld-scripts/default-script.s: Likewise.
1075         * ld-scripts/default-script.t: Likewise.
1076         * ld-scripts/default-script1.d: Likewise.
1077         * ld-scripts/default-script2.d: Likewise.
1078         * ld-scripts/default-script3.d: Likewise.
1079         * ld-scripts/default-script4.d: Likewise.
1080
1081 2007-01-18  H.J. Lu  <hongjiu.lu@intel.com>
1082
1083         PR ld/1283
1084         * lib/ld-lib.exp (run_dump_test): Remove output file first.
1085
1086 2007-01-17  H.J. Lu  <hongjiu.lu@intel.com>
1087
1088         * ld-elf/header.d: Adjust for .text section with 16byte
1089         alignment.
1090
1091 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1092
1093         * ld-elf/dl1main.c (main): Fix a typo.
1094
1095 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1096
1097         PR ld/3831
1098         * ld-elf/del.cc: New.
1099         * ld-elf/dl5.cc: Likewise.
1100         * ld-elf/dl5.out: Likewise.
1101         * ld-elf/new.cc: Likewise.
1102
1103         * ld-elf/shared.exp: Add tests for --dynamic-list-data and
1104          --dynamic-list-cpp-new.
1105
1106 2007-01-12  Hans-Peter Nilsson  <hp@axis.com>
1107
1108         * ld-elf/header.d: Allow arbitrary lines between "Program Header"
1109         and "Sections".  Only run on *-*-linux*.
1110
1111 2007-01-11  Nathan Sidwell  <nathan@codesourcery.com>
1112
1113         * ld-elf/header.d: New.
1114         * ld-elf/header.t: New.
1115         * ld-elf/header.s: New.
1116
1117 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
1118
1119         * ld-fastcall/fastcall.exp: Renamed target x86_64-*-mingw64 to
1120         x86_64-*-mingw*.
1121         * ld-pe/pe.exp: Ditto.
1122         * ld-scripts/align.exp: Ditto.
1123         * ld-scripts/defined.exp: Ditto.
1124         * ld-scripts/provide.exp: Ditto.
1125         * ld-scripts/weak.exp: Ditto.
1126
1127 2007-01-06  Nathan Sidwell  <nathan@codesourcery.com>
1128
1129         * ld-scripts/expr.exp: New.
1130         * ld-scripts/expr1.s: New.
1131         * ld-scripts/expr1.d: New.
1132         * ld-scripts/expr1.t: New.
1133
1134 For older changes see ChangeLog-2006
1135 \f
1136 Local Variables:
1137 mode: change-log
1138 left-margin: 8
1139 fill-column: 74
1140 version-control: never
1141 End: