OSDN Git Service

2007-05-22 Paul Brook <paul@codesourcery.com>
[pf3gnuchains/pf3gnuchains4x.git] / ld / testsuite / ChangeLog
1 2007-05-22  Paul Brook  <paul@codesourcery.com>
2
3         * ld-arm/arm-pic-veneer.d: Update expected output.
4         * ld-arm/arm-call.d: Ditto.
5
6 2007-05-22  Paul Brook  <paul@codesourcery.com>
7
8         * ld-arm-mixed-lib.d: Update expected output.
9         * ld-arm/arm-app.d: Ditto.
10         * ld-arm/mixed-app.d: Ditto.
11         * ld-arm/arm-lib-plt32.d: Ditto.
12         * ld-arm/arm-app-abs32.d: Ditto.
13         * ld-arm/mixed-app-v5.d: Ditto.
14         * ld-arm/armthumb-lib.d: Ditto.
15         * ld-arm/arm-lib.d: Ditto.
16
17 2007-05-21  Richard Sandiford  <richard@codesourcery.com>
18
19         * ld-arm/emit-relocs1.d, ld-arm/emit-relocs1.s,
20         * ld-arm/emit-relocs1-vxworks.d: New tests.
21         * ld-arm/arm-elf.exp: Run them.
22         * ld-arm/vxworks1.dd: Expect proper branch targets.
23
24 2007-05-18  Joseph Myers  <joseph@codesourcery.com>
25
26         * ld-elf/group.ld: Discard .reginfo.
27
28 2007-05-18  Paul Brook  <paul@codesourcery.com>
29
30         * ld-arm/arm-call.d: Update expected output.
31
32 2007-05-17  Paul Brook  <paul@codesourcery.com>
33
34         * ld-elf/multibss1.s: Use %nobits instead of @nobits.
35
36 2007-05-17  Nathan Sidwell  <nathan@codesourcery.com>
37
38         * ld-m68k/merge-error-1a.d: Mismatch is an error.
39         * ld-m68k/merge-error-1b.d: Likewise.
40         * ld-m68k/merge-error-1c.d: Likewise.
41         * ld-m68k/merge-error-1d.d: Likewise.
42         * ld-m68k/merge-error-1e.d: Likewise.
43
44 2007-05-15  H.J. Lu  <hongjiu.lu@intel.com>
45
46         PR ld/4504
47         * ld-elf/data1.c: New file.
48         * ld-elf/data1.h: Likewise.
49         * ld-elf/dynbss1.c: Likewise.
50         * ld-elf/pass.out: Likewise.
51
52         * ld-elf/shared.exp (build_tests): Add "Build libdata1.so".
53         (run_tests): Add "Run with libdata1.so".
54
55 2007-05-15  Richard Sandiford  <richard@codesourcery.com>
56
57         * ld-arm/vxworks1.ld: Swap .bss and .data.
58         * ld-arm/vxworks1-lib.rd: Update accordingly.
59         * ld-arm/vxworks1-lib.td: New test.
60         * ld-arm/arm-elf.exp: Run it.
61
62         * ld-i386/vxworks1.ld: Swap .bss and .data.
63         * ld-i386/vxworks1-lib.rd: Update accordingly.
64         * ld-i386/vxworks1-lib.td: New test.
65         * ld-i386/i386.exp: Run it.
66
67         * ld-mips-elf/vxworks1.ld: Swap .bss and .data.
68         * ld-mips-elf/vxworks1-lib.rd: Update accordingly.
69         * ld-mips-elf/vxworks1.rd: Likewise.
70
71         * ld-powerpc/vxworks1.ld: Swap .bss and .data.
72         * ld-powerpc/vxworks1-lib.rd: Update accordingly.
73         * ld-powerpc/vxworks1-lib.td: New test.
74         * ld-powerpc/powerpc.exp: Run it.
75
76         * ld-sh/vxworks1.ld: Swap .bss and .data.
77         * ld-sh/vxworks1-lib.rd: Update accordingly.
78         * ld-sh/vxworks1-lib.td: New test.
79         * ld-sh/sh-vxworks.exp: Run it.
80
81         * ld-sparc/vxworks1.ld: Swap .bss and .data.
82         * ld-sparc/vxworks1-lib.rd: Update accordingly.
83         * ld-sparc/vxworks1-lib.td: New test.
84         * ld-sparc/sparc.exp: Run it.
85
86 2007-05-15  Richard Sandiford  <richard@codesourcery.com>
87
88         * ld-mips-elf/vxworks1-lib.rd: Expect the GOT relocation to be
89         against symbol 0.
90
91 2007-05-15  Mark Shinwell  <shinwell@codesourcery.com>
92
93         * ld-arm/arm-elf.exp: Add jump19 testcase.
94         * ld-arm/jump19.d: New.
95         * ld-arm/jump19.s: New.
96
97 2007-05-14  Richard Sandiford  <richard@codesourcery.com>
98
99         * ld-sh/vxworks1.dd: Remove hexadecimal prefixes from constant pool
100         contents.  Consistently use "!" as the comment character.
101         Consistently use _PROCEDURE_LINKAGE_TABLE_ in the first PLT entry.
102         * ld-sh/vxworks1-le.dd: Likewise.
103         * ld-sh/vxworks1-lib.dd: Likewise.
104         * ld-sh/vxworks1-lib-le.dd: Likewise.
105         * ld-sh/vxworks3.dd: Likewise.
106         * ld-sh/vxworks3-le.dd: Likewise.
107
108 2007-05-14  Andreas Schwab  <schwab@suse.de>
109
110         * ld-elf/dl2a.list: New file.
111         * ld-elf/shared.exp: Add test using --dynamic-list=dl2a.list.
112
113 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
114
115         * ld-arm/vxworks1-lib.dd: Expect "push" instead of stmdb and
116         "pop" instead of ldmia.  Don't require specific symbolic addresses
117         for in-text addresses.  Expect data to be rendered as .words rather
118         than disassembled.
119         * ld-arm/vxworks1.dd: Likewise.
120
121 2007-05-10  Richard Sandiford  <richard@codesourcery.com>
122
123         * ld-elf/multibss1.d, ld-elf/multibss1.s: New test.
124
125 2007-04-27  Nathan Sidwell  <nathan@codesourcery.com>
126
127         * ld-m68k/plt1-isac.d: New.
128         * ld-m68k/m68k.exp: Add it.
129
130 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
131
132         PR binutils/4430
133         * ld-i386/tlsbin.dd: Updated.
134         * ld-i386/tlsbindesc.dd: Likewise
135         * ld-i386/tlsdesc.dd: Likewise
136         * ld-i386/tlsgdesc.dd: Likewise
137         * ld-i386/tlsnopic.dd: Likewise
138         * ld-i386/tlspic.dd: Likewise
139         * ld-x86-64/tlsbin.dd: Likewise
140         * ld-x86-64/tlsbindesc.dd: Likewise
141         * ld-x86-64/tlsdesc.dd: Likewise
142         * ld-x86-64/tlsgdesc.dd: Likewise
143         * ld-x86-64/tlspic.dd: Likewise
144
145 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
146
147         * ld-linkonce/x.s: Use .gcc_except_table instead of .eh_frame
148         to test that entry for deleted function is zeroed.  Add a
149         somewhat closer to normal .eh_frame to test that fde for
150         deleted function is removed.
151         * ld-linkonce/y.s: Likewise.
152         * ld-linkonce/zeroeh.ld: Place .gcc_except_table too.
153         * ld-linkonce/zeroehl32.d: Update.
154
155 2007-04-21  Richard Earnshaw  <rearnsha@arm.com>
156
157         * ld-arm/arm-app-abs32.d: Convert to unified syntax.
158         * ld-arm/arm-app.d: Likewise.
159         * ld-arm/arm-lib-plt32.d: Likewise.
160         * ld-arm/arm-lib.d: Likewise.
161         * ld-arm/arm-static-app.d: Likewise.
162         * ld-arm/armthumb-lib.d: Likewise.
163         * ld-arm/mixed-app-v5.d: Likewise.
164         * ld-arm/mixed-app.d: Likewise.
165         * ld-arm/mixed-lib.d: Likewise.
166
167 2007-04-18  Alan Modra  <amodra@bigpond.net.au>
168
169         * ld-spu/ovl.lnk: Use OVERLAY keyword.
170
171 2007-04-17  Paul Brook  <paul@codesourcery.com>
172
173         * ld-arm/preempt-app.s: New test.
174         * ld-arm/preempt-app.sym: New.
175         * ld-arm/arm-elf.exp: Add preempt-app.
176
177 2007-04-12  Richard Sandiford  <richard@codesourcery.com>
178
179         * ld-mips-elf/vxworks1-lib.td: New test.
180         * ld-mips-elf/mips-elf.exp: Run it.
181
182 2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>
183
184         PR ld/4304
185         * ld-i386/i386.exp: Run "warn1".
186
187         * ld-i386/warn1.d: New file.
188         * ld-i386/warn1.s: Likewise.
189
190 2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>
191
192         * ld-i386/combreloc.d: Remove #target: i?86-*-*.
193         * ld-i386/reloc.d: Likewise.
194
195 2007-04-05  Alan Modra  <amodra@bigpond.net.au>
196
197         * ld-spu/ovl2.d: Update.
198
199 2007-04-02  H.J. Lu  <hongjiu.lu@intel.com>
200
201         PR ld/4090
202         * ld-elf/expr1.d: New file.
203         * ld-elf/expr1.s: Likewise.
204         * ld-elf/expr1.t: Likewise.
205
206 2007-03-29  Richard Sandiford  <richard@codesourcery.com>
207
208         * ld-libs/lib-1.s, ld-libs/lib-2.s, ld-libs/lib-2.d,
209         * ld-libs/libs.exp: New files.
210
211 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
212
213         * ld-vxworks/rpath-1.s, ld-vxworks/rpath-1.d,
214         * ld-vxworks/vxworks.exp: New files.
215
216 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
217
218         * ld-elf/note-1.s: Increase .foo size.
219
220 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
221
222         * ld-spu/spu.exp (embed_test): New.
223         * ld-spu/ear.s: New.
224         * ld-spu/ear.d: New.
225         * ld-spu/embed.rd: New.
226         * ld-spu/ovl2.s: New.
227         * ld-spu/ovl2.d: New.
228
229 2007-03-24  Alan Modra  <amodra@bigpond.net.au>
230
231         * ld-elf/overlay.d: -u symbols we want to see in the output.
232
233 2007-03-23  Alan Modra  <amodra@bigpond.net.au>
234
235         * ld-spu/ovl.s (f4_a2): Tail call.
236         * ld-spu/ovl.d: Add --emit-relocs to ld options, -r to objdump.
237         Update expected results.
238
239 2007-03-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
240
241         * ld-sh/ld-r-1.d: Update.
242         * ld-sh/shared-1.d: Likewise.
243
244 2007-03-23  Alan Modra  <amodra@bigpond.net.au>
245
246         * ld-elf/elf.exp: Add "--local-store 0:0" to LDFLAGS for spu.
247
248 2007-03-22  H.J. Lu  <hongjiu.lu@intel.com>
249
250         PR ld/4210
251         * ld-pe/image_size.d: New file.
252         * ld-pe/image_size.s: Likewise.
253         * ld-pe/image_size.t: Likewise.
254
255         * ld-pe/pe.exp: Run image_size.
256
257 2007-03-22  H.J. Lu  <hongjiu.lu@intel.com>
258
259         PR ld/4007
260         * ld-elf/note-1.d: New file.
261         * ld-elf/note-1.s: Likewise.
262         * ld-elf/note-1.t: Likewise.
263         * ld-i386/alloc.d: Likewise.
264         * ld-i386/alloc.s: Likewise.
265         * ld-i386/alloc.t: Likewise.
266
267         * ld-i386/i386.exp: Run "alloc".
268
269 2007-03-20  Paul Brook  <paul@codesourcery.com>
270
271         * ld-arm/arm-elf.exp (ld-arm/arm-elf.exp): Add arm-pic-veneer.
272         * ld-arm/arm-pic-veneer.d: New test.
273         * ld-arm/arm-pic-veneer.s: New test.
274
275 2007-03-08  Richard Sandiford  <richard@codesourcery.com>
276
277         * ld-elf/extract-symbol-1.ld (data): Explicitly set the start address
278         to 0.
279
280 2007-03-07  Alan Modra  <amodra@bigpond.net.au>
281
282         * ld-elf/extract-symbol-1sec.d: xfail hppa.
283         * ld-elf/extract-symbol-1sym.d: xfail hppa.
284
285 2007-03-07  H.J. Lu  <hongjiu.lu@intel.com>
286
287         PR 3958
288         * ld-elf/linkonce1.d: New.
289         * ld-elf/linkonce1a.s: New.
290         * ld-elf/linkonce1b.s: New.
291         * ld-elf/linkonce2.d: New.
292         * ld-i386/pcrel16abs.d: New.
293         * ld-i386/pcrel16abs.s: New.
294         * ld-i386/i386.exp: Run it.
295
296 2007-03-06  H.J. Lu  <hongjiu.lu@intel.com>
297
298         PR ld/4144
299         * ld-elf/nobits-1.d: New file.
300         * ld-elf/nobits-1.s: Likewise.
301         * ld-elf/nobits-1.t: Likewise.
302
303 2007-03-02  Richard Sandiford  <richard@codesourcery.com>
304
305         * ld-elf/binutils.exp: Revert last change.
306
307 2007-03-01  Richard Sandiford  <richard@codesourcery.com>
308
309         * ld-elf/extract-symbol-1sym.d, ld-elf/extract-symbol-1sec.d,
310         * ld-elf/extract-symbol-1.s, ld-elf/extract-symbol-1.ld: New tests.
311         * ld-elf/binutils.exp: Run them.
312
313 2007-02-28  Nick Clifton  <nickc@redhat.com>
314
315         PR ld/3796
316         * ld-arm/arm-elf.exp (armelftests): Move "Thumb-2 BL" test into...
317         (armeabitests): ... here, a new array for EABI specific tests.
318         (armelftests): Add extra command line options for VFP11 fix tests
319         and thumb shared library test.
320
321 2007-02-22  Paul Brook  <paul@codesourcery.com>
322
323         * ld-arm/arm-elf.exp (armelftests): Add gc-unwind.h.
324         * ld-arm/gc-unwind.s: New file.
325         * ld-arm/gc-unwind.d: New file.
326
327 2007-02-14  H.J. Lu  <hongjiu.lu@intel.com>
328
329         PR ld/3953
330         * ld-elf/beginwarn.c: New file.
331         * ld-elf/warn.out: Likewise.
332
333         * ld-elf/shared.exp (build_tests): Add "Build warn libbar.so".
334         (run_tests): Add "Run warn with versioned libfoo.so".
335
336         * lib/ld-lib.exp (default_ld_relocate): Make exec_output global
337         and remove target first.
338         (default_ld_link): Likewise.
339         (default_ld_simple_link): Likewise.
340         (run_ld_link_exec_tests): Take an optional linker warning and
341         check it.
342         (default_ld_link): Check pruned linker output.
343
344 2007-02-13  H.J. Lu  <hongjiu.lu@intel.com>
345
346         * ld-scripts/default-script1.d: Expect extra symbols.
347         * ld-scripts/default-script2.d: Likewise.
348         * ld-scripts/default-script3.d: Likewise.
349         * ld-scripts/default-script4.d: Likewise.
350
351 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
352
353         * ld-powerpc/relbrlt.d: Update.
354         * ld-powerpc/tlsexe.r: Update.
355         * ld-powerpc/tlsexetoc.r: Update.
356         * ld-powerpc/tlsso.r: Update.
357         * ld-powerpc/tlstocso.r: Update.
358
359 2007-02-12  Alan Modra  <amodra@bigpond.net.au>
360
361         * ld-powerpc/relbrlt.d: Update.
362
363 2007-02-06  Nick Clifton  <nickc@redhat.com>
364
365         PR ld/3805
366         * ld-elf/sec64k.exp: Expect the relocatable version of this test
367         to fail for the m32r because it creates both .rel and .rela
368         sections.
369
370 2007-02-05  Dave Brolley  <brolley@redhat.com>
371
372         * ld-undefined/undefined.exp: XFAIL the undefined test
373         * ld-mep: New, with content.
374
375 2007-02-05  H.J. Lu  <hongjiu.lu@intel.com>
376
377         * ld-i386/pcrel16.d: Undo the last change.
378         * ld-x86-64/pcrel16.d: Likewise.
379
380 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
381
382         * ld-i386/pcrel16.d: Updated.
383         * ld-x86-64/pcrel16.d: Likewise.
384
385 2007-02-01  Alan Modra  <amodra@bigpond.net.au>
386
387         * ld-scripts/default-script.exp: Add "--local-store 0:0" to
388         LDFLAGS for spu.
389
390 2007-01-29  Julian Brown  <julian@codesourcery.com>
391
392         * ld-arm/arm-elf.exp: Add VFP11 tests.
393         * ld-arm/vfp11-fix-none.s: New file.
394         * ld-arm/vfp11-fix-none.d: Expected disassembly of above.
395         * ld-arm/vfp11-fix-scalar.s: New file.
396         * ld-arm/vfp11-fix-scalar.d: Expected disassembly of above.
397         * ld-arm/vfp11-fix-vector.s: New file.
398         * ld-arm/vfp11-fix-vector.d: Expected disassembly of above.
399
400 2007-01-23  Nathan Sidwell  <nathan@codesourcery.com>
401
402         * ld-elf/header.d: Reduce page size, restrict to linux & vxworks
403         * ld-elf/header.s: Adjust.
404         * ld-elf/header.t: Reduce initial offset.
405
406 2007-01-23  Andreas Schwab  <schwab@suse.de>
407
408         * lib/ld-lib.exp (run_dump_test): Don't prematurely remove
409         assembler output.
410
411 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
412
413         * ld-elf/dl6.c: New file.
414         * ld-elf/dl6a.out: Likewise.
415         * ld-elf/dl6amain.c: Likewise.
416         * ld-elf/dl6b.out: Likewise.
417         * ld-elf/dl6bmain.c: Likewise.
418         * ld-elf/dl6cmain.c: Likewise.
419         * ld-elf/dl6dmain.c: Likewise.
420
421         * ld-elf/shared.exp: Add new tests for -Bsymbolic,
422         -Bsymbolic-functions, --dynamic-list-data and
423         --dynamic-list-cpp-new.
424
425 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
426
427         * ld-elf/maxpage3.t: New file.
428         * ld-elf/maxpage3a.d: Likewise.
429         * ld-elf/maxpage3b.d: Likewise.
430         * ld-elf/maxpage3c.d: Likewise.
431
432 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
433
434         * ld-scripts/default-script.exp: New file.
435         * ld-scripts/default-script.s: Likewise.
436         * ld-scripts/default-script.t: Likewise.
437         * ld-scripts/default-script1.d: Likewise.
438         * ld-scripts/default-script2.d: Likewise.
439         * ld-scripts/default-script3.d: Likewise.
440         * ld-scripts/default-script4.d: Likewise.
441
442 2007-01-18  H.J. Lu  <hongjiu.lu@intel.com>
443
444         PR ld/1283
445         * lib/ld-lib.exp (run_dump_test): Remove output file first.
446
447 2007-01-17  H.J. Lu  <hongjiu.lu@intel.com>
448
449         * ld-elf/header.d: Adjust for .text section with 16byte
450         alignment.
451
452 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
453
454         * ld-elf/dl1main.c (main): Fix a typo.
455
456 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
457
458         PR ld/3831
459         * ld-elf/del.cc: New.
460         * ld-elf/dl5.cc: Likewise.
461         * ld-elf/dl5.out: Likewise.
462         * ld-elf/new.cc: Likewise.
463
464         * ld-elf/shared.exp: Add tests for --dynamic-list-data and
465          --dynamic-list-cpp-new.
466
467 2007-01-12  Hans-Peter Nilsson  <hp@axis.com>
468
469         * ld-elf/header.d: Allow arbitrary lines between "Program Header"
470         and "Sections".  Only run on *-*-linux*.
471
472 2007-01-11  Nathan Sidwell  <nathan@codesourcery.com>
473
474         * ld-elf/header.d: New.
475         * ld-elf/header.t: New.
476         * ld-elf/header.s: New.
477
478 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
479
480         * ld-fastcall/fastcall.exp: Renamed target x86_64-*-mingw64 to
481         x86_64-*-mingw*.
482         * ld-pe/pe.exp: Ditto.
483         * ld-scripts/align.exp: Ditto.
484         * ld-scripts/defined.exp: Ditto.
485         * ld-scripts/provide.exp: Ditto.
486         * ld-scripts/weak.exp: Ditto.
487
488 2007-01-06  Nathan Sidwell  <nathan@codesourcery.com>
489
490         * ld-scripts/expr.exp: New.
491         * ld-scripts/expr1.s: New.
492         * ld-scripts/expr1.d: New.
493         * ld-scripts/expr1.t: New.
494
495 For older changes see ChangeLog-2006
496 \f
497 Local Variables:
498 mode: change-log
499 left-margin: 8
500 fill-column: 74
501 version-control: never
502 End: