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