ld/testsuite/
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
CommitLineData
cde1b439
RS
12007-03-02 Richard Sandiford <richard@codesourcery.com>
2
3 * ld-elf/binutils.exp: Revert last change.
4
d3e52d40
RS
52007-03-01 Richard Sandiford <richard@codesourcery.com>
6
7 * ld-elf/extract-symbol-1sym.d, ld-elf/extract-symbol-1sec.d,
8 * ld-elf/extract-symbol-1.s, ld-elf/extract-symbol-1.ld: New tests.
9 * ld-elf/binutils.exp: Run them.
10
2a7bf98e
NC
112007-02-28 Nick Clifton <nickc@redhat.com>
12
13 PR ld/3796
14 * ld-arm/arm-elf.exp (armelftests): Move "Thumb-2 BL" test into...
15 (armeabitests): ... here, a new array for EABI specific tests.
16 (armelftests): Add extra command line options for VFP11 fix tests
17 and thumb shared library test.
18
6a5bb875
PB
192007-02-22 Paul Brook <paul@codesourcery.com>
20
21 * ld-arm/arm-elf.exp (armelftests): Add gc-unwind.h.
22 * ld-arm/gc-unwind.s: New file.
23 * ld-arm/gc-unwind.d: New file.
24
fab4a87f
L
252007-02-14 H.J. Lu <hongjiu.lu@intel.com>
26
27 PR ld/3953
28 * ld-elf/beginwarn.c: New file.
29 * ld-elf/warn.out: Likewise.
30
31 * ld-elf/shared.exp (build_tests): Add "Build warn libbar.so".
32 (run_tests): Add "Run warn with versioned libfoo.so".
33
34 * lib/ld-lib.exp (default_ld_relocate): Make exec_output global
35 and remove target first.
36 (default_ld_link): Likewise.
37 (default_ld_simple_link): Likewise.
38 (run_ld_link_exec_tests): Take an optional linker warning and
39 check it.
40 (default_ld_link): Check pruned linker output.
41
a243fa97
L
422007-02-13 H.J. Lu <hongjiu.lu@intel.com>
43
44 * ld-scripts/default-script1.d: Expect extra symbols.
45 * ld-scripts/default-script2.d: Likewise.
46 * ld-scripts/default-script3.d: Likewise.
47 * ld-scripts/default-script4.d: Likewise.
48
e4e0193e
AM
492007-02-13 Alan Modra <amodra@bigpond.net.au>
50
51 * ld-powerpc/relbrlt.d: Update.
52 * ld-powerpc/tlsexe.r: Update.
53 * ld-powerpc/tlsexetoc.r: Update.
54 * ld-powerpc/tlsso.r: Update.
55 * ld-powerpc/tlstocso.r: Update.
56
84f5d08e
AM
572007-02-12 Alan Modra <amodra@bigpond.net.au>
58
59 * ld-powerpc/relbrlt.d: Update.
60
cc9fe443
NC
612007-02-06 Nick Clifton <nickc@redhat.com>
62
63 PR ld/3805
64 * ld-elf/sec64k.exp: Expect the relocatable version of this test
65 to fail for the m32r because it creates both .rel and .rela
66 sections.
67
19d9b7d3
DB
682007-02-05 Dave Brolley <brolley@redhat.com>
69
70 * ld-undefined/undefined.exp: XFAIL the undefined test
71 * ld-mep: New, with content.
72
eb7834a6 732007-02-05 H.J. Lu <hongjiu.lu@intel.com>
65ca155d
L
74
75 * ld-i386/pcrel16.d: Undo the last change.
76 * ld-x86-64/pcrel16.d: Likewise.
77
eb7834a6 782007-02-02 H.J. Lu <hongjiu.lu@intel.com>
206717e8
L
79
80 * ld-i386/pcrel16.d: Updated.
81 * ld-x86-64/pcrel16.d: Likewise.
82
b25b09cb
AM
832007-02-01 Alan Modra <amodra@bigpond.net.au>
84
85 * ld-scripts/default-script.exp: Add "--local-store 0:0" to
86 LDFLAGS for spu.
87
b785d0e1
JB
882007-01-29 Julian Brown <julian@codesourcery.com>
89
90 * ld-arm/arm-elf.exp: Add VFP11 tests.
91 * ld-arm/vfp11-fix-none.s: New file.
92 * ld-arm/vfp11-fix-none.d: Expected disassembly of above.
93 * ld-arm/vfp11-fix-scalar.s: New file.
94 * ld-arm/vfp11-fix-scalar.d: Expected disassembly of above.
95 * ld-arm/vfp11-fix-vector.s: New file.
96 * ld-arm/vfp11-fix-vector.d: Expected disassembly of above.
97
723cda25
NS
982007-01-23 Nathan Sidwell <nathan@codesourcery.com>
99
100 * ld-elf/header.d: Reduce page size, restrict to linux & vxworks
101 * ld-elf/header.s: Adjust.
102 * ld-elf/header.t: Reduce initial offset.
103
7b69d466
AS
1042007-01-23 Andreas Schwab <schwab@suse.de>
105
106 * lib/ld-lib.exp (run_dump_test): Don't prematurely remove
107 assembler output.
108
5f400437 1092007-01-19 H.J. Lu <hongjiu.lu@intel.com>
d8cf8b51
L
110
111 * ld-elf/dl6.c: New file.
112 * ld-elf/dl6a.out: Likewise.
113 * ld-elf/dl6amain.c: Likewise.
114 * ld-elf/dl6b.out: Likewise.
115 * ld-elf/dl6bmain.c: Likewise.
116 * ld-elf/dl6cmain.c: Likewise.
117 * ld-elf/dl6dmain.c: Likewise.
118
119 * ld-elf/shared.exp: Add new tests for -Bsymbolic,
120 -Bsymbolic-functions, --dynamic-list-data and
121 --dynamic-list-cpp-new.
122
b8142865
L
1232007-01-19 H.J. Lu <hongjiu.lu@intel.com>
124
125 * ld-elf/maxpage3.t: New file.
126 * ld-elf/maxpage3a.d: Likewise.
127 * ld-elf/maxpage3b.d: Likewise.
128 * ld-elf/maxpage3c.d: Likewise.
129
5f400437 1302007-01-19 H.J. Lu <hongjiu.lu@intel.com>
14be8564
L
131
132 * ld-scripts/default-script.exp: New file.
133 * ld-scripts/default-script.s: Likewise.
134 * ld-scripts/default-script.t: Likewise.
135 * ld-scripts/default-script1.d: Likewise.
136 * ld-scripts/default-script2.d: Likewise.
137 * ld-scripts/default-script3.d: Likewise.
138 * ld-scripts/default-script4.d: Likewise.
139
30dabe8a
L
1402007-01-18 H.J. Lu <hongjiu.lu@intel.com>
141
142 PR ld/1283
143 * lib/ld-lib.exp (run_dump_test): Remove output file first.
144
e47251a9
L
1452007-01-17 H.J. Lu <hongjiu.lu@intel.com>
146
147 * ld-elf/header.d: Adjust for .text section with 16byte
148 alignment.
149
f7a46012
L
1502007-01-16 H.J. Lu <hongjiu.lu@intel.com>
151
152 * ld-elf/dl1main.c (main): Fix a typo.
153
40b36307
L
1542007-01-16 H.J. Lu <hongjiu.lu@intel.com>
155
156 PR ld/3831
157 * ld-elf/del.cc: New.
158 * ld-elf/dl5.cc: Likewise.
159 * ld-elf/dl5.out: Likewise.
160 * ld-elf/new.cc: Likewise.
161
162 * ld-elf/shared.exp: Add tests for --dynamic-list-data and
163 --dynamic-list-cpp-new.
164
c3c6b70e
HPN
1652007-01-12 Hans-Peter Nilsson <hp@axis.com>
166
167 * ld-elf/header.d: Allow arbitrary lines between "Program Header"
168 and "Sections". Only run on *-*-linux*.
169
59e0647f
NS
1702007-01-11 Nathan Sidwell <nathan@codesourcery.com>
171
172 * ld-elf/header.d: New.
173 * ld-elf/header.t: New.
174 * ld-elf/header.s: New.
175
42037fe5
NC
1762007-01-08 Kai Tietz <kai.tietz@onevision.com>
177
178 * ld-fastcall/fastcall.exp: Renamed target x86_64-*-mingw64 to
179 x86_64-*-mingw*.
180 * ld-pe/pe.exp: Ditto.
181 * ld-scripts/align.exp: Ditto.
182 * ld-scripts/defined.exp: Ditto.
183 * ld-scripts/provide.exp: Ditto.
184 * ld-scripts/weak.exp: Ditto.
185
cc3e2771
NS
1862007-01-06 Nathan Sidwell <nathan@codesourcery.com>
187
188 * ld-scripts/expr.exp: New.
189 * ld-scripts/expr1.s: New.
190 * ld-scripts/expr1.d: New.
191 * ld-scripts/expr1.t: New.
192
5ccca1c0 193For older changes see ChangeLog-2006
c9e214e5
AM
194\f
195Local Variables:
196mode: change-log
197left-margin: 8
198fill-column: 74
199version-control: never
200End:
This page took 0.149638 seconds and 4 git commands to generate.