xfail hppa
[external/binutils.git] / ld / testsuite / ChangeLog
1 2007-03-07  Alan Modra  <amodra@bigpond.net.au>
2
3         * ld-elf/extract-symbol-1sec.d: xfail hppa.
4         * ld-elf/extract-symbol-1sym.d: xfail hppa.
5
6 2007-03-07  H.J. Lu  <hongjiu.lu@intel.com>
7
8         PR 3958
9         * ld-elf/linkonce1.d: New.
10         * ld-elf/linkonce1a.s: New.
11         * ld-elf/linkonce1b.s: New.
12         * ld-elf/linkonce2.d: New.
13         * ld-i386/pcrel16abs.d: New.
14         * ld-i386/pcrel16abs.s: New.
15         * ld-i386/i386.exp: Run it.
16
17 2007-03-06  H.J. Lu  <hongjiu.lu@intel.com>
18
19         PR ld/4144
20         * ld-elf/nobits-1.d: New file.
21         * ld-elf/nobits-1.s: Likewise.
22         * ld-elf/nobits-1.t: Likewise.
23
24 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
25
26         * ld-elf/binutils.exp: Revert last change.
27
28 2007-03-01  Richard Sandiford  <richard@codesourcery.com>
29
30         * ld-elf/extract-symbol-1sym.d, ld-elf/extract-symbol-1sec.d,
31         * ld-elf/extract-symbol-1.s, ld-elf/extract-symbol-1.ld: New tests.
32         * ld-elf/binutils.exp: Run them.
33
34 2007-02-28  Nick Clifton  <nickc@redhat.com>
35
36         PR ld/3796
37         * ld-arm/arm-elf.exp (armelftests): Move "Thumb-2 BL" test into...
38         (armeabitests): ... here, a new array for EABI specific tests.
39         (armelftests): Add extra command line options for VFP11 fix tests
40         and thumb shared library test.
41
42 2007-02-22  Paul Brook  <paul@codesourcery.com>
43
44         * ld-arm/arm-elf.exp (armelftests): Add gc-unwind.h.
45         * ld-arm/gc-unwind.s: New file.
46         * ld-arm/gc-unwind.d: New file.
47
48 2007-02-14  H.J. Lu  <hongjiu.lu@intel.com>
49
50         PR ld/3953
51         * ld-elf/beginwarn.c: New file.
52         * ld-elf/warn.out: Likewise.
53
54         * ld-elf/shared.exp (build_tests): Add "Build warn libbar.so".
55         (run_tests): Add "Run warn with versioned libfoo.so".
56
57         * lib/ld-lib.exp (default_ld_relocate): Make exec_output global
58         and remove target first.
59         (default_ld_link): Likewise.
60         (default_ld_simple_link): Likewise.
61         (run_ld_link_exec_tests): Take an optional linker warning and
62         check it.
63         (default_ld_link): Check pruned linker output.
64
65 2007-02-13  H.J. Lu  <hongjiu.lu@intel.com>
66
67         * ld-scripts/default-script1.d: Expect extra symbols.
68         * ld-scripts/default-script2.d: Likewise.
69         * ld-scripts/default-script3.d: Likewise.
70         * ld-scripts/default-script4.d: Likewise.
71
72 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
73
74         * ld-powerpc/relbrlt.d: Update.
75         * ld-powerpc/tlsexe.r: Update.
76         * ld-powerpc/tlsexetoc.r: Update.
77         * ld-powerpc/tlsso.r: Update.
78         * ld-powerpc/tlstocso.r: Update.
79
80 2007-02-12  Alan Modra  <amodra@bigpond.net.au>
81
82         * ld-powerpc/relbrlt.d: Update.
83
84 2007-02-06  Nick Clifton  <nickc@redhat.com>
85
86         PR ld/3805
87         * ld-elf/sec64k.exp: Expect the relocatable version of this test
88         to fail for the m32r because it creates both .rel and .rela
89         sections.
90
91 2007-02-05  Dave Brolley  <brolley@redhat.com>
92
93         * ld-undefined/undefined.exp: XFAIL the undefined test
94         * ld-mep: New, with content.
95
96 2007-02-05  H.J. Lu  <hongjiu.lu@intel.com>
97
98         * ld-i386/pcrel16.d: Undo the last change.
99         * ld-x86-64/pcrel16.d: Likewise.
100
101 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
102
103         * ld-i386/pcrel16.d: Updated.
104         * ld-x86-64/pcrel16.d: Likewise.
105
106 2007-02-01  Alan Modra  <amodra@bigpond.net.au>
107
108         * ld-scripts/default-script.exp: Add "--local-store 0:0" to
109         LDFLAGS for spu.
110
111 2007-01-29  Julian Brown  <julian@codesourcery.com>
112
113         * ld-arm/arm-elf.exp: Add VFP11 tests.
114         * ld-arm/vfp11-fix-none.s: New file.
115         * ld-arm/vfp11-fix-none.d: Expected disassembly of above.
116         * ld-arm/vfp11-fix-scalar.s: New file.
117         * ld-arm/vfp11-fix-scalar.d: Expected disassembly of above.
118         * ld-arm/vfp11-fix-vector.s: New file.
119         * ld-arm/vfp11-fix-vector.d: Expected disassembly of above.
120
121 2007-01-23  Nathan Sidwell  <nathan@codesourcery.com>
122
123         * ld-elf/header.d: Reduce page size, restrict to linux & vxworks
124         * ld-elf/header.s: Adjust.
125         * ld-elf/header.t: Reduce initial offset.
126
127 2007-01-23  Andreas Schwab  <schwab@suse.de>
128
129         * lib/ld-lib.exp (run_dump_test): Don't prematurely remove
130         assembler output.
131
132 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
133
134         * ld-elf/dl6.c: New file.
135         * ld-elf/dl6a.out: Likewise.
136         * ld-elf/dl6amain.c: Likewise.
137         * ld-elf/dl6b.out: Likewise.
138         * ld-elf/dl6bmain.c: Likewise.
139         * ld-elf/dl6cmain.c: Likewise.
140         * ld-elf/dl6dmain.c: Likewise.
141
142         * ld-elf/shared.exp: Add new tests for -Bsymbolic,
143         -Bsymbolic-functions, --dynamic-list-data and
144         --dynamic-list-cpp-new.
145
146 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
147
148         * ld-elf/maxpage3.t: New file.
149         * ld-elf/maxpage3a.d: Likewise.
150         * ld-elf/maxpage3b.d: Likewise.
151         * ld-elf/maxpage3c.d: Likewise.
152
153 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
154
155         * ld-scripts/default-script.exp: New file.
156         * ld-scripts/default-script.s: Likewise.
157         * ld-scripts/default-script.t: Likewise.
158         * ld-scripts/default-script1.d: Likewise.
159         * ld-scripts/default-script2.d: Likewise.
160         * ld-scripts/default-script3.d: Likewise.
161         * ld-scripts/default-script4.d: Likewise.
162
163 2007-01-18  H.J. Lu  <hongjiu.lu@intel.com>
164
165         PR ld/1283
166         * lib/ld-lib.exp (run_dump_test): Remove output file first.
167
168 2007-01-17  H.J. Lu  <hongjiu.lu@intel.com>
169
170         * ld-elf/header.d: Adjust for .text section with 16byte
171         alignment.
172
173 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
174
175         * ld-elf/dl1main.c (main): Fix a typo.
176
177 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
178
179         PR ld/3831
180         * ld-elf/del.cc: New.
181         * ld-elf/dl5.cc: Likewise.
182         * ld-elf/dl5.out: Likewise.
183         * ld-elf/new.cc: Likewise.
184
185         * ld-elf/shared.exp: Add tests for --dynamic-list-data and
186          --dynamic-list-cpp-new.
187
188 2007-01-12  Hans-Peter Nilsson  <hp@axis.com>
189
190         * ld-elf/header.d: Allow arbitrary lines between "Program Header"
191         and "Sections".  Only run on *-*-linux*.
192
193 2007-01-11  Nathan Sidwell  <nathan@codesourcery.com>
194
195         * ld-elf/header.d: New.
196         * ld-elf/header.t: New.
197         * ld-elf/header.s: New.
198
199 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
200
201         * ld-fastcall/fastcall.exp: Renamed target x86_64-*-mingw64 to
202         x86_64-*-mingw*.
203         * ld-pe/pe.exp: Ditto.
204         * ld-scripts/align.exp: Ditto.
205         * ld-scripts/defined.exp: Ditto.
206         * ld-scripts/provide.exp: Ditto.
207         * ld-scripts/weak.exp: Ditto.
208
209 2007-01-06  Nathan Sidwell  <nathan@codesourcery.com>
210
211         * ld-scripts/expr.exp: New.
212         * ld-scripts/expr1.s: New.
213         * ld-scripts/expr1.d: New.
214         * ld-scripts/expr1.t: New.
215
216 For older changes see ChangeLog-2006
217 \f
218 Local Variables:
219 mode: change-log
220 left-margin: 8
221 fill-column: 74
222 version-control: never
223 End: