bfd/
[binutils-gdb.git] / ld / testsuite / ChangeLog
1 2007-09-17 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/3281
4 PR binutils/5037
5 * ld-elf/binutils.exp: Update "-z relro" tests to use relro1.s.
6 Add "-z relro" tests with relro2.s. Add "-z relro" tests with
7 TLS for objcopy.
8
9 * ld-elf/relro1.s: New file.
10 * ld-elf/relro2.s: Likewise.
11
12 2007-09-04 Mike Frysinger <vapier@gentoo.org>
13
14 * lib/ld-lib.exp (default_ld_compile): Pull in global CXXFLAGS and
15 add it to $flags when $ccexe matches *++*.
16 (run_ld_link_exec_tests): Pull in global CXXFLAGS and execute CXX
17 with CXXFLAGS when $lang matches c++.
18 (run_cc_link_tests): Likewise.
19
20 2007-09-02 H.J. Lu <hongjiu.lu@intel.com>
21
22 PR ld/4986
23 * ld-ia64/line.exp: New.
24 * ld-ia64/undefined.s: Likewise.
25
26 * ld-x86-64/line.exp: Don't check CC.
27
28 2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
29
30 PR ld/4986
31 * ld-x86-64/line.exp: New
32 * ld-x86-64/undefined.s: Likewise.
33
34 2007-08-31 Tristan Gingold <gingold@adacore.com>
35
36 * ld-script/map-address.t: Add a test for testing DEFINED in map
37 output.
38 * ld-script/map-address.d: Update expected output.
39
40 2007-08-28 Mark Shinwell <shinwell@codesourcery.com>
41 Joseph Myers <joseph@codesourcery.com>
42
43 * ld-elfcomm/elfcomm.exp: Use run_host_cmd. Only check "which
44 $CC" if host is local.
45 * ld-checks/checks.exp: Use run_host_cmd.
46 * ld-elf/exclude.exp: Likewise.
47 * ld-elf/elf.exp: Download merge.ld if host is remote.
48 * ld-elf/binutils.exp (binutils_test): Use remote_exec.
49 * ld-elf/tls_common.exp: Use run_host_cmd.
50 * lib/ld-lib.exp (ld_version): Only check "which $ld" if host is
51 local. Use remote_exec.
52 (run_host_cmd): New.
53 (run_host_cmd_yesno): New.
54 (default_ld_relocate): Use run_host_cmd_yesno.
55 (default_ld_link): Likewise.
56 (default_ld_simple_link): Use run_host_cmd.
57 (default_ld_compile): Only check "which $ccprog" if host is local.
58 Use remote_file and remote_exec.
59 (default_ld_assemble): Only check "which $as" if host is local.
60 Use run_host_cmd.
61 (default_ld_nm): Use remote_exec, remote_upload and remote_file.
62 (run_dump_test): Use remote_exec, remote_upload and remote_file.
63 Only check "which $binary" if host is local.
64 (run_ld_link_tests): Use remote_exec, remote_upload and
65 remote_file.
66 * ld-selective/selective.exp: Only check "which $CXX" if host is
67 local. Use remote_exec.
68 * ld-scripts/phdrs.exp: Only check "which $objdump" if host is
69 local. Use run_host_cmd.
70 * ld-scripts/phdrs2.exp: Likewise.
71 * ld-scripts/weak.exp: Likewise.
72 * ld-undefined/weak-undef.exp: Likewise.
73 * ld-scripts/crossref.exp: Only check "which $CC" if host is local.
74 Use run_host_cmd.
75 * ld-scripts/map-address.exp: Upload map_address.map if host is
76 remote.
77 * ld-srec/srec.exp (run_srec_tests): Use run_host_cmd. Only check
78 "which $CC" and "which $CXX" if host is local.
79 * ld-undefined/undefined.exp: Only check "which $CC" if host is
80 local. Use remote_file and run_host_cmd.
81 * config/default.exp: Use remote_exec to create tmpdir.
82
83 2007-08-24 H.J. Lu <hongjiu.lu@intel.com>
84
85 * ld-i386/i386.exp (i386tests): Add a test for TLS IE->LE
86 transition.
87 Run tlsie2, tlsie3, tlsie4 and tlsie5.
88
89 * ld-i386/tlsie1.dd: New file.
90 * ld-i386/tlsie1.s: Likewise.
91 * ld-i386/tlsie2.d: Likewise.
92 * ld-i386/tlsie2.s: Likewise.
93 * ld-i386/tlsie3.d: Likewise.
94 * ld-i386/tlsie3.s: Likewise.
95 * ld-i386/tlsie4.d: Likewise.
96 * ld-i386/tlsie4.s: Likewise.
97 * ld-i386/tlsie5.d: Likewise.
98 * ld-i386/tlsie5.s: Likewise.
99 * ld-x86-64/tlsgd2.d: Likewise.
100 * ld-x86-64/tlsgd2.s: Likewise.
101 * ld-x86-64/tlsgd3.d: Likewise.
102 * ld-x86-64/tlsgd3.s: Likewise.
103 * ld-x86-64/tlsie1.dd: Likewise.
104 * ld-x86-64/tlsie1.s: Likewise.
105 * ld-x86-64/tlsie2.d: Likewise.
106 * ld-x86-64/tlsie2.s: Likewise.
107 * ld-x86-64/tlsie3.d: Likewise.
108 * ld-x86-64/tlsie3.s: Likewise.
109
110 * ld-x86-64/x86-64.exp (x86_64tests): Add a test for TLS LD->LE
111 transition.
112 Run tlsgd2, tlsgd3, tlsie2 and tlsie3.
113
114 2007-08-23 H.J. Lu <hongjiu.lu@intel.com>
115
116 * ld-i386/tlsbinpic.s: Add a new GD -> IE test.
117
118 * ld-i386/tlsgd1.s: Add a new GD -> LE test.
119
120 * ld-i386/tlsbin.dd: Updated.
121 * ld-i386/tlsbin.rd: Likewise.
122 * ld-i386/tlsgd1.dd: Likewise.
123
124 2007-08-17 Jakub Jelinek <jakub@redhat.com>
125
126 * ld-sparc/tlssunnopic32.dd: Fix up #target.
127 * ld-sparc/tlssunnopic32.rd: Likewise.
128 * ld-sparc/tlssunnopic32.sd: Likewise.
129 * ld-sparc/tlssunnopic64.dd: Likewise.
130 * ld-sparc/tlssunnopic64.rd: Likewise.
131 * ld-sparc/tlssunnopic64.sd: Likewise.
132
133 2007-08-17 Richard Sandiford <richard@codesourcery.com>
134
135 * lib/ld-lib.exp (run_dump_test): Allow [big_or_little_endian]
136 to appear in assembler and linker options.
137 * ld-mips-elf/vxworks1-static.d (ld): Add [big_or_little_endian].
138
139 2007-08-16 Alan Modra <amodra@bigpond.net.au>
140
141 * ld-srec/srec.exp: Always pass "-G 0". Remove all powerpc
142 xfails.
143
144 2007-08-14 H.J. Lu <hongjiu.lu@intel.com>
145
146 PR ld/4918
147 * ld-i386/i386.exp (i386tests): Add tlsgd1 and tlsld1 tests.
148 * ld-x86-64/x86-64.exp (x86_64tests): Likewise.
149
150 * ld-i386/tlsgd1.dd: New file.
151 * ld-i386/tlsgd1.s: Likewise.
152 * ld-i386/tlsld1.dd: Likewise.
153 * ld-i386/tlsld1.s: Likewise.
154 * ld-x86-64/tlsgd1.dd: Likewise.
155 * ld-x86-64/tlsgd1.s: Likewise.
156 * ld-x86-64/tlsld1.dd: Likewise.
157 * ld-x86-64/tlsld1.s: Likewise.
158
159 2007-08-13 Richard Sandiford <richard@codesourcery.com>
160
161 * ld-mips-elf/vxworks-forced-local-1.d,
162 * ld-mips-elf/vxworks-forced-local-1.s,
163 * ld-mips-elf/vxworks-forced-local-1.ver: New test.
164 * ld-mips-elf/mips-elf.exp: Run it.
165 * ld-mips-elf/tlsdyn-o32-2.d: Adjust for removal of unnecessary
166 local GOT entry.
167 * ld-mips-elf/tlsdyn-o32-2.got: Likewise.
168 * ld-mips-elf/tlsdyn-o32-3.d: Likewise.
169 * ld-mips-elf/tlsdyn-o32-3.got: Likewise.
170 * ld-mips-elf/vxworks1-lib.dd: Likewise.
171 * ld-mips-elf/vxworks1-lib.rd: Likewise.
172
173 2007-08-13 Alan Modra <amodra@bigpond.net.au>
174
175 * ld-powerpc/relbrlt.s (.text.pad2): Adjust space.
176 * ld-powerpc/relbrlt.d: Update.
177 * ld-powerpc/tlsexe.d: Update.
178 * ld-powerpc/tlsexe.g: Update.
179 * ld-powerpc/tlsexe.r: Update.
180 * ld-powerpc/tlsexetoc.d: Update.
181 * ld-powerpc/tlsexetoc.g: Update.
182 * ld-powerpc/tlsexetoc.r: Update.
183 * ld-powerpc/tlsso.d: Update.
184 * ld-powerpc/tlsso.g: Update.
185 * ld-powerpc/tlsso.r: Update.
186 * ld-powerpc/tlstocso.d: Update.
187 * ld-powerpc/tlstocso.g: Update.
188
189 2007-08-06 Kai Tietz <kai.tietz@onevision.com>
190
191 PR ld/4877
192 * ld-pe/pe.exp: Special diff file for x86_64-mingw target.
193 * ld-pe/secrel_64.d: New.
194
195 2007-08-03 Daniel Jacobowitz <dan@codesourcery.com>
196
197 * ld-srec/srec.exp: XFAIL for powerpc*-*-*.
198
199 2007-08-01 Adam Nemet <anemet@caviumnetworks.com>
200
201 * ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d,
202 ld-mips-elf/reloc-5.s, ld-mips-elf/reloc-5.d: New tests.
203 * ld-mips-elf/mips-elf.exp: Invoke them.
204
205 2007-07-29 Alan Modra <amodra@bigpond.net.au>
206
207 * ld-elf/weak-dyn-1.rd: Adjust.
208
209 2007-07-25 Daniel Jacobowitz <dan@codesourcery.com>
210
211 * ld-cdtest/cdtest-foo.cc (strncpy): Fix parameter name.
212
213 2007-07-24 Nick Clifton <nickc@redhat.com>
214
215 * ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only
216 section.
217
218 2007-07-23 Richard Sandiford <richard@codesourcery.com>
219
220 * ld-elf/weak-dyn-1a.s, ld-elf/weak-dyn-1b.s, ld-elf/weak-dyn-1.ld,
221 * ld-elf/weak-dyn-1.rd: New test.
222 * ld-elf/elf.exp: Run it.
223
224 2007-07-13 Nathan Sidwell <nathan@codesourcery.com>
225
226 * ld-scripts/assert.t: Tweak to avoid relying on empty's VMA being
227 zero.
228
229 2007-07-10 H.J. Lu <hongjiu.lu@intel.com>
230
231 * ld-elfvers/vers.exp: Add tests for --defsym.
232
233 * ld-elfvers/vers32.map: Likewise.
234 * ld-elfvers/vers32a.c: Likewise.
235 * ld-elfvers/vers32a.dsym: Likewise.
236 * ld-elfvers/vers32a.ver: Likewise.
237 * ld-elfvers/vers32b.c: Likewise.
238 * ld-elfvers/vers32b.dsym: Likewise.
239 * ld-elfvers/vers32b.ver: Likewise.
240 * ld-elfvers/vers32c.dsym: Likewise.
241 * ld-elfvers/vers32c.ver: Likewise.
242 * ld-elfvers/vers32d.ver: Likewise.
243
244 2007-07-06 Nick Clifton <nickc@redhat.com>
245
246 * lib/default.exp: Update copyright notice to refer to GPLv3.
247 * config/default.exp, ld-alpha/alpha.exp, ld-arm/arm-elf.exp,
248 ld-auto-import/auto-import.exp, ld-bootstrap/bootstrap.exp,
249 ld-cdtest/cdtest.exp, ld-checks/checks.exp, ld-cris/cris.exp,
250 ld-crx/crx.exp, ld-cygwin/exe-export.exp, ld-d10v/d10v.exp,
251 ld-discard/discard.exp, ld-elf/elf.exp, ld-elf/exclude.exp,
252 ld-elf/frame.exp, ld-elf/sec64k.exp, ld-elf/binutils.exp,
253 ld-elf/tls_common.exp, ld-elf/shared.exp, ld-elf/dwarf.exp,
254 ld-elf/wrap.exp, ld-elfcomm/elfcomm.exp, ld-elfvers/vers.exp,
255 ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp, ld-xc16x/xc16x.exp,
256 ld-fastcall/fastcall.exp, ld-frv/tls.exp, ld-h8300/h8300.exp,
257 ld-i386/i386.exp, ld-ia64/ia64.exp, ld-linkonce/linkonce.exp,
258 ld-m68hc11/m68hc11.exp, ld-maxq/maxq.exp,
259 ld-mips-elf/mips-elf-flags.exp, ld-mips-elf/mips-elf.exp,
260 ld-mmix/mmix.exp, ld-pe/pe.exp, ld-pe/direct.exp,
261 ld-powerpc/powerpc.exp, ld-s390/s390.exp, ld-scripts/align.exp,
262 ld-scripts/alignof.exp, ld-scripts/assert.exp,
263 ld-scripts/crossref.exp, ld-scripts/data.exp,
264 ld-scripts/default-script.exp, ld-scripts/defined.exp,
265 ld-scripts/empty-address.exp, ld-scripts/empty-aligned.exp,
266 ld-scripts/empty-orphan.exp, ld-scripts/expr.exp,
267 ld-scripts/extern.exp, ld-scripts/map-address.exp,
268 ld-scripts/overlay-size.exp, ld-scripts/phdrs.exp,
269 ld-scripts/phdrs2.exp, ld-scripts/provide.exp,
270 ld-scripts/script.exp, ld-scripts/size.exp, ld-scripts/sizeof.exp,
271 ld-scripts/sort.exp, ld-scripts/weak.exp,
272 ld-selective/sel-dump.exp, ld-selective/selective.exp,
273 ld-sh/arch/arch.exp, ld-sh/sh64/rd-sh64.exp, ld-sh/sh64/relax.exp,
274 ld-sh/sh64/relfail.exp, ld-sh/sh64/sh64.exp, ld-sh/rd-sh.exp,
275 ld-sh/sh.exp, ld-shared/shared.exp, ld-sparc/sparc.exp,
276 ld-srec/srec.exp, ld-undefined/undefined.exp,
277 ld-undefined/weak-undef.exp, ld-versados/versados.exp,
278 ld-x86-64/x86-64.exp, ld-xstormy16/xstormy16.exp,
279 ld-xtensa/coalesce.exp, ld-xtensa/lcall.exp, ld-pie/pie.exp,
280 ld-m68k/m68k.exp, ld-mep/mep.exp, ld-spu/spu.exp,
281 ld-vxworks/vxworks.exp, lib/ld-lib.exp: Likewise.
282 * ld-frv/frv-elf.exp: Add copyright notice.
283 * ld-libs/libs.exp, ld-sh/sh-vxworks.exp,
284 ld-scripts/dynamic-sections.exp, ld-v850.v850.exp: Likewise.
285
286 2007-07-05 Alan Modra <amodra@bigpond.net.au>
287
288 * ld-powerpc/powerpc.exp: Disable for lynxos and nto.
289
290 2007-07-03 Joseph Myers <joseph@codesourcery.com>
291
292 * ld-arm/attr-merge-2a.s, ld-arm/attr-merge-2b.s,
293 ld-arm/attr-merge-2.attr: New.
294 * ld-arm/arm-elf.exp (armelftests): Add new test.
295
296 2007-07-02 Nathan Sidwell <nathan@codesourcery.com>
297
298 * ld-scripts/alignof.exp: Skip on non-elf
299
300 2007-06-29 Joseph Myers <joseph@codesourcery.com>
301
302 * ld-powerpc/attr-gnu-4-0.s, ld-powerpc/attr-gnu-4-00.d,
303 ld-powerpc/attr-gnu-4-01.d, ld-powerpc/attr-gnu-4-02.d,
304 ld-powerpc/attr-gnu-4-1.s, ld-powerpc/attr-gnu-4-10.d,
305 ld-powerpc/attr-gnu-4-11.d, ld-powerpc/attr-gnu-4-12.d,
306 ld-powerpc/attr-gnu-4-13.d, ld-powerpc/attr-gnu-4-2.s,
307 ld-powerpc/attr-gnu-4-20.d, ld-powerpc/attr-gnu-4-21.d,
308 ld-powerpc/attr-gnu-4-22.d, ld-powerpc/attr-gnu-4-3.s,
309 ld-powerpc/attr-gnu-4-31.d: New.
310 * ld-powerpc/powerpc.exp: Run these new tests.
311
312 2007-06-29 Joseph Myers <joseph@codesourcery.com>
313
314 * ld-mips-elf/attr-gnu-4-0.s, ld-mips-elf/attr-gnu-4-00.d,
315 ld-mips-elf/attr-gnu-4-01.d, ld-mips-elf/attr-gnu-4-02.d,
316 ld-mips-elf/attr-gnu-4-03.d, ld-mips-elf/attr-gnu-4-1.s,
317 ld-mips-elf/attr-gnu-4-10.d, ld-mips-elf/attr-gnu-4-11.d,
318 ld-mips-elf/attr-gnu-4-12.d, ld-mips-elf/attr-gnu-4-13.d,
319 ld-mips-elf/attr-gnu-4-14.d, ld-mips-elf/attr-gnu-4-2.s,
320 ld-mips-elf/attr-gnu-4-20.d, ld-mips-elf/attr-gnu-4-21.d,
321 ld-mips-elf/attr-gnu-4-22.d, ld-mips-elf/attr-gnu-4-23.d,
322 ld-mips-elf/attr-gnu-4-3.s, ld-mips-elf/attr-gnu-4-30.d,
323 ld-mips-elf/attr-gnu-4-31.d, ld-mips-elf/attr-gnu-4-32.d,
324 ld-mips-elf/attr-gnu-4-33.d, ld-mips-elf/attr-gnu-4-4.s,
325 ld-mips-elf/attr-gnu-4-41.d: New.
326 * ld-mips-elf/mips-elf.exp: Run these new tests.
327
328 2007-06-29 Paul Brook <paul@codesourcery.com>
329
330 * ld-arm/arm-elf.exp (armelftests): Add callweak.
331 * ld-arm/callweak.d: New test.
332 * ld-arm/callweak.s: New test.
333
334 2007-06-28 H.J. Lu <hongjiu.lu@intel.com>
335
336 PR ld/4701
337 * ld-elf/noload-2.d: New.
338
339 2007-06-29 H.J. Lu <hjl@gnu.org>
340
341 * ld-scripts/assert.t: Discard .reginfo sections.
342
343 2007-06-26 Joseph Myers <joseph@codesourcery.com>
344
345 * ld-arm/attr-merge.s, ld-arm/attr-merge.attr: New.
346 * ld-arm/arm-elf.exp (armelftests): Add new test.
347
348 2007-06-25 Richard Sandiford <richard@codesourcery.com>
349
350 * ld-mips-elf/mips16-local-stubs-1.s,
351 * ld-mips-elf/mips16-local-stubs-1.d: New tests.
352 * ld-mips-elf/mips-elf.exp: Run them.
353
354 2007-06-19 H.J. Lu <hongjiu.lu@intel.com>
355
356 PR ld/4590
357 * ld-ia64/merge1.d: New.
358 * ld-ia64/merge1.s: Likewise.
359 * ld-ia64/merge2.d: Likewise.
360 * ld-ia64/merge2.s: Likewise.
361 * ld-ia64/merge3.d: Likewise.
362 * ld-ia64/merge3.s: Likewise.
363 * ld-ia64/merge4.d: Likewise.
364 * ld-ia64/merge4.s: Likewise.
365 * ld-ia64/merge5.d: Likewise.
366 * ld-ia64/merge5.s: Likewise.
367
368 2007-06-18 Andreas Schwab <schwab@suse.de>
369
370 * ld-scripts/cross3.t: Add .opd section.
371
372 2007-06-18 Nathan Sidwell <nathan@codesourcery.com>
373
374 * ld-scripts/alignof.s: New.
375 * ld-scripts/alignof.t: New
376 * ld-scripts/alignof.exp: New.
377
378 2007-06-14 Alan Modra <alan@grove.modra.org>
379
380 * ld-spu/ovl.d: Update.
381 * ld-spu/ovl2.d: Update.
382
383 2007-05-24 Nathan Sidwell <nathan@codesourcery.com>
384
385 * ld-scripts/assert.t: Add additional cases.
386 * ld-scripts/extern.t, ld-scripts/extern.s,
387 ld-scripts/extern.exp: New.
388
389 2007-05-22 Paul Brook <paul@codesourcery.com>
390
391 * ld-arm/arm-pic-veneer.d: Update expected output.
392 * ld-arm/arm-call.d: Ditto.
393
394 2007-05-22 Paul Brook <paul@codesourcery.com>
395
396 * ld-arm-mixed-lib.d: Update expected output.
397 * ld-arm/arm-app.d: Ditto.
398 * ld-arm/mixed-app.d: Ditto.
399 * ld-arm/arm-lib-plt32.d: Ditto.
400 * ld-arm/arm-app-abs32.d: Ditto.
401 * ld-arm/mixed-app-v5.d: Ditto.
402 * ld-arm/armthumb-lib.d: Ditto.
403 * ld-arm/arm-lib.d: Ditto.
404
405 2007-05-21 Richard Sandiford <richard@codesourcery.com>
406
407 * ld-arm/emit-relocs1.d, ld-arm/emit-relocs1.s,
408 * ld-arm/emit-relocs1-vxworks.d: New tests.
409 * ld-arm/arm-elf.exp: Run them.
410 * ld-arm/vxworks1.dd: Expect proper branch targets.
411
412 2007-05-18 Joseph Myers <joseph@codesourcery.com>
413
414 * ld-elf/group.ld: Discard .reginfo.
415
416 2007-05-18 Paul Brook <paul@codesourcery.com>
417
418 * ld-arm/arm-call.d: Update expected output.
419
420 2007-05-17 Paul Brook <paul@codesourcery.com>
421
422 * ld-elf/multibss1.s: Use %nobits instead of @nobits.
423
424 2007-05-17 Nathan Sidwell <nathan@codesourcery.com>
425
426 * ld-m68k/merge-error-1a.d: Mismatch is an error.
427 * ld-m68k/merge-error-1b.d: Likewise.
428 * ld-m68k/merge-error-1c.d: Likewise.
429 * ld-m68k/merge-error-1d.d: Likewise.
430 * ld-m68k/merge-error-1e.d: Likewise.
431
432 2007-05-15 H.J. Lu <hongjiu.lu@intel.com>
433
434 PR ld/4504
435 * ld-elf/data1.c: New file.
436 * ld-elf/data1.h: Likewise.
437 * ld-elf/dynbss1.c: Likewise.
438 * ld-elf/pass.out: Likewise.
439
440 * ld-elf/shared.exp (build_tests): Add "Build libdata1.so".
441 (run_tests): Add "Run with libdata1.so".
442
443 2007-05-15 Richard Sandiford <richard@codesourcery.com>
444
445 * ld-arm/vxworks1.ld: Swap .bss and .data.
446 * ld-arm/vxworks1-lib.rd: Update accordingly.
447 * ld-arm/vxworks1-lib.td: New test.
448 * ld-arm/arm-elf.exp: Run it.
449
450 * ld-i386/vxworks1.ld: Swap .bss and .data.
451 * ld-i386/vxworks1-lib.rd: Update accordingly.
452 * ld-i386/vxworks1-lib.td: New test.
453 * ld-i386/i386.exp: Run it.
454
455 * ld-mips-elf/vxworks1.ld: Swap .bss and .data.
456 * ld-mips-elf/vxworks1-lib.rd: Update accordingly.
457 * ld-mips-elf/vxworks1.rd: Likewise.
458
459 * ld-powerpc/vxworks1.ld: Swap .bss and .data.
460 * ld-powerpc/vxworks1-lib.rd: Update accordingly.
461 * ld-powerpc/vxworks1-lib.td: New test.
462 * ld-powerpc/powerpc.exp: Run it.
463
464 * ld-sh/vxworks1.ld: Swap .bss and .data.
465 * ld-sh/vxworks1-lib.rd: Update accordingly.
466 * ld-sh/vxworks1-lib.td: New test.
467 * ld-sh/sh-vxworks.exp: Run it.
468
469 * ld-sparc/vxworks1.ld: Swap .bss and .data.
470 * ld-sparc/vxworks1-lib.rd: Update accordingly.
471 * ld-sparc/vxworks1-lib.td: New test.
472 * ld-sparc/sparc.exp: Run it.
473
474 2007-05-15 Richard Sandiford <richard@codesourcery.com>
475
476 * ld-mips-elf/vxworks1-lib.rd: Expect the GOT relocation to be
477 against symbol 0.
478
479 2007-05-15 Mark Shinwell <shinwell@codesourcery.com>
480
481 * ld-arm/arm-elf.exp: Add jump19 testcase.
482 * ld-arm/jump19.d: New.
483 * ld-arm/jump19.s: New.
484
485 2007-05-14 Richard Sandiford <richard@codesourcery.com>
486
487 * ld-sh/vxworks1.dd: Remove hexadecimal prefixes from constant pool
488 contents. Consistently use "!" as the comment character.
489 Consistently use _PROCEDURE_LINKAGE_TABLE_ in the first PLT entry.
490 * ld-sh/vxworks1-le.dd: Likewise.
491 * ld-sh/vxworks1-lib.dd: Likewise.
492 * ld-sh/vxworks1-lib-le.dd: Likewise.
493 * ld-sh/vxworks3.dd: Likewise.
494 * ld-sh/vxworks3-le.dd: Likewise.
495
496 2007-05-14 Andreas Schwab <schwab@suse.de>
497
498 * ld-elf/dl2a.list: New file.
499 * ld-elf/shared.exp: Add test using --dynamic-list=dl2a.list.
500
501 2007-05-10 Richard Sandiford <richard@codesourcery.com>
502
503 * ld-arm/vxworks1-lib.dd: Expect "push" instead of stmdb and
504 "pop" instead of ldmia. Don't require specific symbolic addresses
505 for in-text addresses. Expect data to be rendered as .words rather
506 than disassembled.
507 * ld-arm/vxworks1.dd: Likewise.
508
509 2007-05-10 Richard Sandiford <richard@codesourcery.com>
510
511 * ld-elf/multibss1.d, ld-elf/multibss1.s: New test.
512
513 2007-04-27 Nathan Sidwell <nathan@codesourcery.com>
514
515 * ld-m68k/plt1-isac.d: New.
516 * ld-m68k/m68k.exp: Add it.
517
518 2007-04-26 H.J. Lu <hongjiu.lu@intel.com>
519
520 PR binutils/4430
521 * ld-i386/tlsbin.dd: Updated.
522 * ld-i386/tlsbindesc.dd: Likewise
523 * ld-i386/tlsdesc.dd: Likewise
524 * ld-i386/tlsgdesc.dd: Likewise
525 * ld-i386/tlsnopic.dd: Likewise
526 * ld-i386/tlspic.dd: Likewise
527 * ld-x86-64/tlsbin.dd: Likewise
528 * ld-x86-64/tlsbindesc.dd: Likewise
529 * ld-x86-64/tlsdesc.dd: Likewise
530 * ld-x86-64/tlsgdesc.dd: Likewise
531 * ld-x86-64/tlspic.dd: Likewise
532
533 2007-04-24 Alan Modra <amodra@bigpond.net.au>
534
535 * ld-linkonce/x.s: Use .gcc_except_table instead of .eh_frame
536 to test that entry for deleted function is zeroed. Add a
537 somewhat closer to normal .eh_frame to test that fde for
538 deleted function is removed.
539 * ld-linkonce/y.s: Likewise.
540 * ld-linkonce/zeroeh.ld: Place .gcc_except_table too.
541 * ld-linkonce/zeroehl32.d: Update.
542
543 2007-04-21 Richard Earnshaw <rearnsha@arm.com>
544
545 * ld-arm/arm-app-abs32.d: Convert to unified syntax.
546 * ld-arm/arm-app.d: Likewise.
547 * ld-arm/arm-lib-plt32.d: Likewise.
548 * ld-arm/arm-lib.d: Likewise.
549 * ld-arm/arm-static-app.d: Likewise.
550 * ld-arm/armthumb-lib.d: Likewise.
551 * ld-arm/mixed-app-v5.d: Likewise.
552 * ld-arm/mixed-app.d: Likewise.
553 * ld-arm/mixed-lib.d: Likewise.
554
555 2007-04-18 Alan Modra <amodra@bigpond.net.au>
556
557 * ld-spu/ovl.lnk: Use OVERLAY keyword.
558
559 2007-04-17 Paul Brook <paul@codesourcery.com>
560
561 * ld-arm/preempt-app.s: New test.
562 * ld-arm/preempt-app.sym: New.
563 * ld-arm/arm-elf.exp: Add preempt-app.
564
565 2007-04-12 Richard Sandiford <richard@codesourcery.com>
566
567 * ld-mips-elf/vxworks1-lib.td: New test.
568 * ld-mips-elf/mips-elf.exp: Run it.
569
570 2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
571
572 PR ld/4304
573 * ld-i386/i386.exp: Run "warn1".
574
575 * ld-i386/warn1.d: New file.
576 * ld-i386/warn1.s: Likewise.
577
578 2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
579
580 * ld-i386/combreloc.d: Remove #target: i?86-*-*.
581 * ld-i386/reloc.d: Likewise.
582
583 2007-04-05 Alan Modra <amodra@bigpond.net.au>
584
585 * ld-spu/ovl2.d: Update.
586
587 2007-04-02 H.J. Lu <hongjiu.lu@intel.com>
588
589 PR ld/4090
590 * ld-elf/expr1.d: New file.
591 * ld-elf/expr1.s: Likewise.
592 * ld-elf/expr1.t: Likewise.
593
594 2007-03-29 Richard Sandiford <richard@codesourcery.com>
595
596 * ld-libs/lib-1.s, ld-libs/lib-2.s, ld-libs/lib-2.d,
597 * ld-libs/libs.exp: New files.
598
599 2007-03-28 Richard Sandiford <richard@codesourcery.com>
600
601 * ld-vxworks/rpath-1.s, ld-vxworks/rpath-1.d,
602 * ld-vxworks/vxworks.exp: New files.
603
604 2007-03-27 Alan Modra <amodra@bigpond.net.au>
605
606 * ld-elf/note-1.s: Increase .foo size.
607
608 2007-03-27 Alan Modra <amodra@bigpond.net.au>
609
610 * ld-spu/spu.exp (embed_test): New.
611 * ld-spu/ear.s: New.
612 * ld-spu/ear.d: New.
613 * ld-spu/embed.rd: New.
614 * ld-spu/ovl2.s: New.
615 * ld-spu/ovl2.d: New.
616
617 2007-03-24 Alan Modra <amodra@bigpond.net.au>
618
619 * ld-elf/overlay.d: -u symbols we want to see in the output.
620
621 2007-03-23 Alan Modra <amodra@bigpond.net.au>
622
623 * ld-spu/ovl.s (f4_a2): Tail call.
624 * ld-spu/ovl.d: Add --emit-relocs to ld options, -r to objdump.
625 Update expected results.
626
627 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
628
629 * ld-sh/ld-r-1.d: Update.
630 * ld-sh/shared-1.d: Likewise.
631
632 2007-03-23 Alan Modra <amodra@bigpond.net.au>
633
634 * ld-elf/elf.exp: Add "--local-store 0:0" to LDFLAGS for spu.
635
636 2007-03-22 H.J. Lu <hongjiu.lu@intel.com>
637
638 PR ld/4210
639 * ld-pe/image_size.d: New file.
640 * ld-pe/image_size.s: Likewise.
641 * ld-pe/image_size.t: Likewise.
642
643 * ld-pe/pe.exp: Run image_size.
644
645 2007-03-22 H.J. Lu <hongjiu.lu@intel.com>
646
647 PR ld/4007
648 * ld-elf/note-1.d: New file.
649 * ld-elf/note-1.s: Likewise.
650 * ld-elf/note-1.t: Likewise.
651 * ld-i386/alloc.d: Likewise.
652 * ld-i386/alloc.s: Likewise.
653 * ld-i386/alloc.t: Likewise.
654
655 * ld-i386/i386.exp: Run "alloc".
656
657 2007-03-20 Paul Brook <paul@codesourcery.com>
658
659 * ld-arm/arm-elf.exp (ld-arm/arm-elf.exp): Add arm-pic-veneer.
660 * ld-arm/arm-pic-veneer.d: New test.
661 * ld-arm/arm-pic-veneer.s: New test.
662
663 2007-03-08 Richard Sandiford <richard@codesourcery.com>
664
665 * ld-elf/extract-symbol-1.ld (data): Explicitly set the start address
666 to 0.
667
668 2007-03-07 Alan Modra <amodra@bigpond.net.au>
669
670 * ld-elf/extract-symbol-1sec.d: xfail hppa.
671 * ld-elf/extract-symbol-1sym.d: xfail hppa.
672
673 2007-03-07 H.J. Lu <hongjiu.lu@intel.com>
674
675 PR 3958
676 * ld-elf/linkonce1.d: New.
677 * ld-elf/linkonce1a.s: New.
678 * ld-elf/linkonce1b.s: New.
679 * ld-elf/linkonce2.d: New.
680 * ld-i386/pcrel16abs.d: New.
681 * ld-i386/pcrel16abs.s: New.
682 * ld-i386/i386.exp: Run it.
683
684 2007-03-06 H.J. Lu <hongjiu.lu@intel.com>
685
686 PR ld/4144
687 * ld-elf/nobits-1.d: New file.
688 * ld-elf/nobits-1.s: Likewise.
689 * ld-elf/nobits-1.t: Likewise.
690
691 2007-03-02 Richard Sandiford <richard@codesourcery.com>
692
693 * ld-elf/binutils.exp: Revert last change.
694
695 2007-03-01 Richard Sandiford <richard@codesourcery.com>
696
697 * ld-elf/extract-symbol-1sym.d, ld-elf/extract-symbol-1sec.d,
698 * ld-elf/extract-symbol-1.s, ld-elf/extract-symbol-1.ld: New tests.
699 * ld-elf/binutils.exp: Run them.
700
701 2007-02-28 Nick Clifton <nickc@redhat.com>
702
703 PR ld/3796
704 * ld-arm/arm-elf.exp (armelftests): Move "Thumb-2 BL" test into...
705 (armeabitests): ... here, a new array for EABI specific tests.
706 (armelftests): Add extra command line options for VFP11 fix tests
707 and thumb shared library test.
708
709 2007-02-22 Paul Brook <paul@codesourcery.com>
710
711 * ld-arm/arm-elf.exp (armelftests): Add gc-unwind.h.
712 * ld-arm/gc-unwind.s: New file.
713 * ld-arm/gc-unwind.d: New file.
714
715 2007-02-14 H.J. Lu <hongjiu.lu@intel.com>
716
717 PR ld/3953
718 * ld-elf/beginwarn.c: New file.
719 * ld-elf/warn.out: Likewise.
720
721 * ld-elf/shared.exp (build_tests): Add "Build warn libbar.so".
722 (run_tests): Add "Run warn with versioned libfoo.so".
723
724 * lib/ld-lib.exp (default_ld_relocate): Make exec_output global
725 and remove target first.
726 (default_ld_link): Likewise.
727 (default_ld_simple_link): Likewise.
728 (run_ld_link_exec_tests): Take an optional linker warning and
729 check it.
730 (default_ld_link): Check pruned linker output.
731
732 2007-02-13 H.J. Lu <hongjiu.lu@intel.com>
733
734 * ld-scripts/default-script1.d: Expect extra symbols.
735 * ld-scripts/default-script2.d: Likewise.
736 * ld-scripts/default-script3.d: Likewise.
737 * ld-scripts/default-script4.d: Likewise.
738
739 2007-02-13 Alan Modra <amodra@bigpond.net.au>
740
741 * ld-powerpc/relbrlt.d: Update.
742 * ld-powerpc/tlsexe.r: Update.
743 * ld-powerpc/tlsexetoc.r: Update.
744 * ld-powerpc/tlsso.r: Update.
745 * ld-powerpc/tlstocso.r: Update.
746
747 2007-02-12 Alan Modra <amodra@bigpond.net.au>
748
749 * ld-powerpc/relbrlt.d: Update.
750
751 2007-02-06 Nick Clifton <nickc@redhat.com>
752
753 PR ld/3805
754 * ld-elf/sec64k.exp: Expect the relocatable version of this test
755 to fail for the m32r because it creates both .rel and .rela
756 sections.
757
758 2007-02-05 Dave Brolley <brolley@redhat.com>
759
760 * ld-undefined/undefined.exp: XFAIL the undefined test
761 * ld-mep: New, with content.
762
763 2007-02-05 H.J. Lu <hongjiu.lu@intel.com>
764
765 * ld-i386/pcrel16.d: Undo the last change.
766 * ld-x86-64/pcrel16.d: Likewise.
767
768 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
769
770 * ld-i386/pcrel16.d: Updated.
771 * ld-x86-64/pcrel16.d: Likewise.
772
773 2007-02-01 Alan Modra <amodra@bigpond.net.au>
774
775 * ld-scripts/default-script.exp: Add "--local-store 0:0" to
776 LDFLAGS for spu.
777
778 2007-01-29 Julian Brown <julian@codesourcery.com>
779
780 * ld-arm/arm-elf.exp: Add VFP11 tests.
781 * ld-arm/vfp11-fix-none.s: New file.
782 * ld-arm/vfp11-fix-none.d: Expected disassembly of above.
783 * ld-arm/vfp11-fix-scalar.s: New file.
784 * ld-arm/vfp11-fix-scalar.d: Expected disassembly of above.
785 * ld-arm/vfp11-fix-vector.s: New file.
786 * ld-arm/vfp11-fix-vector.d: Expected disassembly of above.
787
788 2007-01-23 Nathan Sidwell <nathan@codesourcery.com>
789
790 * ld-elf/header.d: Reduce page size, restrict to linux & vxworks
791 * ld-elf/header.s: Adjust.
792 * ld-elf/header.t: Reduce initial offset.
793
794 2007-01-23 Andreas Schwab <schwab@suse.de>
795
796 * lib/ld-lib.exp (run_dump_test): Don't prematurely remove
797 assembler output.
798
799 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
800
801 * ld-elf/dl6.c: New file.
802 * ld-elf/dl6a.out: Likewise.
803 * ld-elf/dl6amain.c: Likewise.
804 * ld-elf/dl6b.out: Likewise.
805 * ld-elf/dl6bmain.c: Likewise.
806 * ld-elf/dl6cmain.c: Likewise.
807 * ld-elf/dl6dmain.c: Likewise.
808
809 * ld-elf/shared.exp: Add new tests for -Bsymbolic,
810 -Bsymbolic-functions, --dynamic-list-data and
811 --dynamic-list-cpp-new.
812
813 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
814
815 * ld-elf/maxpage3.t: New file.
816 * ld-elf/maxpage3a.d: Likewise.
817 * ld-elf/maxpage3b.d: Likewise.
818 * ld-elf/maxpage3c.d: Likewise.
819
820 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
821
822 * ld-scripts/default-script.exp: New file.
823 * ld-scripts/default-script.s: Likewise.
824 * ld-scripts/default-script.t: Likewise.
825 * ld-scripts/default-script1.d: Likewise.
826 * ld-scripts/default-script2.d: Likewise.
827 * ld-scripts/default-script3.d: Likewise.
828 * ld-scripts/default-script4.d: Likewise.
829
830 2007-01-18 H.J. Lu <hongjiu.lu@intel.com>
831
832 PR ld/1283
833 * lib/ld-lib.exp (run_dump_test): Remove output file first.
834
835 2007-01-17 H.J. Lu <hongjiu.lu@intel.com>
836
837 * ld-elf/header.d: Adjust for .text section with 16byte
838 alignment.
839
840 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
841
842 * ld-elf/dl1main.c (main): Fix a typo.
843
844 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
845
846 PR ld/3831
847 * ld-elf/del.cc: New.
848 * ld-elf/dl5.cc: Likewise.
849 * ld-elf/dl5.out: Likewise.
850 * ld-elf/new.cc: Likewise.
851
852 * ld-elf/shared.exp: Add tests for --dynamic-list-data and
853 --dynamic-list-cpp-new.
854
855 2007-01-12 Hans-Peter Nilsson <hp@axis.com>
856
857 * ld-elf/header.d: Allow arbitrary lines between "Program Header"
858 and "Sections". Only run on *-*-linux*.
859
860 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
861
862 * ld-elf/header.d: New.
863 * ld-elf/header.t: New.
864 * ld-elf/header.s: New.
865
866 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
867
868 * ld-fastcall/fastcall.exp: Renamed target x86_64-*-mingw64 to
869 x86_64-*-mingw*.
870 * ld-pe/pe.exp: Ditto.
871 * ld-scripts/align.exp: Ditto.
872 * ld-scripts/defined.exp: Ditto.
873 * ld-scripts/provide.exp: Ditto.
874 * ld-scripts/weak.exp: Ditto.
875
876 2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
877
878 * ld-scripts/expr.exp: New.
879 * ld-scripts/expr1.s: New.
880 * ld-scripts/expr1.d: New.
881 * ld-scripts/expr1.t: New.
882
883 For older changes see ChangeLog-2006
884 \f
885 Local Variables:
886 mode: change-log
887 left-margin: 8
888 fill-column: 74
889 version-control: never
890 End: