* elf-m10300.c (mn10300_elf_relax_section): Allow for alignment relocs when
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
CommitLineData
fc91707c
NC
12007-11-21 Nick Clifton <nickc@redhat.com>
2
3 * ld-mn10300/i135409-4.s: New test case. Check for relaxation to
4 a 16-bit jump instruction.
5 * ld-mn10300/i135409-4.t: Linker script for the new test.
6 * ld-mn10300/i135409-4.d: Expected disassembly of new test.
7 * ld-mn10300/mn10300.exp: Run the new test.
8
430a16a5
NC
92007-11-20 Nick Clifton <nickc@redhat.com>
10
11 * lib/ld-lib.exp (check_gc_sections_available): New proc, based
12 on the version in gcc/testsuite/lib/target-supports.exp.
13 * ld-elf/elf.exp: Use check_gc_sections_available.
14
152007-11-20 Tristan Gingold <gingold@adacore.com>
16
17 * ld-elf/tls_gc.s: New test.
18 * ld-elf/elf.exp: Add tls_gc test.
19
42554f6a
TS
202007-11-17 Thiemo Seufer <ths@mips.com>
21
22 * ld-mips-elf/attr-gnu-4-14.d, ld-mips-elf/attr-gnu-4-41.d:
23 Adjust warning message for -mfp64 flag.
24 * ld-mips-elf/attr-gnu-4-5.s, ld-mips-elf/attr-gnu-4-04.d,
25 ld-mips-elf/attr-gnu-4-51.d, ld-mips-elf/attr-gnu-4-05.d,
26 ld-mips-elf/attr-gnu-4-15.d, ld-mips-elf/attr-gnu-4-24.d,
27 ld-mips-elf/attr-gnu-4-25.d, ld-mips-elf/attr-gnu-4-34.d,
28 ld-mips-elf/attr-gnu-4-35.d, ld-mips-elf/attr-gnu-4-42.d,
29 ld-mips-elf/attr-gnu-4-43.d, ld-mips-elf/attr-gnu-4-44.d,
30 ld-mips-elf/attr-gnu-4-45.d, ld-mips-elf/attr-gnu-4-40.d,
31 ld-mips-elf/attr-gnu-4-14.d: New testcases files.
32 * ld-mips-elf/mips-elf.exp: Run new testcases.
33
62d7f790
NC
342007-11-16 Nick Clifton <nickc@redhat.com>
35
36 * ld-mn10300/mn10300.exp: Fix the start address of the .bss
37 section for the i1127740.s test.
38
c224138d
RS
392007-11-14 Richard Sandiford <richard@codesourcery.com>
40 Joseph Myers <joseph@codesourcery.com>
41
42 * ld-mips-elf/got-page-1.d, ld-mips-elf/got-page-1.s,
43 * ld-mips-elf/got-page-2.d, ld-mips-elf/got-page-2.s,
44 * ld-mips-elf/got-page-3.d, ld-mips-elf/got-page-3a.s,
45 * ld-mips-elf/got-page-3b.s, ld-mips-elf/got-page-3c.s,
46 * ld-mips-elf/got-page-1.ld: New tests.
47 * ld-mips-elf/mips-elf.exp: Run them.
48 * ld-mips-elf/multi-got-1.d, ld-mips-elf/multi-got-no-shared.d,
49 * ld-mips-elf/tls-hidden2-got.d, ld-mips-elf/tls-hidden2.d,
50 * ld-mips-elf/tls-hidden3.d, ld-mips-elf/tls-hidden3.got,
51 * ld-mips-elf/tls-hidden3.r, ld-mips-elf/tls-hidden4.got,
52 * ld-mips-elf/tls-hidden4.r, ld-mips-elf/tls-multi-got-1.d,
53 * ld-mips-elf/tls-multi-got-1.got, ld-mips-elf/tls-multi-got-1.r,
54 * ld-mips-elf/tlsbin-o32.d, ld-mips-elf/tlsbin-o32.got,
55 * ld-mips-elf/tlsdyn-o32-1.d, ld-mips-elf/tlsdyn-o32-1.got,
56 * ld-mips-elf/tlsdyn-o32-2.d, ld-mips-elf/tlsdyn-o32-2.got,
57 * ld-mips-elf/tlsdyn-o32-3.d, ld-mips-elf/tlsdyn-o32-3.got,
58 * ld-mips-elf/tlsdyn-o32.d, ld-mips-elf/tlsdyn-o32.got,
59 * ld-mips-elf/tlslib-o32-hidden.got, ld-mips-elf/tlslib-o32-ver.got,
60 * ld-mips-elf/tlslib-o32.d, ld-mips-elf/tlslib-o32.got: Update for
61 GOT allocation changes.
62
69b7238f
HPN
632007-11-14 Hans-Peter Nilsson <hp@axis.com>
64
65 * ld-elf/flags1.d: Generalize regexp for section size.
66
e6760bcc
L
672007-11-13 H.J. Lu <hongjiu.lu@intel.com>
68
69 PR binutils/5233
70 * ld-elf/flags1.d: New.
71 * ld-elf/flags1.ld: Likewise.
72 * ld-elf/flags1.s: Likewise.
73
b5f5fd96
NC
742007-11-13 Nick Clifton <nickc@redhat.com>
75
76 * ld-mn10300/i127740.s: New test: Checks relaxation and alignment.
77 * ld-mn10300/i127740.d: New file: Expected disassembly.
78 * ld-mn10300/i135409-3.s: New test: Check symbols inside a relaxed region.
79 * ld-mn10300/i135409-3.d: New file: Expected disassembly.
80 * ld-mn10300/mn10300.exp: Run new tests.
81
7a2b07ff
NS
822007-11-08 Nathan Sidwell <nathan@codesourcery.com>
83
84 * ld-vxworks/tls-2.d: New.
85 * ld-vxworks/tls-2.s: New.
86
abbda6d0
NS
872007-11-07 Nathan Sidwell <nathan@codesourcery.com>
88
89 * ld-vxworks/tls-1.d: New.
90 * ld-vxworks/tls-1.s: New.
91
b7fcf6f6
AM
922007-11-06 Alan Modra <amodra@bigpond.net.au>
93
102890f0
AM
94 * ld-powerpc/tlsso.d: Update for changed got alloc order.
95 * ld-powerpc/tlsso.r: Likewise.
96
b7fcf6f6
AM
97 * ld-powerpc/tlsso32.d: Update for changed got alloc order.
98
9a5e27bd
AM
992007-11-05 Alan Modra <amodra@bigpond.net.au>
100
101 * ld-elf/merge3.d, ld-elf/merge3.s: Delete.
102
11ec4ba9
DS
1032007-11-05 Danny Smith <dannysmith@users.sourceforge.net>
104
105 * ld-scripts/align.exp: Enable for PECOFF.
106 * ld-scripts/alignof.exp: Likewise.
107
e6c6c8f3
JM
1082007-11-01 Joseph Myers <joseph@codesourcery.com>
109
110 * ld-elf/merge3.d, ld-elf/merge3.s: New.
111
569006e5
NC
1122007-10-30 Nick Clifton <nickc@redhat.com>
113
114 * ld-mn10300/mn10300.exp: Run new tests. Skip i126256 test if
115 a compiler is not available.
116 * ld-mn10300/i112045-3.s: New test.
117 * ld-mn10300/i112045-3.d: Expected disassembly.
118 * ld-mn10300/i135409.s: Rename to i135409-1.s.
119 * ld-mn10300/i135409.d: Rename to i135409-1.d
120 * ld-mn10300/i135409-2.s: New test.
121 * ld-mn10300/i135409-2.d: Expected symbol table.
122 * ld-mn10300/i36434.d: Adjust expected disassembly.
123
c4b21a5f
AM
1242007-10-26 Alan Modra <amodra@bigpond.net.au>
125
126 * ld-scripts/rgn-over1.d: Accept extra LOAD at end of map file.
127 * ld-scripts/rgn-over2.d: Likewise.
128 * ld-scripts/rgn-over3.d: Likewise.
129 * ld-scripts/rgn-over4.d: Likewise.
130 * ld-scripts/rgn-over5.d: Likewise.
131 * ld-scripts/rgn-over6.d: Likewise.
132 * ld-scripts/rgn-over7.d: Likewise.
133
c6e65352
DJ
1342007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
135
136 * ld-powerpc/attr-gnu-8-1.s, ld-powerpc/attr-gnu-8-11.d,
137 ld-powerpc/attr-gnu-8-2.s, ld-powerpc/attr-gnu-8-23.d,
138 ld-powerpc/attr-gnu-8-3.s, ld-powerpc/attr-gnu-8-31.d: New.
139 * ld-powerpc/powerpc.exp: Run new tests.
140
bfff1642
NC
1412007-10-19 Nick Clifton <nickc@redhat.com>
142
143 * ld-mn10300: New test directory.
144 * ld-mn10300/mn10300.exp: Run the new tests.
145 * ld-mn10300/i112045-1.s: Linker relaxation test.
146 * ld-mn10300/i112045-1.d: Expected disassembly.
147 * ld-mn10300/i112045-2.s: Linker relaxation test.
148 * ld-mn10300/i112045-2.d: Expected disassembly.
149 * ld-mn10300/i126256-1.c: Test source.
150 * ld-mn10300/i126256-2.c: Test source.
151 * ld-mn10300/i135409.s: Linker relaxation test.
152 * ld-mn10300/i135409.d: Expected symbol table contents.
153 * ld-mn10300/i136434.s: Linker string section merge test.
154 * ld-mn10300/i136434.d: Expected disassembly.
155 * ld-mn10300/i136434-2.s: Test source file.
156
20e56351
DJ
1572007-10-17 Zack Weinberg <zack@codesourcery.com>
158 Daniel Jacobowitz <dan@codesourcery.com>
159 Mark Shinwell <shinwell@codesourcery.com>
160 Joseph Myers <joseph@codesourcery.com>
161
162 * ld-scripts/rgn-over.exp: New driver.
163 * ld-scripts/rgn-over.s: New file.
164 * ld-scripts/rgn-over1.d, ld-scripts/rgn-over1.t,
165 ld-scripts/rgn-over2.d, ld-scripts/rgn-over2.t,
166 ld-scripts/rgn-over3.d, ld-scripts/rgn-over3.t,
167 ld-scripts/rgn-over4.d, ld-scripts/rgn-over4.t,
168 ld-scripts/rgn-over5.d, ld-scripts/rgn-over5.t,
169 ld-scripts/rgn-over6.d, ld-scripts/rgn-over6.t,
170 ld-scripts/rgn-over7.d, ld-scripts/rgn-over7.t:
171 New test cases.
172
504b7d20
NC
1732007-10-16 Nick Clifton <nickc@redhat.com>
174
e6760bcc 175 * ld-elfcomm/elfcomm.exp: Add tests of STT_COMMON symbol
504b7d20
NC
176 generation.
177
2152e047
DJ
1782007-10-12 Joseph Myers <joseph@codesourcery.com>
179
180 * ld-mips-elf/multi-got-hidden-1.d,
181 ld-mips-elf/multi-got-hidden-1.s,
182 ld-mips-elf/multi-got-hidden-2.d,
183 ld-mips-elf/multi-got-hidden-2.s: New.
184 * ld-mips-elf/mips-elf.exp: Run multi-got-hidden tests.
185
6ca8706d
AM
1862007-10-12 Alan Modra <amodra@bigpond.net.au>
187
188 * ld-srec/srec.exp: Define __stack_chk_fail sym.
189
6bd1a22c
L
1902007-10-09 H.J. Lu <hongjiu.lu@intel.com>
191
192 PR binutils/4476
193 * ld-elf/hash.d: Check "-s -D" for readelf.
194
e42e4a8b
NC
1952007-10-02 Ralf Habecker <ralf.habacker@freenet.de>
196
197 PR linker/4844
198 * ld-auto-import/auto-import.exp: Extend test to include running
199 the application and checking for some output.
200 * ld-auto-import/client.c (struct TEST): Include a variable field
201 with an offset.
202 (const_xyz): A const version of the xyz structure used to test the
203 initialization of constant data.
204
6182869c
MF
2052007-09-30 Mike Frysinger <vapier@gentoo.org>
206
207 * ld-selective/selective.exp: Set $compiler based on $testtype and
208 use that instead of $CC.
209
0f02bbd9
AM
2102007-09-29 Alan Modra <amodra@bigpond.net.au>
211
212 * ld-selective/sel-dump.exp: Add am33, m88k, mep to xfails.
213 * ld-selective/selective.exp: Don't run for same target list
214 we xfail sel-dump.
215
c9ccd0df
MF
2162007-09-29 Mike Frysinger <vapier@gentoo.org>
217
218 * ld-alpha/tlsbin.rd: Use [0-9]+ to match section header count and
219 0x[0-9a-f]+ to match section header offset. Match section indexes
220 with \[[ 0-9]+\]. Use [0-9]+ to match program header count and
221 0x[0-9a-f]+ to match program header offset. Match .dynsym and
222 .symtab entry counts with [0-9]+.
223 * ld-alpha/tlsbinr.rd: Likewise.
224 * ld-alpha/tlspic.rd: Likewise.
225 * ld-i386/tlsbin.rd: Likewise.
226 * ld-i386/tlsbindesc.rd: Likewise.
227 * ld-i386/tlsdesc.rd: Likewise.
228 * ld-i386/tlsgdesc.rd: Likewise.
229 * ld-i386/tlsnopic.rd: Likewise.
230 * ld-i386/tlspic.rd: Likewise.
231 * ld-ia64/tlsbin.rd: Likewise.
232 * ld-ia64/tlspic.rd: Likewise.
233 * ld-powerpc/tlsexe.r: Likewise.
234 * ld-powerpc/tlsexe32.r: Likewise.
235 * ld-powerpc/tlsexetoc.r: Likewise.
236 * ld-powerpc/tlsso.r: Likewise.
237 * ld-powerpc/tlsso32.r: Likewise.
238 * ld-powerpc/tlstocso.r: Likewise.
239 * ld-s390/tlsbin.rd: Likewise.
240 * ld-s390/tlsbin_64.rd: Likewise.
241 * ld-s390/tlspic.rd: Likewise.
242 * ld-s390/tlspic_64.rd: Likewise.
243 * ld-sparc/tlssunbin32.rd: Likewise.
244 * ld-sparc/tlssunbin64.rd: Likewise.
245 * ld-sparc/tlssunnopic32.rd: Likewise.
246 * ld-sparc/tlssunnopic64.rd: Likewise.
247 * ld-sparc/tlssunpic32.rd: Likewise.
248 * ld-sparc/tlssunpic64.rd: Likewise.
249 * ld-x86-64/tlsbin.rd: Likewise.
250 * ld-x86-64/tlsbindesc.rd: Likewise.
251 * ld-x86-64/tlsdesc.rd: Likewise.
252 * ld-x86-64/tlsgdesc.rd: Likewise.
253 * ld-x86-64/tlspic.rd: Likewise.
254
2cb5950e
AM
2552007-09-25 Alan Modra <amodra@bigpond.net.au>
256
257 * ld-spu/ovl.d: Adjust for stub relocs.
258 * ld-spu/ovl2.d: Likewise.
259
db51cc60
L
2602007-09-20 H.J. Lu <hongjiu.lu@intel.com>
261
262 PR 658
263 * ld-i386/tlsbin.dd: Updated.
264 * ld-i386/tlsld1.dd: Likewise.
265
4dcdce13
NC
2662007-09-19 Nick Clifton <nickc@redhat.com>
267
268 * ld-scripts/crossref.exp: Compile test source with -mtiny=0 in
269 order to prevent the use of the small data area.
270
b10a8ae0
L
2712007-09-17 H.J. Lu <hongjiu.lu@intel.com>
272
273 PR binutils/3281
274 PR binutils/5037
275 * ld-elf/binutils.exp: Update "-z relro" tests to use relro1.s.
276 Add "-z relro" tests with relro2.s. Add "-z relro" tests with
277 TLS for objcopy.
278
279 * ld-elf/relro1.s: New file.
280 * ld-elf/relro2.s: Likewise.
281
58ffc3bd
MF
2822007-09-04 Mike Frysinger <vapier@gentoo.org>
283
284 * lib/ld-lib.exp (default_ld_compile): Pull in global CXXFLAGS and
285 add it to $flags when $ccexe matches *++*.
286 (run_ld_link_exec_tests): Pull in global CXXFLAGS and execute CXX
287 with CXXFLAGS when $lang matches c++.
288 (run_cc_link_tests): Likewise.
289
aff90a5f
L
2902007-09-02 H.J. Lu <hongjiu.lu@intel.com>
291
292 PR ld/4986
293 * ld-ia64/line.exp: New.
294 * ld-ia64/undefined.s: Likewise.
295
296 * ld-x86-64/line.exp: Don't check CC.
297
39934745
L
2982007-08-31 H.J. Lu <hongjiu.lu@intel.com>
299
300 PR ld/4986
301 * ld-x86-64/line.exp: New
302 * ld-x86-64/undefined.s: Likewise.
303
a1438fce
NC
3042007-08-31 Tristan Gingold <gingold@adacore.com>
305
306 * ld-script/map-address.t: Add a test for testing DEFINED in map
307 output.
308 * ld-script/map-address.d: Update expected output.
309
7f6a71ff 3102007-08-28 Mark Shinwell <shinwell@codesourcery.com>
39934745 311 Joseph Myers <joseph@codesourcery.com>
7f6a71ff
JM
312
313 * ld-elfcomm/elfcomm.exp: Use run_host_cmd. Only check "which
314 $CC" if host is local.
315 * ld-checks/checks.exp: Use run_host_cmd.
316 * ld-elf/exclude.exp: Likewise.
317 * ld-elf/elf.exp: Download merge.ld if host is remote.
318 * ld-elf/binutils.exp (binutils_test): Use remote_exec.
319 * ld-elf/tls_common.exp: Use run_host_cmd.
320 * lib/ld-lib.exp (ld_version): Only check "which $ld" if host is
321 local. Use remote_exec.
322 (run_host_cmd): New.
323 (run_host_cmd_yesno): New.
324 (default_ld_relocate): Use run_host_cmd_yesno.
325 (default_ld_link): Likewise.
326 (default_ld_simple_link): Use run_host_cmd.
327 (default_ld_compile): Only check "which $ccprog" if host is local.
328 Use remote_file and remote_exec.
329 (default_ld_assemble): Only check "which $as" if host is local.
330 Use run_host_cmd.
331 (default_ld_nm): Use remote_exec, remote_upload and remote_file.
332 (run_dump_test): Use remote_exec, remote_upload and remote_file.
333 Only check "which $binary" if host is local.
334 (run_ld_link_tests): Use remote_exec, remote_upload and
335 remote_file.
336 * ld-selective/selective.exp: Only check "which $CXX" if host is
337 local. Use remote_exec.
338 * ld-scripts/phdrs.exp: Only check "which $objdump" if host is
339 local. Use run_host_cmd.
340 * ld-scripts/phdrs2.exp: Likewise.
341 * ld-scripts/weak.exp: Likewise.
342 * ld-undefined/weak-undef.exp: Likewise.
343 * ld-scripts/crossref.exp: Only check "which $CC" if host is local.
344 Use run_host_cmd.
345 * ld-scripts/map-address.exp: Upload map_address.map if host is
346 remote.
347 * ld-srec/srec.exp (run_srec_tests): Use run_host_cmd. Only check
348 "which $CC" and "which $CXX" if host is local.
349 * ld-undefined/undefined.exp: Only check "which $CC" if host is
350 local. Use remote_file and run_host_cmd.
351 * config/default.exp: Use remote_exec to create tmpdir.
352
dd1093aa
L
3532007-08-24 H.J. Lu <hongjiu.lu@intel.com>
354
355 * ld-i386/i386.exp (i386tests): Add a test for TLS IE->LE
356 transition.
357 Run tlsie2, tlsie3, tlsie4 and tlsie5.
358
359 * ld-i386/tlsie1.dd: New file.
360 * ld-i386/tlsie1.s: Likewise.
361 * ld-i386/tlsie2.d: Likewise.
362 * ld-i386/tlsie2.s: Likewise.
363 * ld-i386/tlsie3.d: Likewise.
364 * ld-i386/tlsie3.s: Likewise.
365 * ld-i386/tlsie4.d: Likewise.
366 * ld-i386/tlsie4.s: Likewise.
367 * ld-i386/tlsie5.d: Likewise.
368 * ld-i386/tlsie5.s: Likewise.
369 * ld-x86-64/tlsgd2.d: Likewise.
370 * ld-x86-64/tlsgd2.s: Likewise.
371 * ld-x86-64/tlsgd3.d: Likewise.
372 * ld-x86-64/tlsgd3.s: Likewise.
373 * ld-x86-64/tlsie1.dd: Likewise.
374 * ld-x86-64/tlsie1.s: Likewise.
375 * ld-x86-64/tlsie2.d: Likewise.
376 * ld-x86-64/tlsie2.s: Likewise.
377 * ld-x86-64/tlsie3.d: Likewise.
378 * ld-x86-64/tlsie3.s: Likewise.
379
380 * ld-x86-64/x86-64.exp (x86_64tests): Add a test for TLS LD->LE
381 transition.
382 Run tlsgd2, tlsgd3, tlsie2 and tlsie3.
383
142411ca
L
3842007-08-23 H.J. Lu <hongjiu.lu@intel.com>
385
386 * ld-i386/tlsbinpic.s: Add a new GD -> IE test.
387
388 * ld-i386/tlsgd1.s: Add a new GD -> LE test.
389
390 * ld-i386/tlsbin.dd: Updated.
391 * ld-i386/tlsbin.rd: Likewise.
392 * ld-i386/tlsgd1.dd: Likewise.
393
7e976ae4
JJ
3942007-08-17 Jakub Jelinek <jakub@redhat.com>
395
396 * ld-sparc/tlssunnopic32.dd: Fix up #target.
397 * ld-sparc/tlssunnopic32.rd: Likewise.
398 * ld-sparc/tlssunnopic32.sd: Likewise.
399 * ld-sparc/tlssunnopic64.dd: Likewise.
400 * ld-sparc/tlssunnopic64.rd: Likewise.
401 * ld-sparc/tlssunnopic64.sd: Likewise.
402
3935e1af
RS
4032007-08-17 Richard Sandiford <richard@codesourcery.com>
404
405 * lib/ld-lib.exp (run_dump_test): Allow [big_or_little_endian]
406 to appear in assembler and linker options.
407 * ld-mips-elf/vxworks1-static.d (ld): Add [big_or_little_endian].
408
ea9c6451
AM
4092007-08-16 Alan Modra <amodra@bigpond.net.au>
410
411 * ld-srec/srec.exp: Always pass "-G 0". Remove all powerpc
412 xfails.
413
a3fadc9a
L
4142007-08-14 H.J. Lu <hongjiu.lu@intel.com>
415
416 PR ld/4918
417 * ld-i386/i386.exp (i386tests): Add tlsgd1 and tlsld1 tests.
418 * ld-x86-64/x86-64.exp (x86_64tests): Likewise.
419
420 * ld-i386/tlsgd1.dd: New file.
421 * ld-i386/tlsgd1.s: Likewise.
422 * ld-i386/tlsld1.dd: Likewise.
423 * ld-i386/tlsld1.s: Likewise.
424 * ld-x86-64/tlsgd1.dd: Likewise.
425 * ld-x86-64/tlsgd1.s: Likewise.
426 * ld-x86-64/tlsld1.dd: Likewise.
427 * ld-x86-64/tlsld1.s: Likewise.
428
8275b357
RS
4292007-08-13 Richard Sandiford <richard@codesourcery.com>
430
431 * ld-mips-elf/vxworks-forced-local-1.d,
432 * ld-mips-elf/vxworks-forced-local-1.s,
433 * ld-mips-elf/vxworks-forced-local-1.ver: New test.
434 * ld-mips-elf/mips-elf.exp: Run it.
435 * ld-mips-elf/tlsdyn-o32-2.d: Adjust for removal of unnecessary
436 local GOT entry.
437 * ld-mips-elf/tlsdyn-o32-2.got: Likewise.
438 * ld-mips-elf/tlsdyn-o32-3.d: Likewise.
439 * ld-mips-elf/tlsdyn-o32-3.got: Likewise.
440 * ld-mips-elf/vxworks1-lib.dd: Likewise.
441 * ld-mips-elf/vxworks1-lib.rd: Likewise.
442
ac2df442
AM
4432007-08-13 Alan Modra <amodra@bigpond.net.au>
444
445 * ld-powerpc/relbrlt.s (.text.pad2): Adjust space.
446 * ld-powerpc/relbrlt.d: Update.
447 * ld-powerpc/tlsexe.d: Update.
448 * ld-powerpc/tlsexe.g: Update.
449 * ld-powerpc/tlsexe.r: Update.
450 * ld-powerpc/tlsexetoc.d: Update.
451 * ld-powerpc/tlsexetoc.g: Update.
452 * ld-powerpc/tlsexetoc.r: Update.
453 * ld-powerpc/tlsso.d: Update.
454 * ld-powerpc/tlsso.g: Update.
455 * ld-powerpc/tlsso.r: Update.
456 * ld-powerpc/tlstocso.d: Update.
457 * ld-powerpc/tlstocso.g: Update.
458
fdca1027
NC
4592007-08-06 Kai Tietz <kai.tietz@onevision.com>
460
745535d6 461 PR ld/4877
fdca1027
NC
462 * ld-pe/pe.exp: Special diff file for x86_64-mingw target.
463 * ld-pe/secrel_64.d: New.
464
55231b6c
DJ
4652007-08-03 Daniel Jacobowitz <dan@codesourcery.com>
466
467 * ld-srec/srec.exp: XFAIL for powerpc*-*-*.
468
43ec5bc0
AN
4692007-08-01 Adam Nemet <anemet@caviumnetworks.com>
470
471 * ld-mips-elf/reloc-4.s, ld-mips-elf/reloc-4.d,
472 ld-mips-elf/reloc-5.s, ld-mips-elf/reloc-5.d: New tests.
473 * ld-mips-elf/mips-elf.exp: Invoke them.
474
48f2ff54
AM
4752007-07-29 Alan Modra <amodra@bigpond.net.au>
476
477 * ld-elf/weak-dyn-1.rd: Adjust.
478
f91c3144
DJ
4792007-07-25 Daniel Jacobowitz <dan@codesourcery.com>
480
481 * ld-cdtest/cdtest-foo.cc (strncpy): Fix parameter name.
482
94226e82
NC
4832007-07-24 Nick Clifton <nickc@redhat.com>
484
485 * ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only
486 section.
487
a26587ba
RS
4882007-07-23 Richard Sandiford <richard@codesourcery.com>
489
490 * ld-elf/weak-dyn-1a.s, ld-elf/weak-dyn-1b.s, ld-elf/weak-dyn-1.ld,
491 * ld-elf/weak-dyn-1.rd: New test.
492 * ld-elf/elf.exp: Run it.
493
e0e1a5e8
NS
4942007-07-13 Nathan Sidwell <nathan@codesourcery.com>
495
496 * ld-scripts/assert.t: Tweak to avoid relying on empty's VMA being
497 zero.
498
70840594
L
4992007-07-10 H.J. Lu <hongjiu.lu@intel.com>
500
501 * ld-elfvers/vers.exp: Add tests for --defsym.
502
503 * ld-elfvers/vers32.map: Likewise.
504 * ld-elfvers/vers32a.c: Likewise.
505 * ld-elfvers/vers32a.dsym: Likewise.
506 * ld-elfvers/vers32a.ver: Likewise.
507 * ld-elfvers/vers32b.c: Likewise.
508 * ld-elfvers/vers32b.dsym: Likewise.
509 * ld-elfvers/vers32b.ver: Likewise.
510 * ld-elfvers/vers32c.dsym: Likewise.
511 * ld-elfvers/vers32c.ver: Likewise.
512 * ld-elfvers/vers32d.ver: Likewise.
513
f96b4a7b
NC
5142007-07-06 Nick Clifton <nickc@redhat.com>
515
516 * lib/default.exp: Update copyright notice to refer to GPLv3.
517 * config/default.exp, ld-alpha/alpha.exp, ld-arm/arm-elf.exp,
518 ld-auto-import/auto-import.exp, ld-bootstrap/bootstrap.exp,
519 ld-cdtest/cdtest.exp, ld-checks/checks.exp, ld-cris/cris.exp,
520 ld-crx/crx.exp, ld-cygwin/exe-export.exp, ld-d10v/d10v.exp,
521 ld-discard/discard.exp, ld-elf/elf.exp, ld-elf/exclude.exp,
522 ld-elf/frame.exp, ld-elf/sec64k.exp, ld-elf/binutils.exp,
523 ld-elf/tls_common.exp, ld-elf/shared.exp, ld-elf/dwarf.exp,
524 ld-elf/wrap.exp, ld-elfcomm/elfcomm.exp, ld-elfvers/vers.exp,
525 ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp, ld-xc16x/xc16x.exp,
526 ld-fastcall/fastcall.exp, ld-frv/tls.exp, ld-h8300/h8300.exp,
527 ld-i386/i386.exp, ld-ia64/ia64.exp, ld-linkonce/linkonce.exp,
528 ld-m68hc11/m68hc11.exp, ld-maxq/maxq.exp,
529 ld-mips-elf/mips-elf-flags.exp, ld-mips-elf/mips-elf.exp,
530 ld-mmix/mmix.exp, ld-pe/pe.exp, ld-pe/direct.exp,
531 ld-powerpc/powerpc.exp, ld-s390/s390.exp, ld-scripts/align.exp,
532 ld-scripts/alignof.exp, ld-scripts/assert.exp,
533 ld-scripts/crossref.exp, ld-scripts/data.exp,
534 ld-scripts/default-script.exp, ld-scripts/defined.exp,
535 ld-scripts/empty-address.exp, ld-scripts/empty-aligned.exp,
536 ld-scripts/empty-orphan.exp, ld-scripts/expr.exp,
537 ld-scripts/extern.exp, ld-scripts/map-address.exp,
538 ld-scripts/overlay-size.exp, ld-scripts/phdrs.exp,
539 ld-scripts/phdrs2.exp, ld-scripts/provide.exp,
540 ld-scripts/script.exp, ld-scripts/size.exp, ld-scripts/sizeof.exp,
541 ld-scripts/sort.exp, ld-scripts/weak.exp,
542 ld-selective/sel-dump.exp, ld-selective/selective.exp,
543 ld-sh/arch/arch.exp, ld-sh/sh64/rd-sh64.exp, ld-sh/sh64/relax.exp,
544 ld-sh/sh64/relfail.exp, ld-sh/sh64/sh64.exp, ld-sh/rd-sh.exp,
545 ld-sh/sh.exp, ld-shared/shared.exp, ld-sparc/sparc.exp,
546 ld-srec/srec.exp, ld-undefined/undefined.exp,
547 ld-undefined/weak-undef.exp, ld-versados/versados.exp,
548 ld-x86-64/x86-64.exp, ld-xstormy16/xstormy16.exp,
549 ld-xtensa/coalesce.exp, ld-xtensa/lcall.exp, ld-pie/pie.exp,
550 ld-m68k/m68k.exp, ld-mep/mep.exp, ld-spu/spu.exp,
551 ld-vxworks/vxworks.exp, lib/ld-lib.exp: Likewise.
552 * ld-frv/frv-elf.exp: Add copyright notice.
553 * ld-libs/libs.exp, ld-sh/sh-vxworks.exp,
554 ld-scripts/dynamic-sections.exp, ld-v850.v850.exp: Likewise.
555
e4e4a5d1
AM
5562007-07-05 Alan Modra <amodra@bigpond.net.au>
557
558 * ld-powerpc/powerpc.exp: Disable for lynxos and nto.
559
3cfad14c
JM
5602007-07-03 Joseph Myers <joseph@codesourcery.com>
561
562 * ld-arm/attr-merge-2a.s, ld-arm/attr-merge-2b.s,
563 ld-arm/attr-merge-2.attr: New.
564 * ld-arm/arm-elf.exp (armelftests): Add new test.
565
82c01eb6
NS
5662007-07-02 Nathan Sidwell <nathan@codesourcery.com>
567
568 * ld-scripts/alignof.exp: Skip on non-elf
569
34c8bcba
JM
5702007-06-29 Joseph Myers <joseph@codesourcery.com>
571
572 * ld-powerpc/attr-gnu-4-0.s, ld-powerpc/attr-gnu-4-00.d,
573 ld-powerpc/attr-gnu-4-01.d, ld-powerpc/attr-gnu-4-02.d,
574 ld-powerpc/attr-gnu-4-1.s, ld-powerpc/attr-gnu-4-10.d,
575 ld-powerpc/attr-gnu-4-11.d, ld-powerpc/attr-gnu-4-12.d,
576 ld-powerpc/attr-gnu-4-13.d, ld-powerpc/attr-gnu-4-2.s,
577 ld-powerpc/attr-gnu-4-20.d, ld-powerpc/attr-gnu-4-21.d,
578 ld-powerpc/attr-gnu-4-22.d, ld-powerpc/attr-gnu-4-3.s,
579 ld-powerpc/attr-gnu-4-31.d: New.
580 * ld-powerpc/powerpc.exp: Run these new tests.
581
2cf19d5c
JM
5822007-06-29 Joseph Myers <joseph@codesourcery.com>
583
584 * ld-mips-elf/attr-gnu-4-0.s, ld-mips-elf/attr-gnu-4-00.d,
585 ld-mips-elf/attr-gnu-4-01.d, ld-mips-elf/attr-gnu-4-02.d,
586 ld-mips-elf/attr-gnu-4-03.d, ld-mips-elf/attr-gnu-4-1.s,
587 ld-mips-elf/attr-gnu-4-10.d, ld-mips-elf/attr-gnu-4-11.d,
588 ld-mips-elf/attr-gnu-4-12.d, ld-mips-elf/attr-gnu-4-13.d,
589 ld-mips-elf/attr-gnu-4-14.d, ld-mips-elf/attr-gnu-4-2.s,
590 ld-mips-elf/attr-gnu-4-20.d, ld-mips-elf/attr-gnu-4-21.d,
591 ld-mips-elf/attr-gnu-4-22.d, ld-mips-elf/attr-gnu-4-23.d,
592 ld-mips-elf/attr-gnu-4-3.s, ld-mips-elf/attr-gnu-4-30.d,
593 ld-mips-elf/attr-gnu-4-31.d, ld-mips-elf/attr-gnu-4-32.d,
594 ld-mips-elf/attr-gnu-4-33.d, ld-mips-elf/attr-gnu-4-4.s,
595 ld-mips-elf/attr-gnu-4-41.d: New.
596 * ld-mips-elf/mips-elf.exp: Run these new tests.
597
5ab79981
PB
5982007-06-29 Paul Brook <paul@codesourcery.com>
599
600 * ld-arm/arm-elf.exp (armelftests): Add callweak.
601 * ld-arm/callweak.d: New test.
602 * ld-arm/callweak.s: New test.
603
f403ca93
L
6042007-06-28 H.J. Lu <hongjiu.lu@intel.com>
605
606 PR ld/4701
607 * ld-elf/noload-2.d: New.
608
d431cc14
L
6092007-06-29 H.J. Lu <hjl@gnu.org>
610
611 * ld-scripts/assert.t: Discard .reginfo sections.
612
3d3e6f9a
JM
6132007-06-26 Joseph Myers <joseph@codesourcery.com>
614
615 * ld-arm/attr-merge.s, ld-arm/attr-merge.attr: New.
616 * ld-arm/arm-elf.exp (armelftests): Add new test.
617
b314ec0e
RS
6182007-06-25 Richard Sandiford <richard@codesourcery.com>
619
620 * ld-mips-elf/mips16-local-stubs-1.s,
621 * ld-mips-elf/mips16-local-stubs-1.d: New tests.
622 * ld-mips-elf/mips-elf.exp: Run them.
623
293a0124
L
6242007-06-19 H.J. Lu <hongjiu.lu@intel.com>
625
626 PR ld/4590
627 * ld-ia64/merge1.d: New.
628 * ld-ia64/merge1.s: Likewise.
629 * ld-ia64/merge2.d: Likewise.
630 * ld-ia64/merge2.s: Likewise.
631 * ld-ia64/merge3.d: Likewise.
632 * ld-ia64/merge3.s: Likewise.
633 * ld-ia64/merge4.d: Likewise.
634 * ld-ia64/merge4.s: Likewise.
635 * ld-ia64/merge5.d: Likewise.
636 * ld-ia64/merge5.s: Likewise.
637
49e8a957
AS
6382007-06-18 Andreas Schwab <schwab@suse.de>
639
640 * ld-scripts/cross3.t: Add .opd section.
641
362c1d1a
NS
6422007-06-18 Nathan Sidwell <nathan@codesourcery.com>
643
644 * ld-scripts/alignof.s: New.
645 * ld-scripts/alignof.t: New
646 * ld-scripts/alignof.exp: New.
647
b7b949f5
AM
6482007-06-14 Alan Modra <alan@grove.modra.org>
649
650 * ld-spu/ovl.d: Update.
651 * ld-spu/ovl2.d: Update.
652
8545d1a9
NS
6532007-05-24 Nathan Sidwell <nathan@codesourcery.com>
654
655 * ld-scripts/assert.t: Add additional cases.
656 * ld-scripts/extern.t, ld-scripts/extern.s,
657 ld-scripts/extern.exp: New.
658
91a5743d
PB
6592007-05-22 Paul Brook <paul@codesourcery.com>
660
661 * ld-arm/arm-pic-veneer.d: Update expected output.
662 * ld-arm/arm-call.d: Ditto.
663
e39ff52a
PB
6642007-05-22 Paul Brook <paul@codesourcery.com>
665
666 * ld-arm-mixed-lib.d: Update expected output.
667 * ld-arm/arm-app.d: Ditto.
668 * ld-arm/mixed-app.d: Ditto.
669 * ld-arm/arm-lib-plt32.d: Ditto.
670 * ld-arm/arm-app-abs32.d: Ditto.
671 * ld-arm/mixed-app-v5.d: Ditto.
672 * ld-arm/armthumb-lib.d: Ditto.
673 * ld-arm/arm-lib.d: Ditto.
674
7df428b1
RS
6752007-05-21 Richard Sandiford <richard@codesourcery.com>
676
677 * ld-arm/emit-relocs1.d, ld-arm/emit-relocs1.s,
678 * ld-arm/emit-relocs1-vxworks.d: New tests.
679 * ld-arm/arm-elf.exp: Run them.
680 * ld-arm/vxworks1.dd: Expect proper branch targets.
681
d5da93a2
JM
6822007-05-18 Joseph Myers <joseph@codesourcery.com>
683
684 * ld-elf/group.ld: Discard .reginfo.
685
26079076
PB
6862007-05-18 Paul Brook <paul@codesourcery.com>
687
688 * ld-arm/arm-call.d: Update expected output.
689
30618a1e
PB
6902007-05-17 Paul Brook <paul@codesourcery.com>
691
692 * ld-elf/multibss1.s: Use %nobits instead of @nobits.
693
c210d850
NS
6942007-05-17 Nathan Sidwell <nathan@codesourcery.com>
695
696 * ld-m68k/merge-error-1a.d: Mismatch is an error.
697 * ld-m68k/merge-error-1b.d: Likewise.
698 * ld-m68k/merge-error-1c.d: Likewise.
699 * ld-m68k/merge-error-1d.d: Likewise.
700 * ld-m68k/merge-error-1e.d: Likewise.
701
43edfb7f
L
7022007-05-15 H.J. Lu <hongjiu.lu@intel.com>
703
704 PR ld/4504
705 * ld-elf/data1.c: New file.
706 * ld-elf/data1.h: Likewise.
707 * ld-elf/dynbss1.c: Likewise.
708 * ld-elf/pass.out: Likewise.
709
710 * ld-elf/shared.exp (build_tests): Add "Build libdata1.so".
711 (run_tests): Add "Run with libdata1.so".
712
e68ed250
RS
7132007-05-15 Richard Sandiford <richard@codesourcery.com>
714
715 * ld-arm/vxworks1.ld: Swap .bss and .data.
716 * ld-arm/vxworks1-lib.rd: Update accordingly.
717 * ld-arm/vxworks1-lib.td: New test.
718 * ld-arm/arm-elf.exp: Run it.
719
720 * ld-i386/vxworks1.ld: Swap .bss and .data.
721 * ld-i386/vxworks1-lib.rd: Update accordingly.
722 * ld-i386/vxworks1-lib.td: New test.
723 * ld-i386/i386.exp: Run it.
724
725 * ld-mips-elf/vxworks1.ld: Swap .bss and .data.
726 * ld-mips-elf/vxworks1-lib.rd: Update accordingly.
727 * ld-mips-elf/vxworks1.rd: Likewise.
728
729 * ld-powerpc/vxworks1.ld: Swap .bss and .data.
730 * ld-powerpc/vxworks1-lib.rd: Update accordingly.
731 * ld-powerpc/vxworks1-lib.td: New test.
732 * ld-powerpc/powerpc.exp: Run it.
733
734 * ld-sh/vxworks1.ld: Swap .bss and .data.
735 * ld-sh/vxworks1-lib.rd: Update accordingly.
736 * ld-sh/vxworks1-lib.td: New test.
737 * ld-sh/sh-vxworks.exp: Run it.
738
739 * ld-sparc/vxworks1.ld: Swap .bss and .data.
740 * ld-sparc/vxworks1-lib.rd: Update accordingly.
741 * ld-sparc/vxworks1-lib.td: New test.
742 * ld-sparc/sparc.exp: Run it.
743
5c18022e
RS
7442007-05-15 Richard Sandiford <richard@codesourcery.com>
745
746 * ld-mips-elf/vxworks1-lib.rd: Expect the GOT relocation to be
747 against symbol 0.
748
a00a1f35
MS
7492007-05-15 Mark Shinwell <shinwell@codesourcery.com>
750
751 * ld-arm/arm-elf.exp: Add jump19 testcase.
752 * ld-arm/jump19.d: New.
753 * ld-arm/jump19.s: New.
754
224e2b28
RS
7552007-05-14 Richard Sandiford <richard@codesourcery.com>
756
757 * ld-sh/vxworks1.dd: Remove hexadecimal prefixes from constant pool
758 contents. Consistently use "!" as the comment character.
759 Consistently use _PROCEDURE_LINKAGE_TABLE_ in the first PLT entry.
760 * ld-sh/vxworks1-le.dd: Likewise.
761 * ld-sh/vxworks1-lib.dd: Likewise.
762 * ld-sh/vxworks1-lib-le.dd: Likewise.
763 * ld-sh/vxworks3.dd: Likewise.
764 * ld-sh/vxworks3-le.dd: Likewise.
765
b7b7fe3f
AS
7662007-05-14 Andreas Schwab <schwab@suse.de>
767
768 * ld-elf/dl2a.list: New file.
769 * ld-elf/shared.exp: Add test using --dynamic-list=dl2a.list.
770
d3753b85
RS
7712007-05-10 Richard Sandiford <richard@codesourcery.com>
772
773 * ld-arm/vxworks1-lib.dd: Expect "push" instead of stmdb and
774 "pop" instead of ldmia. Don't require specific symbolic addresses
775 for in-text addresses. Expect data to be rendered as .words rather
776 than disassembled.
777 * ld-arm/vxworks1.dd: Likewise.
778
8c252fd9
RS
7792007-05-10 Richard Sandiford <richard@codesourcery.com>
780
781 * ld-elf/multibss1.d, ld-elf/multibss1.s: New test.
782
353a0210
NS
7832007-04-27 Nathan Sidwell <nathan@codesourcery.com>
784
785 * ld-m68k/plt1-isac.d: New.
786 * ld-m68k/m68k.exp: Add it.
787
5d669648
L
7882007-04-26 H.J. Lu <hongjiu.lu@intel.com>
789
790 PR binutils/4430
791 * ld-i386/tlsbin.dd: Updated.
792 * ld-i386/tlsbindesc.dd: Likewise
793 * ld-i386/tlsdesc.dd: Likewise
794 * ld-i386/tlsgdesc.dd: Likewise
795 * ld-i386/tlsnopic.dd: Likewise
796 * ld-i386/tlspic.dd: Likewise
797 * ld-x86-64/tlsbin.dd: Likewise
798 * ld-x86-64/tlsbindesc.dd: Likewise
799 * ld-x86-64/tlsdesc.dd: Likewise
800 * ld-x86-64/tlsgdesc.dd: Likewise
801 * ld-x86-64/tlspic.dd: Likewise
802
98f17e6e
AM
8032007-04-24 Alan Modra <amodra@bigpond.net.au>
804
805 * ld-linkonce/x.s: Use .gcc_except_table instead of .eh_frame
806 to test that entry for deleted function is zeroed. Add a
807 somewhat closer to normal .eh_frame to test that fde for
808 deleted function is removed.
809 * ld-linkonce/y.s: Likewise.
810 * ld-linkonce/zeroeh.ld: Place .gcc_except_table too.
811 * ld-linkonce/zeroehl32.d: Update.
812
743b2a1e
RE
8132007-04-21 Richard Earnshaw <rearnsha@arm.com>
814
815 * ld-arm/arm-app-abs32.d: Convert to unified syntax.
816 * ld-arm/arm-app.d: Likewise.
817 * ld-arm/arm-lib-plt32.d: Likewise.
818 * ld-arm/arm-lib.d: Likewise.
819 * ld-arm/arm-static-app.d: Likewise.
820 * ld-arm/armthumb-lib.d: Likewise.
821 * ld-arm/mixed-app-v5.d: Likewise.
822 * ld-arm/mixed-app.d: Likewise.
823 * ld-arm/mixed-lib.d: Likewise.
824
152d792f
AM
8252007-04-18 Alan Modra <amodra@bigpond.net.au>
826
827 * ld-spu/ovl.lnk: Use OVERLAY keyword.
828
fcb93ecf
PB
8292007-04-17 Paul Brook <paul@codesourcery.com>
830
831 * ld-arm/preempt-app.s: New test.
832 * ld-arm/preempt-app.sym: New.
833 * ld-arm/arm-elf.exp: Add preempt-app.
834
9e3313ae
RS
8352007-04-12 Richard Sandiford <richard@codesourcery.com>
836
837 * ld-mips-elf/vxworks1-lib.td: New test.
838 * ld-mips-elf/mips-elf.exp: Run it.
839
9267588c
L
8402007-04-05 H.J. Lu <hongjiu.lu@intel.com>
841
842 PR ld/4304
843 * ld-i386/i386.exp: Run "warn1".
844
845 * ld-i386/warn1.d: New file.
846 * ld-i386/warn1.s: Likewise.
847
ea9cd3c8
L
8482007-04-05 H.J. Lu <hongjiu.lu@intel.com>
849
850 * ld-i386/combreloc.d: Remove #target: i?86-*-*.
851 * ld-i386/reloc.d: Likewise.
852
c1b2796f
AM
8532007-04-05 Alan Modra <amodra@bigpond.net.au>
854
855 * ld-spu/ovl2.d: Update.
856
f856040a
L
8572007-04-02 H.J. Lu <hongjiu.lu@intel.com>
858
859 PR ld/4090
860 * ld-elf/expr1.d: New file.
861 * ld-elf/expr1.s: Likewise.
862 * ld-elf/expr1.t: Likewise.
863
bcb674cf
RS
8642007-03-29 Richard Sandiford <richard@codesourcery.com>
865
866 * ld-libs/lib-1.s, ld-libs/lib-2.s, ld-libs/lib-2.d,
867 * ld-libs/libs.exp: New files.
868
c76308d2
RS
8692007-03-28 Richard Sandiford <richard@codesourcery.com>
870
871 * ld-vxworks/rpath-1.s, ld-vxworks/rpath-1.d,
872 * ld-vxworks/vxworks.exp: New files.
873
067b934b
AM
8742007-03-27 Alan Modra <amodra@bigpond.net.au>
875
876 * ld-elf/note-1.s: Increase .foo size.
877
0fd7d342
AM
8782007-03-27 Alan Modra <amodra@bigpond.net.au>
879
880 * ld-spu/spu.exp (embed_test): New.
881 * ld-spu/ear.s: New.
882 * ld-spu/ear.d: New.
883 * ld-spu/embed.rd: New.
884 * ld-spu/ovl2.s: New.
885 * ld-spu/ovl2.d: New.
886
34711ca3
AM
8872007-03-24 Alan Modra <amodra@bigpond.net.au>
888
889 * ld-elf/overlay.d: -u symbols we want to see in the output.
890
706d7558
AM
8912007-03-23 Alan Modra <amodra@bigpond.net.au>
892
893 * ld-spu/ovl.s (f4_a2): Tail call.
894 * ld-spu/ovl.d: Add --emit-relocs to ld options, -r to objdump.
895 Update expected results.
896
683b7041
KK
8972007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
898
899 * ld-sh/ld-r-1.d: Update.
900 * ld-sh/shared-1.d: Likewise.
901
9f264ea9
AM
9022007-03-23 Alan Modra <amodra@bigpond.net.au>
903
904 * ld-elf/elf.exp: Add "--local-store 0:0" to LDFLAGS for spu.
905
831480e9 9062007-03-22 H.J. Lu <hongjiu.lu@intel.com>
50572669
L
907
908 PR ld/4210
909 * ld-pe/image_size.d: New file.
910 * ld-pe/image_size.s: Likewise.
911 * ld-pe/image_size.t: Likewise.
912
913 * ld-pe/pe.exp: Run image_size.
914
0920dee7
L
9152007-03-22 H.J. Lu <hongjiu.lu@intel.com>
916
917 PR ld/4007
918 * ld-elf/note-1.d: New file.
919 * ld-elf/note-1.s: Likewise.
920 * ld-elf/note-1.t: Likewise.
921 * ld-i386/alloc.d: Likewise.
922 * ld-i386/alloc.s: Likewise.
923 * ld-i386/alloc.t: Likewise.
924
925 * ld-i386/i386.exp: Run "alloc".
926
27e55c4d
PB
9272007-03-20 Paul Brook <paul@codesourcery.com>
928
929 * ld-arm/arm-elf.exp (ld-arm/arm-elf.exp): Add arm-pic-veneer.
930 * ld-arm/arm-pic-veneer.d: New test.
931 * ld-arm/arm-pic-veneer.s: New test.
932
6d59ad82
RS
9332007-03-08 Richard Sandiford <richard@codesourcery.com>
934
935 * ld-elf/extract-symbol-1.ld (data): Explicitly set the start address
936 to 0.
937
f7803990
AM
9382007-03-07 Alan Modra <amodra@bigpond.net.au>
939
940 * ld-elf/extract-symbol-1sec.d: xfail hppa.
941 * ld-elf/extract-symbol-1sym.d: xfail hppa.
942
ab96bf03
AM
9432007-03-07 H.J. Lu <hongjiu.lu@intel.com>
944
945 PR 3958
946 * ld-elf/linkonce1.d: New.
947 * ld-elf/linkonce1a.s: New.
948 * ld-elf/linkonce1b.s: New.
949 * ld-elf/linkonce2.d: New.
950 * ld-i386/pcrel16abs.d: New.
951 * ld-i386/pcrel16abs.s: New.
952 * ld-i386/i386.exp: Run it.
953
d64cc92a
L
9542007-03-06 H.J. Lu <hongjiu.lu@intel.com>
955
956 PR ld/4144
957 * ld-elf/nobits-1.d: New file.
958 * ld-elf/nobits-1.s: Likewise.
959 * ld-elf/nobits-1.t: Likewise.
960
cde1b439
RS
9612007-03-02 Richard Sandiford <richard@codesourcery.com>
962
963 * ld-elf/binutils.exp: Revert last change.
964
d3e52d40
RS
9652007-03-01 Richard Sandiford <richard@codesourcery.com>
966
967 * ld-elf/extract-symbol-1sym.d, ld-elf/extract-symbol-1sec.d,
968 * ld-elf/extract-symbol-1.s, ld-elf/extract-symbol-1.ld: New tests.
969 * ld-elf/binutils.exp: Run them.
970
2a7bf98e
NC
9712007-02-28 Nick Clifton <nickc@redhat.com>
972
973 PR ld/3796
974 * ld-arm/arm-elf.exp (armelftests): Move "Thumb-2 BL" test into...
975 (armeabitests): ... here, a new array for EABI specific tests.
976 (armelftests): Add extra command line options for VFP11 fix tests
977 and thumb shared library test.
978
6a5bb875
PB
9792007-02-22 Paul Brook <paul@codesourcery.com>
980
981 * ld-arm/arm-elf.exp (armelftests): Add gc-unwind.h.
982 * ld-arm/gc-unwind.s: New file.
983 * ld-arm/gc-unwind.d: New file.
984
fab4a87f
L
9852007-02-14 H.J. Lu <hongjiu.lu@intel.com>
986
987 PR ld/3953
988 * ld-elf/beginwarn.c: New file.
989 * ld-elf/warn.out: Likewise.
990
991 * ld-elf/shared.exp (build_tests): Add "Build warn libbar.so".
992 (run_tests): Add "Run warn with versioned libfoo.so".
993
994 * lib/ld-lib.exp (default_ld_relocate): Make exec_output global
995 and remove target first.
996 (default_ld_link): Likewise.
997 (default_ld_simple_link): Likewise.
998 (run_ld_link_exec_tests): Take an optional linker warning and
999 check it.
1000 (default_ld_link): Check pruned linker output.
1001
a243fa97
L
10022007-02-13 H.J. Lu <hongjiu.lu@intel.com>
1003
1004 * ld-scripts/default-script1.d: Expect extra symbols.
1005 * ld-scripts/default-script2.d: Likewise.
1006 * ld-scripts/default-script3.d: Likewise.
1007 * ld-scripts/default-script4.d: Likewise.
1008
e4e0193e
AM
10092007-02-13 Alan Modra <amodra@bigpond.net.au>
1010
1011 * ld-powerpc/relbrlt.d: Update.
1012 * ld-powerpc/tlsexe.r: Update.
1013 * ld-powerpc/tlsexetoc.r: Update.
1014 * ld-powerpc/tlsso.r: Update.
1015 * ld-powerpc/tlstocso.r: Update.
1016
84f5d08e
AM
10172007-02-12 Alan Modra <amodra@bigpond.net.au>
1018
1019 * ld-powerpc/relbrlt.d: Update.
1020
cc9fe443
NC
10212007-02-06 Nick Clifton <nickc@redhat.com>
1022
1023 PR ld/3805
1024 * ld-elf/sec64k.exp: Expect the relocatable version of this test
1025 to fail for the m32r because it creates both .rel and .rela
1026 sections.
1027
19d9b7d3
DB
10282007-02-05 Dave Brolley <brolley@redhat.com>
1029
1030 * ld-undefined/undefined.exp: XFAIL the undefined test
1031 * ld-mep: New, with content.
1032
eb7834a6 10332007-02-05 H.J. Lu <hongjiu.lu@intel.com>
65ca155d
L
1034
1035 * ld-i386/pcrel16.d: Undo the last change.
1036 * ld-x86-64/pcrel16.d: Likewise.
1037
eb7834a6 10382007-02-02 H.J. Lu <hongjiu.lu@intel.com>
206717e8
L
1039
1040 * ld-i386/pcrel16.d: Updated.
1041 * ld-x86-64/pcrel16.d: Likewise.
1042
b25b09cb
AM
10432007-02-01 Alan Modra <amodra@bigpond.net.au>
1044
1045 * ld-scripts/default-script.exp: Add "--local-store 0:0" to
1046 LDFLAGS for spu.
1047
b785d0e1
JB
10482007-01-29 Julian Brown <julian@codesourcery.com>
1049
1050 * ld-arm/arm-elf.exp: Add VFP11 tests.
1051 * ld-arm/vfp11-fix-none.s: New file.
1052 * ld-arm/vfp11-fix-none.d: Expected disassembly of above.
1053 * ld-arm/vfp11-fix-scalar.s: New file.
1054 * ld-arm/vfp11-fix-scalar.d: Expected disassembly of above.
1055 * ld-arm/vfp11-fix-vector.s: New file.
1056 * ld-arm/vfp11-fix-vector.d: Expected disassembly of above.
1057
723cda25
NS
10582007-01-23 Nathan Sidwell <nathan@codesourcery.com>
1059
1060 * ld-elf/header.d: Reduce page size, restrict to linux & vxworks
1061 * ld-elf/header.s: Adjust.
1062 * ld-elf/header.t: Reduce initial offset.
1063
7b69d466
AS
10642007-01-23 Andreas Schwab <schwab@suse.de>
1065
1066 * lib/ld-lib.exp (run_dump_test): Don't prematurely remove
1067 assembler output.
1068
5f400437 10692007-01-19 H.J. Lu <hongjiu.lu@intel.com>
d8cf8b51
L
1070
1071 * ld-elf/dl6.c: New file.
1072 * ld-elf/dl6a.out: Likewise.
1073 * ld-elf/dl6amain.c: Likewise.
1074 * ld-elf/dl6b.out: Likewise.
1075 * ld-elf/dl6bmain.c: Likewise.
1076 * ld-elf/dl6cmain.c: Likewise.
1077 * ld-elf/dl6dmain.c: Likewise.
1078
1079 * ld-elf/shared.exp: Add new tests for -Bsymbolic,
1080 -Bsymbolic-functions, --dynamic-list-data and
1081 --dynamic-list-cpp-new.
1082
b8142865
L
10832007-01-19 H.J. Lu <hongjiu.lu@intel.com>
1084
1085 * ld-elf/maxpage3.t: New file.
1086 * ld-elf/maxpage3a.d: Likewise.
1087 * ld-elf/maxpage3b.d: Likewise.
1088 * ld-elf/maxpage3c.d: Likewise.
1089
5f400437 10902007-01-19 H.J. Lu <hongjiu.lu@intel.com>
14be8564
L
1091
1092 * ld-scripts/default-script.exp: New file.
1093 * ld-scripts/default-script.s: Likewise.
1094 * ld-scripts/default-script.t: Likewise.
1095 * ld-scripts/default-script1.d: Likewise.
1096 * ld-scripts/default-script2.d: Likewise.
1097 * ld-scripts/default-script3.d: Likewise.
1098 * ld-scripts/default-script4.d: Likewise.
1099
30dabe8a
L
11002007-01-18 H.J. Lu <hongjiu.lu@intel.com>
1101
1102 PR ld/1283
1103 * lib/ld-lib.exp (run_dump_test): Remove output file first.
1104
e47251a9
L
11052007-01-17 H.J. Lu <hongjiu.lu@intel.com>
1106
1107 * ld-elf/header.d: Adjust for .text section with 16byte
1108 alignment.
1109
f7a46012
L
11102007-01-16 H.J. Lu <hongjiu.lu@intel.com>
1111
1112 * ld-elf/dl1main.c (main): Fix a typo.
1113
40b36307
L
11142007-01-16 H.J. Lu <hongjiu.lu@intel.com>
1115
1116 PR ld/3831
1117 * ld-elf/del.cc: New.
1118 * ld-elf/dl5.cc: Likewise.
1119 * ld-elf/dl5.out: Likewise.
1120 * ld-elf/new.cc: Likewise.
1121
1122 * ld-elf/shared.exp: Add tests for --dynamic-list-data and
1123 --dynamic-list-cpp-new.
1124
c3c6b70e
HPN
11252007-01-12 Hans-Peter Nilsson <hp@axis.com>
1126
1127 * ld-elf/header.d: Allow arbitrary lines between "Program Header"
1128 and "Sections". Only run on *-*-linux*.
1129
59e0647f
NS
11302007-01-11 Nathan Sidwell <nathan@codesourcery.com>
1131
1132 * ld-elf/header.d: New.
1133 * ld-elf/header.t: New.
1134 * ld-elf/header.s: New.
1135
42037fe5
NC
11362007-01-08 Kai Tietz <kai.tietz@onevision.com>
1137
1138 * ld-fastcall/fastcall.exp: Renamed target x86_64-*-mingw64 to
1139 x86_64-*-mingw*.
1140 * ld-pe/pe.exp: Ditto.
1141 * ld-scripts/align.exp: Ditto.
1142 * ld-scripts/defined.exp: Ditto.
1143 * ld-scripts/provide.exp: Ditto.
1144 * ld-scripts/weak.exp: Ditto.
1145
cc3e2771
NS
11462007-01-06 Nathan Sidwell <nathan@codesourcery.com>
1147
1148 * ld-scripts/expr.exp: New.
1149 * ld-scripts/expr1.s: New.
1150 * ld-scripts/expr1.d: New.
1151 * ld-scripts/expr1.t: New.
1152
5ccca1c0 1153For older changes see ChangeLog-2006
c9e214e5
AM
1154\f
1155Local Variables:
1156mode: change-log
1157left-margin: 8
1158fill-column: 74
1159version-control: never
1160End:
This page took 0.212937 seconds and 4 git commands to generate.