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