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