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