bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
CommitLineData
fab4a87f
L
12007-02-14 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/3953
4 * ld-elf/beginwarn.c: New file.
5 * ld-elf/warn.out: Likewise.
6
7 * ld-elf/shared.exp (build_tests): Add "Build warn libbar.so".
8 (run_tests): Add "Run warn with versioned libfoo.so".
9
10 * lib/ld-lib.exp (default_ld_relocate): Make exec_output global
11 and remove target first.
12 (default_ld_link): Likewise.
13 (default_ld_simple_link): Likewise.
14 (run_ld_link_exec_tests): Take an optional linker warning and
15 check it.
16 (default_ld_link): Check pruned linker output.
17
a243fa97
L
182007-02-13 H.J. Lu <hongjiu.lu@intel.com>
19
20 * ld-scripts/default-script1.d: Expect extra symbols.
21 * ld-scripts/default-script2.d: Likewise.
22 * ld-scripts/default-script3.d: Likewise.
23 * ld-scripts/default-script4.d: Likewise.
24
e4e0193e
AM
252007-02-13 Alan Modra <amodra@bigpond.net.au>
26
27 * ld-powerpc/relbrlt.d: Update.
28 * ld-powerpc/tlsexe.r: Update.
29 * ld-powerpc/tlsexetoc.r: Update.
30 * ld-powerpc/tlsso.r: Update.
31 * ld-powerpc/tlstocso.r: Update.
32
84f5d08e
AM
332007-02-12 Alan Modra <amodra@bigpond.net.au>
34
35 * ld-powerpc/relbrlt.d: Update.
36
cc9fe443
NC
372007-02-06 Nick Clifton <nickc@redhat.com>
38
39 PR ld/3805
40 * ld-elf/sec64k.exp: Expect the relocatable version of this test
41 to fail for the m32r because it creates both .rel and .rela
42 sections.
43
19d9b7d3
DB
442007-02-05 Dave Brolley <brolley@redhat.com>
45
46 * ld-undefined/undefined.exp: XFAIL the undefined test
47 * ld-mep: New, with content.
48
eb7834a6 492007-02-05 H.J. Lu <hongjiu.lu@intel.com>
65ca155d
L
50
51 * ld-i386/pcrel16.d: Undo the last change.
52 * ld-x86-64/pcrel16.d: Likewise.
53
eb7834a6 542007-02-02 H.J. Lu <hongjiu.lu@intel.com>
206717e8
L
55
56 * ld-i386/pcrel16.d: Updated.
57 * ld-x86-64/pcrel16.d: Likewise.
58
b25b09cb
AM
592007-02-01 Alan Modra <amodra@bigpond.net.au>
60
61 * ld-scripts/default-script.exp: Add "--local-store 0:0" to
62 LDFLAGS for spu.
63
b785d0e1
JB
642007-01-29 Julian Brown <julian@codesourcery.com>
65
66 * ld-arm/arm-elf.exp: Add VFP11 tests.
67 * ld-arm/vfp11-fix-none.s: New file.
68 * ld-arm/vfp11-fix-none.d: Expected disassembly of above.
69 * ld-arm/vfp11-fix-scalar.s: New file.
70 * ld-arm/vfp11-fix-scalar.d: Expected disassembly of above.
71 * ld-arm/vfp11-fix-vector.s: New file.
72 * ld-arm/vfp11-fix-vector.d: Expected disassembly of above.
73
723cda25
NS
742007-01-23 Nathan Sidwell <nathan@codesourcery.com>
75
76 * ld-elf/header.d: Reduce page size, restrict to linux & vxworks
77 * ld-elf/header.s: Adjust.
78 * ld-elf/header.t: Reduce initial offset.
79
7b69d466
AS
802007-01-23 Andreas Schwab <schwab@suse.de>
81
82 * lib/ld-lib.exp (run_dump_test): Don't prematurely remove
83 assembler output.
84
5f400437 852007-01-19 H.J. Lu <hongjiu.lu@intel.com>
d8cf8b51
L
86
87 * ld-elf/dl6.c: New file.
88 * ld-elf/dl6a.out: Likewise.
89 * ld-elf/dl6amain.c: Likewise.
90 * ld-elf/dl6b.out: Likewise.
91 * ld-elf/dl6bmain.c: Likewise.
92 * ld-elf/dl6cmain.c: Likewise.
93 * ld-elf/dl6dmain.c: Likewise.
94
95 * ld-elf/shared.exp: Add new tests for -Bsymbolic,
96 -Bsymbolic-functions, --dynamic-list-data and
97 --dynamic-list-cpp-new.
98
b8142865
L
992007-01-19 H.J. Lu <hongjiu.lu@intel.com>
100
101 * ld-elf/maxpage3.t: New file.
102 * ld-elf/maxpage3a.d: Likewise.
103 * ld-elf/maxpage3b.d: Likewise.
104 * ld-elf/maxpage3c.d: Likewise.
105
5f400437 1062007-01-19 H.J. Lu <hongjiu.lu@intel.com>
14be8564
L
107
108 * ld-scripts/default-script.exp: New file.
109 * ld-scripts/default-script.s: Likewise.
110 * ld-scripts/default-script.t: Likewise.
111 * ld-scripts/default-script1.d: Likewise.
112 * ld-scripts/default-script2.d: Likewise.
113 * ld-scripts/default-script3.d: Likewise.
114 * ld-scripts/default-script4.d: Likewise.
115
30dabe8a
L
1162007-01-18 H.J. Lu <hongjiu.lu@intel.com>
117
118 PR ld/1283
119 * lib/ld-lib.exp (run_dump_test): Remove output file first.
120
e47251a9
L
1212007-01-17 H.J. Lu <hongjiu.lu@intel.com>
122
123 * ld-elf/header.d: Adjust for .text section with 16byte
124 alignment.
125
f7a46012
L
1262007-01-16 H.J. Lu <hongjiu.lu@intel.com>
127
128 * ld-elf/dl1main.c (main): Fix a typo.
129
40b36307
L
1302007-01-16 H.J. Lu <hongjiu.lu@intel.com>
131
132 PR ld/3831
133 * ld-elf/del.cc: New.
134 * ld-elf/dl5.cc: Likewise.
135 * ld-elf/dl5.out: Likewise.
136 * ld-elf/new.cc: Likewise.
137
138 * ld-elf/shared.exp: Add tests for --dynamic-list-data and
139 --dynamic-list-cpp-new.
140
c3c6b70e
HPN
1412007-01-12 Hans-Peter Nilsson <hp@axis.com>
142
143 * ld-elf/header.d: Allow arbitrary lines between "Program Header"
144 and "Sections". Only run on *-*-linux*.
145
59e0647f
NS
1462007-01-11 Nathan Sidwell <nathan@codesourcery.com>
147
148 * ld-elf/header.d: New.
149 * ld-elf/header.t: New.
150 * ld-elf/header.s: New.
151
42037fe5
NC
1522007-01-08 Kai Tietz <kai.tietz@onevision.com>
153
154 * ld-fastcall/fastcall.exp: Renamed target x86_64-*-mingw64 to
155 x86_64-*-mingw*.
156 * ld-pe/pe.exp: Ditto.
157 * ld-scripts/align.exp: Ditto.
158 * ld-scripts/defined.exp: Ditto.
159 * ld-scripts/provide.exp: Ditto.
160 * ld-scripts/weak.exp: Ditto.
161
cc3e2771
NS
1622007-01-06 Nathan Sidwell <nathan@codesourcery.com>
163
164 * ld-scripts/expr.exp: New.
165 * ld-scripts/expr1.s: New.
166 * ld-scripts/expr1.d: New.
167 * ld-scripts/expr1.t: New.
168
5ccca1c0 169For older changes see ChangeLog-2006
c9e214e5
AM
170\f
171Local Variables:
172mode: change-log
173left-margin: 8
174fill-column: 74
175version-control: never
176End:
This page took 0.162159 seconds and 4 git commands to generate.