* ld-sh/arch/arch.exp (test_arch): Set the endian flag to suit the multilib
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
1 2006-07-21 Nick Clifton <nickc@redhat.com>
2
3 * ld-sh/arch/arch.exp (test_arch): Set the endian flag to suit the
4 multilib being tested.
5
6 2006-07-20 Thiemo Seufer <ths@mips.com>
7
8 * ld-mips-elf/mips16-call-global-1.s,
9 ld-mips-elf/mips16-call-global-2.s,
10 ld-mips-elf/mips16-call-global-3.s, ld-mips-elf/mips16-call-global.d:
11 Test linking of external mips16 jumps.
12 * ld-mips-elf/mips-elf.exp: Run new test.
13
14 2006-07-19 Thiemo Seufer <ths@mips.com>
15
16 * ld-selective/selective.exp: Fix selective testcases for MIPS.
17
18 2006-07-13 Thiemo Seufer <ths@mips.com>
19
20 * ld-mips-elf/tlslib-o32-ver.got, ld-mips-elf/tlslib-o32.got:
21 Update TLS testcases.
22
23 2006-07-12 H.J. Lu <hongjiu.lu@intel.com>
24
25 PR ld/2884
26 * ld-elf/begin.c: New file.
27 * ld-elf/end.c: Likewise.
28 * ld-elf/endhidden.c: Likewise.
29 * ld-elf/endprotected.c: Likewise.
30 * ld-elf/foo.c: Likewise.
31 * ld-elf/foo.map: Likewise.
32 * ld-elf/hidden.out: Likewise.
33 * ld-elf/main.c: Likewise.
34 * ld-elf/normal.out: Likewise.
35 * ld-elf/shared.exp: Likewise.
36
37 * lib/ld-lib.exp (run_cc_link_tests): New.
38
39 2006-07-12 Richard Sandiford <richard@codesourcery.com>
40
41 * ld-m68k/merge-ok-1c.d: New test.
42 * ld-m68k/m68k.exp: Run it.
43
44 2006-07-11 Hans-Peter Nilsson <hp@axis.com>
45
46 * ld-cris/libdso-2.d: Adjust for recent hash-related changes.
47
48 2006-07-10 Jakub Jelinek <jakub@redhat.com>
49
50 * ld-powerpc/tlsso32.r: Adjust.
51 * ld-powerpc/tlsso32.d: Adjust.
52 * ld-powerpc/tlsso32.g: Adjust.
53 * ld-powerpc/tlsso.r: Adjust.
54 * ld-powerpc/tlsso.g: Adjust.
55 * ld-powerpc/tlstocso.g: Adjust.
56
57 2006-07-05 Thiemo Seufer <ths@mips.com>
58
59 * ld-mips-elf/multi-got-1.d, ld-mips-elf/tls-multi-got-1.got,
60 ld-mips-elf/tls-multi-got-1.r: Update multigot testcases.
61
62 2006-06-30 H.J. Lu <hongjiu.lu@intel.com>
63
64 * ld-i386/tlsbindesc.dd: Updated to expect xchg %ax,%ax instead
65 of 2 nops.
66 * ld-i386/tlsdesc.dd: Likewise.
67 * ld-i386/tlsgdesc.dd: Likewise.
68 * ld-x86-64/tlsbindesc.dd: Likewise.
69 * ld-x86-64/tlsdesc.dd: Likewise.
70 * ld-x86-64/tlsdesc.pd: Likewise.
71 * ld-x86-64/tlsgdesc.dd: Likewise.
72
73 2006-06-29 Jakub Jelinek <jakub@redhat.com>
74
75 PR ld/2513
76 * ld-i386/tlsbin.dd: Fix expected output.
77
78 2006-06-21 Alan Modra <amodra@bigpond.net.au>
79
80 * ld-elf/tls_common.exp: Match 32-bit output.
81
82 2006-06-20 Jakub Jelinek <jakub@redhat.com>
83
84 * ld-elf/tls_common.exp: New test.
85 * ld-elf/tls_common.s: New file.
86
87 2006-06-20 Alan Modra <amodra@bigpond.net.au>
88
89 * ld-elf/eh1.d: Update for fewer program headers.
90 * ld-elf/eh2.d: Likewise.
91 * ld-elf/eh3.d: Likewise.
92
93 2006-06-19 Vladimir Prus <vladimir@codesourcery.com>
94
95 * ld-arm/arm-elf.exp: New test.
96 * ld-arm/use-thumb-lib.s: New file.
97 * ld-arm/use-thumb-lib.sym: New file.
98
99 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
100
101 * ld-arm/group-relocs-alu-bad.d: New test.
102 * ld-arm/group-relocs-alu-bad.s: New test.
103 * ld-arm/group-relocs.d: New test.
104 * ld-arm/group-relocs-ldc-bad.d: New test.
105 * ld-arm/group-relocs-ldc-bad.s: New test.
106 * ld-arm/group-relocs-ldr-bad.d: New test.
107 * ld-arm/group-relocs-ldr-bad.s: New test.
108 * ld-arm/group-relocs-ldrs-bad.d: New test.
109 * ld-arm/group-relocs-ldrs-bad.s: New test.
110 * ld-arm/group-relocs.s: New test.
111 * ld-arm/arm-elf.exp: Wire in new tests.
112
113 2006-06-14 Richard Sandiford <richard@codesourcery.com>
114
115 * ld-m68k/plt1.s, ld-m68k/plt1-empty.s, ld-m68k/plt1.ld: New files.
116 * ld-m68k/plt1-68020.d, ld-m68k/plt1-cpu32.d: Likewise.
117 * ld-m68k/plt1-isab.d: Likewise.
118 * ld-m68k/m68k.exp: Run new PLT tests.
119
120 2006-06-12 Thiemo Seufer <ths@mips.com>
121
122 * ld-mips-elf/multi-got-no-shared.d: Adjust for recent change of
123 ELF_MAXPAGESIZE.
124
125 2006-06-11 Richard Sandiford <richard@codesourcery.com>
126
127 * ld-mips-elf/stub-dynsym-1.s,
128 * ld-mips-elf/stub-dynsym-1.ld,
129 * ld-mips-elf/stub-dynsym-1-7fff.d,
130 * ld-mips-elf/stub-dynsym-1-8000.d,
131 * ld-mips-elf/stub-dynsym-1-fff0.d,
132 * ld-mips-elf/stub-dynsym-1-10000.d,
133 * ld-mips-elf/stub-dynsym-1-2fe80.d: New test.
134 * ld-mips-elf/mips-elf.exp: Run it.
135
136 2006-06-06 Alan Modra <amodra@bigpond.net.au>
137
138 * ld-elfvers/vers.exp (objdump_versionstuff): Allow versions in
139 any order.
140 * ld-elfvers/vers1.ver: Update.
141 * ld-elfvers/vers2.ver: Update.
142 * ld-elfvers/vers4a.ver: Update.
143 * ld-elfvers/vers7a.ver: Update.
144 * ld-elfvers/vers8.ver: Update.
145 * ld-elfvers/vers9.ver: Update.
146 * ld-elfvers/vers15.ver: Update.
147 * ld-elfvers/vers16a.ver: Update.
148 * ld-elfvers/vers17.ver: Update.
149 * ld-elfvers/vers18.ver: Update.
150 * ld-elfvers/vers20.ver: Update.
151 * ld-elfvers/vers20a.ver: Update.
152 * ld-elfvers/vers21.ver: Update.
153 * ld-elfvers/vers22a.ver: Update.
154 * ld-elfvers/vers22b.ver: Update.
155 * ld-elfvers/vers23a.ver: Update.
156 * ld-elfvers/vers23b.ver: Update.
157 * ld-elfvers/vers23c.ver: Update.
158 * ld-elfvers/vers25a.ver: Update.
159 * ld-elfvers/vers26a.ver: Update.
160 * ld-elfvers/vers27a.ver: Update.
161 * ld-elfvers/vers27d.ver: Update.
162 * ld-elfvers/vers28b.ver: Update.
163 * ld-elfvers/vers29.ver: Update.
164 * ld-elfvers/vers30.ver: Update.
165 * ld-elfvers/vers31.ver: Update.
166
167 2006-06-05 Alan Modra <amodra@bigpond.net.au>
168
169 * ld-elf/sec64k.exp: Add "main" symbol. Use dc.a for addresses.
170 Cater for different address sizes. Match end of line when
171 comparing symbols.
172 * ld-elf/start.s: Use dc.a for addresses.
173
174 2006-06-02 Alan Modra <amodra@bigpond.net.au>
175
176 * ld-powerpc/tlsexe.r: Update for removal of some section syms.
177 * ld-powerpc/tlsexetoc.r: Likewise.
178 * ld-powerpc/tlsso.r: Likewise.
179 * ld-powerpc/tlstocso.r: Likewise.
180 * ld-s390/tlsbin_64.rd: Likewise.
181 * ld-s390/tlspic_64.rd: Likewise.
182
183 2006-06-02 H.J. Lu <hongjiu.lu@intel.com>
184
185 PR ld/2723
186 * ld-alpha/tlsbin.rd: Update for removal of some section syms.
187 * ld-alpha/tlsbinr.rd: Likewise.
188 * ld-alpha/tlspic.rd: Likewise.
189 * ld-cris/hiddef1.d: Likewise.
190 * ld-cris/libdso-2.d: Likewise.
191 * ld-elf/sec64k.exp: Likewise.
192 * ld-i386/tlsbin.rd: Likewise.
193 * ld-i386/tlsbindesc.rd: Likewise.
194 * ld-i386/tlsdesc.rd: Likewise.
195 * ld-i386/tlsgdesc.rd: Likewise.
196 * ld-i386/tlsnopic.rd: Likewise.
197 * ld-i386/tlspic.rd: Likewise.
198 * ld-ia64/tlsbin.rd: Likewise.
199 * ld-ia64/tlspic.rd: Likewise.
200 * ld-mmix/bpo-1.d: Likewise.
201 * ld-mmix/bpo-10.d: Likewise.
202 * ld-mmix/bpo-11.d: Likewise.
203 * ld-mmix/bpo-14.d: Likewise.
204 * ld-mmix/bpo-16.d: Likewise.
205 * ld-mmix/bpo-17.d: Likewise.
206 * ld-mmix/bpo-18.d: Likewise.
207 * ld-mmix/bpo-19.d: Likewise.
208 * ld-mmix/bpo-2.d: Likewise.
209 * ld-mmix/bpo-22.d: Likewise.
210 * ld-mmix/bpo-3.d: Likewise.
211 * ld-mmix/bpo-4.d: Likewise.
212 * ld-mmix/bpo-5.d: Likewise.
213 * ld-mmix/bpo-6.d: Likewise.
214 * ld-mmix/bpo-9.d: Likewise.
215 * ld-mmix/bspec1.d: Likewise.
216 * ld-mmix/bspec2.d: Likewise.
217 * ld-mmix/greg-1.d: Likewise.
218 * ld-mmix/greg-19.d: Likewise.
219 * ld-mmix/greg-2.d: Likewise.
220 * ld-mmix/greg-3.d: Likewise.
221 * ld-mmix/greg-4.d: Likewise.
222 * ld-mmix/greg-5.d: Likewise.
223 * ld-mmix/greg-5s.d: Likewise.
224 * ld-mmix/greg-6.d: Likewise.
225 * ld-mmix/greg-7.d: Likewise.
226 * ld-mmix/loc1.d: Likewise.
227 * ld-mmix/loc2.d: Likewise.
228 * ld-mmix/loc3.d: Likewise.
229 * ld-mmix/loc4.d: Likewise.
230 * ld-mmix/loc6.d: Likewise.
231 * ld-mmix/local1.d: Likewise.
232 * ld-mmix/local3.d: Likewise.
233 * ld-mmix/local5.d: Likewise.
234 * ld-mmix/local7.d: Likewise.
235 * ld-mmix/locdo-1.d: Likewise.
236 * ld-mmix/loct-1.d: Likewise.
237 * ld-mmix/locto-1.d: Likewise.
238 * ld-mmix/start-1.d: Likewise.
239 * ld-mmix/undef-3.d: Likewise.
240 * ld-powerpc/tlsexe32.r: Likewise.
241 * ld-powerpc/tlsso32.r: Likewise.
242 * ld-s390/tlsbin.rd: Likewise.
243 * ld-s390/tlspic.rd: Likewise.
244 * ld-sparc/tlssunbin32.rd: Likewise.
245 * ld-sparc/tlssunbin64.rd: Likewise.
246 * ld-sparc/tlssunnopic32.rd: Likewise.
247 * ld-sparc/tlssunnopic64.rd: Likewise.
248 * ld-sparc/tlssunpic32.rd: Likewise.
249 * ld-sparc/tlssunpic64.rd: Likewise.
250 * ld-x86-64/tlsbin.rd: Likewise.
251 * ld-x86-64/tlsbindesc.rd: Likewise.
252 * ld-x86-64/tlsdesc.rd: Likewise.
253 * ld-x86-64/tlsgdesc.rd: Likewise.
254 * ld-x86-64/tlspic.rd: Likewise.
255
256 2006-05-31 H.J. Lu <hongjiu.lu@intel.com>
257
258 * ld-elf/binutils.exp: Make it Linux only.
259 (strip_test): Renamed to binutils_test. Check for unsupported
260 options.
261 Add more tests.
262
263 * ld-elf/commonpage1.d: Make it Linux only.
264 * ld-elf/maxpage1.d: Likewise.
265
266 * ld-elf/maxpage1.s: Add main, start and __start.
267
268 * ld-elf/maxpage2.d: New file.
269 * ld-elf/tbss1.s: Likewise.
270 * ld-elf/tbss2.s: Likewise.
271 * ld-elf/tdata1.s: Likewise.
272 * ld-elf/tdata2.s: Likewise.
273
274 2006-05-30 H.J. Lu <hongjiu.lu@intel.com>
275
276 * ld-elf/binutils.exp: New file.
277 * ld-elf/commonpage1.d: Likewise.
278 * ld-elf/maxpage1.d: Likewise.
279 * ld-elf/maxpage1.s: Likewise.
280
281 2006-05-25 H.J. Lu <hongjiu.lu@intel.com>
282
283 * ld-x86-64/tlsbin.dd: Updated for 2MB maximum page size.
284 * ld-x86-64/tlsbin.rd: Likewise.
285 * ld-x86-64/tlsbin.sd: Likewise.
286 * ld-x86-64/tlsbin.td: Likewise.
287 * ld-x86-64/tlsbindesc.dd: Likewise.
288 * ld-x86-64/tlsbindesc.rd: Likewise.
289 * ld-x86-64/tlsbindesc.sd: Likewise.
290 * ld-x86-64/tlsbindesc.td: Likewise.
291 * ld-x86-64/tlsdesc.dd: Likewise.
292 * ld-x86-64/tlsdesc.pd: Likewise.
293 * ld-x86-64/tlsdesc.rd: Likewise.
294 * ld-x86-64/tlsdesc.sd: Likewise.
295 * ld-x86-64/tlsdesc.td: Likewise.
296 * ld-x86-64/tlsgdesc.dd: Likewise.
297 * ld-x86-64/tlspic.dd: Likewise.
298 * ld-x86-64/tlspic.rd: Likewise.
299 * ld-x86-64/tlspic.sd: Likewise.
300 * ld-x86-64/tlspic.td: Likewise.
301
302 2006-05-24 Paul Brook <paul@codesourcery.com>
303
304 * ld-arm/arm-app-abs32.d: Update expected output.
305 * ld-arm/arm-app.d: Ditto.
306 * ld-arm/arm-lib-plt32.d: Ditto.
307 * ld-arm/arm-lib.d: Ditto.
308 * ld-arm/mixed-app-v5.d: Ditto.
309 * ld-arm/mixed-app.d: Ditto.
310 * ld-arm/mixed-lib.d: Ditto.
311
312 2006-05-23 H.J. Lu <hongjiu.lu@intel.com>
313
314 PR ld/2655
315 PR ld/2657
316 * ld-elf/eh1.d: New file.
317 * ld-elf/eh1.s: Likewise.
318 * ld-elf/eh1a.s: Likewise.
319 * ld-elf/eh2.d: Likewise.
320 * ld-elf/eh2a.s: Likewise.
321 * ld-elf/eh3.d: Likewise.
322 * ld-elf/eh3.s: Likewise.
323 * ld-elf/eh3a.s: Likewise.
324
325 2006-05-22 Daniel Jacobowitz <dan@codesourcery.com>
326
327 * ld-mips-elf/textrel-1.d: Relax some patterns.
328
329 2006-05-22 Nick Clifton <nickc@redhat.com>
330
331 * ld-elf/start.s (start): Add this symbol for SH targets.
332 (main): Add this symbol for HPPA targets.
333
334 2006-05-19 Alan Modra <amodra@bigpond.net.au>
335
336 * ld-scripts/empty-orphan.d: Update again.
337
338 * ld-scripts/empty-orphan.t: Discard .reginfo.
339 * ld-scripts/empty-orphan.d: Update.
340
341 2006-05-17 Thiemo Seufer <ths@mips.com>
342
343 * ld-elfweak/size2.d, ld-elfweak/size2a.s, ld-elfweak/size2b.s:
344 Add __start as entry symbol.
345
346 2006-05-16 Thiemo Seufer <ths@mips.com>
347
348 * ld-elf/orphan.ld: Add placement for MIPS .reginfo section.
349
350 2006-05-15 Paul Brook <paul@codesourcery.com>
351
352 * ld-arm/arm-be8.d: New test.
353 * ld-arm/arm-be8.s: New test.
354 * ld-arm/arm-elf.exp: Add arm-be8.
355
356 2006-05-14 H.J. Lu <hongjiu.lu@intel.com>
357
358 * ld-elf/stab.d: Skip ia64-*-*.
359
360 2006-05-11 Paul Brook <paul@codesourcery.com>
361
362 * ld-arm/arm-elf.exp: Add arm-movwt.
363 * ld-arm/arm-movwt.d: New test.
364 * ld-arm/arm-movwt.s: New test.
365 * ld-arm/arm.ld: Add .far.
366
367 2006-05-11 Mike Bland <mbland@google.com>
368
369 * ld-elf/stab.d: New.
370
371 2006-05-10 Thiemo Seufer <ths@debian.org>
372
373 * ld-elf/sec64k.exp: Extend for MIPS ELF.
374
375 2006-05-05 Alan Modra <amodra@bigpond.net.au>
376
377 * ld-powerpc/tlsexetoc.r: Update for correction to tls optimization.
378 * ld-powerpc/tlsexetoc.g: Likewise.
379
380 2006-05-02 H.J. Lu <hongjiu.lu@intel.com>
381
382 * ld-cdtest/cdtest-foo.cc (Foo::Foo): Add const to char *.
383 * ld-cdtest/cdtest-foo.h (Foo::Foo): Likewise.
384 * ld-srec/sr3.cc (Foo::Foo): Likewise.
385
386 2006-05-02 Paul Brook <paul@codesourcery.com>
387
388 * ld-arm/arm-elf.exp: Add thumb-rel32.
389 * ld-arm/thumb-rel32.d: New test.
390 * ld-arm/thumb-rel32.s: New test.
391
392 2006-04-29 H.J. Lu <hongjiu.lu@intel.com>
393
394 * ld-elfvers/vers.exp: Xfail vers7a, vers7, vers23a, vers23b,
395 vers23c, vers23d, vers23, vers25a, vers25b1, vers25b2, vers27a,
396 vers27b, vers27c1, vers27c2, vers27d4 and vers27d5 if PIC is
397 required.
398
399 2006-04-25 H.J. Lu <hongjiu.lu@intel.com>
400
401 * ld-alpha/tlsbin.rd: Updated for readelf change.
402 * ld-alpha/tlsbinr.rd: Likewise.
403 * ld-alpha/tlspic.rd: Likewise.
404
405 2006-04-05 Richard Sandiford <richard@codesourcery.com>
406
407 * ld-sparc/vxworks1.dd, ld-sparc/vxworks1.ld, ld-sparc/vxworks1-lib.dd,
408 * ld-sparc/vxworks1-lib.nd, ld-sparc/vxworks1-lib.rd,
409 * ld-sparc/vxworks1-lib.s, ld-sparc/vxworks1.rd, ld-sparc/vxworks1.s,
410 * ld-sparc/vxworks1-static.d, ld-sparc/vxworks2.s,
411 * ld-sparc/vxworks2.sd, ld-sparc/vxworks2-static.sd: New tests.
412 * ld-sparc/sparc.exp: Run them.
413
414 2006-04-05 Ben Elliston <bje@au.ibm.com>
415
416 * lib/ld-lib.exp: Comment cleanups.
417
418 2006-03-27 Richard Sandiford <richard@codesourcery.com>
419
420 * ld-mips-elf/tls-hidden3a.s, ld-mips-elf/tls-hidden3b.s,
421 * ld-mips-elf/tls-hidden3.d, ld-mips-elf/tls-hidden3.got,
422 * ld-mips-elf/tls-hidden3.ld, ld-mips-elf/tls-hidden3.r,
423 * ld-mips-elf/tls-hidden4a.s, ld-mips-elf/tls-hidden4b.s,
424 * ld-mips-elf/tls-hidden4.got, ld-mips-elf/tls-hidden4.r: New tests.
425 * ld-mips-elf/mips-elf.exp: Run them.
426
427 2006-03-25 Richard Sandiford <richard@codesourcery.com>
428
429 * ld-m68k/merge-error-1a.s, ld-m68k/merge-error-1b.s,
430 * ld-m68k/merge-error-1a.d, ld-m68k/merge-error-1b.d,
431 * ld-m68k/merge-error-1c.d, ld-m68k/merge-error-1d.d,
432 * ld-m68k/merge-error-1e.d, ld-m68k/merge-ok-1a.d,
433 * ld-m68k/merge-ok-1b.d: New tests.
434 * ld-m68k/m68k.exp: Run them.
435
436 2006-03-22 Richard Sandiford <richard@codesourcery.com>
437
438 * ld-mips/vxworks1.dd, ld-mips/vxworks1.ld, ld-mips/vxworks1-lib.dd,
439 * ld-mips/vxworks1-lib.nd, ld-mips/vxworks1-lib.rd,
440 * ld-mips/vxworks1-lib.s, ld-mips/vxworks1.rd, ld-mips/vxworks1.s,
441 * ld-mips/vxworks1-static.d, ld-mips/vxworks2.s, ld-mips/vxworks2.sd,
442 * ld-mips/vxworks2-static.sd: New tests.
443 * ld-mips/mips-elf.exp: Run them.
444
445 2006-03-17 Alexandre Oliva <aoliva@redhat.com>
446
447 * ld-powerpc/tls32.s: Verify that +32768 @plt addend is
448 discarded.
449
450 2006-03-14 Richard Sandiford <richard@codesourcery.com>
451
452 * ld-mips/emit-relocs-1a.s, ld-mips/emit-relocs-1b.s,
453 * ld-mips/emit-relocs-1.ld, ld-mips/emit-relocs-1.d: New test.
454 * ld-mips/mips-elf.exp: Run it.
455
456 2006-03-07 Richard Sandiford <richard@codesourcery.com>
457
458 * ld-arm/vxworks1.dd, ld-arm/vxworks1.ld, ld-arm/vxworks1-lib.dd,
459 * ld-arm/vxworks1-lib.nd, ld-arm/vxworks1-lib.rd,
460 * ld-arm/vxworks1-lib.s, ld-arm/vxworks1.rd, ld-arm/vxworks1.s,
461 * ld-arm/vxworks1-static.d, ld-arm/vxworks2.s, ld-arm/vxworks2.sd,
462 * ld-arm/vxworks2-static.sd: New tests.
463 * ld-arm/arm-elf.exp: Run them.
464
465 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
466
467 * ld-m68k: New tests.
468
469 2006-03-03 Richard Sandiford <richard@codesourcery.com>
470
471 * ld-i386/vxworks1-static.d, ld-i386/vxworks2.s,
472 * ld-i386/vxworks2.sd, ld-i386/vxworks2-static.sd: New tests.
473 * ld-i386/i386.exp: Run them.
474 * ld-powerpc/vxworks1-static.d, ld-powerpc/vxworks2.s,
475 * ld-powerpc/vxworks2.sd, ld-powerpc/vxworks2-static.sd: New tests.
476 * ld-powerpc/powerpc.exp: Run them.
477
478 2006-03-02 Richard Sandiford <richard@codesourcery.com>
479
480 * ld-powerpc/vxworks1.ld: Use a page alignment of 0x10000.
481 * ld-powerpc/vxworks1.dd: Update accordingly.
482 * ld-powerpc/vxworks1-lib.nd: Likewise.
483 * ld-powerpc/vxworks1-lib.rd: Likewise.
484 * ld-powerpc/vxworks1.rd: Likewise.
485
486 2006-03-02 Richard Sandiford <richard@codesourcery.com>
487
488 * ld-i386/vxworks1.ld (.data): New section.
489 * ld-i386/vxworks1-lib.s: Add a pointer to a local symbol.
490 * ld-i386/vxworks1-lib.rd: Test for the associated reloc.
491 * ld-powerpc/vxworks1.ld (.data): New section.
492 * ld-powerpc/vxworks1-lib.s: Add a pointer to a local symbol.
493 * ld-powerpc/vxworks1-lib.rd: Test for the associated reloc.
494
495 2006-03-02 Richard Sandiford <richard@codesourcery.com>
496
497 * ld-i386/ld-i386/vxworks1-lib.nd: New test.
498 * ld-i386/i386.exp: Run it.
499 * ld-powerpc/ld-powerpc/vxworks1-lib.nd: New test.
500 * ld-powerpc/powerc.exp: Run it.
501
502 2006-03-02 Richard Sandiford <richard@codesourcery.com>
503
504 * ld-i386/vxworks1.ld: Use bigger alignments. Make sure .bss isn't
505 placed as an orphan.
506 * ld-i386/vxworks1-lib.dd, ld-i386/vxworks1.dd,
507 * ld-i386/vxworks1.rd: Update accordingly.
508 * ld-i386/vxworks1-lib.rd: Likewise. Remove symbol indexes.
509
510 2006-03-02 Richard Sandiford <richard@codesourcery.com>
511
512 * ld-powerpc/vxworks1-lib.s, ld-powerpc/vxworks1-lib.dd,
513 * ld-powerpc/vxworks1-lib.rd, ld-powerpc/vxworks1.s,
514 * ld-powerpc/vxworks1.dd, ld-powerpc/vxworks1.rd,
515 * ld-powerpc/vxworks1.ld, ld-powerpc/vxworks1.sd: New test.
516 * ld-powerpc/powerpc.exp: Run it.
517
518 2006-02-28 Richard Sandiford <richard@codesourcery.com>
519
520 * ld-i386/vxworks1-lib.s, ld-i386/vxworks1-lib.dd,
521 * ld-i386/vxworks1-lib.rd, ld-i386/vxworks1.s, ld-i386/vxworks1.dd,
522 * ld-i386/vxworks1.rd, ld-i386/vxworks1.ld: New test.
523 * ld-i386/i386.exp: Run it.
524
525 2006-02-28 Richard Sandiford <richard@codesourcery.com>
526
527 * ld-i386/emit-relocs.s, ld-i386/emit-relocs.d: New test.
528 * ld-i386/i386.exp: Run it.
529
530 2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
531
532 * ld-pie/weakundef-data.c: Fix the typo.
533
534 2006-02-22 H.J. Lu <hongjiu.lu@intel.com>
535
536 * ld-pie/pie.c: New file.
537
538 * ld-pie/pie.exp: Check if compiler supports -pie.
539
540 2006-02-20 H.J. Lu <hongjiu.lu@intel.com>
541
542 PR ld/2218
543 * ld-pie/pie.exp: Add the weak undefined data test.
544
545 * ld-pie/weakundef-data.c: New file.
546
547 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
548 Anil Paranjape <anilp1@kpitcummins.com>
549 Shilin Shakti <shilins@kpitcummins.com>
550
551 * ld-xc16x: New directory.
552 * ld-xc16x/absrel.d: New file.
553 * ld-xc16x/absrel.s: New file.
554 * ld-xc16x/offset.d: New file.
555 * ld-xc16x/offset.s: New file.
556 * ld-xc16x/pcreloc.d: New file.
557 * ld-xc16x/pcreloc.s: New file.
558 * ld-xc16x/xc16x.exp: New file.
559
560 2006-02-07 Paul Brook <paul@codesourcery.com>
561
562 * ld-arm/arm-elf.exp: Add thumb-entry test.
563 * ld-arm/thumb-entry.d: New test.
564 * ld-arm/thumb-entry.s: New test.
565
566 2006-02-04 Richard Sandiford <richard@codesourcery.com>
567
568 * ld-mips-elf/tls-hidden2a.s, ld-mips-elf/tls-hidden2b.s,
569 * ld/testsuite/ld-mips-elf/tls-hidden2.d,
570 * ld/testsuite/ld-mips-elf/tls-hidden2-got.d: New test.
571 * ld-mips-elf/mips-elf.exp: Run it.
572
573 2006-02-04 Richard Sandiford <richard@codesourcery.com>
574
575 * ld-mips-elf/rel32-n32.d: Adjust for changes in linker behaviour.
576 * ld-mips-elf/rel32-o32.d: Likewise.
577 * ld-mips-elf/rel64.d: Likewise.
578 * ld-mips-elf/tls-multi-got-1.got: Likewise.
579 * ld-mips-elf/tls-multi-got-1.r: Likewise.
580 * ld-mips-elf/tlsdyn-o32-1.d: Likewise.
581 * ld-mips-elf/tlsdyn-o32-1.got: Likewise.
582 * ld-mips-elf/tlsdyn-o32-2.d: Likewise.
583 * ld-mips-elf/tlsdyn-o32-2.got: Likewise.
584 * ld-mips-elf/tlsdyn-o32-3.d: Likewise.
585 * ld-mips-elf/tlsdyn-o32-3.got: Likewise.
586 * ld-mips-elf/tlsdyn-o32.d: Likewise.
587 * ld-mips-elf/tlsdyn-o32.got: Likewise.
588 * ld-mips-elf/tlslib-o32-hidden.got: Likewise.
589 * ld-mips-elf/tlslib-o32-ver.got: Likewise.
590 * ld-mips-elf/tlslib-o32.got: Likewise.
591
592 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
593
594 * ld-i386/tlsbin.rd: Undo the last change.
595 * ld-i386/tlsbindesc.rd: Likewise.
596 * ld-i386/tlsdesc.rd: Likewise.
597 * ld-i386/tlsnopic.rd: Likewise.
598 * ld-i386/tlspic.rd: Likewise.
599 * ld-powerpc/tlsexe.r: Likewise.
600 * ld-powerpc/tlsexe32.r: Likewise.
601 * ld-powerpc/tlsexetoc.r: Likewise.
602 * ld-powerpc/tlsso.r: Likewise.
603 * ld-powerpc/tlsso32.r: Likewise.
604 * ld-powerpc/tlstocso.r: Likewise.
605 * ld-s390/tlsbin.rd: Likewise.
606 * ld-s390/tlsbin_64.rd: Likewise.
607 * ld-s390/tlspic.rd: Likewise.
608 * ld-s390/tlspic_64.rd: Likewise.
609 * ld-sh/tlsbin-2.d: Likewise.
610 * ld-sh/tlspic-2.d: Likewise.
611 * ld-x86-64/tlsbin.rd: Likewise.
612 * ld-x86-64/tlsbindesc.rd: Likewise.
613 * ld-x86-64/tlsdesc.rd: Likewise.
614 * ld-x86-64/tlspic.rd: Likewise.
615
616 2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
617
618 * ld-i386/tlsbin.rd: Update for changed segment map.
619 * ld-i386/tlsbindesc.rd: Likewise.
620 * ld-i386/tlsdesc.rd: Likewise.
621 * ld-i386/tlsnopic.rd: Likewise.
622 * ld-i386/tlspic.rd: Likewise.
623 * ld-powerpc/tlsexe.r: Likewise.
624 * ld-powerpc/tlsexe32.r: Likewise.
625 * ld-powerpc/tlsexetoc.r: Likewise.
626 * ld-powerpc/tlsso.r: Likewise.
627 * ld-powerpc/tlsso32.r: Likewise.
628 * ld-powerpc/tlstocso.r: Likewise.
629 * ld-s390/tlsbin.rd: Likewise.
630 * ld-s390/tlsbin_64.rd: Likewise.
631 * ld-s390/tlspic.rd: Likewise.
632 * ld-s390/tlspic_64.rd: Likewise.
633 * ld-sh/tlsbin-2.d: Likewise.
634 * ld-sh/tlspic-2.d: Likewise.
635 * ld-x86-64/tlsbin.rd: Likewise.
636 * ld-x86-64/tlsbindesc.rd: Likewise.
637 * ld-x86-64/tlsdesc.rd: Likewise.
638 * ld-x86-64/tlspic.rd: Likewise.
639
640 2006-01-31 Eric Botcazou <ebotcazou@libertysurf.fr>
641
642 * ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1
643 and Solaris 2.6.
644
645 2006-01-27 H.J. Lu <hongjiu.lu@intel.com>
646
647 PR ld/2218
648 * ld-pie/pie.exp: New file.
649 * ld-pie/weakundef.c: Likewise.
650 * ld-pie/weakundef.out: Likewise.
651
652 * lib/ld-lib.exp (run_ld_link_exec_tests): Fix nesting. Support
653 building PIE and shared library.
654
655 2006-01-18 Alexandre Oliva <aoliva@redhat.com>
656
657 Introduce TLS descriptors for i386 and x86_64.
658 * ld-i386/i386.exp: Run on x86_64-*-linux* and amd64-*-linux*.
659 Add new tests.
660 * ld-i386/pcrel16.d: Add -melf_i386.
661 * ld-i386/pcrel8.d: Likewise.
662 * ld-i386/tlsbindesc.dd: New.
663 * ld-i386/tlsbindesc.rd: New.
664 * ld-i386/tlsbindesc.s: New.
665 * ld-i386/tlsbindesc.sd: New.
666 * ld-i386/tlsbindesc.td: New.
667 * ld-i386/tlsdesc.dd: New.
668 * ld-i386/tlsdesc.rd: New.
669 * ld-i386/tlsdesc.s: New.
670 * ld-i386/tlsdesc.sd: New.
671 * ld-i386/tlsdesc.td: New.
672 * ld-i386/tlsgdesc.dd: New.
673 * ld-i386/tlsgdesc.rd: New.
674 * ld-i386/tlsgdesc.s: New.
675 * ld-x86-64/x86-64.exp: Run new tests.
676 * ld-x86-64/tlsbindesc.dd: New.
677 * ld-x86-64/tlsbindesc.rd: New.
678 * ld-x86-64/tlsbindesc.s: New.
679 * ld-x86-64/tlsbindesc.sd: New.
680 * ld-x86-64/tlsbindesc.td: New.
681 * ld-x86-64/tlsdesc.dd: New.
682 * ld-x86-64/tlsdesc.pd: New.
683 * ld-x86-64/tlsdesc.rd: New.
684 * ld-x86-64/tlsdesc.s: New.
685 * ld-x86-64/tlsdesc.sd: New.
686 * ld-x86-64/tlsdesc.td: New.
687 * ld-x86-64/tlsgdesc.dd: New.
688 * ld-x86-64/tlsgdesc.rd: New.
689 * ld-x86-64/tlsgdesc.s: New.
690
691 2006-01-03 Hans-Peter Nilsson <hp@bitrange.com>
692
693 * ld-mmix/sec-1.d: Adjust for section order changes.
694
695 For older changes see ChangeLog-2005
696 \f
697 Local Variables:
698 mode: change-log
699 left-margin: 8
700 fill-column: 74
701 version-control: never
702 End:
This page took 0.046945 seconds and 5 git commands to generate.