Rewrite prefix processing.
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
1 2009-11-13 H.J. Lu <hongjiu.lu@intel.com>
2
3 * ld-x86-64/tlsbin.dd: Updated for prefix processing.
4 * ld-x86-64/tlsgdesc.dd: Likewise.
5 * ld-x86-64/tlsld1.dd: Likewise.
6 * ld-x86-64/tlspic.dd: Likewise.
7
8 2009-11-09 H.J. Lu <hongjiu.lu@intel.com>
9
10 PR ld/10911
11 * ld-ifunc/ifunc-4a-x86.d: New.
12
13 2009-11-02 Paul Brook <paul@codesourcery.com>
14
15 * ld-arm/arm-elf.exp: Add new attr-merge-vfp tests.
16 * ld-arm/attr-merge-vfp-1.d: New test.
17 * ld-arm/attr-merge-vfp-1r.d: New test.
18 * ld-arm/attr-merge-vfp-2.d: New test.
19 * ld-arm/attr-merge-vfp-2r.d: New test.
20 * ld-arm/attr-merge-vfp-3.d: New test.
21 * ld-arm/attr-merge-vfp-3r.d: New test.
22 * ld-arm/attr-merge-vfp-4.d: New test.
23 * ld-arm/attr-merge-vfp-4r.d: New test.
24 * ld-arm/attr-merge-vfp-5.d: New test.
25 * ld-arm/attr-merge-vfp-5r.d: New test.
26 * ld-arm/attr-merge-vfp-2.s: New test.
27 * ld-arm/attr-merge-vfp-3.s: New test.
28 * ld-arm/attr-merge-vfp-3-d16.s: New test.
29 * ld-arm/attr-merge-vfp-4.s: New test.
30 * ld-arm/attr-merge-vfp-4-d16.s: New test.
31
32 2009-11-02 Alan Modra <amodra@bigpond.net.au>
33
34 * ld-scripts/phdrs3.exp (LDFLAGS): Add "--local-store 0:0" for SPU.
35
36 2009-10-30 Mark Mitchell <mark@codesourcery.com>
37
38 * ld-elfcomm/elfcomm.exp: Compile with -fcommon.
39
40 2009-10-28 Johan Kristell <johankri@axis.com>
41
42 * ld-cris/dso12-pltdis.d: New test.
43
44 2009-10-19 Hans-Peter Nilsson <hp@axis.com>
45
46 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d,
47 ld-cris/tls-e-80.d, ld-cris/tls-e-dtpoffd1.d,
48 ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-ldgde-14.d,
49 ld-cris/tls-ldgde-15.d, ld-cris/tls-ldgdex-14.d,
50 ld-cris/tls-ldgdex-15.d: Adjust for change in non-shared
51 R_CRIS_32_DTPREL and R_CRIS_16_DTPREL relocations.
52
53 2009-10-17 Arnold Metselaar <arnold.metselaar@planet.nl>
54
55 * ld-scripts/align.exp: Remove xfails for z80-*-coff
56
57 2009-10-16 Rafael Avila de Espindola <espindola@google.com>
58
59 * bootstrap.exp: Detect if plugins are enabled. Skip the static
60 link test and add -ldl to the remaining tests if they are.
61
62 2009-10-14 Joseph Myers <joseph@codesourcery.com>
63
64 * ld-scripts/phdrs3.d: Allow colon in name of linker binary.
65
66 2009-10-14 Alan Modra <amodra@bigpond.net.au>
67
68 * ld-elf/pr349-1.s, * ld-elf/pr349-2.s, * ld-elf/pr349.d: New.
69
70 2009-10-09 H.J. Lu <hongjiu.lu@intel.com>
71
72 PR ld/10749
73 * ld-elf/relocatable.d: New.
74 * ld-elf/relocatable.t: Likewise.
75 * ld-elf/simple.s: Likewise.
76
77 2009-10-07 H.J. Lu <hongjiu.lu@intel.com>
78
79 PR ld/10744
80 * ld-scripts/phdrs3.exp: Run phdrs3a.
81
82 * ld-scripts/phdrs3a.d: New.
83 * ld-scripts/phdrs3a.t: Likewise.
84
85 2009-10-08 Alan Modra <amodra@bigpond.net.au>
86
87 PR ld/10744
88 * ld-scripts/phdrs3.d: Update.
89
90 2009-10-06 Nathan Sidwell <nathan@codesourcery.com>
91
92 * ld-scripts/phdrs3.d: New.
93 * ld-scripts/phdrs3.t: New.
94 * ld-scripts/phdrs3.exp: New.
95
96 2009-10-03 Alan Modra <amodra@bigpond.net.au>
97
98 * ld-powerpc/tlsexe.d: Update.
99 * ld-powerpc/tlsexe.r: Update.
100 * ld-powerpc/tlsexetoc.d: Update.
101 * ld-powerpc/tlsexetoc.r: Update.
102 * ld-powerpc/tlsso.d: Update.
103 * ld-powerpc/tlsso.r: Update.
104 * ld-powerpc/tlstocso.d: Update.
105 * ld-powerpc/tlstocso.r: Update.
106
107 2009-10-02 Alan Modra <amodra@bigpond.net.au>
108
109 * lib/ld-lib.exp (ld_simple_link_defsyms): New proc, adding
110 powerpc-*-rtems to code setting symbols, extracted from..
111 * ld-srec/srec.exp (run_srec_test): ..here. Correct flags for sh64.
112 * ld-gc/gc.exp (test_gc): Use ld_simple_link_defsyms.
113
114 2009-10-01 Ulrich Weigand <uweigand@de.ibm.com>
115
116 * ld-spu/icache1.d: Update to new section layout.
117
118 2009-09-24 H.J. Lu <hongjiu.lu@intel.com>
119
120 PR ld/10630
121 * ld-alpha/tlsbin.rd: Remove HIDDEN/.hidden on local symbols.
122 * ld-alpha/tlsbinr.rd: Likewise.
123 * ld-alpha/tlspic.rd: Likewise.
124 * ld-cris/libdso-2.d: Likewise.
125 * ld-cris/locref1.d: Likewise.
126 * ld-cris/locref2.d: Likewise.
127 * ld-cris/tls-e-20a.d: Likewise.
128 * ld-cris/tls-e-20.d: Likewise.
129 * ld-cris/tls-e-80.d: Likewise.
130 * ld-cris/tls-gc-68.d: Likewise.
131 * ld-cris/tls-gc-69.d: Likewise.
132 * ld-cris/tls-gc-70.d: Likewise.
133 * ld-cris/tls-gc-75.d: Likewise.
134 * ld-cris/tls-gc-76.d: Likewise.
135 * ld-cris/tls-gc-79.d: Likewise.
136 * ld-cris/tls-gd-1h.d: Likewise.
137 * ld-cris/tls-gd-2h.d: Likewise.
138 * ld-cris/tls-ld-4.d: Likewise.
139 * ld-cris/tls-ld-5.d: Likewise.
140 * ld-cris/tls-ld-6.d: Likewise.
141 * ld-cris/tls-ld-7.d: Likewise.
142 * ld-cris/tls-ldgd-14.d: Likewise.
143 * ld-cris/tls-ldgd-15.d: Likewise.
144 * ld-cris/tls-local-63.d: Likewise.
145 * ld-cris/tls-local-64.d: Likewise.
146 * ld-elf/pr9676.rd: Likewise.
147 * ld-elf/pr9679.rd: Likewise.
148 * ld-elfvsb/hidden2.d: Likewise.
149 * ld-i386/tlsbindesc.rd: Likewise.
150 * ld-i386/tlsbin.rd: Likewise.
151 * ld-i386/tlsdesc.rd: Likewise.
152 * ld-i386/tlsgdesc.rd: Likewise.
153 * ld-i386/tlsnopic.rd: Likewise.
154 * ld-i386/tlspic.rd: Likewise.
155 * ld-ia64/tlsbin.rd: Likewise.
156 * ld-ia64/tlspic.rd: Likewise.
157 * ld-powerpc/tlsexe32.r: Likewise.
158 * ld-powerpc/tlsexe.r: Likewise.
159 * ld-powerpc/tlsexetoc.r: Likewise.
160 * ld-powerpc/tlsso32.r: Likewise.
161 * ld-powerpc/tlsso.r: Likewise.
162 * ld-powerpc/tlstocso.r: Likewise.
163 * ld-s390/tlsbin_64.rd: Likewise.
164 * ld-s390/tlsbin.rd: Likewise.
165 * ld-s390/tlspic_64.rd: Likewise.
166 * ld-s390/tlspic.rd: Likewise.
167 * ld-sparc/gotop32.rd: Likewise.
168 * ld-sparc/gotop64.rd: Likewise.
169 * ld-sparc/tlssunbin32.rd: Likewise.
170 * ld-sparc/tlssunbin64.rd: Likewise.
171 * ld-sparc/tlssunnopic32.rd: Likewise.
172 * ld-sparc/tlssunnopic64.rd: Likewise.
173 * ld-sparc/tlssunpic32.rd: Likewise.
174 * ld-sparc/tlssunpic64.rd: Likewise.
175 * ld-x86-64/tlsbindesc.rd: Likewise.
176 * ld-x86-64/tlsbin.rd: Likewise.
177 * ld-x86-64/tlsdesc.rd: Likewise.
178 * ld-x86-64/tlsgdesc.rd: Likewise.
179 * ld-x86-64/tlspic.rd: Likewise.
180 * ld-xtensa/tlsbin.rd: Likewise.
181 * ld-xtensa/tlspic.rd: Likewise.
182
183 * ld-elf/local1.d: New.
184 * ld-elf/local1.map: Likewise.
185 * ld-elf/local1.s: Likewise.
186 * ld-ia64/local1.d: Likewise.
187 * ld-ia64/local1.map: Likewise.
188 * ld-ia64/local1.s: Likewise.
189
190 2009-09-23 Matt Rice <ratmice@gmail.com>
191
192 * ld-elf/audit.exp: New.
193 * ld-elf/audit.rd: New.
194 * ld-elf/depaudit.rd: New.
195 * ld-elf/depaudit2.rd: New.
196
197 2009-09-23 Jie Zhang <jie.zhang@analog.com>
198
199 * ld-srec/srec.exp: Add xfails for bfin-*-linux-uclibc.
200
201 2009-09-23 Alan Modra <amodra@bigpond.net.au>
202
203 * ld-alpha/tlsbin.rd: Tolerate some whitespace differences.
204 * ld-alpha/tlsbinr.rd: Likewise.
205 * ld-alpha/tlspic.rd: Likewise.
206 * ld-arm/armthumb-lib.sym: Likewise.
207 * ld-arm/farcall-mixed-app.sym: Likewise.
208 * ld-arm/mixed-app.sym: Likewise.
209 * ld-arm/mixed-lib.sym: Likewise.
210 * ld-arm/preempt-app.sym: Likewise.
211 * ld-arm/use-thumb-lib.sym: Likewise.
212 * ld-cris/libdso-2.d: Likewise.
213 * ld-cris/tls-local-63.d: Likewise.
214 * ld-cris/tls-local-64.d: Likewise.
215 * ld-cris/tls-und-38.d: Likewise.
216 * ld-cris/tls-und-42.d: Likewise.
217 * ld-cris/tls-und-46.d: Likewise.
218 * ld-cris/tls-und-50.d: Likewise.
219 * ld-cris/weakref3.d: Likewise.
220 * ld-cris/weakref4.d: Likewise.
221 * ld-elf/empty.d: Likewise.
222 * ld-elf/group1.d: Likewise.
223 * ld-elf/group3a.d: Likewise.
224 * ld-elf/group3b.d: Likewise.
225 * ld-elf/hash.d: Likewise.
226 * ld-elf/warn1.d: Likewise.
227 * ld-elf/warn2.d: Likewise.
228 * ld-elfvers/vers24.rd: Likewise.
229 * ld-elfvsb/hidden0.d: Likewise.
230 * ld-elfvsb/hidden1.d: Likewise.
231 * ld-elfvsb/hidden2.d: Likewise.
232 * ld-elfvsb/internal0.d: Likewise.
233 * ld-elfvsb/internal1.d: Likewise.
234 * ld-elfvsb/protected0.d: Likewise.
235 * ld-elfvsb/protected1.d: Likewise.
236 * ld-i386/tlsbin.rd: Likewise.
237 * ld-i386/tlsbindesc.rd: Likewise.
238 * ld-i386/tlsdesc.rd: Likewise.
239 * ld-i386/tlsgdesc.rd: Likewise.
240 * ld-i386/tlsnopic.rd: Likewise.
241 * ld-i386/tlspic.rd: Likewise.
242 * ld-ia64/tlsbin.rd: Likewise.
243 * ld-ia64/tlspic.rd: Likewise.
244 * ld-mips-elf/got-vers-1.sd: Likewise.
245 * ld-mips-elf/mips16-pic-2.nd: Likewise.
246 * ld-mips-elf/mips16-pic-4a.nd: Likewise.
247 * ld-mips-elf/pic-and-nonpic-1-rel.nd: Likewise.
248 * ld-mips-elf/pic-and-nonpic-1.nd: Likewise.
249 * ld-mips-elf/pic-and-nonpic-3b.nd: Likewise.
250 * ld-mips-elf/pic-and-nonpic-4b.nd: Likewise.
251 * ld-mips-elf/pic-and-nonpic-5b.nd: Likewise.
252 * ld-mips-elf/pic-and-nonpic-6-n32.nd: Likewise.
253 * ld-mips-elf/pic-and-nonpic-6-n64.nd: Likewise.
254 * ld-mips-elf/pic-and-nonpic-6-o32.nd: Likewise.
255 * ld-mips-elf/vxworks1-lib.nd: Likewise.
256 * ld-mmix/bspec1.d: Likewise.
257 * ld-mmix/bspec2.d: Likewise.
258 * ld-mmix/local1.d: Likewise.
259 * ld-mmix/local3.d: Likewise.
260 * ld-mmix/local5.d: Likewise.
261 * ld-mmix/local7.d: Likewise.
262 * ld-mmix/undef-3.d: Likewise.
263 * ld-mn10300/i135409-1.d: Likewise.
264 * ld-mn10300/i135409-2.d: Likewise.
265 * ld-powerpc/tlsexe.r: Likewise.
266 * ld-powerpc/tlsexe32.r: Likewise.
267 * ld-powerpc/tlsexetoc.r: Likewise.
268 * ld-powerpc/tlsso.r: Likewise.
269 * ld-powerpc/tlsso32.r: Likewise.
270 * ld-powerpc/tlstocso.r: Likewise.
271 * ld-powerpc/vxworks1-lib.nd: Likewise.
272 * ld-s390/tlsbin.rd: Likewise.
273 * ld-s390/tlsbin_64.rd: Likewise.
274 * ld-s390/tlspic.rd: Likewise.
275 * ld-s390/tlspic_64.rd: Likewise.
276 * ld-sh/tlsbin-2.d: Likewise.
277 * ld-sh/tlspic-2.d: Likewise.
278 * ld-sh/vxworks1-lib.nd: Likewise.
279 * ld-sh/sh64/crange1.rd: Likewise.
280 * ld-sh/sh64/crange2.rd: Likewise.
281 * ld-sh/sh64/crange3-cmpct.rd: Likewise.
282 * ld-sh/sh64/crange3-media.rd: Likewise.
283 * ld-sh/sh64/crange3.rd: Likewise.
284 * ld-sh/sh64/crangerel1.rd: Likewise.
285 * ld-sh/sh64/crangerel2.rd: Likewise.
286 * ld-sh/sh64/reldl32.rd: Likewise.
287 * ld-sh/sh64/reldl64.rd: Likewise.
288 * ld-sparc/gotop32.rd: Likewise.
289 * ld-sparc/gotop64.rd: Likewise.
290 * ld-sparc/tlssunbin32.rd: Likewise.
291 * ld-sparc/tlssunbin64.rd: Likewise.
292 * ld-sparc/tlssunnopic32.rd: Likewise.
293 * ld-sparc/tlssunnopic64.rd: Likewise.
294 * ld-sparc/tlssunpic32.rd: Likewise.
295 * ld-sparc/tlssunpic64.rd: Likewise.
296 * ld-vxworks/plt-mips1.d: Likewise.
297 * ld-x86-64/tlsbin.rd: Likewise.
298 * ld-x86-64/tlsbindesc.rd: Likewise.
299 * ld-x86-64/tlsdesc.rd: Likewise.
300 * ld-x86-64/tlsgdesc.rd: Likewise.
301 * ld-x86-64/tlspic.rd: Likewise.
302 * ld-xtensa/tlsbin.rd: Likewise.
303 * ld-xtensa/tlspic.rd: Likewise.
304
305 2009-09-21 Richard Sandiford <rdsandiford@googlemail.com>
306
307 PR ld/10681
308 * ld-elf/eh6.d: Expect absolute pointers in shared libraries to
309 be converted into PC-relative form.
310
311 2009-09-21 Richard Sandiford <rdsandiford@googlemail.com>
312
313 * ld-mips-elf/eh-frame5.d: Expect PC-relative encodings
314 to include DW_EH_PE_sdata4.
315
316 2009-09-21 Richard Sandiford <rdsandiford@googlemail.com>
317
318 * ld-mips-elf/eh-frame1-n32.d: Expect PC-relative encodings
319 to include DW_EH_PE_sdata4.
320 * ld-mips-elf/eh-frame2-n32.d: Likewise.
321 * ld-mips-elf/eh-frame1-n64.d: Expect PC-relative encodings
322 to include DW_EH_PE_sdata8.
323 * ld-mips-elf/eh-frame2-n64.d: Likewise.
324
325 2009-09-21 Alan Modra <amodra@bigpond.net.au>
326
327 * ld-powerpc/tlslib.s: Delete dot-symbol entry syms. Add
328 __tls_get_addr_opt.
329 * ld-powerpc/tlslib32.s: Add __tls_get_addr_opt.
330 * ld-powerpc/oldtlslib.s: New file, old-abi version of tlslib.s.
331 * ld-powerpc/powerpc.exp: Build old-abi library and use it in
332 two new link tests.
333 * ld-powerpc/tlsexe.d: Update for new __tls_get_addr stub.
334 * ld-powerpc/tlsexe.g, * ld-powerpc/tlsexe.r, *ld-powerpc/tlsexe32.d,
335 * ld-powerpc/tlsexe32.g, * ld-powerpc/tlsexe32.r,
336 * ld-powerpc/tlsexetoc.d, * ld-powerpc/tlsexetoc.g,
337 * ld-powerpc/tlsexetoc.r: Likewise.
338
339 2009-09-20 Richard Sandiford <rdsandiford@googlemail.com>
340
341 * ld-mips-elf/elf-rel-got-n64-linux.d: Expect BALs.
342 * ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
343
344 2009-09-19 Richard Sandiford <rdsandiford@googlemail.com>
345
346 * ld-mips-elf/eh-frame5.s, ld-mips-elf/eh-frame5.ld,
347 ld-mips-elf/eh-frame5.d: New test.
348 * ld-mips-elf/mips-elf.exp: Run it.
349
350 2009-09-18 Alan Modra <amodra@bigpond.net.au>
351
352 * ld-powerpc/tlsso.d: Update.
353 * ld-powerpc/tlsso.r: Update.
354 * ld-powerpc/tlstocso.d: Update.
355 * ld-powerpc/tlstocso.r: Update.
356
357 2009-09-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
358
359 * ld-elfcomm/elfcomm.exp: Add appropriate emulation option
360 for sh64*-*-*.
361 * ld-gc/gc.exp (test_gc): Likewise.
362
363 2009-09-14 H.J. Lu <hongjiu.lu@intel.com>
364
365 * ld-undefined/entry-7.d: New.
366
367 2009-09-13 Richard Sandiford <rdsandiford@googlemail.com>
368
369 * ld-mips-elf/eh-frame1-n32.d: Change "the section \.eh_frame"
370 to "the \.eh_frame section".
371 * ld-mips-elf/eh-frame1-n64.d: Likewise.
372 * ld-mips-elf/eh-frame2-n32.d: Likewise.
373 * ld-mips-elf/eh-frame2-n64.d: Likewise.
374 * ld-mips-elf/eh-frame3.d: Likewise.
375 * ld-mips-elf/eh-frame4.d: Likewise.
376 * ld-mips-elf/elf-rel-got-n32.d: Expect bals.
377 * ld-mips-elf/elf-rel-xgot-n32.d: Likewise.
378 * ld-mips-elf/mips-elf.exp: Force the MIPS16 PIC tests to use -mips1.
379
380 2009-09-11 Jie Zhang <jie.zhang@analog.com>
381
382 * ld-elf/warn2.d: `Foo' appears in section 3 when target
383 is bfin-*-linux-uclibc.
384
385 2009-09-09 Daniel Jacobowitz <dan@codesourcery.com>
386
387 * ld-arm/farcall-mixed-lib.d: Update.
388
389 2009-09-09 Alan Modra <amodra@bigpond.net.au>
390
391 * ld-elf/sec64k.exp: For frv-linux use "aw" sections.
392 * ld-elf/seg.d: Cater for GNU_STACK segment.
393 * ld-elf/symbol1ref.s: Use data section.
394 * ld-elf/symbol2ref.s: Likewise.
395 * ld-scripts/empty-address-1.d: Don't run on frv-linux.
396 * ld-scripts/empty-address-2a.d: Likewise.
397 * ld-scripts/empty-address-2b.d: Likewise.
398 * ld-scripts/empty-aligned.d: Likewise.
399 * ld-elf/extract-symbol-1sym.d: Tolerate extra target supplied syms.
400 * ld-scripts/sort_b_a-1.d: Likewise.
401 * ld-scripts/sort_b_a.d: Likewise.
402 * ld-scripts/sort_b_a_a-1.d: Likewise.
403 * ld-scripts/sort_b_a_a-2.d: Likewise.
404 * ld-scripts/sort_b_a_a-3.d: Likewise.
405 * ld-scripts/sort_b_a_n-1.d: Likewise.
406 * ld-scripts/sort_b_a_n-2.d: Likewise.
407 * ld-scripts/sort_b_a_n-3.d: Likewise.
408 * ld-scripts/sort_b_n-1.d: Likewise.
409 * ld-scripts/sort_b_n.d: Likewise.
410 * ld-scripts/sort_b_n_a-1.d: Likewise.
411 * ld-scripts/sort_b_n_a-2.d: Likewise.
412 * ld-scripts/sort_b_n_a-3.d: Likewise.
413 * ld-scripts/sort_b_n_n-1.d: Likewise.
414 * ld-scripts/sort_b_n_n-2.d: Likewise.
415 * ld-scripts/sort_b_n_n-3.d: Likewise.
416 * ld-scripts/sort_no-1.d: Likewise.
417 * ld-scripts/sort_no-2.d: Likewise.
418
419 2009-09-08 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
420
421 * ld-elf/merge.d: xfail cr16-*-*.
422
423 2009-09-08 Alan Modra <amodra@bigpond.net.au>
424
425 * ld-elf/eh5.d: Don't run on hppa64. Allow non-pcrel encoding.
426 Skip extra CIEs emitted on embedded targets and adjust FDE
427 matches to suit.
428
429 2009-09-05 Jie Zhang <jie.zhang@analog.com>
430
431 * ld-elf/sec64k.exp: Use ".set" instead of "=" for bfin-*-*.
432
433 2009-09-03 Dave Korn <dave.korn.cygwin@gmail.com>
434
435 * ld-pe/longsecn.d: Adjusted to match new .text section merging
436 in default PE linker scripts.
437 * ld-pe/longsecn-1.d: Likewise.
438 * ld-pe/longsecn-2.d: Likewise.
439
440 2009-08-31 Jie Zhang <jie.zhang@analog.com>
441
442 * lib/ld-lib.exp (is_elf_format): Return 1 for bfin-*-uclinux.
443
444 2009-08-31 Alan Modra <amodra@bigpond.net.au>
445
446 * ld-ifunc/ifunc.exp: Match R_PPC64_JUMP_IREL.
447
448 2009-08-30 H.J. Lu <hongjiu.lu@intel.com>
449
450 PR ld/10569
451 * ld-elf/commonpage2.d: New.
452 * ld-elf/maxpage4.d: Likewise.
453 * ld-elf/maxpage4.t: Likewise.
454
455 2009-08-26 Maxim Kuvyrkov <maxim@codesourcery.com>
456
457 * ld-m68k/tls-def-1.s: New file.
458 * ld-m68k/tls-def-1.d: New file.
459 * ld-m68k/tls-gd-1.d2: New file.
460 * ld-m68k/tls-gd-1.d3: New file.
461 * ld-m68k/tls-main-1.s: New file.
462 * ld-m68k/tls-main-1.d: New file.
463 * ld-m68k/m68k.exp: Run new TLS tests.
464
465 2009-08-23 Andreas Schwab <schwab@linux-m68k.org>
466
467 * ld-powerpc/powerpc.exp: Move relaxing and relocatable relaxing
468 tests from ppc64elftest to ppcelftest and pass -a32 to assembler.
469
470 * ld-powerpc/relax.d: Fix whitespace.
471 * ld-powerpc/relaxr.d: Likewise.
472
473 2009-08-21 Daniel Gutson <dgutson@codesourcery.com>
474
475 * ld-arm/callweak.d: Opcodes updated.
476 * ld-arm/callweak.s: Architecture specified.
477 * ld-arm/callweak-2.d: New test case.
478 * ld-arm/callweak-2.s: New file.
479
480 2009-08-17 Nick Clifton <nickc@redhat.com>
481
482 * ld-elf/linkonce1.d: Accept "UNUSED" as part of the name of an
483 unused reloc.
484 * ld-elf/linkonce2.d: Likewise.
485
486 2009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 Test go32 stub preservation by objcopy.
489 * ld-i386/i386.exp (go32 stub, go32 stub patch the source)
490 (go32 stub objcopy, go32 stub comparison after objcopy): New.
491
492 2009-08-10 Nathan Sidwell <nathan@codesourcery.com>
493
494 * ld-powerpc/relax.s: New.
495 * ld-powerpc/relax.d: New.
496 * ld-powerpc/relaxr.d: New.
497 * ld-powerpc/powerpc.exp: Add new tests.
498
499 2009-08-06 Nathan Sidwell <nathan@codesourcery.com>
500
501 * ld-arm/arm-elf.exp: Add new test.
502 * ld-arm/cortex-a8-fix-hdr.d: New.
503 * ld-arm/cortex-a8-fix-hdr.s: New.
504 * ld-arm/cortex-a8-fix-hdr.t: New.
505
506 2009-08-05 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
507
508 * ld-spu/fixup.d: New.
509 * ld-spu/fixup.s: New.
510
511 2009-08-05 Nathan Sidwell <nathan@codesourcery.com>
512
513 * ld-arm/cortex-a8-far-1.s: New.
514 * ld-arm/cortex-a8-far-2.s: New.
515 * ld-arm/cortex-a8-far.d: New.
516 * ld-arm/arm-elf.exp: Add new test.
517
518 2009-08-02 H.J. Lu <hongjiu.lu@intel.com>
519
520 PR ld/6443
521 * ld-i386/i386.exp: Run tlspie1.
522 * ld-x86-64/x86-64.exp: tlspie1.
523
524 * ld-i386/tlspie1.d: New.
525 * ld-i386/tlspie1.s: Likewise.
526 * ld-x86-64/tlspie1.d: Likewise.
527 * ld-x86-64/tlspie1.s: Likewise.
528
529 2009-07-31 Hans-Peter Nilsson <hp@bitrange.com>
530
531 * ld-mmix/x.s, ld-mmix/y.s, ld-mmix/zeroeh.ld,
532 ld-mmix/zeroehelf.d, ld-mmix/zeroehmmo.d: Use .gcc_except_table,
533 not .eh_frame.
534
535 2009-07-30 H.J. Lu <hongjiu.lu@intel.com>
536
537 * ld-elf/shared.exp: Comment out dl3b.
538
539 2009-07-30 Hans-Peter Nilsson <hp@bitrange.com>
540
541 * ld-scripts/empty-address-3a.d, ld-scripts/empty-address-3b.d:
542 Skip for mmix-knuth-mmixware.
543
544 2009-07-29 Hans-Peter Nilsson <hp@bitrange.com>
545
546 * ld-scripts/default-script.s (text): Globalize.
547 * ld-scripts/default-script1.d, ld-scripts/default-script2.d,
548 ld-scripts/default-script3.d, ld-scripts/default-script4.d: Adjust
549 accordingly.
550
551 2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
552
553 * ld-x86-64/abs-l1om.d: New.
554 * ld-x86-64/protected2-l1om.d: Likewise.
555 * ld-x86-64/protected3-l1om.d: Likewise.
556
557 * ld-x86-64/x86-64.exp: Run abs-l1om, protected2-l1om and
558 protected3-l1om.
559
560 2009-07-24 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
561 Alan Modra <amodra@bigpond.net.au>
562
563 * ld-spu/pic.d: New.
564 * ld-spu/pic.s: New.
565 * ld-spu/picdef.s: New.
566
567 2009-07-23 H.J. Lu <hongjiu.lu@intel.com>
568
569 PR ld/10434
570 * ld-x86-64/tlsle1.d: New.
571 * ld-x86-64/tlsle1.s: Likewise.
572
573 * ld-x86-64/x86-64.exp: Run tlsle1.
574
575 2009-07-21 H.J. Lu <hongjiu.lu@intel.com>
576
577 PR ld/10426
578 * ld-ifunc/ifunc.exp: Check test-1 and libtest-2.so. Updated.
579
580 * ld-ifunc/test-1.c: New.
581 * ld-ifunc/test-2.c: Likewise.
582
583 2009-07-17 Chao-ying Fu <fu@mips.com>
584
585 * ld-mips-elf/pic-and-nonpic-3b.dd: Updated to use new PLT
586 entries.
587 * ld-mips-elf/pic-and-nonpic-5b.dd: Likewise.
588 * ld-mips-elf/pic-and-nonpic-6-o32.dd: Likewise.
589 * ld-mips-elf/pic-and-nonpic-6-n32.dd: Likewise.
590 * ld-mips-elf/pic-and-nonpic-6-n64.dd: Likewise.
591
592 2009-07-16 H.J. Lu <hongjiu.lu@intel.com>
593
594 * ld-ifunc/ifunc-5r-local-i386.d: New.
595 * ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
596
597 2009-07-16 Nathan Sidwell <nathan@codesourcery.com>
598
599 * ld-arm/arm-target2.s: Add addend cases.
600 * ld-arm/arm-target2-rel.d: Adjust.
601 * ld-arm/arm-target2-abs.d: Adjust.
602 * ld-arm/arm-target2-got-rel.d: Adjust.
603
604 2009-07-13 H.J. Lu <hongjiu.lu@intel.com>
605
606 * ld-ifunc/ifunc.exp: Don't use -shared/-static to build object
607 files. Use ld_simple_link to build static non-ifunc-using
608 executable. Re-enable static non-ifunc-using executable check.
609
610 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
611
612 * ld-ifunc/ifunc.exp: Don't check static non-ifunc-using
613 executable.
614
615 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
616
617 * ld-ifunc/ifunc-1-local-x86.d: Updated.
618 * ld-ifunc/ifunc-1-x86.d: Likewise.
619 * ld-ifunc/ifunc-3a-x86.d: Likewise.
620
621 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
622
623 * ld-ifunc/ifunc-1-local-x86.d: Updated.
624 * ld-ifunc/ifunc-1-x86.d: Likewise.
625 * ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
626 * ld-ifunc/ifunc-2-x86-64.d: Likewise.
627 * ld-ifunc/ifunc-3a-x86.d: Likewise.
628
629 2009-07-10 Alan Modra <amodra@bigpond.net.au>
630
631 * ld-ifunc/ifunc.exp: Run for powerpc. Really generate static
632 executables, renaming the existing dynamic but local tests.
633
634 2009-07-08 Alan Modra <amodra@bigpond.net.au>
635
636 * ld-selective/selective.exp: Remove check that $CC contains the
637 string "gcc". Do -dumpversion for $CXX.
638
639 2009-06-30 Nick Clifton <nickc@redhat.com>
640
641 PR 10288
642 * ld-arm/arm-app.d: Update expcted disassembly.
643 * ld-arm/arm-be8.d: Likewise.
644 * ld-arm/arm-call.d: Likewise.
645 * ld-arm/arm-lib-plt32.d: Likewise.
646 * ld-arm/arm-lib.d: Likewise.
647 * ld-arm/arm-movwt.d: Likewise.
648 * ld-arm/arm-pic-veneer.d: Likewise.
649 * ld-arm/armthumb-lib.d: Likewise.
650 * ld-arm/armv4-bx.d: Likewise.
651 * ld-arm/cortex-a8-fix-b-rel-arm.d: Likewise.
652 * ld-arm/farcall-mixed-app-v5.d: Likewise.
653 * ld-arm/farcall-mixed-app.d: Likewise.
654 * ld-arm/farcall-mixed-lib.d: Likewise.
655 * ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
656 * ld-arm/farcall-thumb-arm-short.d: Likewise.
657 * ld-arm/farcall-thumb-arm.d: Likewise.
658 * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
659 * ld-arm/farcall-thumb-thumb-m.d: Likewise.
660 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
661 * ld-arm/farcall-thumb-thumb.d: Likewise.
662 * ld-arm/group-relocs.d: Likewise.
663 * ld-arm/mixed-app-v5.d: Likewise.
664 * ld-arm/mixed-app.d: Likewise.
665 * ld-arm/mixed-lib.d: Likewise.
666 * ld-arm/movw-merge.d: Likewise.
667 * ld-arm/thumb2-b-interwork.d: Likewise.
668 * ld-arm/tls-app.d: Likewise.
669 * ld-arm/tls-lib.d: Likewise.
670
671 2009-06-29 Nick Clifton <nickc@redhat.com>
672
673 PR 10288
674 * ld-arm/arm-app-abs32.d: Update expected disassembly.
675 * ld-arm/arm-app.d: Likewise.
676 * ld-arm/arm-lib-plt32.d: Likewise.
677 * ld-arm/arm-lib.d: Likewise.
678 * ld-arm/arm-pic-veneer.d: Likewise.
679 * ld-arm/armthumb-lib.d: Likewise.
680 * ld-arm/farcall-mixed-app-v5.d: Likewise.
681 * ld-arm/farcall-mixed-app.d: Likewise.
682 * ld-arm/farcall-mixed-lib.d: Likewise.
683 * ld-arm/group-relocs.d: Likewise.
684 * ld-arm/mixed-app-v5.d: Likewise.
685 * ld-arm/mixed-app.d: Likewise.
686 * ld-arm/mixed-lib.d: Likewise.
687 * ld-arm/thumb2-bl-undefweak.d: Likewise.
688
689 2009-06-27 H.J. Lu <hongjiu.lu@intel.com>
690
691 PR ld/10337
692 * ld-ifunc/binutils.exp: New.
693
694 2009-06-25 Kai Tietz <kai.tietz@onevision.com>
695
696 * ld-pe/aligncomm-1.c (size_t): Add typedef.
697 (main): Use it for casting pointer to scalar.
698 * ld-pe/aligncomm-2.c: Likewise.
699 * ld-pe/aligncomm-3.c: Likewise.
700 * ld-pe/aligncomm-4.c: Likewise.
701 * ld-scripts/empty-address.exp: Make sure that for x86_64-*-mingw*
702 target imagebase is set to zero.
703 * ld-scripts/weak.exp: Don't fail for x86_64-*-mingw* target.
704
705 2009-06-22 Christophe Lyon <christophe.lyon@st.com>
706
707 ld/testsuite:
708 * ld-arm/farcall-mixed-app.s: Add new references to check more
709 modes switching.
710 * ld-arm/farcall-mixed-lib1.s: Likewise.
711 * ld-arm/farcall-mixed-app-v5.d: Update expected result.
712 * farcall-mixed-app.d: Likewise.
713 * ld-arm/farcall-mixed-lib.d: Likewise.
714
715 2009-06-22 Dave Korn <dave.korn.cygwin@gmail.com>
716
717 * ld-pe/pe-run.exp (proc test_direct_link_dll): Fix incorrect
718 line-wrapping.
719
720 2009-06-19 H.J. Lu <hongjiu.lu@intel.com>
721
722 * ld-i386/i386.exp: Run tlsgd2.
723
724 * ld-i386/tlsgd2.d: New.
725 * ld-i386/tlsgd2.s: Likewise.
726
727 * ld-x86-64/tlsgd3.d: Updated.
728
729 2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
730
731 * ld-pe/pe-run.exp (proc test_direct_link_dll): Always pass
732 --enable-auto-import to the linker.
733 * ld-pe/vers-script-1.d: Replace '\$' by '_' in all symbol names.
734 * ld-pe/vers-script-3.d: Likewise.
735 * ld-pe/vers-script-4.d: Likewise.
736 * ld-pe/vers-script-dll.c: Likewise.
737 * lib/ld-lib.exp (proc is_pecoff_format): Also return true for
738 "*-*-cegcc*" targets.
739
740 2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
741
742 * ld-ifunc/ifunc-9-x86.d: Fix a typo.
743
744 2009-06-14 H.J. Lu <hongjiu.lu@intel.com>
745
746 PR ld/10270
747 * ld-ifunc/ifunc-9-x86.d: New.
748 * ld-ifunc/ifunc-9-x86.s: Likewise.
749
750 2009-06-13 H.J. Lu <hongjiu.lu@intel.com>
751
752 PR ld/10269
753 * ld-ifunc/ifunc-1-local-x86.d: New.
754 * ld-ifunc/ifunc-1-local-x86.s: Likewise.
755 * ld-ifunc/ifunc-2-local-i386.d: Likewise.
756 * ld-ifunc/ifunc-2-local-i386.s: Likewise.
757 * ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
758 * ld-ifunc/ifunc-2-local-x86-64.s: Likewise.
759 * ld-ifunc/ifunc-4-local-x86.d: Likewise.
760 * ld-ifunc/ifunc-4-local-x86.s: Likewise.
761 * ld-ifunc/ifunc-5-local-i386.s: Likewise.
762 * ld-ifunc/ifunc-5-local-x86-64.s: Likewise.
763 * ld-ifunc/ifunc-5a-local-i386.d: Likewise.
764 * ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
765 * ld-ifunc/ifunc-5b-local-i386.d: Likewise.
766 * ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
767
768 2009-06-03 H.J. Lu <hongjiu.lu@intel.com>
769
770 * ld-ifunc/ifunc-2-x86-64.d: Pass --64 to as and -melf_x86_64 to
771 ld.
772 * ld-ifunc/ifunc-5a-x86-64.d: Likewise.
773 * ld-ifunc/ifunc-5b-x86-64.d: Likewise.
774 * ld-ifunc/ifunc-6a-x86-64.d: Likewise.
775 * ld-ifunc/ifunc-6b-x86-64.d: Likewise.
776 * ld-ifunc/ifunc-7a-x86-64.d: Likewise.
777 * ld-ifunc/ifunc-7b-x86-64.d: Likewise.
778
779 * ld-ifunc/ifunc-8a-i386.s: New.
780 * ld-ifunc/ifunc-8a-x86-64.s: Likewise.
781 * ld-ifunc/ifunc-8b-i386.s: Likewise.
782 * ld-ifunc/ifunc-8b-x86-64.s: Likewise.
783 * ld-ifunc/ifunc-8-i386.d: Likewise.
784 * ld-ifunc/ifunc-8-x86-64.d: Likewise.
785
786 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
787
788 * ld-powerpc/aix-glink-3.s, ld-powerpc/aix-glink-3a.s,
789 ld-powerpc/aix-glink-3b.s, ld-powerpc/aix-glink-3.dd,
790 ld-powerpc/aix-glink-3-32.d, ld-powerpc/aix-glink-3-64.d: New tests.
791 * ld-powerpc/aix52.exp: Run them. Move the lineno tests to maintain
792 alphabetical order.
793
794 2009-06-02 H.J. Lu <hongjiu.lu@intel.com>
795
796 * ld-ifunc/ifunc-5-i386.d: Renamed to ...
797 * ld-ifunc/ifunc-5a-i386.d: This.
798
799 * ld-ifunc/ifunc-5-x86-64.d: Renamed to ...
800 * ld-ifunc/ifunc-5a-x86-64.d: This.
801
802 * ld-ifunc/ifunc-5b-i386.d: New.
803 * ld-ifunc/ifunc-5b-x86-64.d: Likewise.
804 * ld-ifunc/ifunc-6a-i386.d: Likewise.
805 * ld-ifunc/ifunc-6a-x86-64.d: Likewise.
806 * ld-ifunc/ifunc-6b-i386.d: Likewise.
807 * ld-ifunc/ifunc-6b-x86-64.d: Likewise.
808 * ld-ifunc/ifunc-6-i386.s: Likewise.
809 * ld-ifunc/ifunc-6-x86-64.s: Likewise.
810 * ld-ifunc/ifunc-7a-i386.d: Likewise.
811 * ld-ifunc/ifunc-7a-x86-64.d: Likewise.
812 * ld-ifunc/ifunc-7b-i386.d: Likewise.
813 * ld-ifunc/ifunc-7b-x86-64.d: Likewise.
814 * ld-ifunc/ifunc-7-i386.s: Likewise.
815 * ld-ifunc/ifunc-7-x86-64.s: Likewise.
816
817 2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
818
819 PR ld/10205
820 * ld-ifunc/ifunc.exp (contains_irelative_reloc): New.
821 Use it on executable and shared library.
822 Run *.d.
823
824 * ld-ifunc/lib.c: Add a hidden alias, __GI_library_func2, for
825 library_func2.
826 (library_func): New.
827
828 * ld-ifunc/ifunc-1-x86.d: New.
829 * ld-ifunc/ifunc-1-x86.s: Likewise.
830 * ld-ifunc/ifunc-2-i386.d: Likewise.
831 * ld-ifunc/ifunc-2-i386.s: Likewise.
832 * ld-ifunc/ifunc-2-x86-64.d: Likewise.
833 * ld-ifunc/ifunc-2-x86-64.s: Likewise.
834 * ld-ifunc/ifunc-3a-x86.d: Likewise.
835 * ld-ifunc/ifunc-3b-x86.d: Likewise.
836 * ld-ifunc/ifunc-3-x86.s: Likewise.
837 * ld-ifunc/ifunc-4-x86.d: Likewise.
838 * ld-ifunc/ifunc-4-x86.s: Likewise.
839 * ld-ifunc/ifunc-5-i386.d: Likewise.
840 * ld-ifunc/ifunc-5-i386.s: Likewise.
841 * ld-ifunc/ifunc-5-x86-64.d: Likewise.
842 * ld-ifunc/ifunc-5-x86-64.s: Likewise.
843
844 2009-05-27 Dave Korn <dave.korn.cygwin@gmail.com>
845
846 * ld-pe/non-c-lang-syms.c: New dump test source file.
847 * ld-pe/non-c-lang-syms.d: New dump test pattern file.
848 * ld-pe/pe.exp: Run new "foreign symbol" test.
849
850 2009-05-26 Nathan Sidwell <nathan@codesourcery.com>
851
852 * ld-powerpc/vxworks-relax-2.s: New.
853 * ld-powerpc/vxworks-relax-2.rd: New.
854 * ld-powerpc/powerpc.exp: Add it.
855
856 2009-05-22 Hans-Peter Nilsson <hp@axis.com>
857
858 * ld-scripts/rgn-over7.d: Adjust expected message for recent change.
859
860 2009-05-22 Julian Brown <julian@codesourcery.com>
861
862 * ld-arm/cortex-a8-arm-target.s: New.
863 * ld-arm/cortex-a8-thumb-target.s: New.
864 * ld-arm/cortex-a8-fix-b-rel.s: New.
865 * ld-arm/cortex-a8-fix-b-rel-arm.d: New.
866 * ld-arm/cortex-a8-fix-b-rel-thumb.d: New.
867 * ld-arm/cortex-a8-fix-b.s: New.
868 * ld-arm/cortex-a8-fix-b.d: New.
869 * ld-arm/cortex-a8-fix-bl-rel.s: New.
870 * ld-arm/cortex-a8-fix-bl-rel-arm.d: New.
871 * ld-arm/cortex-a8-fix-bl-rel-thumb.d: New.
872 * ld-arm/cortex-a8-fix-bl.s: New.
873 * ld-arm/cortex-a8-fix-bl.d: New.
874 * ld-arm/cortex-a8-fix-bcc-rel.s: New.
875 * ld-arm/cortex-a8-fix-bcc-rel-thumb.d: New.
876 * ld-arm/cortex-a8-fix-bcc.s: New.
877 * ld-arm/cortex-a8-fix-bcc.d: New.
878 * ld-arm/cortex-a8-fix-blx-rel.s: New.
879 * ld-arm/cortex-a8-fix-blx-rel-arm.d: New.
880 * ld-arm/cortex-a8-fix-blx-rel-thumb.d: New.
881 * ld-arm/cortex-a8-fix-blx.s: New.
882 * ld-arm/cortex-a8-fix-blx.d: New.
883 * ld-arm/arm-elf.exp: Add new tests.
884
885 2009-05-22 Nathan Sidwell <nathan@codesourcery.com>
886
887 * ld-scripts/rgn-at4.t: New.
888 * ld-scripts/rgn-at4.d: New.
889
890 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
891
892 * ld-pe/aligncomm-1.c (_alloca): Add dummy definition to
893 satisfy final link on Windows targets when using gcc-3.
894 * ld-pe/aligncomm-2.c (_alloca): Likewise.
895 * ld-pe/aligncomm-3.c (_alloca): Likewise.
896 * ld-pe/aligncomm-4.c (_alloca): Likewise.
897
898 2009-05-20 Dave Korn <dave.korn.cygwin@gmail.com>
899
900 * lib/ld-lib.exp (run_ld_link_tests): Filter test names against
901 runtests list.
902
903 2009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
904
905 * ld-pe/aligncomm-1.c: New test source file.
906 * ld-pe/aligncomm-2.c: Likewise.
907 * ld-pe/aligncomm-3.c: Likewise.
908 * ld-pe/aligncomm-4.c: Likewise.
909 * ld-pe/aligncomm.d: New test pattern file.
910
911 * ld-pe/direct.exp: Deleted, and content moved into ...
912 * ld-pe/pe-run.exp: ... New common file for all PE run tests.
913
914 * ld-pe/vers-script.exp: Deleted, and content merged into ...
915 * ld-pe/pe-compile.exp: ... New common file for PE tests needing
916 a compiler, adding aligned common tests.
917
918 * ld-pe/pe.exp: Update header comment.
919
920 2009-05-17 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
921
922 * ld-pe/exports.d: New file.
923 * ld-pe/exports.s: New file.
924 * ld-pe/pe.exp: New test for empty export table.
925
926 2009-05-16 Alan Modra <amodra@bigpond.net.au>
927
928 * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
929 * ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
930 * ld-elf/orphan3f.s: Increase section size to 16.
931 * ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
932 * ld-pe/orphand.s, * ld-pe/orphane.s: Likewise.
933
934 2009-05-15 Alan Modra <amodra@bigpond.net.au>
935
936 * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
937 * ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
938 * ld-elf/orphan3f.s: New test.
939 * ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
940 * ld-pe/orphand.s, * ld-pe/orphane.s: New test.
941 * ld-pe/direct.exp: Use is_pecoff_format.
942 * ld-pe/longsecn.exp: Delete.
943 * ld-pe/pe.exp: Run new test and longsecn tests.
944
945 2009-05-15 Andrew Stubbs <ams@codesourcery.com>
946 Paul Brook <paul@codesourcery.com>
947
948 * ld-arm/arm-elf.exp: Add unwind-5.
949 * ld-arm/discard-unwind.ld: New file.
950 * ld-arm/unwind-5.d: New test.
951 * ld-arm/unwind-5.s: New test.
952
953 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
954
955 * ld-spu/icache1.d: Update for compact stubs.
956
957 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
958
959 * ld-spu/icache1.d: Update all addresses to accomodate icache
960 buffer shifted down 0x800 bytes.
961
962 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
963
964 * ld-spu/icache.d: Update file offsets.
965 * ld-spu/ovl.d: Likewise.
966 * ld-spu/ovl1.d: Likewise.
967
968 2009-05-14 Alan Modra <amodra@bigpond.net.au>
969
970 * ld-spu/icache1.d: Update for changed overlay manager placement.
971 * ld-spu/ovl.d: Likewise.
972 * ld-spu/ovl2.d: Likewise.
973
974 2009-05-05 Paul Brook <paul@codesourcery.com>
975
976 * ld-arm/arm.ld: Add .ARM.exidx and .ARM.extab.
977 * ld-arm/arm-elf.exp: Add unwind-[1-4].
978 * ld-arm/unwind-1.d: New test.
979 * ld-arm/unwind-1.s: New test.
980 * ld-arm/unwind-2.d: New test.
981 * ld-arm/unwind-2.s: New test.
982 * ld-arm/unwind-3.d: New test.
983 * ld-arm/unwind-3.s: New test.
984 * ld-arm/unwind-4.d: New test.
985 * ld-arm/unwind-4.s: New test.
986
987 2009-05-01 Julian Brown <julian@codesourcery.com>
988
989 * ld-arm/arm-elf.exp (armeabitests): Add thumb2-bl-blx-interwork test.
990 * ld-arm/thumb2-bl-blx-interwork.s: New.
991 * ld-arm/thumb2-bl-blx-interwork.d: New.
992
993 2009-04-30 Nick Clifton <nickc@redhat.com>
994
995 * ld-ifunc: New directory.
996 * ld-ifunc/ifunc.exp: New file: Run the IFUNC tests.
997 * ld-ifunc/prog.c: New file.
998 * ld-ifunc/lib.c: New file.
999
1000 2009-04-30 Joseph Myers <joseph@codesourcery.com>
1001
1002 * ld-arm/movw-shared-1.d, ld-arm/movw-shared-1.s,
1003 ld-arm/movw-shared-2.d, ld-arm/movw-shared-2.s,
1004 ld-arm/movw-shared-3.d, ld-arm/movw-shared-3.s,
1005 ld-arm/movw-shared-4.d, ld-arm/movw-shared-4.s: New tests.
1006 * ld-arm/arm-elf.exp: Run these new tests.
1007
1008 2009-04-29 Chris Demetriou <cgd@google.com>
1009
1010 * ld-elfvers/vers.exp (vers4b): New test to verify that
1011 --no-export-dynamic undoes --export-dynamic.
1012
1013 2009-04-28 Nathan Sidwell <nathan@codesourcery.com>
1014
1015 * ld-i386/vxworks1-lib.dd: Adjust expected disassembly.
1016 * ld-i386/vxworks1.dd: Adjust expected disassembly.
1017 * ld-i386/vxworks1-lib.rd: Sections are swapped.
1018
1019 2009-04-22 Christophe Lyon <christophe.lyon@st.com>
1020
1021 PR9743
1022 * ld-arm/arm-call.d: Update expected result.
1023 * ld-arm/arm-pic-veneer.d: Likewise.
1024 * ld-arm/thumb2-b-interwork.d: Likewise.
1025
1026 2009-04-22 Nathan Sidwell <nathan@codesourcery.com>
1027
1028 * ld-scripts/rgn-at1.d: Cope with larger padding on sections.
1029 * ld-scripts/rgn-at2.d: Likewise.
1030 * ld-scripts/rgn-at3.d: Likewise.
1031
1032 2009-04-21 Daniel Jacobowitz <dan@codesourcery.com>
1033
1034 * ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
1035 ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d,
1036 ld-arm/farcall-mixed-lib.d: Update for linker changes.
1037
1038 2009-04-17 Christophe Lyon <christophe.lyon@st.com>
1039
1040 * ld-arm/arm-elf.exp: Add new test farcall-mixed-lib.
1041 * ld-arm/farcall-mixed-lib.d: Update expected output.
1042 * ld-arm/farcall-mixed-lib1.s: New file.
1043 * ld-arm/farcall-mixed-lib2.s: New file.
1044
1045 2009-04-16 Richard Sandiford <r.sandiford@uk.ibm.com>
1046
1047 * ld-powerpc/aix-export-2.s, ld-powerpc/aix-export-2.nd: New test.
1048 * ld-powerpc/aix52.exp: Run it.
1049
1050 2009-04-16 Alan Modra <amodra@bigpond.net.au>
1051
1052 * ld-libs/lib-1.s: Use "==" instead of ".set".
1053 * ld-libs/lib-2.s: Likewise.
1054 * ld-scripts/defined.s: Likewise.
1055
1056 2009-04-15 Christophe Lyon <christophe.lyon@st.com>
1057
1058 * ld-arm/arm-elf.exp: Add 1 more test to check undef weak
1059 reference with PLT in ARM mode.
1060 * ld-arm/thumb2-bl-undefweak1.d, ld-arm/thumb2-bl-undefweak1.s:
1061 New files.
1062
1063 2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
1064
1065 * ld-i386/abs.d: Add --32 for assembler and -melf_i386 for
1066 linker.
1067
1068 2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
1069
1070 * ld-scripts/rgn-at.s: Use explicit .section pseudos.
1071
1072 2009-04-03 Dave Korn <dave.korn.cygwin@gmail.com>
1073
1074 * ld-pe/image_size.d (#target): Also run test on Cygwin and x86_64
1075 MinGW targets.
1076
1077 2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
1078
1079 * ld-scripts/rgn-at.exp: New.
1080 * ld-scripts/rgn-at.s: New.
1081 * ld-scripts/rgn-at1.d: New.
1082 * ld-scripts/rgn-at1.t: New.
1083 * ld-scripts/rgn-at2.d: New.
1084 * ld-scripts/rgn-at2.t: New.
1085 * ld-scripts/rgn-at3.d: New.
1086 * ld-scripts/rgn-at3.t: New.
1087
1088 2009-04-03 Dave Korn <dave.korn.cygwin@gmail.com>
1089
1090 * ld-pe/export_dynamic_warning.s: Make dummy code portable.
1091
1092 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
1093
1094 * ld-pe/export_dynamic_warning.d (#warning): Fix regex pattern.
1095
1096 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
1097
1098 PR ld/6744
1099 * ld-pe/export_dynamic_warning.d: New test control file.
1100 * ld-pe/export_dynamic_warning.s: New test source file.
1101 * ld-pe/pe.exp: Also run export_dynamic_warning dump test.
1102
1103 2009-04-02 Christophe Lyon <christophe.lyon@st.com>
1104
1105 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Update expected
1106 results.
1107 * ld-arm/farcall-thumb-thumb.d: Likewise.
1108
1109 2009-04-02 Nick Clifton <nickc@redhat.com>
1110
1111 PR 9987
1112 * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage
1113 collection tests for cygwin targets.
1114
1115 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
1116
1117 * ld-powerpc/aix-gc-1.nd: New test.
1118 * ld-powerpc/aix52.exp: Run it.
1119
1120 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
1121
1122 * ld-powerpc/aix-rel-1.s, ld-powerpc/aix-rel-1.od: New test.
1123 * ld-powerpc/aix52.exp: Run it.
1124
1125 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
1126
1127 * ld-cygwin/exe-export.exp: Add "-lkernel32" when linking test exe.
1128 * ld-cygwin/testexe.c (testexe_main): Indicate whether global_a
1129 was set to correct final value using error return status.
1130 (testexe_dummy): Dummy function calls an import from kernel32.dll
1131 to ensure it is mapped into the process space at runtime.
1132
1133 2009-04-01 Christophe Lyon <christophe.lyon@st.com>
1134
1135 * ld-arm/arm-elf.exp: BE8 tests expect the same output as the
1136 default ones.
1137 * ld-arm/arm-be8.d: Print opcodes in little endian.
1138 * ld-arm/farcall-thumb-arm-be8.d: Removed useless expected result.
1139 * ld-arm/farcall-arm-arm-be8.d: Likewise.
1140
1141 2009-03-25 Hans-Peter Nilsson <hp@axis.com>
1142
1143 * ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-e-tpoffcomm1.d,
1144 ld-cris/tls-e-tpoffcomm1.s: New tests.
1145
1146 2009-03-24 Hans-Peter Nilsson <hp@axis.com>
1147
1148 * ld-cris/tls-commx.s, ld-cris/tls-dso-dtpoffd2.d,
1149 ld-cris/tls-dso-dtpoffd4.d, ld-cris/tls-dtpoffdx.s,
1150 ld-cris/tls-e-dtpoffd1.d: New tests.
1151
1152 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
1153 ld-cris/tls-e-80.d, ld-cris/tls-gd-3.d, ld-cris/tls-gd-3h.d,
1154 ld-cris/tls-global-74.d, ld-cris/tls-ldgde-14.d,
1155 ld-cris/tls-ldgde-15.d, ld-cris/tls-legd-16.d,
1156 ld-cris/tls-legd-17.d, ld-cris/tls-local-57.d,
1157 ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for BFD
1158 change in link-time known GOT contents for GD relocations.
1159
1160 2009-03-20 H.J. Lu <hongjiu.lu@intel.com>
1161
1162 PR ld/9970
1163 * ld-pie/pie.exp: Use -fpie to compile. Run *.d tests.
1164
1165 * ld-pie/start.d: New.
1166 * ld-pie/start.s: Likewise.
1167
1168 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
1169
1170 PR ld/6766
1171 * ld-undefined/dummy.s: New.
1172 * ld-undefined/entry-1.d: Likewise.
1173 * ld-undefined/entry-2.d: Likewise.
1174 * ld-undefined/entry-3.d: Likewise.
1175 * ld-undefined/entry-4.d: Likewise.
1176 * ld-undefined/entry-5.d: Likewise.
1177 * ld-undefined/entry-6.d: Likewise.
1178 * ld-undefined/entry.exp: Likewise.
1179 * ld-undefined/entry.s: Likewise.
1180
1181 2009-03-17 Alan Modra <amodra@bigpond.net.au>
1182
1183 * ld-spu/icache1.d: Update for fixed set_id, new manager entry, and
1184 reduced data.
1185
1186 2009-03-17 Alan Modra <amodra@bigpond.net.au>
1187
1188 * config/default.exp (get_link_files): Replace double dollars with
1189 single dollars.
1190
1191 2009-03-17 Alan Modra <amodra@bigpond.net.au>
1192
1193 * ld-bootstrap/bootstrap.exp: Use DO_COMPARE. Remove unnecessary
1194 cleanup and log output.
1195
1196 2009-03-16 Dave Korn <dave.korn.cygwin@gmail.com>
1197
1198 * ld-bootstrap/bootstrap.exp: Also pass '-liconv' to linker when
1199 linking statically on Cygwin, necessitated by '-lintl'.
1200
1201 2009-03-15 Dave Korn <dave.korn.cygwin@gmail.com>
1202
1203 * ld-auto-import/auto-import.exp: Add missing dll entrypoint.
1204
1205 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1206
1207 * ld-powerpc/aix-export-1-all.dd, ld-powerpc/aix-export-1-full.dd,
1208 ld-powerpc/aix-export-1a.s, ld-powerpc/aix-export-1b.s: New tests.
1209 * ld-powerpc/aix52.exp: Run them.
1210
1211 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1212
1213 * ld-powerpc/aix-gc-1.s, ld-powerpc/aix-gc-1.ex,
1214 ld-powerpc/aix-gc-1-32.dd, ld-powerpc/aix-gc-1-64.dd,
1215 ld-powerpc/aix-weak-1-gcdso.dnd, ld-powerpc/aix-weak-1-gcdso.hd,
1216 ld-powerpc/aix-weak-1-gcdso.nd: New tests.
1217 * ld-powerpc/aix52.exp: Run them.
1218
1219 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1220
1221 * ld-powerpc/aix-glink-2a.s, ld-powerpc/aix-glink-2a.ex,
1222 ld-powerpc/aix-glink-2b.s, ld-powerpc/aix-glink-2c.s,
1223 ld-powerpc/aix-glink-2c.ex, ld-powerpc/aix-glink-2d.s,
1224 ld-powerpc/aix-glink-2-32.dd, ld-powerpc/aix-glink-2-64.dd,
1225 ld-powerpc/aix-weak-1a.s, ld-powerpc/aix-weak-1b.s,
1226 ld-powerpc/aix-weak-1-rel.hd, ld-powerpc/aix-weak-1-rel.nd,
1227 ld-powerpc/aix-weak-1-dso.hd, ld-powerpc/aix-weak-1-dso.nd,
1228 ld-powerpc/aix-weak-1-dso.dnd, ld-powerpc/aix-weak-1.ex,
1229 ld-powerpc/aix-weak-2a.s, ld-powerpc/aix-weak-2a.ex,
1230 ld-powerpc/aix-weak-2a.nd, ld-powerpc/aix-weak-2b.s,
1231 ld-powerpc/aix-weak-2b.nd, ld-powerpc/aix-weak-2c.s,
1232 ld-powerpc/aix-weak-2c.ex, ld-powerpc/aix-weak-2c.nd,
1233 ld-powerpc/aix-weak-2c.od, ld-powerpc/aix-weak-3a.s,
1234 ld-powerpc/aix-weak-3a.ex, ld-powerpc/aix-weak-3b.s,
1235 ld-powerpc/aix-weak-3b.ex, ld-powerpc/aix-weak-3-32.d,
1236 ld-powerpc/aix-weak-3-32.dd, ld-powerpc/aix-weak-3-64.d,
1237 ld-powerpc/aix-weak-3-64.dd: New tests.
1238 * ld-powerpc/aix52.exp: Run them. Replace tmp/aix-* with
1239 tmp/aix64-* in 64-bit ld options.
1240
1241 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1242
1243 * ld-powerpc/aix-no-dup-syms-1a.s, ld-powerpc/aix-no-dup-syms-1b.s,
1244 ld-powerpc/aix-no-dup-syms-1.ex, ld-powerpc/aix-no-dup-syms-1.im,
1245 ld-powerpc/aix-no-dup-syms-1-dso.dnd,
1246 ld-powerpc/aix-no-dup-syms-1-dso.drd,
1247 ld-powerpc/aix-no-dup-syms-1-dso.nd,
1248 ld-powerpc/aix-no-dup-syms-1-dso.rd,
1249 ld-powerpc/aix-no-dup-syms-1-rel.nd,
1250 ld-powerpc/aix-no-dup-syms-1-rel.rd: New tests.
1251 * ld-powerpc/aix52.exp: Run them.
1252
1253 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1254
1255 * ld-powerpc/aix-abs-branch-1.nd,
1256 ld-powerpc/aix-abs-reloc-1.nd: New tests.
1257 * ld-powerpc/aix52.exp: Run them.
1258
1259 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1260
1261 * ld-powerpc/aix-lineno-1.s, ld-powerpc/aix-lineno-1.txt,
1262 ld-powerpc/aix-lineno-1a.dd, ld-powerpc/aix-lineno-1a.nd,
1263 ld-powerpc/aix-lineno-1b.dd, ld-powerpc/aix-lineno-1b.nd: New tests.
1264 * ld-powerpc/aix52.exp: Run them. Copy aix-lineno-1.txt to tmpdir.
1265
1266 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1267
1268 * ld-powerpc/aix-toc-1.ex, ld-powerpc/aix-toc-1a.s,
1269 ld-powerpc/aix-toc-1b.s, ld-powerpc/aix-toc-1-32.dd,
1270 ld-powerpc/aix-toc-1-64.dd: New tests.
1271 * ld-powerpc/aix52.exp: Run them.
1272
1273 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1274
1275 * ld-powerpc/aix-glink-1.ex, ld-powerpc/aix-glink-1.s,
1276 ld-powerpc/aix-glink-1-32.dd, ld-powerpc/aix-glink-1-64.dd,
1277 ld-powerpc/aix-glink-1-32.d, ld-powerpc/aix-glink-1-64.d: New tests.
1278 * ld-powerpc/aix52.exp: Run them.
1279
1280 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1281
1282 * ld-powerpc/aix-abs-branch-1.im, ld-powerpc/aix-abs-branch-1.ex,
1283 ld-powerpc/aix-abs-branch-1.s,
1284 ld-powerpc/aix-abs-branch-1.dd: New test.
1285 * ld-powerpc/aix52.exp: Run it.
1286
1287 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1288
1289 * ld-powerpc/aix-abs-reloc-1.ex, ld-powerpc/aix-abs-reloc-1.im,
1290 ld-powerpc/aix-abs-reloc-1.od, ld-powerpc/aix-abs-reloc-1.s: New test.
1291 * ld-powerpc/aix52.exp: Run it.
1292
1293 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1294
1295 * ld-powerpc/aix-core-sec-1.s, ld-powerpc/aix-core-sec-1.ex,
1296 ld-powerpc/aix-core-sec-1.hd, ld-powerpc/aix-core-sec-2.s,
1297 ld-powerpc/aix-core-sec-2.ex, ld-powerpc/aix-core-sec-2.hd,
1298 ld-powerpc/aix-core-sec-3.s, ld-powerpc/aix-core-sec-3.ex,
1299 ld-powerpc/aix-core-sec-3.hd: New tests.
1300 * ld-powerpc/aix52.exp: New harness.
1301
1302 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1303
1304 * lib/ld-lib.exp (ar_simple_create): Add an "aropts" parameter.
1305 (run_ld_link_tests): Treat the second list element as "ar" options
1306 when creating an archive. Don't run the linker in this case.
1307 (run_cc_link_tests): Likewise.
1308
1309 2009-03-13 Nick Clifton <nickc@redhat.com>
1310
1311 * lib/ld-lib.exp (run_dump_test): Add verbose to list of globals.
1312 Replace call to verbose_eval with a test of verbose level. If
1313 greater than 2 always dump the contents of the dumpfile. If equal
1314 to 2 only dump the contents if the regexp diff failed.
1315 (proc verbose_eval): Delete.
1316
1317 2009-03-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1318
1319 * ld-elf/empty2.d: Remove xfail for hppa*-*-*.
1320 * ld-elf/merge.d: Change xfail for hppa to hppa*64*-*-*.
1321
1322 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
1323
1324 * ld-arm/arm-elf.exp: Add new farcall-group-limit test.
1325 * ld-arm/farcall-group-limit.d: New file.
1326 * ld-arm/farcall-group3.s: New file.
1327 * ld-arm/farcall-group4.s: New file.
1328
1329 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
1330
1331 * ld-arm/arm-elf.exp: Add 2 more tests to check long branch stubs
1332 in PLT context.
1333 * ld-arm/farcall-mixed-app-v5.d: New file.
1334 * ld-arm/farcall-mixed-app.d: Likewise.
1335 * ld-arm/farcall-mixed-app.r: Likewise.
1336 * ld-arm/farcall-mixed-app.s: Likewise.
1337 * ld-arm/farcall-mixed-app.sym: Likewise.
1338 * ld-arm/farcall-mixed-lib.d: Likewise.
1339 * ld-arm/farcall-mixed-lib.r: Likewise.
1340
1341 2009-03-04 Alan Modra <amodra@bigpond.net.au>
1342
1343 * ld-powerpc/tlsmark.s, * ld-powerpc/tlsmark.d: New test.
1344 * ld-powerpc/tlsmark32.s, * ld-powerpc/tlsmark32.d: New test.
1345 * ld-powerpc/powerpc.exp: Run them.
1346
1347 2009-03-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
1348
1349 * ld-scripts/regions-alias-1.t: New file.
1350 * ld-scripts/regions-alias-2.t: New file.
1351 * ld-scripts/regions-alias-3.t: New file.
1352 * ld-scripts/regions-alias-4.t: New file.
1353 * ld-scripts/script.exp: Run region alias tests.
1354
1355 2009-02-27 Dave Korn <dave.korn.cygwin@gmail.com>
1356
1357 * ld-pe/pe.exp: Disable auto-import when linking on Cygwin.
1358
1359 2009-02-26 Christophe Lyon <christophe.lyon@st.com>
1360
1361 * ld-arm/arm-elf.exp: Add 3 tests for the 3 new stubs.
1362 * ld-arm/farcall-thumb-arm-pic-veneer.d: New expected result, the
1363 test is now expected to pass.
1364 * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
1365 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
1366
1367 2009-02-25 Christophe Lyon <christophe.lyon@st.com>
1368
1369 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Update expected result,
1370 as stubs are now generated and the end of the .text section.
1371 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
1372
1373 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
1374
1375 * ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
1376 ld-arm/farcall-arm-thumb-pic-veneer.d,
1377 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Update for fixed
1378 Thumb PIC stub.
1379
1380 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
1381
1382 * ld-arm/arm-elf.exp (armeabitests): Update duplicate test names.
1383 Use normal output files for big-endian.
1384 * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: Delete.
1385 * ld-arm/farcall-arm-arm-be8.d, ld-arm/farcall-arm-arm-pic-veneer.d,
1386 ld-arm/farcall-arm-arm.d, ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
1387 ld-arm/farcall-arm-thumb-blx.d, ld-arm/farcall-arm-thumb-pic-veneer.d,
1388 ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d,
1389 ld-arm/farcall-group.d, ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
1390 ld-arm/farcall-thumb-arm-be8.d,
1391 ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
1392 ld-arm/farcall-thumb-arm-blx.d, ld-arm/farcall-thumb-arm-short.d,
1393 ld-arm/farcall-thumb-arm.d,
1394 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d,
1395 ld-arm/farcall-thumb-thumb-blx.d, ld-arm/farcall-thumb-thumb-m.d,
1396 ld-arm/farcall-thumb-thumb.d, ld-arm/thumb2-bl-as-thumb1-bad.d,
1397 ld-arm/thumb2-bl-bad.d: Update for moved stubs.
1398
1399 2009-02-23 Daniel Jacobowitz <dan@codesourcery.com>
1400
1401 * ld-arm/arm-elf.exp (armeabitests): Run new tests. Correct BE8 output
1402 filename.
1403 * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: New.
1404
1405 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
1406
1407 * ld-arm/arm-elf.exp: Add new farcall-thumb-arm-be8 test.
1408 * ld-arm/farcall-thumb-arm-be8.d: New expected result.
1409 * ld-arm/farcall-arm-arm-be8.d: Replace wildcards by instructions.
1410
1411 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
1412
1413 * ld-arm/arm-elf.exp: Rewrite non-EABI variants of
1414 thumb2-bl-as-thumb1-bad and thumb2-bl-bad tests, which now
1415 pass. farcall-thumb-thumb now passes in EABI mode.
1416 * ld-arm/farcall-thumb-arm-pic-veneer.d: Fixed name, source, as
1417 and ld flags to match intended test.
1418 * ld-arm/farcall-thumb-arm.d: New expected result.
1419 * ld-arm/farcall-thumb-thumb-m.d: Likewise.
1420 * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Fixed name and ld
1421 flags.
1422 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
1423 * ld-arm/farcall-thumb-thumb.d: New expected result, this test is
1424 now expected to pass.
1425 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise.
1426 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
1427 * ld-arm/thumb2-bl-as-thumb1-bad.d: Update addresses according to
1428 new use.
1429 * ld-arm/thumb2-bl-as-thumb1-bad.s: Update comment.
1430
1431 2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
1432
1433 * ld-pe/longsecn-1.d: New test file.
1434 * ld-pe/longsecn-2.d: Likewise.
1435 * ld-pe/longsecn-3.d: Likewise.
1436 * ld-pe/longsecn-4.d: Likewise.
1437 * ld-pe/longsecn-5.d: Likewise.
1438 * ld-pe/longsecn.d: Likewise.
1439 * ld-pe/longsecn.exp: New test control script.
1440 * ld-pe/longsecn.s: New test source file.
1441
1442 2009-02-18 Christophe Lyon <christophe.lyon@st.com>
1443
1444 * ld-arm/farcall-arm-arm-pic-veneer.d,
1445 ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
1446 ld-arm/farcall-arm-thumb-pic-veneer.d,
1447 ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
1448 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Fix expected stub
1449 target.
1450
1451 2009-02-06 Joseph Myers <joseph@codesourcery.com>
1452
1453 * lib/ld-lib.exp (check_gc_sections_available): Return 0 for
1454 *-*-mingw*.
1455
1456 2009-02-05 Joseph Myers <joseph@codesourcery.com>
1457
1458 * ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
1459
1460 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
1461
1462 * ld-m68k/got-multigot-12-13-14-34-35-ok.d: Update.
1463 * ld-m68k/got-multigot-14-ok.d: Update.
1464 * ld-m68k/m68k-got.exp: Update.
1465 * ld-m68k/got-negative-12-13-14-34-ok.d: Update.
1466 * ld-m68k/got-negative-14-ok.d: Update.
1467 * ld-m68k/tls-gd-1.d, ld-m68k/tls-gd-2.d: New tests.
1468 * ld-m68k/tls-gd-ie-1.d, ld-m68k/tls-ie-1.d: New tests.
1469 * ld-m68k/tls-ld-1.d, ld-m68k/tls-ld-2.d: New tests.
1470 * ld-m68k/tls-ld-1.s, ld-m68k/tls-ld-2.s, ld-m68k/tls-le-1.s:
1471 New test sources.
1472 * ld-m68k/tls-no-1.s, ld-m68k/tls-gd-ie-1.s, ld-m68k/tls-gd-1.s:
1473 New test sources.
1474 * ld-m68k/tls-gd-2.s, ld-m68k/tls-ie-1.s: New test sources.
1475 * ld-m68k/m68k.exp: Run new tests.
1476 (merge isa-a isa-a:nodiv): Fix.
1477
1478 2009-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1479
1480 * ld-elf/eh-group2.s: New `.cfi_lsda' referencing `.gcc_except_table'.
1481 * ld-elf/eh-group.exp: New test and conditional defininiton of `ELF64'.
1482
1483 2009-01-29 Nick Clifton <nickc@redhat.com>
1484
1485 * lib/ld-lib.exp (check_gc_sections_available): Add MeP to list of
1486 targets which do not support garbage collection.
1487 * ld-srec/srec.exp (run_srec_test): Expect tests to fail for MeP.
1488 * ld-elf/group8a.d: Likewise.
1489 * ld-elf/group8b.d: Likewise.
1490 * ld-elf/group9a.d: Likewise.
1491 * ld-elf/group9b.d: Likewise.
1492
1493 2009-01-27 Hans-Peter Nilsson <hp@axis.com>
1494
1495 * ld-cris/tls-tbss64.s, ld-cris/tls-e-80.d: New test.
1496
1497 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d,
1498 ld-cris/tls-ldgde-14.d, ld-cris/tls-ldgde-15.d,
1499 ld-cris/tls-ldgdex-14.d, ld-cris/tls-ldgdex-15.d: Adjust for
1500 change in relocation values.
1501
1502 * ld-cris/weakhiddso.d, ld-cris/weakhid.s: New test.
1503
1504 2009-01-26 Nathan Sidwell <nathan@codesourcery.com>
1505
1506 * ld-powerpc/powerpc.exp: Add vxworks relax testcase.
1507 * ld-powerpc/vxworks-relax.s, ld-powerpc/vxworks-relax.rd: New.
1508 * ld-powerpc/vxworks1.ld: Add .pad and .far input sections.
1509 * ld-powerpc/vxworks1.rd: Correct regexp for undefined symbols.
1510
1511 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
1512
1513 * ld-arm/attr-merge-3.attr: Update following gas change.
1514 * ld-arm/attr-merge-2.attr: Update Tag_ARM_ISA_use and
1515 Tag_THUMB_ISA_use following gas changes.
1516 * ld-arm/attr-merge-4.attr: Likewise.
1517 * ld-arm/attr-merge-5.attr: Likewise.
1518 * ld-arm/attr-merge-arch-1.attr: Likewise.
1519 * ld-arm/attr-merge-arch-2.attr: Likewise.
1520 * ld-arm/attr-merge-unknown-2.d: Likewise.
1521 * ld-arm/attr-merge-unknown-2r.d: Likewise.
1522 * ld-arm/attr-merge-unknown-3.d: Likewise.
1523 * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
1524 * ld-arm/attr-merge-wchar-00.d: Likewise.
1525 * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
1526 * ld-arm/attr-merge-wchar-02.d: Likewise.
1527 * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
1528 * ld-arm/attr-merge-wchar-04.d: Likewise.
1529 * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
1530 * ld-arm/attr-merge-wchar-20.d: Likewise.
1531 * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
1532 * ld-arm/attr-merge-wchar-22.d: Likewise.
1533 * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
1534 * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
1535 * ld-arm/attr-merge-wchar-40.d: Likewise.
1536 * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
1537 * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
1538 * ld-arm/attr-merge-wchar-44.d: Likewise.
1539 * ld-arm/attr-merge.attr: Likewise.
1540
1541 2009-01-21 Alan Modra <amodra@bigpond.net.au>
1542
1543 * ld-spu/icache1.d: Add --non-ia-text to ld options.
1544
1545 2009-01-19 Hans-Peter Nilsson <hp@axis.com>
1546
1547 * ld-cris/expdref3.s, ld-cris/expdref4.s, ld-cris/weakref3.d,
1548 ld-cris/weakref4.d: New tests.
1549 * ld-cris/libdso-15b.d: Adjust for recent weakref fix.
1550
1551 2009-01-19 H.J. Lu <hongjiu.lu@intel.com>
1552
1553 * ld-elf/group9.s: Replace .byte with .long.
1554
1555 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
1556
1557 * ld-arm/arm-elf.exp (armeabitests): Add EABI attribute merging 3,
1558 EABI attribute merging 4, and EABI attribute merging 5,
1559 EABI attribute arch merging 1, EABI attribute arch merging 1 reversed,
1560 EABI attribute arch merging 2, EABI attribute arch merging 2 reversed.
1561 Add attr-merge-unknown-1, attr-merge-unknown-2, attr-merge-unknown-2r,
1562 and attr-merge-unknown-3 dump tests.
1563 * ld-arm/arch-v6.s: New file.
1564 * ld-arm/arch-v6k.s: New file.
1565 * ld-arm/arch-v6t2.s: New file.
1566 * ld-arm/attr-merge-3.attr: New file.
1567 * ld-arm/attr-merge-3a.s: New file.
1568 * ld-arm/attr-merge-3b.s: New file.
1569 * ld-arm/attr-merge-4.attr: New file.
1570 * ld-arm/attr-merge-4a.s: New file.
1571 * ld-arm/attr-merge-4b.s: New file.
1572 * ld-arm/attr-merge-5.attr: New file.
1573 * ld-arm/attr-merge-5.s: New file.
1574 * ld-arm/attr-merge-arch-1.attr: New file.
1575 * ld-arm/attr-merge-arch-2.attr: New file.
1576 * ld-arm/attr-merge-unknown-1.d: New file.
1577 * ld-arm/attr-merge-unknown-1.s: New file.
1578 * ld-arm/attr-merge-unknown-2.d: New file.
1579 * ld-arm/attr-merge-unknown-2.s: New file.
1580 * ld-arm/attr-merge-unknown-2r.d: New file.
1581 * ld-arm/attr-merge-unknown-3.d: New file.
1582 * ld-arm/blank.s: New file.
1583
1584 2009-01-16 H.J. Lu <hongjiu.lu@intel.com>
1585
1586 * ld-elf/textaddr1.d: New.
1587 * ld-elf/textaddr2.d: Likewise.
1588
1589 2009-01-14 H.J. Lu <hongjiu.lu@intel.com>
1590
1591 PR ld/9727
1592 * ld-elf/group8.s: New.
1593 * ld-elf/group8a.d: Likewise.
1594 * ld-elf/group8b.d: Likewise.
1595 * ld-elf/group9.s: Likewise.
1596 * ld-elf/group9a.d: Likewise.
1597 * ld-elf/group9b.d: Likewise.
1598
1599 2009-01-13 Alan Modra <amodra@bigpond.net.au>
1600
1601 * ld-spu/icache1.s: New file.
1602 * ld-spu/icache1.d: New file.
1603
1604 2009-01-13 Alan Modra <amodra@bigpond.net.au>
1605
1606 * ld-elf/elf.exp: Save and restore LDFLAGS.
1607 * ld-scripts/default-script.exp: Likewise.
1608 * ld-scripts/empty-orphan.exp: Likewise, and add to LDFLAGS rather
1609 than replacing.
1610 * ld-scripts/include.exp: Set --local-store for SPU.
1611
1612 2009-01-12 Alan Modra <amodra@bigpond.net.au>
1613
1614 * ld-spu/ovl.d: Allow for absolute branches in stubs.
1615 * ld-spu/ovl2.d: Likewise.
1616
1617 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1618
1619 * ld-elf/linkoncerdiff.d, ld-elf/linkoncerdiff1.s,
1620 ld-elf/linkoncerdiff2.s: New.
1621
1622 2009-01-07 Hans-Peter Nilsson <hp@axis.com>
1623
1624 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
1625 ld-cris/tls-e-23.d, ld-cris/tls-e-66.d, ld-cris/tls-gd-3.d,
1626 ld-cris/tls-gd-3h.d, ld-cris/tls-global-74.d,
1627 ld-cris/tls-ie-8e1.d, ld-cris/tls-ldgde-14.d,
1628 ld-cris/tls-ldgde-15.d, ld-cris/tls-le-12.d, ld-cris/tls-le-13.d,
1629 ld-cris/tls-le-13s.d, ld-cris/tls-legd-16.d,
1630 ld-cris/tls-legd-17.d, ld-cris/tls-legdx-16.d,
1631 ld-cris/tls-legdx-17.d, ld-cris/tls-leie-18.d,
1632 ld-cris/tls-leie-19.d, ld-cris/tls-local-57.d,
1633 ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for
1634 relocation value now offset by negative program TLS block size.
1635 * ld-cris/tls-le-12s.d: Ditto. Move 128-byte tls-data to last.
1636 Adjust accordingly.
1637 * ld-cris/tls-le-12s.s: Use movs, not movu, for sign-extended
1638 always-negative relocation.
1639 * ld-cris/tls-tprelm.s: Move filler data to after symbol for
1640 tested relocation.
1641 * ld-cris/tls-ok-36.d: Adjust accordingly.
1642
1643 2009-01-03 Hans-Peter Nilsson <hp@axis.com>
1644
1645 * ld-cris/tls-js1.d: New test.
1646
1647 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
1648
1649 PR ld/9679
1650 * ld-elf/pr9679-1.c: New.
1651 * ld-elf/pr9679-2.c: Likewise.
1652 * ld-elf/pr9679.rd: Likewise.
1653
1654 * ld-elf/shared.exp (build_tests): Add test for libpr9679.so.
1655
1656 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
1657
1658 PR ld/9676
1659 * ld-elf/pr9676-1.c: New.
1660 * ld-elf/pr9676-2.c: Likewiswe.
1661 * ld-elf/pr9676-3.c: Likewiswe.
1662 * ld-elf/pr9676-4.c: Likewiswe.
1663 * ld-elf/pr9676.rd: Likewiswe.
1664
1665 * ld-elf/shared.exp (build_tests): Add tests for libpr9676-1.a,
1666 libpr9676-2.a, libpr9676-3.so, libpr9676-4.so and
1667 libpr9676-4a.so.
1668
1669 * lib/ld-lib.exp (ar_simple_create): New.
1670 (run_ld_link_tests): Support archive.
1671 (run_cc_link_tests): Likewiswe.
1672
1673 For older changes see ChangeLog-2008
1674 \f
1675 Local Variables:
1676 mode: change-log
1677 left-margin: 8
1678 fill-column: 74
1679 version-control: never
1680 End:
This page took 0.061618 seconds and 5 git commands to generate.