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