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