bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
1 2008-08-07 Richard Sandiford <rdsandiford@googlemail.com>
2
3 * ld-mips-elf/got-vers-1a.s, ld-mips-elf/got-vers-1b.s,
4 ld-mips-elf/got-vers-1.ver, ld-mips-elf/got-vers-1.dd,
5 ld-mips-elf/got-vers-1.sd, ld-mips-elf/got-vers-1.rd: New tests.
6 * ld-mips-elf/mips-elf.exp: Run them.
7
8 2008-08-07 Richard Sandiford <rdsandiford@googlemail.com>
9
10 * ld-mips-elf/tlsdyn-o32-2.got, ld-mips-elf/tlsdyn-o32-3.got,
11 ld-mips-elf/tlsdyn-o32-2.d, ld-mips-elf/tlsdyn-o32-3.d: Change the
12 GOT layout as follows:
13
14 BEFORE AFTER
15 +0x08 %call16(__tls_get_addr) %call16(__tls_get_addr)
16 +0x0c %tlsldm(tlsbin_ld) %gottprel(tlsvar_ie)
17 +0x10 " " %tlsgd(tlsvar_gd)
18 +0x14 %tlsgd(tlsvar_gd) " "
19 +0x18 " " %tlsgd(tlsbin_gd)
20 +0x1c %gottprel(tlsvar_ie) " "
21 +0x20 %tlsgd(tlsbin_gd) %tlsldm(tlsbin_ld)
22 +0x24 " " " "
23 +0x28 %gottprel(tlsbin_ie) %gottprel(tlsbin_ie)
24
25 2008-08-07 Richard Sandiford <rdsandiford@googlemail.com>
26
27 * ld-mips-elf/reloc-estimate-1.d, ld-mips-elf/reloc-estimate-1.ld,
28 ld-mips-elf/reloc-estimate-1a.s, ld-mips-elf/reloc-estimate-1b.s:
29 New test.
30 * ld-mips-elf/mips-elf.exp: Run it.
31
32 2008-08-06 Richard Sandiford <rdsandiford@googlemail.com>
33
34 * ld-mips-elf/tls-hidden3.ld: Remove the unused .MIPS.stubs section.
35 Keep the text start address the same.
36 * ld-mips-elf/tls-multi-got-1.got: We have removed a .MIPS.stubs
37 section that contained only a 16-byte dummy stub. Subtract 16
38 from addresses to account for the change.
39 * ld-mips-elf/tls-multi-got-1.r: Likewise. Adjust MIPS_UNREFEXTNO
40 to account the removed section symbol.
41 * ld-mips-elf/tlsdyn-o32-1.d: We have deleted a .MIPS.stubs
42 section that contained only a 16-byte dummy stub. Remove it
43 from the disassembly.
44 * ld-mips-elf/tlsdyn-o32-2.d: Likewise.
45 * ld-mips-elf/tlsdyn-o32-3.d: Likewise.
46 * ld-mips-elf/tlsdyn-o32.d: Likewise.
47 * ld-mips-elf/relax-jalr-n32-shared.d: Likewise.
48 * ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
49
50 2008-08-06 Richard Sandiford <rdsandiford@googlemail.com>
51
52 * ld-mips-elf/mips16-local-stubs-1.d: Remove stub_for_h3,
53 which was only referenced by the .pdr section, and was not
54 actually needed by code.
55 * ld-mips-elf/mips16-intermix.d: Remove unused static function stubs.
56 * ld-mips-elf/mips16-pic-1a.s,
57 ld-mips-elf/mips16-pic-1b.s,
58 ld-mips-elf/mips16-pic-1-dummy.s,
59 ld-mips-elf/mips16-pic-1.dd,
60 ld-mips-elf/mips16-pic-1.gd,
61 ld-mips-elf/mips16-pic-1.inc,
62 ld-mips-elf/mips16-pic-1.ld,
63 ld-mips-elf/mips16-pic-2a.s,
64 ld-mips-elf/mips16-pic-2b.s,
65 ld-mips-elf/mips16-pic-2.ad,
66 ld-mips-elf/mips16-pic-2.dd,
67 ld-mips-elf/mips16-pic-2.gd,
68 ld-mips-elf/mips16-pic-2.nd,
69 ld-mips-elf/mips16-pic-2.rd: New tests.
70 * ld-mips-elf/mips-elf.exp: Run them.
71
72 2008-08-06 Alan Modra <amodra@bigpond.net.au>
73
74 * ld-elf/extract-symbol-1sec.d: Update.
75
76 2008-07-30 Nick Clifton <nickc@redhat.com>
77
78 * ld-elf/sec-to-seg.exp: New test: Checks the assignment of
79 sections to segments.
80 * ld-elf/sec-to-seg1.s: Test source file.
81 * ld-elf/sec-to-seg2.s: Test source file.
82 * ld-elf/sec-to-seg-script-same-page.t: Test linker script.
83 * ld-elf/sec-to-seg-script-adjoining-pages.t: Test linker script.
84 * ld-elf/sec-to-seg-script-disjoint-pages.t: Test linker script.
85
86 2008-07-28 Alexandre Oliva <aoliva@redhat.com>
87
88 * ld-i386/tlsbindesc.dd: Adjust incorrect expectations for LD to
89 LE relaxation.
90 * ld-x86-64/tlsbindesc.dd: Likewise.
91 * ld-i386/tlsbindesc.rd: Adjust address of _TLS_MODULE_BASE_.
92 * ld-x86-64/tlsbindesc.rd: Likewise.
93 Reported by Cary Coutant <ccoutant@google.com>
94
95 2008-07-27 Alan Modra <amodra@bigpond.net.au>
96
97 * ld-gc/gc.exp (test_gc): xfail powerpc64.
98
99 2008-07-26 Michael Eager <eager@eagercon.com>
100
101 * ld-powerpc/powerpc.exp: Run new tests.
102 * ld-powerpc/attr-gnu-4-03.d: New file.
103 * ld-powerpc/attr-gnu-4-14.d: New file.
104 * ld-powerpc/attr-gnu-4-23.d: New file.
105 * ld-powerpc/attr-gnu-4-24.d: New file.
106 * ld-powerpc/attr-gnu-4-32.d: New file.
107 * ld-powerpc/attr-gnu-4-33.d: New file.
108 * ld-powerpc/attr-gnu-4-34.d: New file.
109 * ld-powerpc/attr-gnu-4-41.d: New file.
110 * ld-powerpc/attr-gnu-4-4.s: New file.
111 * ld-powerpc/attr-gnu-4-13.d: Adjust.
112 * ld-powerpc/attr-gnu-4-31.d: Adjust.
113
114 2008-07-26 Alan Modra <amodra@bigpond.net.au>
115
116 * ld-scripts/include.exp: Don't run test for aout.
117 * ld-scripts/include.s: Use .fill rather than .4byte.
118 * ld-scripts/include-1.d: Adjust.
119
120 2008-07-22 Alan Modra <amodra@bigpond.net.au>
121
122 * ld-alpha/tlsbin.rd: Update.
123 * ld-alpha/tlsbinr.rd: Update.
124 * ld-arm/mixed-app.sym: Update.
125 * ld-arm/use-thumb-lib.sym: Update.
126 * ld-cris/pv32-1.d: Update.
127
128 2008-07-21 Nick Clifton <nickc@redhat.com>
129
130 * ld-scripts/include-sections.t: Discard all sections not
131 explicitly requested by the rest of the linker script.
132 * ld-scripts/include-1.d: Expect test to fail for AIX ports.
133 Do not assume that the .text section will be marked readonly.
134 * ld-scripts/include.s: Replace .section directives with just
135 .text or .data.
136
137 2008-07-18 Joseph Myers <joseph@codesourcery.com>
138
139 * ld-arm/attr-merge-wchar-0.s,ld-arm/attr-merge-wchar-2.s,
140 ld-arm/attr-merge-wchar-4.s, ld-arm/attr-merge-wchar-00-nowarn.d,
141 ld-arm/attr-merge-wchar-00.d, ld-arm/attr-merge-wchar-02-nowarn.d,
142 ld-arm/attr-merge-wchar-02.d, ld-arm/attr-merge-wchar-04-nowarn.d,
143 ld-arm/attr-merge-wchar-04.d, ld-arm/attr-merge-wchar-20-nowarn.d,
144 ld-arm/attr-merge-wchar-20.d, ld-arm/attr-merge-wchar-22-nowarn.d,
145 ld-arm/attr-merge-wchar-22.d, ld-arm/attr-merge-wchar-24-nowarn.d,
146 ld-arm/attr-merge-wchar-24.d, ld-arm/attr-merge-wchar-40-nowarn.d,
147 ld-arm/attr-merge-wchar-40.d, ld-arm/attr-merge-wchar-42-nowarn.d,
148 ld-arm/attr-merge-wchar-42.d, ld-arm/attr-merge-wchar-44-nowarn.d,
149 ld-arm/attr-merge-wchar-44.d: New.
150 * ld-arm/arm-elf.exp: Run new tests.
151
152 2008-07-11 H.J. Lu <hongjiu.lu@intel.com>
153
154 * ld-m68k/got-12.s: Removed.
155 * ld-m68k/got-13.s: Likewise.
156 * ld-m68k/got-14.s: Likewise.
157 * ld-m68k/got-15.s: Likewise.
158 * ld-m68k/got-34.s: Likewise.
159 * ld-m68k/got-35.s: Likewise.
160 * ld-m68k/xgot-15.s: Likewise.
161
162 * ld-m68k/got-multigot-12-13-14-34-35-ok.d: Remove #source
163 and expected relocations.
164 * ld-m68k/got-multigot-14-ok.d: Likewise.
165 * ld-m68k/got-negative-12-13-14-34-ok.d: Likewise.
166 * ld-m68k/got-negative-14-ok.d: Likewise.
167 * ld-m68k/got-single-12-ok.d: Likewise.
168 * ld-m68k/got-xgot-12-13-14-15-34-35-ok.d: Likewise.
169 * ld-m68k/got-xgot-15-ok.d: Likewise.
170
171 * ld-m68k/got-multigot-15-er.d: Remove #source.
172 * ld-m68k/got-negative-12-13-14-35-er.d: Likewise.
173 * ld-m68k/got-negative-15-er.d: Likewise.
174 * ld-m68k/got-single-13-er.d: Likewise.
175
176 * ld-m68k/m68k.exp: Move GOT tests to ...
177 * ld-m68k/m68k-got.exp: This. New.
178
179 2008-07-10 Richard Sandiford <rdsandiford@googlemail.com>
180
181 * ld-mips-elf/no-shared-1-o32.s,
182 ld-mips-elf/no-shared-1-o32.d,
183 ld-mips-elf/no-shared-1-n32.d,
184 ld-mips-elf/no-shared-1-n64.s,
185 ld-mips-elf/no-shared-1-n64.d,
186 ld-mips-elf/no-shared-1.ld: New tests.
187 * ld-mips-elf/mips-elf.exp: Run them.
188
189 2008-07-07 Stan Shebs <stan@codesourcery.com>
190
191 * ld-arm/arm-elf.exp: Use objdump -d for arm-be8 test.
192 * ld-arm/arm-be8.d: Change to test disassembly.
193
194 2008-07-06 Nathan Sidwell <nathan@codesourcery.com>
195
196 * ld-scripts/include-1.d: New.
197 * ld-scripts/include-1.t: New.
198 * ld-scripts/include-data.t: New.
199 * ld-scripts/include-mem.t: New.
200 * ld-scripts/include-ram.t: New.
201 * ld-scripts/include-sections.t: New.
202 * ld-scripts/include-subdata.t: New.
203 * ld-scripts/include.exp: New.
204 * ld-scripts/include.s: New.
205
206 2008-06-29 Andreas Schwab <schwab@suse.de>
207
208 * ld-m68k/got-1.s: New file.
209 * ld-m68k/got-1.d: New dump test.
210 * ld-m68k/m68k.exp: Run it.
211
212 2008-06-24 Daniel Jacobowitz <dan@codesourcery.com>
213
214 * ld-arm/farcall-arm-arm-be8.d, ld-arm/farcall-arm-arm-pic-veneer.d,
215 ld-arm/farcall-arm-arm.d, ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
216 ld-arm/farcall-arm-thumb-blx.d, ld-arm/farcall-arm-thumb-pic-veneer.d,
217 ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d,
218 ld-arm/farcall-group.d, ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
219 ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
220 ld-arm/farcall-thumb-arm-blx.d, ld-arm/farcall-thumb-arm.d,
221 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d,
222 ld-arm/farcall-thumb-thumb-blx.d, ld-arm/farcall-thumb-thumb-m.d,
223 ld-arm/thumb2-bl-as-thumb1-bad.d, ld-arm/thumb2-bl-bad.d: Update for
224 stub symbols and stub corrections.
225
226 2008-06-20 Alan Modra <amodra@bigpond.net.au>
227
228 * ld-spu/ovl.d: Update.
229 * ld-spu/ovl2.d: Update.
230
231 2008-06-16 Hans-Peter Nilsson <hp@bitrange.com>
232
233 PR gas/6607
234 * ld-mmix/loc10.d, ld-mmix/loc10.s, ld-mmix/loc10m.d, ld-mmix/loc8.d,
235 ld-mmix/loc8.s, ld-mmix/loc8m.d, ld-mmix/loc9.d, ld-mmix/loc9.s,
236 ld-mmix/loc9m.d: New tests.
237
238 2008-06-12 Nick Clifton <nickc@redhat.com>
239
240 * ld-scripts/overlay-size.t (end_of_bss_overlays): Define.
241 (end_of_text_overlays): Define.
242 (end_of_data_overlays): Define.
243 * ld-scripts/overlay-size-map.d: Add expected values for
244 end_of_bss_overlays, end_of_text_overlays and
245 end_of_data_overlays.
246
247 2008-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
248
249 * ld-sh/arch/arch_expected.txt: Regenerate.
250
251 2008-06-09 Daniel Jacobowitz <dan@codesourcery.com>
252
253 * ld-arm/mixed-lib.d: Loosen pattern.
254
255 2008-06-09 Christophe Lyon <christophe.lyon@st.com>
256
257 * ld-arm/farcall-thumb-thumb-m.d: Fix branch type.
258 * ld-arm/farcall-thumb-arm.d: Likewise.
259
260 2008-05-31 Nick Clifton <nickc@redhat.com>
261
262 PR ld/6430
263 * ld-elfcomm/elfcomm.exp (test_sort_common): Test the
264 ascending/descending argument to the --sort-common command line
265 option.
266 * ld-elfcomm/sort-common.s: New file.
267
268 2008-05-28 Christophe Lyon <christophe.lyon@st.com>
269
270 * ld-arm/arm-elf.exp: Skip farcalls tests for non-ARM-EABI
271 targets.
272 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: New file.
273 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
274
275 2008-05-22 Christophe Lyon <christophe.lyon@st.com>
276
277 * ld-arm/farcall-arm-arm.s: Force function type on 'bar'.
278 * ld-arm/farcall-thumb-arm.s: Likewise.
279 * ld-arm/farcall-thumb-arm-blx.d: Fix encoding.
280 * ld-arm/farcall-thumb-arm.d: Likewise.
281 * ld-arm/farcall-thumb-arm-blx-pic-veneer.d: Likewise.
282 * ld-arm/arm-elf.exp (armelftests): Add farcall-mix, farcall-mix2,
283 farcall-group-default, farcall-group-size2, farcall-section Ignore
284 gas warnings in farcall-thumb-arm, farcall-thumb-arm-blx,
285 farcall-thumb-arm-blx-pic-veneer.
286
287 2008-05-21 Maxim Kuvyrkov <maxim@codesourcery.com>
288
289 * ld-m68k/got-12.s: New file.
290 * ld-m68k/got-13.s: New file.
291 * ld-m68k/got-14.s: New file.
292 * ld-m68k/got-15.s: New file.
293 * ld-m68k/got-34.s: New file.
294 * ld-m68k/got-35.s: New file.
295 * ld-m68k/got-single-12-ok.d: New dump test.
296 * ld-m68k/got-single-13-er.d: New dump test.
297 * ld-m68k/got-negative-14-ok.d: New dump test.
298 * ld-m68k/got-negative-15-er.d: New dump test.
299 * ld-m68k/got-negative-12-13-14-34-ok.d: New dump test.
300 * ld-m68k/got-negative-12-13-14-35-er.d: New dump test.
301 * ld-m68k/got-multigot-14-ok.d: New dump test.
302 * ld-m68k/got-multigot-15-er.d: New dump test.
303 * ld-m68k/got-multigot-12-13-14-34-35-ok.d: New dump test.
304 * ld-m68k/xgot-15.s: New source.
305 * ld-m68k/got-xgot-15-ok.d: New test.
306 * ld-m68k/got-xgot-12-13-14-15-34-35-ok.d: New test.
307 * ld-m68k/m68k.exp: Run new tests.
308
309 2008-05-15 Christophe Lyon <christophe.lyon@st.com>
310
311 * ld-arm/arm-elf.exp (armelftests): Add farcall-arm-arm,
312 farcall-arm-arm-pic-veneer, farcall-arm-arm-be8 farcall-arm-thumb,
313 farcall-arm-thumb-blx, farcall-arm-thumb-pic-veneer,
314 farcall-arm-thumb-blx-pic-veneer, farcall-thumb-thumb,
315 farcall-thumb-thumb-pic-veneer, farcall-thumb-thumb-blx,
316 farcall-thumb-thumb-m, farcall-thumb-thumb-m-pic-veneer,
317 farcall-thumb-thumb-blx-pic-veneer, farcall-thumb-arm,
318 farcall-thumb-arm-pic-veneer, farcall-thumb-arm-blx,
319 farcall-thumb-arm-blx-pic-veneer.
320 Change thumb2-bl-as-thumb1-bad, thumb2-bl-bad.
321 * ld-arm/thumb2-bl-as-thumb1-bad.d: Reflects farcall stub
322 generation.
323 * ld-arm/thumb2-bl-bad.d: Likewise.
324 * ld-arm/thumb2-bl-as-thumb1-bad.s: Update comments.
325 * ld-arm/thumb2-bl-bad.s: Likewise.
326
327 2008-05-08 Alan Modra <amodra@bigpond.net.au>
328
329 * ld-spu/ear.s: Align various sections.
330 * ld-spu/embed.rd: Update.
331
332 2008-05-05 Alan Modra <amodra@bigpond.net.au>
333
334 PR 6473
335 * ld-elf/lma.s, ld-elf/lma.lnk: New test.
336 * ld-elf/binutils.exp: Run it.
337
338 2008-05-03 Mike Frysinger <vapier@gentoo.org>
339
340 * ld-scripts/defined.s: Use .set syntax rather than =.
341
342 2008-05-02 H.J. Lu <hongjiu.lu@intel.com>
343
344 PR ld/6475
345 * ld-scripts/rgn-over8-ok.d: Accept any alignment.
346
347 2008-04-29 Daniel Jacobowitz <dan@codesourcery.com>
348
349 * ld-arm/symbian-seg1.s, ld-arm/symbian-seg1.d: New files.
350 * ld-arm/arm-elf.exp: Run symbian-seg1.
351
352 2008-04-28 Nathan Sidwell <nathan@codesourcery.com>
353
354 * ld-scripts/rgn-over8.s: Tweak.
355
356 * ld-scripts/rgn-over.exp: Allow -ok file names to pass.
357 * ld-scripts/rgn-over8.s: New.
358 * ld-scripts/rgn-over8.t: New.
359 * ld-scripts/rgn-over8-ok.d: New.
360
361 2008-04-21 Nathan Sidwell <nathan@codesourcery.com>
362
363 * ld-vxworks/plt-mips1.s: New.
364 * ld-vxworks/plt-mips1.d: New.
365
366 2008-04-16 David S. Miller <davem@davemloft.net>
367
368 * ld-sparc/gotop32.dd: New.
369 * ld-sparc/gotop32.rd: Likewise.
370 * ld-sparc/gotop32.s: Likewise.
371 * ld-sparc/gotop32.sd: Likewise.
372 * ld-sparc/gotop32.td: Likewise.
373 * ld-sparc/gotop64.dd: Likewise.
374 * ld-sparc/gotop64.rd: Likewise.
375 * ld-sparc/gotop64.s: Likewise.
376 * ld-sparc/gotop64.sd: Likewise.
377 * ld-sparc/gotop64.td: Likewise.
378 * ld-sparc/sparc.exp: Run new gotdata tests.
379
380 2008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
381
382 * ld-sh/arch/sh-dsp.s: Regenerate.
383 * ld-sh/arch/sh.s: Regenerate.
384 * ld-sh/arch/sh2.s: Regenerate.
385 * ld-sh/arch/sh2a-nofpu-or-sh3-nommu.s: Regenerate.
386 * ld-sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Regenerate.
387 * ld-sh/arch/sh2a-nofpu.s: Regenerate.
388 * ld-sh/arch/sh2a-or-sh3e.s: Regenerate.: Regenerate.
389 * ld-sh/arch/sh2a-or-sh4.s: Regenerate.
390 * ld-sh/arch/sh2a.s: Regenerate.
391 * ld-sh/arch/sh2e.s: Regenerate.
392 * ld-sh/arch/sh3-dsp.s: Regenerate.
393 * ld-sh/arch/sh3-nommu.s: Regenerate.
394 * ld-sh/arch/sh3.s: Regenerate.
395 * ld-sh/arch/sh3e.s: Regenerate.
396 * ld-sh/arch/sh4-nofpu.s: Regenerate.
397 * ld-sh/arch/sh4-nommu-nofpu.s: Regenerate.
398 * ld-sh/arch/sh4.s: Regenerate.
399 * ld-sh/arch/sh4a-nofpu.s: Regenerate.
400 * ld-sh/arch/sh4a.s: Regenerate.
401 * ld-sh/arch/sh4al-dsp.s: Regenerate.
402
403 2008-04-08 Alan Modra <amodra@bigpond.net.au>
404
405 * ld-spu/ovl2.s: Extend to test jump table references and
406 absolute _SPUEAR_ syms.
407 * ld-spu/ovl2.d: Update.
408
409 2008-03-28 Joseph Myers <joseph@codesourcery.com>
410
411 * ld-elfcomm/elfcomm.exp: Run $READELF not readelf.
412
413 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
414
415 * ld-elf/flags1.d: Adjust for MIPS text alignment.
416
417 2008-03-25 Nathan Sidwell <nathan@codesourcery.com>
418
419 * ld-vxworks/tls-3.s: New.
420 * ld-vxworks/tls-3.d: New.
421
422 2008-03-22 Hans-Peter Nilsson <hp@axis.com>
423
424 * ld-cris/libdso-10.d: Adjust for change in objdump output.
425
426 2008-03-21 Adam Nemet <anemet@caviumnetworks.com>
427
428 * ld-mips-elf/dyn-sec64.d, ld-mips-elf/dyn-sec64.s,
429 ld-mips-elf/dyn-sec64.ld: New test.
430 * ld-mips-elf/mips-elf.exp: Run it.
431
432 2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
433
434 * ld-mips-elf/got-dump-1.d, ld-mips-elf/got-dump-1.s,
435 ld-mips-elf/got-dump-1.ld, ld-mips-elf/got-dump-2.d,
436 ld-mips-elf/got-dump-2.s, ld-mips-elf/got-dump-2.ld: New tests.
437 * ld-mips-elf/mips-elf.exp: Run them.
438
439 2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
440
441 * ld-mips-elf/elf-rel-got-n64-linux.d: Expect bit 63 rather than
442 bit 31 of the second GOT entry to be set.
443 * ld-mips-elf/elf-rel-got-n64.d: Likewise.
444 * ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
445 * ld-mips-elf/elf-rel-xgot-n64.d: Likewise.
446
447 2008-03-17 Richard Sandiford <rsandifo@nildram.co.uk>
448
449 * ld-mips-elf/eh-frame1-n32.d: Expect a warning about .eh_frame_hdr.
450 Remove duplicate CIEs. Adjust relocation addresses and .eh_frame
451 offsets accordingly. Do not allow there to be any trailing
452 R_MIPS_NONE relocations.
453 * ld-mips-elf/eh-frame1-n64.d: Likewise.
454 * ld-mips-elf/eh-frame2-n32.d: Likewise.
455 * ld-mips-elf/eh-frame2-n64.d: Likewise.
456
457 2008-03-17 Richard Sandiford <rsandifo@nildram.co.uk>
458
459 * ld-mips-elf/mips-elf.exp (o32_as_flags, o32_ld_flags): New variables.
460 (mips16_call_global_test, mips16_intermix_test): Use them.
461
462 2008-03-16 H.J. Lu <hongjiu.lu@intel.com>
463
464 PR ld/5789
465 PR ld/5943
466 * ld-i386/hidden1.d: New.
467 * ld-i386/hidden1.s: Likewise.
468 * ld-i386/hidden2.d: Likewise.
469 * ld-i386/hidden2.s: Likewise.
470 * ld-i386/hidden3.d: Likewise.
471 * ld-i386/hidden4.s: Likewise.
472 * ld-i386/protected1.d: Likewise.
473 * ld-i386/protected1.s: Likewise.
474 * ld-i386/protected2.d: Likewise.
475 * ld-i386/protected2.s: Likewise.
476 * ld-i386/protected3.d: Likewise.
477 * ld-i386/protected3.s: Likewise.
478 * ld-x86-64/hidden1.d: Likewise.
479 * ld-x86-64/hidden1.s: Likewise.
480 * ld-x86-64/hidden2.d: Likewise.
481 * ld-x86-64/hidden2.s: Likewise.
482 * ld-x86-64/hidden3.d: Likewise.
483 * ld-x86-64/hidden3.s: Likewise.
484 * ld-x86-64/protected1.d: Likewise.
485 * ld-x86-64/protected1.s: Likewise.
486 * ld-x86-64/protected2.d: Likewise.
487 * ld-x86-64/protected2.s: Likewise.
488 * ld-x86-64/protected3.d: Likewise.
489 * ld-x86-64/protected3.s: Likewise.
490
491 * ld-i386/i386.exp: Run hidden1, hidden2, hidden3, protected1,
492 protected2 and protected3.
493 * ld-x86-64/x86-64.exp: Likewise.
494
495 2008-03-14 Alan Modra <amodra@bigpond.net.au>
496
497 * ld-spu/ovl2.s: Make setjmp global.
498 * ld-spu/ovl2.d: Update.
499
500 2008-03-12 Alan Modra <amodra@bigpond.net.au>
501
502 PR 5900
503 * ld-elf/sec64k.exp: Update.
504
505 2008-03-08 Paul Brook <paul@codesourcery.com>
506
507 * ld-arm/arm-elf.exp (armeabitests): Add thumb2-b-interwork.
508 * ld-arm/thumb2-b-interwork.d: New test.
509 * ld-arm/thumb2-b-interwork.s: New test.
510
511 2008-03-07 Paul Brook <paul@codesourcery.com>
512
513 * ld-arm/arm-elf.exp (armelftests): Add movw-merge and arm-app-movw.
514 * ld-arm/arm-app-movw.s: New test.
515 * ld-arm/arm-app.r: Update expected output.
516 * ld-arm/movw-merge.d: New test.
517 * ld-arm/movw-merge.s: New test.
518
519 2008-03-01 Alan Modra <amodra@bigpond.net.au>
520
521 * ld-powerpc/relbrlt.d: Update. Also check .branch_lt section.
522
523 2008-02-27 Catherine Moore <clm@codesourcery.com>
524
525 * ld-cris/libdso-10.d: Update expected output for the Dynamic
526 Section to allow an arbitrary number of spaces.
527
528 2008-02-20 Mark Mitchell <mark@codesourcery.com>
529
530 ld/testsuite/
531 * ld-elf/seg.d: Expect .reginfo section on MIPS.
532
533 2008-02-20 Pedro Alves <pedro_alves@portugalmail.pt>
534
535 * ld-auto-import/auto-import.exp: Use $ld to link the dll for
536 cygwin, not $CC.
537
538 2008-02-18 Hans-Peter Nilsson <hp@axis.com>
539
540 * lib/ld-lib.exp (run_dump_test): Don't apply prune_warnings
541 for tool invocations where warnings or errors can be matched.
542
543 2008-02-14 H.J. Lu <hongjiu.lu@intel.com>
544
545 * ld-shared/sh1.c (shlib_overriddencall2): Moved to ...
546 * ld-shared/sh2.c (shlib_overriddencall2): Here. New.
547
548 2008-02-07 Alan Modra <amodra@bigpond.net.au>
549
550 * ld-spu/ovl.d: Update.
551 * ld-spu/ovl2.d: Update.
552
553 2008-02-04 Bob Wilson <bob.wilson@acm.org>
554
555 * ld-undefined/undefined.exp: XFAIL for xtensa*-*-linux*.
556
557 2008-01-31 Marc Gauthier <marc@tensilica.com>
558
559 * ld-elf/merge.d: Recognize Xtensa processor variants.
560 * ld-xtensa/coalesce.exp: Likewise.
561 * ld-xtensa/lcall.exp: Likewise.
562
563 2008-01-28 Petr Muller <pmuller@redhat.com>
564
565 * ld-elfvers/vers.exp (test_ar): Sort the expected output so that
566 it has matches the ordering of the obtained output.
567
568 2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
569
570 * ld-elf/eh1.d: Replace DW_CFA_def_cfa_reg with
571 DW_CFA_def_cfa_register. Updated for i386/x86-64 register
572 names.
573 * ld-elf/eh2.d: Likewise.
574 * ld-elf/eh3.d: Likewise.
575 * ld-elf/eh4.d: Likewise.
576 * ld-elf/eh5.d: Likewise.
577
578 2008-01-28 Alan Modra <amodra@bigpond.net.au>
579
580 * ld-spu/ovl.d: Update.
581 * ld-spu/ovl2.d: Update.
582
583 2008-01-26 Alan Modra <amodra@bigpond.net.au>
584
585 * ld-elf/loadaddr.t: New, extracted from..
586 * ld-elf/loadaddr1.t: ..here. Use insert.
587 * ld-elf/loadaddr2.t: Likewise.
588 * ld-elf/loadaddr1.d: Update.
589 * ld-elf/loadaddr2.d: Update.
590
591 2008-01-25 Alan Modra <amodra@bigpond.net.au>
592
593 * ld-spu/ovl.lnk: Delete overlay.
594 * ld-spu/ovl1.lnk: New file.
595 * ld-spu/ovl2.lnk: New file.
596 * ld-spu/ovl.d: Update.
597 * ld-spu/ovl2.d: Update.
598
599 2008-01-23 Andreas Schwab <schwab@suse.de>
600
601 * ld-gc/gc.c: Make sure used_func is not inlined.
602
603 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
604
605 * ld-gc/gc.exp: Use [which $CC] != 0.
606
607 2008-01-14 Tristan Gingold <gingold@adacore.com>
608
609 * ld-gc/gc.exp (test_gc): Let missing C compiler make tests
610 "untested" instead of "failed".
611
612 2008-01-10 Tristan Gingold <gingold@adacore.com>
613
614 * lib/ld-lib.exp (check_gc_sections_available): Now available on
615 VxWorks.
616 * ld-gc: New directory for testing --gc-sections.
617 * ld-gc/gc.c: New file.
618 * ld-gc/gc.exp: New file.
619 * ld-gc/noent.s: New file.
620 * ld-gc/noent.d: New file.
621
622 2008-01-09 Richard Sandiford <rsandifo@nildram.co.uk>
623
624 PR ld/5526
625 * ld-elf/eh6.s, ld-elf/eh6.d: New test.
626
627 2008-01-07 H.J. Lu <hongjiu.lu@intel.com>
628
629 PR ld/5522
630 * ld-elf/noload-3.d: New file.
631 * ld-elf/noload-3.s: Likewise.
632 * ld-elf/noload-3.t: Likewise.
633
634 For older changes see ChangeLog-2007
635 \f
636 Local Variables:
637 mode: change-log
638 left-margin: 8
639 fill-column: 74
640 version-control: never
641 End:
This page took 0.051166 seconds and 5 git commands to generate.