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