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