* ld-elfvsb/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame
[binutils-gdb.git] / ld / testsuite / ChangeLog
1 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2
3 * ld-elfvsb/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame
4 to linker script.
5 * ld-elfvsb/elfvsb.exp (visibility_run): Add setup_xfails for s390x.
6 * ld-selective/selective.exp: Disable for s390 and s390x.
7 * ld-shared/elf-offset.ld: Add .rel.eh_frame and .rela.eh_frame
8 to linker script.
9 * ld-shared/shared.exp (shared_test): Add setup_xfails for s390x.
10 * ld-undefined/undefined.exp (checkund): Remove setup_xfail for s390x.
11
12 2003-05-08 H.J. Lu <hongjiu.lu@intel.com>
13
14 * ld-elfvers/vers.exp: Add vers27d4 and vers27d5 to test
15 versioned reference for hidden symbol.
16
17 * ld-elfvers/vers27d4.dsym: New file.
18 * ld-elfvers/vers27d4.ver: Likewise.
19
20 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
21
22 * ld-elfvers/vers27d3.c (__start): New.
23 (start): New.
24
25 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
26
27 * ld-elfvers/vers.exp (build_binary): Support build exeutable.
28 (build_binary): Renamed from ...
29 (build_vers_lib): This.
30 (build_vers_lib_no_pic): Updated.
31 (build_vers_lib_pic): Likewise.
32 Add vers27d1, vers27d2 and vers27d3 to test versioned
33 definition for hidden symbol referenced by a DSO.
34
35 * ld-elfvers/vers27d.dsym: New file.
36 * ld-elfvers/vers27d.sym: Likewise.
37 * ld-elfvers/vers27d.ver: Likewise.
38 * ld-elfvers/vers27d1.c: Likewise.
39 * ld-elfvers/vers27d2.c: Likewise.
40 * ld-elfvers/vers27d3.c: Likewise.
41
42 2003-05-07 Andreas Schwab <schwab@suse.de>
43
44 * ld-elfvsb/elfvsb.exp: Run dump tests even when cross
45 compiling.
46
47 2003-05-06 Alexandre Oliva <aoliva@redhat.com>
48
49 * config/default.exp (gcc_gas_flags): Force ABI to n32 on
50 mips64-linux.
51 * ld-elf/merge.d: Xfail on mips64*-linux-gnu*.
52 * ld-mips-elf/mips-elf-flags.exp (ldemul): Set to o32-compatible
53 on mips-sgi-irix6*, mips64-linux-gnu and mips64el-linux-gnu.
54 (good_combination, bad_combination): Use it.
55 Add -32 or -mabi=o64 wherever the ABI was formerly implied.
56
57 2003-05-06 H.J. Lu <hjl@gnu.org>
58
59 * ld-elfvers/vers.exp (objdump_versionstuff): Support comment
60 in expected version file.
61
62 * ld-elfvers/vers25b.c: Add a line of comment.
63 * ld-elfvers/vers25b.dsym: Likwise.
64 * ld-elfvers/vers25b.ver: Likwise.
65 * ld-elfvers/vers26b.dsym: Likwise.
66 * ld-elfvers/vers26b.ver: Likwise.
67 * ld-elfvers/vers27b.dsym: Likwise.
68 * ld-elfvers/vers27b.ver: Likwise.
69 * ld-elfvers/vers27c.c: Likwise.
70 * ld-elfvers/vers27c.dsym: Likwise.
71 * ld-elfvers/vers27c.ver: Likwise.
72
73 2003-05-04 H.J. Lu <hjl@gnu.org>
74
75 * ld-elfvsb/main.c: Updated.
76 * ld-elfvsb/sh1.c: Likewise.
77
78 2003-05-04 H.J. Lu <hjl@gnu.org>
79
80 * ld-elfvers/vers18.dsym: Updated for weak definiton change.
81 * ld-elfvers/vers18.ver: Likewise.
82 * ld-elfvers/vers19.ver: Likewise.
83 * ld-elfweak/dsowdata.dsym: Likewise.
84 * ld-elfweak/elfweak.exp: Likewise.
85 * ld-elfweak/weakdata.dsym: Likewise.
86
87 * ld-elfweak/elfweak.exp: Remove xfail.
88
89 2003-05-04 Alexandre Oliva <aoliva@redhat.com>
90
91 * ld-mips-elf/multi-got-1.d: Force into big-endian mode.
92 Turn relocation offsets into regexps.
93
94 2003-05-03 H.J. Lu <hjl@gnu.org>
95
96 * ld-elfvers/vers.exp: Add vers27a, vers27b, vers27c1 and
97 vers27c2 to test versioned definition vs. hidden definition in
98 different files.
99
100 * ld-elfvers/vers27a.c: New file.
101 * ld-elfvers/vers27a.dsym: Likewise.
102 * ld-elfvers/vers27a.map: Likewise.
103 * ld-elfvers/vers27a.ver: Likewise.
104 * ld-elfvers/vers27b.c: Likewise.
105
106 * ld-elfvers/vers27b.dsym: New empty file.
107 * ld-elfvers/vers27b.ver: Likwise.
108 * ld-elfvers/vers27c.c: Likwise.
109 * ld-elfvers/vers27c.dsym: Likwise.
110 * ld-elfvers/vers27c.ver: Likwise.
111
112 2003-05-02 Nick Clifton <nickc@redhat.com>
113
114 * ld-xstormy16: New directory.
115 * ld-xstormy16/xstormy16.exp: New test script.
116 * ld-xstormy16/pcrel.s: Test assembler source file.
117 * ld-xstormy16/external.s: Test assembler source file.
118 * ld-xstormy16/pcrel.d: Test expected disassembly.
119
120 2003-05-02 Andreas Jaeger <aj@suse.de>
121
122 * ld-elfvers/vers.exp (build_exec): Disable vers26b3 on x86-64-linux.
123
124 2003-04-29 H.J. Lu <hjl@gnu.org>
125
126 * ld-ia64/tlsbin.dd: Updated.
127 * ld-ia64/tlsbin.rd: Likewise.
128 * ld-ia64/tlsbin.sd: Likewise.
129 * ld-ia64/tlsbin.td: Likewise.
130 * ld-ia64/tlspic.rd: Likewise.
131 * ld-ia64/tlspic.sd: Likewise.
132 * ld-ia64/tlspic.td: Likewise.
133
134 2003-04-29 J"orn Rennecke <joern.rennecke@superh.com>
135
136 * ld-selective/3.cc (start): New function.
137 * ld-selective/4.cc: Likewise.
138 * ld-selective/5.cc: Likewise.
139
140 2003-04-28 H.J. Lu <hjl@gnu.org>
141
142 * ld-elfvers/vers.exp (picflag): Set PIC flag for compiler.
143 (build_vers_lib): Support PIC.
144 (build_vers_lib_no_pic): New. Change all calls to build_vers_lib
145 to build_vers_lib_no_pic.
146 (build_vers_lib_pic): New.
147 Add tests vers26a, vers26b1, vers26b2 and vers26b3 for versioned
148 definition vs. normal definition in different files.
149
150 * ld-elfvers/vers26a.c: New file.
151 * ld-elfvers/vers26a.dsym: Likewise.
152 * ld-elfvers/vers26a.map: Likewise.
153 * ld-elfvers/vers26a.ver: Likewise.
154 * ld-elfvers/vers26b.c: Likewise.
155
156 * ld-elfvers/vers26b.dsym: New empty file.
157 * ld-elfvers/vers26b.ver: Likewise.
158
159 2003-04-27 H.J. Lu <hjl@gnu.org>
160
161 * ld-elfvsb/elfvsb.dat: Updated.
162 * ld-elfvsb/elfvsb.exp: Likewise.
163 * ld-elfvsb/main.c: Likewise.
164 * ld-elfvsb/sh1.c: Likewise.
165 * ld-elfvsb/sh2.c: Likewise.
166
167 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
168
169 * ld-m68hc11/bug-3331.d: New test.
170 * ld-m68hc11/bug-3331.s: New file.
171
172 2003-04-25 Nick Clifton <nickc@redhat.com>
173 J"orn Rennecke <joern.rennecke@superh.com>
174
175 * lib/ld-lib.exp (big_or_little_endian): Also check for -mb and -ml.
176
177 2003-04-24 J"orn Rennecke <joern.rennecke@superh.com>
178
179 * ld-elfcomm/elfcomm.exp: Allow symbols to have '_' prepended.
180
181 2003-04-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
182
183 * ld-sh/tlsbin-1.d, ld-sh/tlsbin-2.d, ld-sh/tlsbin-3.d,
184 ld-sh/tlstpoff-1.d, ld-sh/tlstpoff-2.d: Update for removing
185 unnecessary TLS relocs.
186
187 2003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
188
189 * ld-sh/sh64/crange3-cmpct.rd (Machine): Change to refer to SuperH.
190 * ld-sh/sh64/crange3-media.rd (Machine): Likewise.
191
192 2003-04-23 H.J. Lu <hjl@gnu.org>
193
194 * ld-elfvers/vers.exp (objdump_dynsymstuff): Support empty
195 files.
196 (objdump_versionstuff): Likewise.
197 Add tests vers25a, vers25b1 and vers25b2 for versioned
198 definition vs. normal definition in different files.
199
200 * ld-elfvers/vers25a.c: New file.
201 * ld-elfvers/vers25a.dsym: Likewise.
202 * ld-elfvers/vers25a.map: Likewise.
203 * ld-elfvers/vers25a.ver: Likewise.
204
205 * ld-elfvers/vers25b.c: New empty file.
206 * ld-elfvers/vers25b.dsym: Likewise.
207 * ld-elfvers/vers25b.ver: Likewise.
208
209 2003-04-22 H.J. Lu <hjl@gnu.org>
210
211 * ld-elfcomm/elfcomm.exp: Support 64bit targets.
212
213 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
214
215 * ld-m68hc11/far-hc11.s: New file.
216 * ld-m68hc11/far-hc11.d: New test for HC11 trampoline generation.
217 * ld-m68hc11/far-hc12.s: New file.
218 * ld-m68hc11/far-hc12.d: New test for HC12 trampoline generation.
219 * ld-m68hc11/far-hc12.ld: New file.
220
221 2003-04-15 H.J. Lu <hjl@gnu.org>
222
223 * ld-elfcom/elfcom.exp: Fix a typo.
224
225 2003-04-14 H.J. Lu <hjl@gnu.org>
226
227 * ld-elfcom: New directory.
228 * ld-elfcom/elfcom.exp: New file: Test alignment of common symbols
229 under ELF.
230 * ld-elfcom/common1a.c: New file: Test source code.
231 * ld-elfcom/common1b.c: New file: Test source code.
232
233 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
234
235 * ld-sh/sh64/crange3-cmpct.rd: Replace occurrances of 'Hitachi'
236 with 'Renesas'.
237 * ld-sh/sh64/crange3-media.rd: Likewise.
238
239 2002-04-13 Daniel Jacobowitz <drow@mvista.com>
240
241 * ld-discard/extern.s, ld-discard/start.s, ld-discard/static.s,
242 ld-sh/refdbg.s: Add leading 0 to .debug_info to prevent parsing it
243 for error messages.
244
245 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
246
247 * ld-mips-elf/elf-rel-got-n32.d,
248 ld-mips-elf/elf-rel-got-n64.d, ld-mips-elf/elf-rel-xgot-n32.d,
249 ld-mips-elf/elf-rel-xgot-n64.d: New.
250 * ld-mips-elf/mips-elf.exp (hasn32): Define as condition for
251 new tests to run.
252
253 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
254
255 * ld-m68hc11/bug-1417.d: Update to take into account jsr->bsr relax.
256
257 2003-04-02 Bob Wilson <bob.wilson@acm.org>
258
259 * ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*.
260 * ld-xtensa/lcall.exp: Likewise.
261
262 2003-04-01 Bob Wilson <bob.wilson@acm.org>
263
264 * ld-elf/merge.d: xfail xtensa-*-*.
265 * ld-scripts/crossref.exp: Add -mtext-section-literals to CFLAGS
266 for Xtensa targets.
267 * ld-srec/srec.exp: Add -no-relax flag for Xtensa targets.
268 * ld-xtensa/coalesce1.s: New file.
269 * ld-xtensa/coalesce2.s: Likewise.
270 * ld-xtensa/coalesce.exp: Likewise.
271 * ld-xtensa/coalesce.t: Likewise.
272 * ld-xtensa/lcall1.s: Likewise.
273 * ld-xtensa/lcall2.s: Likewise.
274 * ld-xtensa/lcall.exp: Likewise.
275 * ld-xtensa/lcall.t: Likewise.
276
277 2003-03-25 Alexandre Oliva <aoliva@redhat.com>
278
279 * ld-mips-elf/mips-elf.exp: Added...
280 * ld-mips-elf/relax-jalr.s, ld-mips-elf/relax-jalr-n32.d,
281 ld-mips-elf/relax-jalr-n32-shared.d, ld-mips-elf/relax-jalr-n64.d,
282 ld-mips-elf/relax-jalr-n64-shared.d: New tests.
283
284 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
285
286 * ld-mips-elf/mips-elf.exp (linux_gnu): New variable. Add:
287 * ld-mips-elf/rel32-o32.d, ld-mips-elf/rel32-n32.d,
288 ld-mips-elf/rel64.d, ld-mips-elf/rel32.s, ld-mips-elf/rel64.s: New
289 tests.
290
291 2003-03-11 Alan Modra <amodra@bigpond.net.au>
292
293 * ld-powerpc/tlsso.r: Adjust for corrected zero symbol index relocs.
294 * ld-powerpc/tlsso32.r: Likewise.
295
296 2003-02-18 Alan Modra <amodra@bigpond.net.au>
297
298 * ld-powerpc/tlsexe.d: Update for changed handling of invalid LD
299 relocs.
300 * ld-powerpc/tlsexe.g: Likewise.
301 * ld-powerpc/tlsexe.r: Likewise.
302 * ld-powerpc/tlsexe.t: Likewise.
303
304 * ld-powerpc/tls32.s: New file.
305 * ld-powerpc/tlslib32.s: New file.
306 * ld-powerpc/tls32.d: New file.
307 * ld-powerpc/tls32.g: New file.
308 * ld-powerpc/tls32.t: New file.
309 * ld-powerpc/tlsexe32.d: New file.
310 * ld-powerpc/tlsexe32.g: New file.
311 * ld-powerpc/tlsexe32.r: New file.
312 * ld-powerpc/tlsexe32.t: New file.
313 * ld-powerpc/tlsso32.d: New file.
314 * ld-powerpc/tlsso32.g: New file.
315 * ld-powerpc/tlsso32.r: New file.
316 * ld-powerpc/tlsso32.t: New file.
317 * ld-powerpc/powerpc.exp: Run new tests.
318
319 2003-02-18 Alan Modra <amodra@bigpond.net.au>
320
321 * ld-powerpc/tlsexe.g: Update for 2003-02-14 elf64-ppc.c change.
322
323 2003-02-10 Jakub Jelinek <jakub@redhat.com>
324
325 * ld-shared/shared.exp: Run on s390*-*-linux* and x86_64-*-linux* too.
326 xfail tests linking non-pic code into shared libs on x86_64-*-linux*.
327 * ld-elfvsb/elfvsb.exp: Likewise.
328 * ld-elfvers/vers.exp: Likewise. Add vers24a, vers24b and vers24c
329 tests.
330 * ld-elfvers/vers3.ver: Allow VERS_2.0 to come before GLIBC_*
331 version.
332 * ld-elfvers/vers19.ver: Likewise.
333 * ld-elfvers/vers24a.c: New test.
334 * ld-elfvers/vers24b.c: New test.
335 * ld-elfvers/vers24c.c: New test.
336 * ld-elfvers/vers24.map: New test.
337 * ld-elfvers/vers24.rd: New test.
338 * lib/ld-lib.exp (run_ld_link_tests): Add optional 7th argument
339 cflags. If source files have .c extension, compile them first.
340
341 2003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
342
343 * ld-sh/tlstpoff-1.d: New.
344 * ld-sh/tlstpoff-2.d: New.
345 * ld-sh/tlstpoff1.s: New.
346 * ld-sh/tlstpoff2.s: New.
347
348 2003-02-09 Alan Modra <amodra@bigpond.net.au>
349
350 * ld-powerpc/tlslib.s: Give .__tls_get_addr function type.
351 * ld-powerpc/tlsexe.d: Update for changed handling of (invalid) ld var
352 in dynamic lib.
353 * ld-powerpc/tlsexe.g: Likewise.
354 * ld-powerpc/tlsexe.r: Likewise.
355 * ld-powerpc/tlsexe.t: Likewise.
356 * ld-powerpc/tlsexetoc.d: Likewise.
357 * ld-powerpc/tlsexetoc.g: Likewise.
358 * ld-powerpc/tlsexetoc.r: Likewise.
359 * ld-powerpc/tlsexetoc.t: Likewise.
360
361 2003-02-05 Alan Modra <amodra@bigpond.net.au>
362
363 * ld-powerpc/powerpc.exp (supports_ppc64): New.
364 (ppcelftests): Force 32 bit mode.
365 (ppc64elftests): New.
366 * ld-powerpc/tls.d: New.
367 * ld-powerpc/tls.g: New.
368 * ld-powerpc/tls.s: New.
369 * ld-powerpc/tls.t: New.
370 * ld-powerpc/tlsexe.d: New.
371 * ld-powerpc/tlsexe.g: New.
372 * ld-powerpc/tlsexe.r: New.
373 * ld-powerpc/tlsexe.t: New.
374 * ld-powerpc/tlsexetoc.d: New.
375 * ld-powerpc/tlsexetoc.g: New.
376 * ld-powerpc/tlsexetoc.r: New.
377 * ld-powerpc/tlsexetoc.t: New.
378 * ld-powerpc/tlslib.s: New.
379 * ld-powerpc/tlsso.d: New.
380 * ld-powerpc/tlsso.g: New.
381 * ld-powerpc/tlsso.r: New.
382 * ld-powerpc/tlsso.t: New.
383 * ld-powerpc/tlstoc.d: New.
384 * ld-powerpc/tlstoc.g: New.
385 * ld-powerpc/tlstoc.s: New.
386 * ld-powerpc/tlstoc.t: New.
387 * ld-powerpc/tlstocso.d: New.
388 * ld-powerpc/tlstocso.g: New.
389 * ld-powerpc/tlstocso.r: New.
390 * ld-powerpc/tlstocso.t: New.
391
392 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
393
394 * ld-mips-elf/multi-got-1.d: New.
395 * ld-mips-elf/multi-got-1-1.s: New.
396 * ld-mips-elf/multi-got-1-2.s: New.
397 * ld-mips-elf/mips-elf.exp (elf): mips*-*-irix* is elf.
398 Run multi-got-1.
399
400 2003-01-25 Jakub Jelinek <jakub@redhat.com>
401
402 * ld-sparc/sparc.exp: New.
403 * ld-sparc/tlsg32.s: New test.
404 * ld-sparc/tlsg32.sd: Likewise.
405 * ld-sparc/tlsg64.s: Likewise.
406 * ld-sparc/tlsg64.sd: Likewise.
407 * ld-sparc/tlslib.s: Likewise.
408 * ld-sparc/tlsnopic.s: Likewise.
409 * ld-sparc/tlspic.s: Likewise.
410 * ld-sparc/tlssunbin32.dd: Likewise.
411 * ld-sparc/tlssunbin32.rd: Likewise.
412 * ld-sparc/tlssunbin32.s: Likewise.
413 * ld-sparc/tlssunbin32.sd: Likewise.
414 * ld-sparc/tlssunbin32.td: Likewise.
415 * ld-sparc/tlssunbin64.dd: Likewise.
416 * ld-sparc/tlssunbin64.rd: Likewise.
417 * ld-sparc/tlssunbin64.s: Likewise.
418 * ld-sparc/tlssunbin64.sd: Likewise.
419 * ld-sparc/tlssunbin64.td: Likewise.
420 * ld-sparc/tlssunbinpic32.s: Likewise.
421 * ld-sparc/tlssunbinpic64.s: Likewise.
422 * ld-sparc/tlssunnopic32.dd: Likewise.
423 * ld-sparc/tlssunnopic32.rd: Likewise.
424 * ld-sparc/tlssunnopic32.s: Likewise.
425 * ld-sparc/tlssunnopic32.sd: Likewise.
426 * ld-sparc/tlssunnopic64.dd: Likewise.
427 * ld-sparc/tlssunnopic64.rd: Likewise.
428 * ld-sparc/tlssunnopic64.s: Likewise.
429 * ld-sparc/tlssunnopic64.sd: Likewise.
430 * ld-sparc/tlssunpic32.dd: Likewise.
431 * ld-sparc/tlssunpic32.rd: Likewise.
432 * ld-sparc/tlssunpic32.s: Likewise.
433 * ld-sparc/tlssunpic32.sd: Likewise.
434 * ld-sparc/tlssunpic32.td: Likewise.
435 * ld-sparc/tlssunpic64.dd: Likewise.
436 * ld-sparc/tlssunpic64.rd: Likewise.
437 * ld-sparc/tlssunpic64.s: Likewise.
438 * ld-sparc/tlssunpic64.sd: Likewise.
439 * ld-sparc/tlssunpic64.td: Likewise.
440
441 2003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
442
443 * ld-s390/s390.exp: New file.
444 * ld-s390/tlsbin_64.dd: New file.
445 * ld-s390/tlsbin_64.rd: New file.
446 * ld-s390/tlsbin_64.s: New file.
447 * ld-s390/tlsbin_64.sd: New file.
448 * ld-s390/tlsbin_64.td: New file.
449 * ld-s390/tlsbin.dd: New file.
450 * ld-s390/tlsbinpic_64.s: New file.
451 * ld-s390/tlsbinpic.s: New file.
452 * ld-s390/tlsbin.rd: New file.
453 * ld-s390/tlsbin.s: New file.
454 * ld-s390/tlsbin.sd: New file.
455 * ld-s390/tlsbin.td: New file.
456 * ld-s390/tlslib_64.s: New file.
457 * ld-s390/tlslib.s: New file.
458 * ld-s390/tlspic1_64.s: New file.
459 * ld-s390/tlspic1.s: New file.
460 * ld-s390/tlspic2_64.s: New file.
461 * ld-s390/tlspic2.s: New file.
462 * ld-s390/tlspic_64.dd: New file.
463 * ld-s390/tlspic_64.rd: New file.
464 * ld-s390/tlspic_64.sd: New file.
465 * ld-s390/tlspic_64.td: New file.
466 * ld-s390/tlspic.dd: New file.
467 * ld-s390/tlspic.rd: New file.
468 * ld-s390/tlspic.sd: New file.
469 * ld-s390/tlspic.td: New file.
470
471 2003-01-24 Alan Modra <amodra@bigpond.net.au>
472
473 * ld-alpha/tlsbin.sd: Cope with truncated address in data dumps.
474 * ld-alpha/tlsbin.td: Likewise.
475 * ld-alpha/tlsbinr.sd: Likewise.
476
477 2003-01-21 Richard Henderson <rth@redhat.com>
478
479 * ld-alpha/alpha.exp: New.
480 * ld-alpha/align.s: New.
481 * ld-alpha/tlsbin.dd: New.
482 * ld-alpha/tlsbin.rd: New.
483 * ld-alpha/tlsbin.s: New.
484 * ld-alpha/tlsbin.sd: New.
485 * ld-alpha/tlsbin.td: New.
486 * ld-alpha/tlsbinpic.s: New.
487 * ld-alpha/tlsbinr.dd: New.
488 * ld-alpha/tlsbinr.rd: New.
489 * ld-alpha/tlsbinr.sd: New.
490 * ld-alpha/tlsg.s: New.
491 * ld-alpha/tlsg.sd: New.
492 * ld-alpha/tlslib.s: New.
493 * ld-alpha/tlspic.dd: New.
494 * ld-alpha/tlspic.rd: New.
495 * ld-alpha/tlspic.sd: New.
496 * ld-alpha/tlspic.td: New.
497 * ld-alpha/tlspic1.s: New.
498 * ld-alpha/tlspic2.s: New.
499
500 2003-01-20 Alan Modra <amodra@bigpond.net.au>
501
502 * ld-srec/srec.exp (run_srec_test): Pass --traditional-format to ld.
503
504 2003-01-18 Jakub Jelinek <jakub@redhat.com>
505
506 * ld-ia64/tlspic1.s: Add tests for IE in shared libraries.
507 * ld-ia64/tlspic.rd: Adjust.
508 * ld-ia64/tlspic.dd: Adjust.
509 * ld-ia64/tlspic.sd: Adjust.
510
511 2003-01-16 Jakub Jelinek <jakub@redhat.com>
512
513 * ld-ia64/ia64.exp: New.
514 * ld-ia64/tlsbin.dd: New test.
515 * ld-ia64/tlsbinpic.s: New test.
516 * ld-ia64/tlsbin.rd: New test.
517 * ld-ia64/tlsbin.s: New test.
518 * ld-ia64/tlsbin.sd: New test.
519 * ld-ia64/tlsbin.td: New test.
520 * ld-ia64/tlsg.s: New test.
521 * ld-ia64/tlsg.sd: New test.
522 * ld-ia64/tlslib.s: New test.
523 * ld-ia64/tlspic1.s: New test.
524 * ld-ia64/tlspic2.s: New test.
525 * ld-ia64/tlspic.dd: New test.
526 * ld-ia64/tlspic.rd: New test.
527 * ld-ia64/tlspic.sd: New test.
528 * ld-ia64/tlspic.td: New test.
529
530 2003-01-02 Richard Sandiford <rsandifo@redhat.com>
531
532 * ld-mips-elf/mips-elf-flags.exp: Add -mips4 to a -mgp64 test.
533
534 2003-01-02 Richard Sandiford <rsandifo@redhat.com>
535
536 * ld-mips-elf/jr.s: New file.
537 * ld-mips-elf/mips-elf-flags.exp: New test.
538
539 2002-12-18 Ralf Habacker <ralf.habacker@freenet.de>
540
541 * ld-auto-import: New directory.
542 * ld-auto-import/auto-import.exp: Test the auto importing direct
543 from a dll functionality.
544 * ld-auto-import/client.c: Source code for test.
545 * ld-auto-import/dll.c: Likewise.
546
547 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
548
549 * ld-mips-elf/mips-elf.exp: Remove branch-misc-2 test.
550 * ld-mips-elf/branch-misc-2.d: Removed.
551
552 2002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
553
554 * lib/ld-lib.exp (is_elf_format): Match NetBSD ELF targets.
555
556 2002-12-03 Nick Clifton <nickc@redhat.com>
557
558 * ld-powerpc/powerpc.exp (ppcelftests): Add apuinfo merging
559 test.
560 * ld-powerpc/apuinfo1.s: New assembler source file.
561 * ld-powerpc/apuinfo2.s: New assembler source file.
562 * ld-powerpc/apuinfo.rd: New expected output file.
563
564 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
565
566 Fix PR savannah/1417:
567 * ld-m68hc11/bug-1417.s: New test.
568 * ld-m68hc11/bug-1417.d: Likewise.
569
570 2002-11-28 Jakub Jelinek <jakub@redhat.com>
571
572 * ld-i386/tlsnopic.rd: Change NOTYPE to TLS for UND sg* symbols.
573
574 2002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
575
576 * ld-sh/refdbg-0-dso.d: New test.
577 * ld-sh/refdbg-1.d: Likewise.
578 * ld-sh/refdbg.s: Likewise.
579 * ld-sh/refdbglib.s: Likewise.
580
581 2002-11-22 Alan Modra <amodra@bigpond.net.au>
582
583 * ld-elf/elf.exp: Remove sec64k test.
584 * ld-elf/sec64k.exp: Reinstate.
585
586 2002-11-21 Alan Modra <amodra@bigpond.net.au>
587
588 * ld-elf/elf.exp: Renamed from sec64k.exp. Add test_list loop.
589 * ld-elf/merge.s: New file.
590 * ld-elf/merge.d: New file.
591 * ld-elf/merge.ld: New file.
592
593 2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
594
595 * ld-scripts/script.exp: Setup for tic4x testcase
596
597 2002-11-15 Nick Clifton <nickc@redhat.com>
598
599 * ld-h8300: New directory.
600 * ld-h8300/h8300.exp: New expect script. Only run tests for h8300
601 targets.
602 * ld-h8300/relax.s: New assembler source file.
603 * ld-h8300/relax.d: New expected output file.
604
605 2002-11-11 Hans-Peter Nilsson <hp@axis.com>
606
607 * ld-elf/sec64k.exp: New test.
608 * lib/ld-lib.exp (run_dump_test): Don't prepend "$srcdir/$subdir/"
609 to a source file starting with "/".
610
611 2002-11-10 Hans-Peter Nilsson <hp@bitrange.com>
612
613 * ld-mmix/local1.d, ld-mmix/local3.d, ld-mmix/local5.d,
614 ld-mmix/local7.d: Tweak for change in readelf output.
615
616 2002-11-09 Alan Modra <amodra@bigpond.net.au>
617
618 * ld-elfvsb/define.s: Avoid use of @ in .type directive.
619
620 2002-11-07 Hans-Peter Nilsson <hp@axis.com>
621
622 * ld-cris/expdyn6.d, ld-cris/weakref2.d, ld-cris/expdyn7.d,
623 ld-cris/nodyn5.d, ld-cris/expdyn5.d: New tests.
624
625 2002-11-07 Nick Clifton <nickc@redhat.com>
626
627 * ld-fastcall/fastcall.exp: Only run tests for PE type x86
628 targets.
629
630 2002-11-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
631
632 * ld-sh/rd-sh.exp: Set asflags_save always.
633
634 2002-11-07 Casper S. Hornstrup <chorns@users.sourceforge.net>
635
636 * ld-fastcall: New directory for testing fastcall support.
637 * ld-fastcall/export.s: New file for testing fastcall symbol
638 handling.
639 * ld-fastcall/import.s: Likewise.
640 * ld-fastcall/fastcall.exp: Likewise.
641
642 2002-11-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
643
644 * ld-sh/rd-sh.exp: Add -isa=SHcompact to ASFLAGS for SH-5.
645 * ld-sh/tlsbin-1.d: Handle GOT_BIAS appropriately for SH-5.
646 * ld-sh/tlspic-1.d: Likewise.
647 * ld-sh/tlspic-2.d: Likewise.
648 * ld-sh/tlsbin-2.d: Likewise. Make it robust for the symbols
649 defined by the linker scripts.
650
651 2002-10-14 Stephane Carrez <stcarrez@nerim.fr>
652
653 * ld-m68hc11/m68hc11.exp: Specific tests for 68HC11/68HC12.
654 * ld-m68hc11/adj-jump.d: New test for linker relaxation.
655 * ld-m68hc11/adj-jump.s: Likewise.
656 * ld-m68hc11/adj-brset.s: Likewise.
657 * ld-m68hc11/adj-brset.d: Likewise.
658 * ld-m68hc11/relax-direct.s: Likewise.
659 * ld-m68hc11/relax-direct.d: Likewise.
660 * ld-m68hc11/relax-group.s: Likewise.
661 * ld-m68hc11/relax-group.d: Likewise.
662 * ld-m68hc11/bug-1403.d: Likewise.
663 * ld-m68hc11/bug-1403.s: Likewise.
664
665 2002-10-14 Stephen Clarke <stephen.clarke@superh.com>
666 * ld-sh/ld-r-1.d: Disable for sh64*-*-linux*.
667 * ld-sh/sh64/sh64.exp: Likewise.
668 * ld-sh/sh.exp: Disable relaxing tests for sh64*-*-linux*.
669 * ld-sh/sh64/abi32.sd: Adjust expected output to include
670 sh64*-*-linux* formats too.
671 * ld-sh/sh64/relax.exp: Add emul32 variable to hold target
672 emulation, and set it appropriately for sh*-*-linux*.
673 * ld-sh/sh64/relfail.exp: Add variables to hold target
674 emulation, output format, start symbol, and whether target
675 supports 64-bit ABI. Set appropriately for sh*-*-linux*.
676
677 2002-10-12 H.J. Lu (hjl@gnu.org)
678
679 * ld-discard/extern.d: Remove $srcdir/$subdir/.
680 * ld-discard/start.d: Likewise.
681 * ld-discard/static.d: Likewise.
682 * ld-linkonce/zeroehl32.d: Likewise.
683 * ld-selective/keepdot.d: Likewise.
684 * ld-selective/keepdot0.d: Likewise.
685
686 2002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
687
688 * ld-sh/rd-sh.exp: If the test matches *-dso.d, copy the output
689 of linker to the file tmpdir/*-dso.so.
690 * ld-sh/tlsbin.s, ld-sh/tlsbinpic.s, ld-sh/tlslib.s: New.
691 * ld-sh/tlsbin-0-dso.d: New.
692 * ld-sh/tlsbin-1.d: New.
693 * ld-sh/tlsbin-2.d: New.
694 * ld-sh/tlsbin-3.d: New.
695 * ld-sh/tlsbin-4.d: New.
696 * ld-sh/tlspic1.s, ld-sh/tlspic2.s: New.
697 * ld-sh/tlspic-1.d: New.
698 * ld-sh/tlspic-2.d: New.
699 * ld-sh/tlspic-3.d: New.
700 * ld-sh/tlspic-4.d: New.
701
702 2002-10-10 Jakub Jelinek <jakub@redhat.com>
703
704 * ld-i386/combreloc.s: New test.
705 * ld-i386/combreloc.d: New test.
706 * ld-i386/i386.exp (i386tests): Add it.
707
708 2002-10-10 Alan Modra <amodra@bigpond.net.au>
709
710 * ld-i386/i386.exp (reloc): Turn off combreloc.
711 * ld-i386/reloc.d: Likewise.
712 * ld-powerpc/powerpc.exp: Likewise.
713 * ld-powerpc/reloc.d: Likewise.
714
715 2002-10-03 H.J. Lu <hjl@gnu.org>
716
717 * ld-elfvers/vers21.c (_old_foobar): Initialized to -1 for gcc
718 3.x.
719
720 2002-10-03 Chris Demetriou <cgd@broadcom.com>
721
722 * ld-mips-elf/branch-misc-1.d: Link at 0x500000 and use -N, to be
723 more compatible with non-embedded targets.
724 * ld-mips-elf/branch-misc-2.d: Likewise.
725
726 * ld-mips-elf/mips-elf.exp: Clean up some comments about embedded
727 PIC tests.
728 (elf): New variable, to control whether generic ELF tests are run.
729 (embedded_elf): New variable, to control whether ELF tests
730 requiring embedded PIC or embedded relocs are run.
731
732 2002-10-02 Stephen Clarke <stephen.clarke@superh.com>
733
734 * ld-sh/sh64/gotplt.d, ld-sh/sh64/gotplt.map,
735 ld-sh/sh64/gotplt.s: New test.
736
737 2002-10-02 Stephen Clarke <stephen.clarke@superh.com>
738 * ld-sh/sh64/cmpct1.sd : Fix linked file name.
739 * ld-sh/sh64/crange3.dd: Likewise.
740
741 2002-10-01 Jakub Jelinek <jakub@redhat.com>
742
743 * ld-i386/i386.exp: Add tlsindntpoff test.
744 * ld-i386/tlsindntpoff.s: New test.
745 * ld-i386/tlsindntpoff.dd: New test.
746
747 2002-10-01 Jakub Jelinek <jakub@redhat.com>
748
749 * ld-x86-64/tlspic1.s: Change TLSGD sequences.
750 * ld-x86-64/tlsbinpic.s: Likewise.
751 * ld-x86-64/tlspic.dd: Adjust.
752
753 2002-10-01 Jakub Jelinek <jakub@redhat.com>
754
755 * ld-i386/i386.exp: Add tlsg test.
756 * ld-i386/tlsg.s: New test.
757 * ld-i386/tlsg.sd: New test.
758 * ld-i386/tlsbin.dd: Change LD into LD -> LE in comments.
759 * ld-i386/tlsbinpic.s: Likewise.
760 * ld-x86-64/x86-64.exp: Add tlsg test.
761 * ld-x86-64/tlsg.s: New test.
762 * ld-x86-64/tlsg.sd: New test.
763 * ld-x86-64/tlsbin.dd: Change LD into LD -> LE in comments.
764 * ld-x86-64/tlsbinpic.s: Likewise.
765
766 2002-09-30 Alan Modra <amodra@bigpond.net.au>
767
768 * ld-powerpc/powerpc.exp: Restrict to 32 bit ELF.
769
770 2002-09-30 Alan Modra <amodra@bigpond.net.au>
771
772 * ld-powerpc/reloc.s, ld-powerpc/reloc.d: New.
773 * ld-powerpc/powerpc.exp: New.
774
775 * ld-i386/reloc.s, ld-i386/reloc.d: New.
776 * ld-i386/i386.exp: Run new test.
777
778 2002-09-27 Jakub Jelinek <jakub@redhat.com>
779
780 * lib/ld-lib.exp (run_ld_link_tests): Add.
781 * ld-sh/sh64/sh64.exp (run_ld_link_tests, regexp_diff,
782 file_contents): Remove.
783 (sh64tests): Add 6th field to the tests array.
784 * ld-i386/i386.exp (run_ld_link_tests): Remove.
785 * ld-x86-64/x86-64.exp: New.
786 * ld-x86-64/tlsbin.dd: New test.
787 * ld-x86-64/tlsbinpic.s: New test.
788 * ld-x86-64/tlsbin.rd: New test.
789 * ld-x86-64/tlsbin.s: New test.
790 * ld-x86-64/tlsbin.sd: New test.
791 * ld-x86-64/tlsbin.td: New test.
792 * ld-x86-64/tlslib.s: New test.
793 * ld-x86-64/tlspic1.s: New test.
794 * ld-x86-64/tlspic2.s: New test.
795 * ld-x86-64/tlspic.dd: New test.
796 * ld-x86-64/tlspic.rd: New test.
797 * ld-x86-64/tlspic.sd: New test.
798 * ld-x86-64/tlspic.td: New test.
799
800 2002-09-21 Alan Modra <amodra@bigpond.net.au>
801
802 * ld-undefined/undefined.exp: Adjust function test.
803
804 2002-09-20 Alan Modra <amodra@bigpond.net.au>
805
806 * ld-i386/i386.exp: Only run tests on ELF targets.
807
808 2002-09-19 Jakub Jelinek <jakub@redhat.com>
809
810 * ld-i386/i386.exp: New.
811 * ld-i386/tlsbin.dd: New test.
812 * ld-i386/tlsbinpic.s: New test.
813 * ld-i386/tlsbin.rd: New test.
814 * ld-i386/tlsbin.s: New test.
815 * ld-i386/tlsbin.sd: New test.
816 * ld-i386/tlsbin.td: New test.
817 * ld-i386/tlslib.s: New test.
818 * ld-i386/tlsnopic1.s: New test.
819 * ld-i386/tlsnopic2.s: New test.
820 * ld-i386/tlsnopic.dd: New test.
821 * ld-i386/tlsnopic.rd: New test.
822 * ld-i386/tlsnopic.sd: New test.
823 * ld-i386/tlspic1.s: New test.
824 * ld-i386/tlspic2.s: New test.
825 * ld-i386/tlspic.dd: New test.
826 * ld-i386/tlspic.rd: New test.
827 * ld-i386/tlspic.sd: New test.
828 * ld-i386/tlspic.td: New test.
829
830 2002-09-18 Chris Demetriou <cgd@broadcom.com>
831
832 * ld-mips-elf/branch-misc-1.d: New file.
833 * ld-mips-elf/branch-misc-2.d: New file.
834 * ld-mips-elf/mips-elf.exp: Run new tests.
835
836 2002-09-05 Alan Modra <amodra@bigpond.net.au>
837
838 * ld-sh/sh64/cmpct1.xd: Adjust for lack of abs section sym.
839 * ld-sh/sh64/crange3-cmpct.rd: Likewise.
840 * ld-sh/sh64/crange3-media.rd: Likewise.
841 * ld-sh/sh64/crange3.rd: Likewise.
842
843 2002-08-31 Hans-Peter Nilsson <hp@bitrange.com>
844
845 * ld-mmix/bpo-10.d: Tweak for change in symbols handling.
846 * ld-mmix/bpo-11.d: Ditto.
847
848 * ld-mmix/b-nosym.d: Adjust for changed output for absence of
849 symbols.
850
851 * ld-mmix/sec-7m.d: Rename tested section from .debug_info to
852 .di.
853 * ld-mmix/sec-7a.s, ld-mmix/sec-7b.s, ld-mmix/sec-7c.s,
854 ld-mmix/sec-7d.s, ld-mmix/sec-7e.s: Ditto.
855
856 2002-08-28 Alan Modra <amodra@bigpond.net.au>
857
858 * ld-discard/discard.exp: xfail m6812.
859 * ld-scripts/map-address.d: Adjust for extras emitted by pe targets.
860
861 2002-08-27 Alan Modra <amodra@bigpond.net.au>
862
863 * ld-mmix/b-nosym.d: Revert last change.
864
865 2002-08-26 Alan Modra <amodra@bigpond.net.au>
866
867 * ld-mmix/b-nosym.d: Adjust for "no symbols" on stdout.
868
869 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>
870
871 * ld-sh/sh64/rd-sh64.exp: New framework file.
872 * ld-sh/sh64/init-cmpct.d, ld-sh/sh64/init-media.d,
873 ld-sh/sh64/init64.d, ld-sh/sh64/init.s: New tests for
874 correct setting of ISA bit for init and fini entry-points.
875
876 2002-08-16 Stephen Clarke <stephen.clarke@superh.com>
877
878 * ld-sh/sh64/sh64.exp: Add dlsection.
879 * ld-sh/sh64/dlsection-1.s, ld-sh/sh64/dlsection.sd: New.
880
881 2002-08-16 Alan Modra <amodra@bigpond.net.au>
882
883 * ld-discard/discard.exp: xfail targets using generic linker.
884 * ld-discard/extern.d: Allow "data" to be reduced to a section sym.
885
886 2002-08-15 Hans-Peter Nilsson <hp@axis.com>
887
888 * ld-cris/libdso-4.d, ld-cris/undef1.d: New test.
889
890 2002-08-13 H.J. Lu <hjl@gnu.org>
891
892 * ld-elfvers/vers.exp: Add vers23c and vers23d.
893
894 * ld-elfvers/vers23c.ver: New.
895 * ld-elfvers/vers23d.dsym: New.
896
897 2002-08-12 H.J. Lu <hjl@gnu.org>
898
899 * ld-elfvers/vers.exp: Add vers23.
900
901 * ld-elfvers/vers23.c: New.
902 * ld-elfvers/vers23.dsym: New.
903 * ld-elfvers/vers23.ver: New.
904 * ld-elfvers/vers23a.c: New.
905 * ld-elfvers/vers23a.dsym: New.
906 * ld-elfvers/vers23a.map: New.
907 * ld-elfvers/vers23a.sym: New.
908 * ld-elfvers/vers23a.ver: New.
909 * ld-elfvers/vers23b.c: New.
910 * ld-elfvers/vers23b.dsym: New.
911 * ld-elfvers/vers23b.map: New.
912 * ld-elfvers/vers23b.ver: New.
913
914 2002-08-12 Stephen Clarke <stephen.clarke@superh.com>
915
916 * ld-sh/sh64/abi32.xd: Adjust whitespace in elf32 section
917 listing.
918 * ld-sh/sh64/cmpct1.xd, ld-sh/sh64/mix1.xd, ld-sh/sh64/mix2.xd,
919 ld-sh/sh64/rel32.xd, ld-sh/sh64/shdl32.xd: Likewise.
920 * ld-sh/sh64/abi32.xd: Adjust as type of linker-script-symbols
921 is no longer set to object.
922 * ld-sh/sh64/abi64.xd, ld-sh/sh64/cmpct1.xd, ld-sh/sh64/crange1.rd,
923 ld-sh/sh64/crange2.rd, ld-sh/sh64/crange3-cmpct.rd,
924 ld-sh/sh64/crange3-media.rd, ld-sh/sh64/crange3.rd,
925 ld-sh/sh64/mix1.xd, ld-sh/sh64/mix2.xd, ld-sh/sh64/shdl32.xd,
926 ld-sh/sh64/shdl64.xd: Likewise.
927
928 2002-08-10 Alan Modra <amodra@bigpond.net.au>
929
930 * ld-discard/discard.exp: Don't run on linuxaout or linuxoldld.
931 * ld-linkonce/linkonce.exp: Likewise.
932 * ld-selective/sel-dump.exp: Likewise.
933 * ld-selective/selective.exp: Don't run on aout or bout.
934
935 2002-08-08 H.J. Lu <hjl@gnu.org>
936
937 * ld-elfvers/vers.exp: Add vers22.
938
939 * ld-elfvers/vers22.c: New.
940 * ld-elfvers/vers22.dsym: New.
941 * ld-elfvers/vers22.map: New.
942 * ld-elfvers/vers22.ver: New.
943 * ld-elfvers/vers22a.c: New.
944 * ld-elfvers/vers22a.dsym: New.
945 * ld-elfvers/vers22a.sym: New.
946 * ld-elfvers/vers22a.ver: New.
947 * ld-elfvers/vers22b.c: New.
948 * ld-elfvers/vers22b.dsym: New.
949 * ld-elfvers/vers22b.ver: New.
950
951 2002-08-07 H.J. Lu <hjl@gnu.org>
952
953 * ld-elfvers/vers.exp: Add --no-undefined-version.
954
955 * ld-elfvers/vers1.map: Remove the unused foo1 and foo2.
956 * ld-elfvers/vers8.map: Likewise.
957 * ld-elfvers/vers18.map: Likewise.
958
959 2002-07-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
960
961 * ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp,
962 ld-selective/sel-dump.exp: Test hppa*64*-*-hpux* target.
963 * ld-elfvers/vers.exp, ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp,
964 ld-linkonce/linkonce.exp, ld-shared/shared.exp,
965 ld-undefined/weak-undef.exp: Test hppa*64*-*-hpux* and hppa*-*-linux*
966 targets.
967 * ld-discard/exit.s, ld-discard/extern.s, ld-discard/start.s,
968 ld-discard/static.s: Add whitespace before assembler directives.
969
970 2002-07-29 Chris Demetriou <cgd@broadcom.com>
971
972 * ld-mips-elf/mips16-1.d: Check that ASE flag is actually set.
973
974 2002-07-26 Richard Sandiford <rsandifo@redhat.com>
975
976 * ld-mips-elf/mips16-1.d,
977 * ld-mips-elf/mips16-1[ab].s: New test.
978 * ld-mips-elf/mips-elf.exp: Run it.
979
980 2002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
981
982 * ld-mmix/sec-1.d: Adjust for changes in padding.
983 * ld-mmix/sec-3.d: Ditto.
984
985 2002-07-15 H.J. Lu <hjl@gnu.org>
986
987 * ld-elfvers/vers.exp: Add vers21.
988
989 * ld-elfvers/vers21.c: New.
990 * ld-elfvers/vers21.dsym: New.
991 * ld-elfvers/vers21.map: New.
992 * ld-elfvers/vers21.sym: New.
993 * ld-elfvers/vers21.ver: New.
994
995 2002-07-12 Hans-Peter Nilsson <hp@axis.com>
996
997 * ld-cris/nodyn4.d, ld-cris/expdyn4.d, ld-cris/comref1.s,
998 ld-cris/euwref1.s, ld-cris/expdyn3.d, ld-cris/expdyn2.d,
999 ld-cris/expdref1.s: New tests.
1000
1001 2002-07-09 Richard Sandiford <rsandifo@redhat.com>
1002
1003 * ld-scripts/dynamic-sections*: New test.
1004
1005 2002-07-09 Hans-Peter Nilsson <hp@axis.com>
1006
1007 * ld-cris/libdso-3.d, ld-cris/dso-3.s, ld-cris/noglob1.s,
1008 ld-cris/noglob1.d: New tests.
1009
1010 * ld-cris/libdso-1.d: Tweak for change in size of dynamic sections.
1011
1012 2002-07-03 Alan Modra <amodra@bigpond.net.au>
1013
1014 * lib/ld-lib.exp (default_ld_nm): Run nm with LC_ALL=C to ensure
1015 consistent sorting.
1016 (run_dump_test): Likewise for objdump/nm/objcopy/readelf.
1017 * ld-sh/sh64/sh64.exp (run_ld_link_tests): Likewise.
1018
1019 2002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
1020
1021 * ld-mmix/sec-8m.d, ld-mmix/sec-8m.s, ld-mmix/sec-8a.s,
1022 ld-mmix/sec-8b.s, ld-mmix/sec-8d.s: New test.
1023
1024 2002-06-18 Chris Demetriou <cgd@broadcom.com>
1025
1026 * ld-mips-elf/empic2-ref.s: Add a missing .end, apparently
1027 turned up by recent assembler changes.
1028
1029 2002-06-17 Tom Rix <trix@redhat.com>
1030
1031 * ld-d10v/d10v.exp: New driver for d10v.
1032 * ld-d10v/default_layout.d : New test.
1033 * ld-d10v/regression-001.lt: New test for a linker regression.
1034 * ld-d10v/linktest-002.lt: New test for run_link_test.
1035 * ld-d10v/reloc-001.d - reloc-016.d: New tests.
1036
1037 2002-06-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
1038
1039 * ld-scripts/cross1.t: Add .hash, .dynstr and .dynsym sections to
1040 script.
1041
1042 2002-06-11 Andreas Jaeger <aj@suse.de>
1043
1044 * ld-undefined/undefined.exp: Add s390x to dwarf2 xfails.
1045
1046 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
1047
1048 * ld-mips-elf/region1a.s,
1049 * ld-mips-elf/region1b.s,
1050 * ld-mips-elf/region1.t,
1051 * ld-mips-elf/region1.d: New test.
1052 * ld-mips-elf/mips-elf.exp: Run it.
1053
1054 2002-06-07 Nick Clifton <nickc@cambridge.redhat.com>
1055
1056 * ld-scripts/phdrs2.s: Use .p2align instead of .align.
1057 Use section names .foo and .bar instead of .text and .data.
1058 * ld-scripts/phdrs2.t: Refer to .foo and .bar instead of .text
1059 and .data.
1060
1061 2002-06-06 David Heine <dlheine@tensilica.com>
1062
1063 * ld-scripts/phdrs2.exp: New file: Run second phdrs test.
1064 * ld-scripts/phdrs2.s: New file: Dummy assembler source.
1065 * ld-scripts/phdrs2.t: New file: Linker script with an empty
1066 section at the start of a loadable segment.
1067
1068 2005-06-02 H.J. Lu <hjl@gnu.org>
1069
1070 * ld-srec/sr3.cc (__dso_handle): Added for gcc 3.1 with
1071 -fuse-cxa-atexit.
1072 (__cxa_atexit): Likewise.
1073
1074 2002-05-30 Richard Henderson <rth@redhat.com>
1075
1076 * ld-bootstrap/bootstrap.exp: Test --relax.
1077
1078 2002-05-28 Hans-Peter Nilsson <hp@axis.com>
1079
1080 * ld-cris/libdso-2.d: Tweak for combreloc now default on.
1081
1082 2002-05-07 Richard Sandiford <rsandifo@redhat.com>
1083
1084 * lib/ld-lib.exp (run_dump_test): Add -L$srcdir/$subdir.
1085 (is_elf_format): New, extracted from...
1086 * ld-scripts/weak.exp: ...here.
1087 * ld-scripts/overlay-size.exp: New test.
1088 * ld-scripts/overlay-size.[tsd],
1089 * ld-scripts/overlay-size-map.d: New files for it.
1090
1091 2002-05-02 Richard Sandiford <rsandifo@redhat.com>
1092
1093 * ld-scripts/map-address.exp: Quote conditions.
1094
1095 2002-04-30 Richard Sandiford <rsandifo@redhat.com>
1096
1097 * ld-scripts/map-address.exp: New test.
1098 * ld-scripts/map-address.[td]: New files for it.
1099
1100 2002-04-19 Richard Henderson <rth@redhat.com>
1101
1102 * ld-elfvsb/elfvsb.exp: Mirror ia64 non-pic xfails for alpha.
1103 * ld-shared/shared.exp: Likewise.
1104 * ld-selective/selective.exp: Disable for alpha.
1105 * ld-undefined/undefined.exp: Add alpha to dwarf2 xfails.
1106
1107 2002-04-05 Hans-Peter Nilsson <hp@axis.com>
1108
1109 * ld-cris/libdso-2.d, ld-cris/dso-2.s, ld-cris/hide1: New test.
1110
1111 2002-03-19 Hans-Peter Nilsson <hp@axis.com>
1112
1113 * ld-cris/ldsym1.d: New test.
1114
1115 * ld-mmix/bpo-1.d: Tweak for type of linker-script-symbols no
1116 longer set to object.
1117 * ld-mmix/undef-3.d, ld-mmix/start-1.d, ld-mmix/locto-1.d,
1118 ld-mmix/loct-1.d, ld-mmix/locdo-1.d, ld-mmix/local7.d,
1119 ld-mmix/local5.d, ld-mmix/local3.d, ld-mmix/local1.d,
1120 ld-mmix/loc6.d, ld-mmix/loc4.d, ld-mmix/loc3.d, ld-mmix/loc2.d,
1121 ld-mmix/loc1.d, ld-mmix/greg-7.d, ld-mmix/greg-6.d,
1122 ld-mmix/greg-5.d, ld-mmix/greg-4.d, ld-mmix/greg-3.d,
1123 ld-mmix/greg-2.d, ld-mmix/greg-19.d, ld-mmix/greg-1.d,
1124 ld-mmix/bspec2.d, ld-mmix/bspec1.d, ld-mmix/bpo-9.d,
1125 ld-mmix/bpo-6.d, ld-mmix/bpo-5.d, ld-mmix/bpo-4.d,
1126 ld-mmix/bpo-3.d, ld-mmix/bpo-2.d, ld-mmix/bpo-19.d,
1127 ld-mmix/bpo-18.d, ld-mmix/bpo-17.d, ld-mmix/bpo-16.d,
1128 ld-mmix/bpo-14.d, ld-mmix/bpo-11.d, ld-mmix/bpo-10.d: Ditto.
1129
1130 2002-03-11 Andreas Jaeger <aj@suse.de>
1131
1132 * ld-elfweak/strongdata.sym: Allow bss section for GCC 3.2 that
1133 places zero initialized data in the bss.
1134 * ld-elfweak/lddsodata.dsym: Likewise.
1135
1136 2002-03-07 Hans-Peter Nilsson <hp@axis.com>
1137
1138 * ld-cris/expdyn1.d: Tweak for change in elf.sc.
1139
1140 2002-02-24 Hans-Peter Nilsson <hp@bitrange.com>
1141
1142 * ld-sh/ld-r-1.d: Adjust to changes in readelf output.
1143 * ld-sh/shared-1.d, ld-sh/sh64/crangerel1.rd, ld-sh/crangerel2.rd,
1144 ld-sh/sh64/reldl32.rd, ld-sh/sh64/reldl64.rd: Ditto.
1145
1146 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
1147
1148 * ld-elfvsb/sh1.c: Fix typo in last change.
1149
1150 2002-02-17 Daniel Jacobowitz <drow@mvista.com>
1151
1152 * ld-elfvsb/sh1.c: Use #pragma weak.
1153
1154 2002-02-17 Daniel Jacobowitz <drow@mvista.com>
1155
1156 * vers.exp: Do not call diff -q.
1157
1158 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
1159
1160 * ld-mmix/b-nosym.d, ld-mmix/sec-6.d: Tweak for change in symbol
1161 output.
1162 * ld-mmix/sec-7m.d, ld-mmix/sec-7a.s, ld-mmix/sec-7b.s,
1163 ld-mmix/sec-7c.s, ld-mmix/sec-7d.s, ld-mmix/sec-7e.s: New test.
1164
1165 * ld-mmix/bpo-22.d: New test.
1166
1167 * ld-mmix/local12.d (Sections): Match any LMA for .data, .sbss,
1168 and .bss.
1169
1170 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
1171
1172 * ld-selective/selective.exp: Link against libgcc on
1173 hppa*-*-linux* targets.
1174
1175 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
1176
1177 * ld-sh/sh64/reldl64.rd: Add relocation symbol data in info field.
1178 * ld-sh/sh64/crange-2i.s: Add align to match align in crange-2h.s.
1179 * ld-sh/sh64/crange3-cmpct.rd: Adjust to reflect modifications
1180 in section ordering.
1181 * ld-sh/sh64/crange3-media.rd: Likewise.
1182 * ld-sh/sh64/crange3.rd: Likewise.
1183 * ld-sh/sh64/crange3.dd: Likewise.
1184
1185 * ld-sh/shared-1.d: Fix relocation addend.
1186
1187 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
1188
1189 * ld-mmix/bpo-21.d, ld-mmix/bpo-21m.d, ld-mmix/bpo-11.s: New
1190 tests.
1191
1192 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
1193
1194 Contribute sh64-elf.
1195 2002-02-02 Alexandre Oliva <aoliva@redhat.com>
1196 * ld-sh/sh64/crange3-cmpct.rd: Adjust offsets.
1197 * ld-sh/sh64/crange3-media.rd: Likewise.
1198 * ld-sh/sh64/crange3.rd: Likewise.
1199 * ld-sh/sh64/crangerel1.rd: Likewise.
1200 * ld-sh/sh64/crangerel2.rd: Likewise.
1201 * ld-sh/sh64/reldl32.rd: Likewise.
1202 * ld-sh/sh64/reldl64.rd: Likewise.
1203 2002-01-28 Alexandre Oliva <aoliva@redhat.com>
1204 * ld-sh/sh64/abi32.xd: Formatting changes to match the current
1205 output of objdump.
1206 * ld-sh/sh64/cmpct1.xd: Likewise.
1207 * ld-sh/sh64/crange1.rd: Likewise.
1208 * ld-sh/sh64/crange2.rd: Likewise.
1209 * ld-sh/sh64/crange3-cmpct.rd: Likewise.
1210 * ld-sh/sh64/crange3-media.rd: Likewise.
1211 * ld-sh/sh64/crange3.rd: Likewise.
1212 * ld-sh/sh64/crangerel1.rd: Likewise.
1213 * ld-sh/sh64/crangerel2.rd: Likewise.
1214 * ld-sh/sh64/mix1.xd: Likewise.
1215 * ld-sh/sh64/mix2.xd: Likewise.
1216 * ld-sh/sh64/rel32.xd: Likewise.
1217 * ld-sh/sh64/reldl32.rd: Likewise.
1218 * ld-sh/sh64/reldl64.rd: Likewise.
1219 * ld-sh/sh64/sh64.exp: Likewise. Reordered cranges and stack
1220 sessions, to match changes in the linker script.
1221 2001-06-14 Alexandre Oliva <aoliva@redhat.com>
1222 * ld-sh/sh64/reldl32.rd, ld-sh/sh64/reldl64.rd: Adjust relocation
1223 info to reflect renumbering of relocation types.
1224 2001-03-14 DJ Delorie <dj@redhat.com>
1225 * ld-sh/sh64/endian.dbd: New file, endian tests.
1226 * ld-sh/sh64/endian.dld: Ditto.
1227 * ld-sh/sh64/endian.ld: Ditto.
1228 * ld-sh/sh64/endian.s: Ditto.
1229 * ld-sh/sh64/endian.sbd: Ditto.
1230 * ld-sh/sh64/endian.sld: Ditto.
1231 * ld-sh/sh64/sh64.exp: Add above tests. Add -L option to ld.
1232 2001-03-12 DJ Delorie <dj@redhat.com>
1233 * ld-sh/sh64/relax.exp: New file, test disabling relaxing.
1234 * ld-sh/sh64/relax1.s: Ditto.
1235 * ld-sh/sh64/relax2.s: Ditto.
1236 * ld-sh/sh64/relax3.s: Ditto.
1237 * ld-sh/sh64/relax4.s: Ditto.
1238 * ld-sh/sh64/relfail.exp: New file, test for bogus relocs.
1239 * ld-sh/sh64/relfail.s: Ditto.
1240 2001-03-12 DJ Delorie <dj@redhat.com>
1241 * ld-sh/sh.exp: This test isn't appropriate for SH64 since it
1242 uses SH32 assembler files.
1243 2001-03-07 DJ Delorie <dj@redhat.com>
1244 * ld-selective/selective.exp: Pass "-e _start" for sh64 to
1245 accomodate expected start symbol in test.
1246 2001-03-06 DJ Delorie <dj@redhat.com>
1247 * ld-scripts/crossref.exp: Pass -mshelf32 to the linker for sh64,
1248 to match what gcc passes to the linker by default.
1249 * ld-selective/selective.exp: Ditto.
1250 * ld-srec/srec.exp: Ditto, plus XFAIL for sh64.
1251 * ld-undefined/undefined.exp: Add XFAIL for sh64 (it's dwarf2).
1252 2001-03-06 DJ Delorie <dj@redhat.com>
1253 * ld-sh/sh64/abi32.xd (stack): Adjust for new default stack layout.
1254 * ld-sh/sh64/abi64.xd (stack): Ditto.
1255 * ld-sh/sh64/cmpct1.xd (stack): Ditto.
1256 * ld-sh/sh64/crange1.rd (stack): Ditto.
1257 * ld-sh/sh64/crange2.rd (stack): Ditto.
1258 * ld-sh/sh64/crange3-cmpct.rd (stack): Ditto.
1259 * ld-sh/sh64/crange3-media.rd (stack): Ditto.
1260 * ld-sh/sh64/crange3.rd (stack): Ditto.
1261 * ld-sh/sh64/mix1.xd (stack): Ditto.
1262 * ld-sh/sh64/mix2.xd (stack): Ditto.
1263 * ld-sh/sh64/shdl32.xd (stack): Ditto.
1264 * ld-sh/sh64/shdl64.xd (stack): Ditto.
1265 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
1266 * ld-sh/sh64/mix1.xd: Add SORT_ENTRIES for .cranges section.
1267 * ld-sh/sh64/mix2.xd: Ditto.
1268 2001-01-08 Hans-Peter Nilsson <hpn@cygnus.com>
1269 * ld-sh/sh64/abi32.xd: Adjust for bit 0 set on an entry address
1270 being SHmedia.
1271 * ld-sh/sh64/shdl64.xd: Ditto.
1272 * ld-sh/sh64/shdl32.xd: Ditto.
1273 * ld-sh/sh64/mix2.xd: Ditto.
1274 * ld-sh/sh64/crange3-media.rd: Ditto.
1275 * ld-sh/sh64/abi64.xd: Ditto.
1276 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1277 * ld-sh/sh64/crange-2a.s (diversion2): New global symbol.
1278 * ld-sh/sh64/crange1.rd: Adjust to presence of new symbol.
1279 Adjust section type for .cranges; expect sorted contents.
1280 * ld-sh/sh64/crange2.rd: Ditto.
1281 * ld-sh/sh64/crange3.dd, ld-sh/sh64/crange3.rd: Ditto.
1282 * ld-sh/sh64/crangerel1.rd: Adjust to presence of new symbol.
1283 * ld-sh/sh64/crangerel2.rd: Ditto.
1284 * ld-sh/sh64/mix1.xd: Adjust to DEBUGGING being set for .cranges.
1285 * ld-sh/sh64/mix2.xd: Ditto.
1286 * ld-sh/sh64/crange3-cmpct.rd, ld-sh/sh64/crange3-media.rd: New
1287 tests.
1288 * ld-sh/sh64/sh64.exp: Tweak test message. Run new tests.
1289 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
1290 * ld-sh/sh64/shmix-1.s (start2): Add a NOP to provide a valid
1291 target for (unexpanded) PTB. Add an .align 2 to SHmedia code to
1292 keep properly aligned.
1293 * ld-sh/sh64/mix1.sd, ld-sh/sh64/mix1.xd: Adjust accordingly.
1294 * ld-sh/sh64/mix1-noexp.sd, ld-sh/sh64/mix2-noexp.sd,
1295 ld-sh/sh64/abixx-noexp.sd: New tests for GAS -no-expand and
1296 R_SH_PT_16 relocation.
1297 * ld-sh/sh64/sh64.exp: Run new tests.
1298 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1299 * ld-sh/sh64/crange-2f.s, ld-sh/sh64/crange-2g.s,
1300 ld-sh/sh64/crange-2h.s, ld-sh/sh64/crange-2i.s,
1301 ld-sh/sh64/crange3.dd, ld-sh/sh64/crange3.rd: New tests.
1302 * ld-sh/sh64/sh64.exp: Run new tests.
1303 * ld-sh/sh64/crange1.rd: Correct section flags.
1304 * ld-sh/sh64/crange2.rd: Ditto.
1305 * ld-sh/sh64/crangerel1.rd: Ditto.
1306 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1307 * ld-sh/sh64/crange-1.s, ld-sh/sh64/crange-2a.s,
1308 ld-sh/sh64/crange-2b.s, ld-sh/sh64/crange-2c.s,
1309 ld-sh/sh64/crange-2d.s, ld-sh/sh64/crange-2e.s,
1310 ld-sh/sh64/crange1.rd, ld-sh/sh64/crange2.rd,
1311 ld-sh/sh64/crangerel1.rd, ld-sh/sh64/crangerel2.rd: New tests for
1312 handling .cranges section.
1313 * ld-sh/sh64/sh64.exp: Run new tests.
1314 * ld-sh/sh64/mix1.sd, ld-sh/sh64/mix1.xd, ld-sh/sh64/mix2.sd,
1315 ld-sh/sh64/mix2.xd: Adjust for .cranges section.
1316 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
1317 * ld-sh/sh64/abi32.sd, ld-sh/sh64/abi32.xd, ld-sh/sh64/abi64.sd,
1318 ld-sh/sh64/abi64.xd, ld-sh/sh64/cmpct1.xd, ld-sh/sh64/mix1.sd,
1319 ld-sh/sh64/mix1.xd, ld-sh/sh64/mix2.sd, ld-sh/sh64/mix2.xd,
1320 ld-sh/sh64/shdl32.xd, ld-sh/sh64/shdl64.xd: Adjust to .bss and
1321 .data individually 8-byte aligned.
1322 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
1323 * ld-sh/sh64/rel-1.s, ld-sh/sh64/rel-2.s, ld-sh/sh64/rel32.xd,
1324 ld-sh/sh64/rel64.xd, ld-sh/sh64/reldl-1.s, ld-sh/sh64/reldl-2.s,
1325 ld-sh/sh64/reldl32.rd, ld-sh/sh64/reldl64.rd: New tests.
1326 * ld-sh/sh64/sh64.exp: Make it possible to use readelf as
1327 inspection tool. Run new tests.
1328 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
1329 * ld-sh/sh64/abi64.sd, ld-sh/sh64/abi32.sd, ld-sh/sh64/mix1.sd,
1330 ld-sh/sh64/mix2.sd: Correct offsets in PT/PTA/PTB expansions.
1331 * ld-sh/sh64/shdl-1.s, ld-sh/sh64/shdl-2.s, ld-sh/sh64/shdl64.sd,
1332 ld-sh/sh64/shdl64.xd, ld-sh/sh64/shdl32.xd: New tests.
1333 * ld-sh/sh64/sh64.exp: Run new tests.
1334 2000-12-01 Hans-Peter Nilsson <hpn@cygnus.com>
1335 * ld-sh/sh64/cmpct1.sd, ld-sh/sh64/cmpct1.xd,
1336 ld-sh/sh64/shcmp-1.s: New test.
1337 * ld-sh/sh64/sh64.exp: Add new test to sh64tests. Reformat.
1338 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
1339 * ld-sh/sh64/sh64.exp: Use linker option -mshelf64 for 64-bit ABI
1340 test.
1341 * ld-sh/sh64/abi64.xd: Tweak for 64-bit ELF.
1342 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
1343 * ld-sh/sh64/sh64.exp (sh64tests): Use linker option -mshelf32 for
1344 tests.
1345 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
1346 * ld-sh/sh64/abi32.sd, ld-sh/sh64/abi64.sd: Correct MOVI
1347 registers.
1348 * ld-sh/sh64/mix1.sd, ld-sh/sh64/mix1.xd, ld-sh/sh64/shmix-1.s:
1349 New test.
1350 * ld-sh/sh64/mix2.sd, ld-sh/sh64/mix2.xd, ld-sh/sh64/shmix-2.s,
1351 ld-sh/sh64/shmix-3.s: New test.
1352 * ld-sh/sh64/sh64.exp: Add new tests to sh64tests.
1353 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
1354 * ld-sh/sh64: New testsuite.
1355
1356 2002-02-07 Hans-Peter Nilsson <hp@axis.com>
1357
1358 * ld-selective/keepdot.s: Remove section specifier.
1359
1360 2002-02-05 Hans-Peter Nilsson <hp@axis.com>
1361
1362 * ld-selective/keepdot.d, ld-selective/keepdot.ld,
1363 ld-selective/keepdot.s, ld-selective/keepdot0.d: New tests.
1364 * ld-selective/sel-dump.exp: New, driver for run_dump_test:s.
1365
1366 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
1367
1368 * ld-mmix/bpo-18.d, ld-mmix/bpo64addr.ld, ld-mmix/bpo-18m.d,
1369 ld-mmix/bpo-9.s, ld-mmix/bpo-19.d, ld-mmix/bpo-19m.d,
1370 ld-mmix/bpo-10.s, ld-mmix/bpo-20.d, ld-mmix/bpo-20m.d: New tests
1371 for on-demand global register allocation.
1372
1373 2002-02-02 Alexandre Oliva <aoliva@redhat.com>
1374
1375 * ld-sh/shared-1.d: Fix incorrect offsets.
1376
1377 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
1378
1379 * ld-mmix/bpo-1.d, ld-mmix/bpo-1.s, ld-mmix/bpo-1m.d,
1380 ld-mmix/bpo-15.d, ld-mmix/bpo-4.s, ld-mmix/bpo-6.d,
1381 ld-mmix/bpo-6.s, ld-mmix/bpo-2.d, ld-mmix/bpo-6m.d,
1382 ld-mmix/bpo-12m.d, ld-mmix/bpo-2m.d, ld-mmix/bpo-2.s,
1383 ld-mmix/bpo-5.s, ld-mmix/bpo-3.d, ld-mmix/start3.s,
1384 ld-mmix/bpo-3m.d, ld-mmix/bpo-9m.d, ld-mmix/bpo-4.d,
1385 ld-mmix/bpo-3.s, ld-mmix/bpo-4m.d, ld-mmix/bpo-7.d,
1386 ld-mmix/bpo-5.d, ld-mmix/bpo-16.d, ld-mmix/bpo-5m.d,
1387 ld-mmix/bpo-7m.d, ld-mmix/bpo-9.d, ld-mmix/bpo-8.d,
1388 ld-mmix/start4.s, ld-mmix/bpo-8m.d, ld-mmix/bpo-13m.d,
1389 ld-mmix/bpo-15m.d, ld-mmix/bpo-10.d, ld-mmix/bpo-11.d,
1390 ld-mmix/bpo-14m.d, ld-mmix/bpo-13.d, ld-mmix/bpo-7.s,
1391 ld-mmix/bpo-12.d, ld-mmix/bpo-16m.d, ld-mmix/bpo-14.d,
1392 ld-mmix/bpo-8.s, ld-mmix/bpo-17.d, ld-mmix/bpo-17m.d: New tests.
1393
1394 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
1395
1396 * ld-cris/weakref1.d, ld-cris/libdso-1.d, ld-cris/gotrel2.s,
1397 ld-cris/expdyn1.d, ld-cris/expdyn1.s, ld-cris/dso-1.s: New tests.
1398 * ld-cris/cris.exp: Split run_dump_tests in two parts, executing
1399 tests named *dso-*.d first and copying their tmpdir/dump to files
1400 named as the .d-file.
1401
1402 2002-01-31 Alan Modra <amodra@bigpond.net.au>
1403
1404 * ld-scripts/crossref.exp: Allow foo to have a leading dot.
1405 * ld-scripts/cross1.t: Add .opd.
1406 * ld-undefined/undefined.exp: Allow leading dot on sym names.
1407 * lib/ld-lib.exp (default_ld_nm): Strip leading dots from syms.
1408
1409 2002-01-29 Chris Demetriou <cgd@broadcom.com>
1410
1411 * ld-mips-elf/emrelocs-eb.d: New file to test --embedded-relocs.
1412 * ld-mips-elf/emrelocs-el.d: Likewise.
1413 * ld-mips-elf/emrelocs1.s: Likewise.
1414 * ld-mips-elf/emrelocs2.s: Likewise.
1415 * ld-mips-elf/emrelocs.ld: Likewise.
1416 * ld-mips-elf/mips-elf.exp: Add the above to the list of tests.
1417
1418 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
1419
1420 * ld-cris: New testsuite directory.
1421
1422 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
1423
1424 * ld-sh/sh.exp: Copy start.s file into test directory.
1425
1426 2002-01-14 Nick Clifton <nickc@cambridge.redhat.com>
1427
1428 * ld-selective/selective.exp: For ARM targets, link with libgcc.a.
1429
1430 2002-01-02 Chris Demetriou <cgd@broadcom.com>
1431
1432 * ld-mips-elf/empic1-ln.d: New file to test basic linking of
1433 R_MIPS_GNU_REL_HI16 and R_MIPS_GNU_REL_LO16 relocations.
1434 * ld-mips-elf/empic1-lp.d: Likewise.
1435 * ld-mips-elf/empic1-mn.d: Likewise.
1436 * ld-mips-elf/empic1-mp.d: Likewise.
1437 * ld-mips-elf/empic1-sn.d: Likewise.
1438 * ld-mips-elf/empic1-sp.d: Likewise.
1439 * ld-mips-elf/empic1-ref.s: Likewise.
1440 * ld-mips-elf/empic1-space.s: Likewise.
1441 * ld-mips-elf/empic1-tgt.s: Likewise.
1442 * ld-mips-elf/empic2-fwd-0.d: New file to test
1443 R_MIPS_GNU_REL_HI16 and R_MIPS_GNU_REL_LO16 relocation edge
1444 cases.
1445 * ld-mips-elf/empic2-fwd-1.d: Likewise.
1446 * ld-mips-elf/empic2-rev-0.d: Likewise.
1447 * ld-mips-elf/empic2-rev-1.d: Likewise.
1448 * ld-mips-elf/empic2-ref.s: Likewise.
1449 * ld-mips-elf/empic2-space.s: Likewise.
1450 * ld-mips-elf/empic2-fwd-tgt.s: Likewise.
1451 * ld-mips-elf/empic2-rev-tgt.s: Likewise.
1452 * ld-mips-elf/mips-elf.exp: New file to run MIPS 32-bit ELF
1453 tests (including those above).
1454
1455 2001-11-30 H.J. Lu <hjl@gnu.org>
1456
1457 * ld-elfvers/vers.exp (build_vers_lib): Preserve the library
1458 order.
1459
1460 2001-11-29 H.J. Lu <hjl@gnu.org>
1461
1462 * ld-elfvers/vers.exp (build_vers_lib): Support linking against
1463 more than one libraries.
1464 Add "vers20a" and "vers20" tests for common symbols.
1465
1466 * ld-elfvers/vers20.c: New.
1467 * ld-elfvers/vers20.dsym: New.
1468 * ld-elfvers/vers20.map: New.
1469 * ld-elfvers/vers20.ver: New.
1470 * ld-elfvers/vers20a.ver: New.
1471
1472 2001-11-19 H.J. Lu <hjl@gnu.org>
1473
1474 * ld-elfvsb/define.s: Mark all global lables as object.
1475
1476 * ld-elfvsb/hidden0.d: Match large section number.
1477 * ld-elfvsb/hidden1.d: Likewise.
1478 * ld-elfvsb/internal0.d: Likewise.
1479 * ld-elfvsb/internal1.d: Likewise.
1480 * ld-elfvsb/protected0.d: Likewise.
1481 * ld-elfvsb/protected1.d: Likewise.
1482
1483 * ld-elfvsb/hidden0.d: Change NOTYPE to OBJECT.
1484 * ld-elfvsb/internal0.d: Likewise.
1485 * ld-elfvsb/protected0.d: Likewise.
1486
1487 2001-11-15 H.J. Lu <hjl@gnu.org>
1488
1489 * ld-sh/ld-r-1.d: Updated.
1490
1491 2001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
1492
1493 * ld-bootstrap/bootstrap.exp: Only scan tail of executable for
1494 PE targets.
1495
1496 2001-11-12 Donn Terry <donnte@microsoft.com>
1497
1498 * ld-bootstrap/bootstrap.exp: Only compare the tail end of the two
1499 binary files produced in order to avoid date stamp present in PE
1500 binaries.
1501
1502 2001-11-11 Hans-Peter Nilsson <hp@bitrange.com>
1503
1504 * ld-mmix/sec-5.d (Sections): Add whitespace missing in commit.
1505
1506 2001-11-09 H.J. Lu <hjl@gnu.org>
1507
1508 * ld-discard/discard.exp: New. Test ld discard.
1509 * ld-discard/discard.ld: Likewise.
1510 * ld-discard/exit.s: Likewise.
1511 * ld-discard/extern.d: Likewise.
1512 * ld-discard/extern.s: Likewise.
1513 * ld-discard/start.d: Likewise.
1514 * ld-discard/start.s: Likewise.
1515 * ld-discard/static.d: Likewise.
1516 * ld-discard/static.s: Likewise.
1517
1518 2001-11-02 H.J. Lu <hjl@gnu.org>
1519
1520 * ld-elfvsb/elfvsb.exp: Add the "ld -r" test.
1521
1522 * ld-elfvsb/hidden0.d: New.
1523 * ld-elfvsb/hidden1.d: New.
1524 * ld-elfvsb/internal0.d: New.
1525 * ld-elfvsb/internal1.d: New.
1526 * ld-elfvsb/protected0.d: New.
1527 * ld-elfvsb/protected1.d: New.
1528 * ld-elfvsb/undef.s: New.
1529 * ld-elfvsb/undef.s: New.
1530
1531 2001-11-02 NIIBE Yutaka <gniibe@m17n.org>
1532
1533 * ld-sh/sh.exp: Have its own start.s for linux.
1534
1535 2001-10-31 Hans-Peter Nilsson <hp@bitrange.com>
1536
1537 * ld-mmix/locdo-1.d: Prune character dump part.
1538 * ld-mmix/local7m.d, ld-mmix/loc4.d, ld-mmix/loc4m.d,
1539 ld-mmix/loc1.d, ld-mmix/bspec1m.d, ld-mmix/bspec2m.d,
1540 ld-mmix/b-nosym.d, ld-mmix/b-fixo2.d, ld-mmix/b-loc64k.d,
1541 ld-mmix/undef-3m.d, ld-mmix/locto.s, ld-mmix/loct.s,
1542 ld-mmix/local3m.d, ld-mmix/local1m.d, ld-mmix/loc6m.d,
1543 ld-mmix/loc2.s, ld-mmix/loc1.s, ld-mmix/gregldo1.s,
1544 ld-mmix/dloc1.s, ld-mmix/b-widec3.s, ld-mmix/b-nosym.s: Remove
1545 unnecessary empty lines.
1546
1547 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
1548
1549 * ld-mmix: New testsuite directory.
1550
1551 2001-10-14 Hans-Peter Nilsson <hp@bitrange.com>
1552
1553 * ld-sh/sub2l-1.d, ld-sh/shared-1.d, ld-sh/weak1.d: Only run on
1554 sh*-*-elf.
1555
1556 * lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}.
1557
1558 * ld-sh/rd-sh.exp: New framework file.
1559 * ld-sh/ld-r-1.d, ld-sh/ldr1.s, ld-sh/ldr2.s, ld-sh/shared-1.d,
1560 ld-sh/weak1.s, ld-sh/weak1.d, ld-sh/sub2l.s, ld-sh/sub2l-1.d: New
1561 test files.
1562
1563 2001-09-29 Hans-Peter Nilsson <hp@axis.com>
1564
1565 * ld-linkonce/linkonce.exp: New file.
1566 * ld-linkonce/x.s, ld-linkonce/y.s, ld-linkonce/zeroeh.ld,
1567 ld-linkonce/zeroehl32.d: New test.
1568
1569 2001-09-25 H.J. Lu <hjl@gnu.org>
1570
1571 * ld-elfweak/dso.dsym: Updated for alpha.
1572 * ld-elfweak/dsodata.dsym: Likewise.
1573 * ld-elfweak/strong.sym: Likewise.
1574 * ld-elfweak/strongcomm.sym: Likewise.
1575 * ld-elfweak/strongdata.sym: Likewise.
1576
1577 2001-09-15 Hans-Peter Nilsson <hp@bitrange.com>
1578
1579 * lib/ld-lib.exp (run_dump_test): Handle new option
1580 "objcopy_linked_file". Return after failing, if errors were
1581 expected but none were found.
1582 (slurp_options): Support underscores in option names.
1583
1584 2001-09-14 H.J. Lu <hjl@gnu.org>
1585
1586 * ld-elfweak/bar.c: Updated.
1587 * ld-elfweak/bar1a.c: Likewise.
1588 * ld-elfweak/main.c: Likewise.
1589 * ld-elfweak/main1.c: Likewise.
1590 * ld-elfweak/elfweak.exp: Likewise.
1591 * ld-elfweak/weakdata.dsym: Updated.
1592
1593 2001-09-11 H.J. Lu <hjl@gnu.org>
1594
1595 * ld-elfweak/elfweak.exp (build_lib): Take a list of object
1596 files.
1597 (build_exec): Likewise.
1598 Add more tests and make some xfail.
1599
1600 * ld-elfweak/dso.dsym: Support symbol versioning.
1601 * ld-elfweak/dsow.dsym: Likewise.
1602
1603 * ld-elfweak/main1.c: New.
1604 * ld-elfweak/bar1a.c: Likewise.
1605 * ld-elfweak/bar1b.c: Likewise.
1606 * ld-elfweak/bar1c.c: Likewise.
1607 * ld-elfweak/foo1a.c: Likewise.
1608 * ld-elfweak/foo1b.c: Likewise.
1609 * ld-elfweak/dsodata.dsym: Likewise.
1610 * ld-elfweak/dsowdata.dsym: Likewise.
1611 * ld-elfweak/weakdata.dsym: Likewise.
1612 * ld-elfweak/strongcomm.sym: Likewise.
1613 * ld-elfweak/strongdata.sym: Likewise.
1614 * ld-elfweak/weakdata.dat: Likewise.
1615 * ld-elfweak/strongdata.dat: Likewise.
1616
1617 2001-09-10 H.J. Lu <hjl@gnu.org>
1618
1619 * ld-elfweak/elfweak.exp: New.
1620 * ld-elfweak/bar.c: Likewise.
1621 * ld-elfweak/foo.c: Likewise.
1622 * ld-elfweak/main.c: Likewise.
1623 * ld-elfweak/dso.dsym: Likewise.
1624 * ld-elfweak/dsow.dsym: Likewise.
1625 * ld-elfweak/strong.sym: Likewise.
1626 * ld-elfweak/strong.dat: Likewise.
1627 * ld-elfweak/weak.dat: Likewise.
1628
1629 2001-08-27 Alan Modra <amodra@bigpond.net.au>
1630 Linus Nordberg <linus@swox.se>
1631
1632 * ld-checks/checks.exp: .lcomm is incompatible with ppc coff.
1633 * ld-scripts/cross1.t: Add .toc section.
1634 * ld-scripts/cross2.t: Likewise.
1635 * ld-scripts/phdrs.exp: powerpc64 is 64 bit.
1636 * ld-srec/srec.exp: xfail powerpc64
1637
1638 2001-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
1639
1640 * ld-selective/selective.exp: Return if target is `vax-*-ultrix*'.
1641 Continue with other tests when there is a compilation error.
1642
1643 2001-08-01 Loren J. Rittle <ljrittle@acm.org>
1644
1645 * ld-cdtest/cdtest-nrv.dat: New file.
1646 * ld-cdtest/cdtest.exp: Do not require any exception support
1647 library. Check results against NRV.
1648
1649 2001-08-01 Loren J. Rittle <ljrittle@acm.org>
1650
1651 * ld-srec/srec.exp: Do not require any exception support
1652 library.
1653
1654 2001-07-27 H.J. Lu <hjl@gnu.org>
1655
1656 * ld-selective/selective.exp: Fix the error in the last change.
1657
1658 2001-07-24 Loren J. Rittle <ljrittle@acm.org>
1659
1660 * ld-selective/selective.exp: Support g++ V3 ABI (along side
1661 the old ABI). Make comparisons against normalized (to
1662 V3-style) demangled nm output.
1663
1664 2001-07-24 Alan Modra <amodra@bigpond.net.au>
1665
1666 * config/default.exp (ld_nm): Add "nmflags" arg.
1667 * lib/ld-lib.exp (default_ld_nm): Likewise.
1668 * ld-empic/empic.exp: Adjust call to ld_nm.
1669 * ld-scripts/defined.exp: Likewise.
1670 * ld-scripts/script.exp: Likewise.
1671 * ld-scripts/sizeof.exp: Likewise.
1672 * ld-selective/selective.exp: Likewise.
1673 * ld-sh/sh.exp: Likewise.
1674
1675 2001-07-12 H.J. Lu <hjl@gnu.org>
1676
1677 * ld-selective/selective.exp: Mark selective1, selective2,
1678 selective4 and selective5 xfail on alpha*-*.
1679
1680 2001-06-13 Hans-Peter Nilsson <hp@bitrange.com>
1681
1682 * config/default.exp (AS, GASP, OBJDUMP, NM, NMFLAGS, OBJCOPY,
1683 OBJCOPYFLAGS, READELF, READELFFLAGS, LD, LDFLAGS): Provide
1684 default.
1685
1686 * lib/ld-lib.exp (run_dump_test): Import from gas testsuite. Add
1687 new options "ld", "source", "xfail", "target", "notarget" and
1688 "error". Support the runtest_file_p "*.exp=testname" feature.
1689 (slurp_options, regexp_diff, file_contents, verbose_eval): Import
1690 from gas testsuite.
1691
1692 2001-06-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
1693
1694 * testsuite/ld-undefined/undefined.exp: Correct setup_xfail rule.
1695
1696 2001-06-06 H.J. Lu <hjl@gnu.org>
1697
1698 * ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3
1699 on Linux/mips.
1700
1701 * ld-elfvers/vers.exp: Also run on Linux/mips.
1702 * ld-elfvsb/elfvsb.exp: Likewise.
1703 * ld-shared/shared.exp: Likewise.
1704
1705 * ld-selective/selective.exp: Mark selective2, selective3,
1706 selective4 and selective5 xfail on Linux/mips.
1707
1708 * ld-shared/main.c: Skip invalid -Bsymbolic tests on Linux/mips.
1709
1710 * symbolic.dat: Remove invalid -Bsymbolic tests on Linux/mips.
1711
1712 * ld-srec/srec.exp: Add Linux/mips to xfail.
1713
1714 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
1715
1716 * ld-undefined/undefined.exp: Add a setup_xfail line for a test
1717 that will always fail on s/390.
1718
1719 2001-05-28 kaz Kojima <kkojima@rr.iij4u.or.jp>
1720
1721 * ld-sh/sh.exp: For sh-*-linux-gnu target add a start address for
1722 the text section.
1723
1724 2001-05-25 Alan Modra <amodra@one.net.au>
1725
1726 * ld-elfvers/vers.exp: Replace linuxoldld with linux*oldld and
1727 linuxaout with linux*aout.
1728
1729 2001-05-24 H.J. Lu <hjl@gnu.org>
1730
1731 * ld-scripts/phdrs.exp: Add sparc64 to 64 bit platform.
1732
1733 2001-05-18 H.J. Lu <hjl@gnu.org>
1734
1735 * ld-elfvers/vers.exp: Revert the last change.
1736
1737 * ld-elfvers/vers2.ver: Put back "tmpdir/" the version
1738 references.
1739 * ld-elfvers/vers3.ver: Likewise.
1740 * ld-elfvers/vers6.ver: Likewise.
1741 * ld-elfvers/vers18.ver: Likewise.
1742
1743 2001-05-17 H.J. Lu <hjl@gnu.org>
1744
1745 * ld-elfvers/vers.exp: Pass "-rpath .:$tmpdir" to "vers19".
1746
1747 * ld-elfvers/vers1.ver: Remove "tmpdir/" from the version
1748 definition.
1749 * ld-elfvers/vers2.ver: Likewise.
1750 * ld-elfvers/vers3.ver: Likewise.
1751 * ld-elfvers/vers4a.ver: Likewise.
1752 * ld-elfvers/vers6.ver: Likewise.
1753 * ld-elfvers/vers7a.ver: Likewise.
1754 * ld-elfvers/vers8.ver: Likewise.
1755 * ld-elfvers/vers9.ver: Likewise.
1756 * ld-elfvers/vers15.ver: Likewise.
1757 * ld-elfvers/vers16a.ver: Likewise.
1758 * ld-elfvers/vers17.ver: Likewise.
1759 * ld-elfvers/vers18.ver: Likewise.
1760
1761 2001-05-03 H.J. Lu <hjl@gnu.org>
1762
1763 * ld-elfvers/vers19.ver: Expect vers17.so instead of
1764 *tmpdir/vers17.so.
1765
1766 2001-05-01 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
1767
1768 * ld-scripts/phdrs.exp: Fix regexp, s390x is 64 bit platform.
1769
1770 * ld-scripts/phdrs.t: Use startaddress that's greater than any
1771 MAXPAGESIZE used.
1772
1773 2001-04-29 H.J. Lu <hjl@gnu.org>
1774
1775 * ld-shared/symbolic.dat: New.
1776
1777 * ld-shared/shared.exp: Also check -Bsymbolic.
1778
1779 2001-04-28 Andreas Jaeger <aj@suse.de>
1780
1781 * ld-scripts/phdrs.exp: x86-64 is a 64 bit ELF platform, handle it
1782 special.
1783
1784 2001-04-01 David O'Brien <obrien@FreeBSD.org>
1785 * ld-undefined/undefined.exp: XFAIL on FreeBSD/i386 for the usual (even
1786 though it doesn't use DWARF2 yet (but its output is identical).
1787
1788 2001-04-01 David O'Brien <obrien@FreeBSD.org>
1789
1790 * ld-selective/selective.exp: Use -O with gcc rather than -O2.
1791 This optimization level is buggy on some platforms, and this test
1792 is not intended to test compiler optimizations.
1793
1794 2001-03-06 DJ Delorie <dj@redhat.com>
1795
1796 * ld-scripts/cross2.t: Support any type of text/data sections, not
1797 just the canonical ones.
1798
1799 2001-02-28 Matt Hiller <hiller@redhat.com>
1800
1801 * ld-scripts/crossref.exp: Initialize flags to [big_or_little_endian].
1802 * ld-undefined/undefined.exp: Ditto, and include $flags in ld
1803 invocations.
1804 * lib/ld-lib.exp (big_or_little_endian): Recognize -EB, -eb, -EL
1805 and -el.
1806 (is_endian_output_format): New function.
1807 (default_ld_link): Set flags to [big_or_little_endian] only if ld
1808 is being invoked such that the output format being used is of
1809 known endianness.
1810 (default_ld_simple_link): Ditto.
1811
1812 2001-02-22 Timothy Wall <twall@cygnus.com>
1813
1814 * ld-bootstrap/bootstrap.exp: Exclude ia64 flavor from
1815 AIX-specific test.
1816
1817 2001-02-14 H.J. Lu <hjl@gnu.org>
1818
1819 * ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3
1820 for -static on ia64.
1821
1822 * ld-checks/checks.exp: Don't run on ia64-*-elf* nor
1823 ia64-*-linux*.
1824
1825 * ld-elfvers/vers.exp: Also run ia64-*-elf* and ia64-*-linux*.
1826
1827 * ld-elfvsb/elfvsb.exp: Use i?86-*-*. Also run on ia64-*-linux*.
1828 Set up expected failures for ia64-*-linux*.
1829 * ld-shared/shared.exp: Likewise.
1830
1831 2001-02-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1832
1833 * ld-srec/srec.exp (run_srec_test): m6811 code has references
1834 to soft registers, define them with --defsym.
1835 * ld-selective/selective.exp: Likewise.
1836
1837 2000-01-23 Alan Modra <alan@spri.levels.unisa.edu.au>
1838
1839 * ld-srec/sr3.cc (__rethrow): New.
1840
1841 2001-01-14 Hans-Peter Nilsson <hp@bitrange.com>
1842
1843 * ld-sh/sh.exp: Use --oformat srec, not -oformat srec.
1844
1845 2001-01-03 Philip Blundell <pb@futuretv.com>
1846
1847 * ld-elfvsb/elfvsb.exp: Run test on Linux/Alpha.
1848 * ld-shared/shared.exp: Likewise.
1849
1850 2001-01-01 Philip Blundell <philb@gnu.org>
1851
1852 * ld-undefined/weak-undef.exp: New test.
1853 * ld-undefined/weak-undef.s, ld-undefined/weak-undef.t: Supporting
1854 files for above.
1855
1856 * ld-elfvers/vers.exp: Run test on Linux/ARM.
1857 * ld-elfvsb/elfvsb.exp: Likewise.
1858 * ld-shared/shared.exp: Likewise.
1859
1860 2000-12-31 Nick Clifton <nickc@redhat.com>
1861
1862 * ld-srec/srec.exp: Use --oformat instead of -oformat.
1863
1864 2000-12-09 Nick Clifton <nickc@redhat.com>
1865
1866 * ld-selective/selective.exp: Link in libgcc when target is v850.
1867
1868 * ld-srec/srec.exp: Expect the srec_test to fail for ARM targets
1869 because the -oformat linker command switch cannot be used.
1870
1871 2000-11-06 Alan Modra <alan@linuxcare.com.au>
1872
1873 * ld-elfvsb/main.c (PROTECTED_CHECK): Include stdio.h.
1874 (main): Prune unused args.
1875
1876 2000-10-29 Hans-Peter Nilsson <hp@bitrange.com>
1877
1878 * ld-selective/selective.exp <no CXX>: Fix typo for argument to
1879 "untested".
1880
1881 2000-10-19 H.J. Lu (hjl@gnu.org)
1882
1883 * ld-elfvsb/elfvsb.exp (visibility_run): Set expected failures
1884 for Linux/PPC.
1885 * ld-shared/shared.exp: Likewise.
1886
1887 2000-10-09 Hans-Peter Nilsson <hp@bitrange.com>
1888
1889 * ld-selective/selective.exp: Rearrange to be table-driven.
1890
1891 2000-10-07 Alan Modra <alan@linuxcare.com.au>
1892
1893 * ld-scripts/phdrs.exp: hppa*64*-*-* is 64-bit ELF too.
1894
1895 2000-10-02 Alan Modra <alan@linuxcare.com.au>
1896
1897 * ld-scripts/weak.exp: Don't set $global$ for hppa-elf any more.
1898 * ld-scripts/crossref.exp: Ditto.
1899
1900 2000-09-29 Hans-Peter Nilsson <hp@bitrange.com>
1901
1902 * ld-selective/5.cc: New test.
1903 * ld-selective/selective.exp: Run it as xfailed.
1904
1905 * ld-selective/4.cc: Correct spelling of "lose".
1906
1907 2000-09-05 Alan Modra <alan@linuxcare.com.au>
1908
1909 * ld-selective/selective.exp: Remove the xfails for hppa.
1910
1911 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
1912
1913 * ld-undefined/undefined.exp (hppa*64*-*-*, mn10300-*-elf,
1914 sh-*-*): With dwarf-2, `undefined function' can't pass.
1915
1916 2000-08-03 H.J. Lu (hjl@gnu.org)
1917
1918 * ld-bootstrap/bootstrap.exp: Add strip.
1919
1920 2000-07-24 H.J. Lu (hjl@gnu.org)
1921
1922 * ld-elfvsb/elfvsb.exp: Add -g to $CC to get the location of
1923 the undefined reference.
1924
1925 2000-07-16 H.J. Lu (hjl@gnu.org)
1926
1927 * ld-elfvsb/elfvsb.exp (support_protected): New variable. Check
1928 and set to "yes" if the protected visibility is expected to
1929 pass.
1930 (visibility_run): Set expected to fail for the "protected"
1931 and "protected_undef_def" tests only if $support_protected is
1932 "no".
1933
1934 * ld-elfvsb/main.c (PROTECTED_CHECK): Check for the protected
1935 visibility support if defined.
1936
1937 2000-07-15 H.J. Lu (hjl@gnu.org)
1938
1939 * ld-elfvsb/elfvsb.exp (visibility_run): Set expected failure
1940 for "protected_undef_def".
1941
1942 * ld-elfvsb/main.c: Don't define HIDDEN_UNDEF_TEST when
1943 PROTECTED_WEAK_TEST is defined.
1944 Don't define PROTECTED_UNDEF_TEST when PROTECTED_WEAK_TEST is
1945 defined.
1946 Define PROTECTED_TEST when PROTECTED_UNDEF_TEST is defined.
1947
1948 * ld-elfvsb/sh1.c (visibility): Mark protected only if
1949 PROTECTED_TEST, PROTECTED_UNDEF_TEST or PROTECTED_WEAK_TEST
1950 is defined.
1951 (visibility_var): Likewise.
1952
1953 2000-07-10 Alan Modra <alan@linuxcare.com.au>
1954
1955 * ld-srec/srec.exp: xfail hppa.
1956
1957 * ld-scripts/weak.exp: Define $global$ for hppa.
1958
1959 * ld-scripts/crossref.exp: Fix string quoting.
1960
1961 2000-06-05 H.J. Lu (hjl@gnu.org)
1962
1963 * lib/ld-lib.exp (default_ld_link): Redirect the linker output
1964 to link_output and make it global.
1965
1966 * ld-elfvsb/elfvsb.exp (visibility_test): Add "hidden_undef",
1967 "hidden_undef_def", "hidden_weak", "protected_undef",
1968 "protected_undef_def" and "protected_weak".
1969 (visibility_run): Likewise.
1970 * ld-elfvsb/main.c: Likewise.
1971 * ld-elfvsb/sh1.c: Likewise.
1972 * ld-elfvsb/sh2.c: Likewise.
1973
1974 * ld-elfvsb/elfvsb.dat: Updated.
1975
1976 2000-05-21 H.J. Lu (hjl@gnu.org)
1977
1978 * ld-elfvsb/main.c (main_visibility_check): Fix the protected
1979 visibility test.
1980
1981 2000-05-13 H.J. Lu (hjl@gnu.org)
1982
1983 * lib/ld-lib.exp (default_ld_link): Redirect the linker output
1984 to link_output and make it global.
1985
1986 * ld-elfvsb/elf-offset.ld: New. ELF visibility fearture
1987 tests.
1988 * ld-elfvsb/elfvsb.dat: Likewise.
1989 * ld-elfvsb/elfvsb.exp: Likewise.
1990 * ld-elfvsb/main.c: Likewise.
1991 * ld-elfvsb/sh1.c: Likewise.
1992 * ld-elfvsb/sh2.c: Likewise.
1993
1994 Fri Apr 21 15:16:07 2000 Richard Henderson <rth@cygnus.com>
1995
1996 * ld-scripts/phdrs.exp: IA-64 is 64-bit ELF too.
1997
1998 2000-04-12 Alan Modra <alan@linuxcare.com.au>
1999
2000 * ld-selective/3.cc (_start): Add cheat for gcc-2.95.2 failure.
2001
2002 * ld-selective/selective.exp (test4): Test for presence of
2003 foo__1B, not absence. Also check for foo__1A and _start.
2004 White space changes throughout file.
2005
2006 2000-03-13 Nick Clifton <nickc@cygnus.com>
2007
2008 * ld-scripts/phdrs.t: Discard all unexpected sections.
2009
2010 2000-02-27 H.J. Lu (hjl@gnu.org)
2011
2012 * lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.
2013
2014 1999-11-01 Nick Clifton <nickc@cygnus.com>
2015
2016 * ld-selective/selective.exp: Fix test to disable these checks for
2017 PE based targets.
2018
2019 1999-10-29 Catherine Moore <clm@cygnus.com>
2020
2021 * ld-selective/selective.exp: Remove test6.
2022 * ld-selective/5.cc: Delete.
2023
2024 1999-10-28 Scott Bambrough <scottb@netwinder.org>
2025
2026 * ld-srec/srec.exp: Setup expected failures for
2027 srec tests on ARM Linux.
2028
2029 1999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au>
2030
2031 * ld-shared/shared.exp: xfail linux*libc1 shared (non PIC, load
2032 offset) test.
2033
2034 1999-09-12 Ian Lance Taylor <ian@zembu.com>
2035
2036 * ld-scripts/script.exp: Add --image-base 0 for PE targets.
2037
2038 1999-08-17 H.J. Lu <hjl@gnu.org>
2039
2040 * ld-cdtest/cdtest-foo.cc (Foo::init_foo): Use "%ld" for sizeof.
2041
2042 1999-08-09 Jakub Jelinek <jj@ultra.linux.cz>
2043
2044 * ld-elfvers/vers.exp: Run tests on sparc*-*-linux*.
2045 * ld-shared/shared.exp: Likewise.
2046
2047 1999-07-28 Nick Clifton <nickc@cygnus.com>
2048
2049 * lib/ld-lib.exp (proc big_or_little_endian): New proc.
2050 Determine if a big endian or little endian output format hass
2051 been selected by any of the multilib options, and if so return
2052 a suitable command line option for the linker/assembler.
2053 (proc default_ld_link): Include the result of proc
2054 big_or_little_endian on the command line to the linker.
2055 (proc ld_simple_link): Include the result of proc
2056 big_or_little_endian on the command line to the linker.
2057 (proc default_ld_compile): Append multilib flags to compiler
2058 switches.
2059 (proc default_ld_assemble): Include the result of proc
2060 big_or_little_endian on the command line to the linker.
2061
2062 1999-07-21 H.J. Lu <hjl@gnu.org>
2063
2064 * ld-elfvers/vers1.c: Add missing prototypes and include
2065 <stdio.h> if necessary.
2066 * ld-elfvers/vers15.c: Likewise.
2067 * ld-elfvers/vers19.c: Likewise.
2068 * ld-elfvers/vers2.c: Likewise.
2069 * ld-elfvers/vers3.c: Likewise.
2070 * ld-elfvers/vers4.c: Likewise.
2071 * ld-elfvers/vers6.c: Likewise.
2072 * ld-elfvers/vers7.c: Likewise.
2073 * ld-elfvers/vers9.c: Likewise.
2074 * ld-shared/main.c: Likewise.
2075 * ld-srec/sr3.cc (Foo::Foo): Remove arg name.
2076
2077 Thu Jul 15 18:00:30 1999 Mark P. Mitchell <mark@codesourcery.com>
2078
2079 * ld-undefined/undefined.exp: XFAIL on IRIX6 for the usual as
2080 with other DWARF2 targets.
2081
2082 1999-07-13 Nick Clifton <nickc@cygnus.com>
2083
2084 * ld-undefined/undefined.exp: Do not expect arm toolchains to fail
2085 the undefined line test.
2086
2087 1999-07-10 Ian Lance Taylor <ian@zembu.com>
2088
2089 * ld-elfvers/vers.exp: Use -rpath in new vers19 test.
2090
2091 1999-07-07 Ian Lance Taylor <ian@zembu.com>
2092
2093 * ld-elfvers/vers.exp: Add new tests vers17 to vers19.
2094 * ld/elfvers/{vers17.*, vers18.*, vers19.*}: New files.
2095
2096 1999-06-13 Ian Lance Taylor <ian@zembu.com>
2097
2098 * ld-checks/asm.s: Use a symbol name for .lcomm.
2099 * ld-checks/checks.exp: Use different names for the two tests.
2100 Don't add extra text when invoking fail.
2101
2102 1999-06-12 Ian Lance Taylor <ian@zembu.com>
2103
2104 * ld-scripts/phdrs.exp: Change target check from "*-*-linuxaout*"
2105 to "*-*-linux*aout*".
2106 * ld-scripts/weak.exp: Likewise.
2107 * ld-shared/shared.exp: Likewise. Simplify condition a bit.
2108
2109 Wed Jun 9 12:02:33 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
2110
2111 * ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning.
2112 * ld-shared/sh1.c: Fix typo.
2113
2114 1999-06-04 H.J. Lu <hjl@gnu.org>
2115
2116 * lib/ld-lib.exp (default_ld_nm): Clear nm_output first if
2117 necessary.
2118
2119 1999-05-17 Nick Clifton <nickc@cygnus.com>
2120
2121 * ld-undefined/undefined.exp: Add xfail for mcore-elf.
2122
2123 1999-05-11 DJ Delorie <dj@cygnus.com>
2124
2125 * ld-srec/srec.exp: Do not run tests for PE based ports.
2126
2127 1999-03-05 Nick Clifton <nickc@cygnus.com>
2128
2129 * ld-selective/selective.exp: Do not run tests for COFF or PE
2130 based ports.
2131
2132 1999-02-17 Nick Clifton <nickc@cygnus.com>
2133
2134 * ld-undefined/undefined.exp: Add expected failures for StrongARM
2135 targets.
2136
2137 * ld-srec/srec.exp: Add expected failures for StrongARM targets.
2138
2139 * ld-selective/selective.exp: Add expected failure for ARM-COFF
2140 targets.
2141
2142 1999-02-16 Nick Clifton <nickc@cygnus.com>
2143
2144 * ld-checks/asm.s: Use .long instead of .word.
2145 Replace custom section names with .text, .data and .bss.
2146 * ld-checks/script: Replace custom section names with .text, .data
2147 and .bss.
2148 * ld-checks/checks.exp: Replace custom section names with .text,
2149 .data and .bss.
2150
2151 1999-02-11 Nick Clifton <nickc@cygnus.com>
2152
2153 * ld-checks: New directory: Tests for the linker's
2154 --check-sections option.
2155 * ld-checks/checks.exp: New file.
2156 * ld-checks/script: Bogus linker script.
2157 * ld-checks/asm.s: Simple test assembler file.
2158
2159 Tue Feb 2 19:15:02 1999 Catherine Moore <clm@cygnus.com>
2160
2161 * ld-selective/selective.exp: Disable test for unsupported
2162 targets. Change tests to check for absence of symbols instead
2163 of address zero.
2164
2165 Mon Jan 18 03:44:52 1999 Ian Lance Taylor <ian@cygnus.com>
2166
2167 * config/default.exp (get_link_files): Quote target_triplet and CC
2168 when invoking shell.
2169 (get_target_emul): Likewise.
2170
2171 1999-01-03 Ken Raeburn <raeburn@cygnus.com>
2172
2173 * config/default.exp (get_link_files, get_target_emul): New procs;
2174 run shell commands to extract information from configure.host and
2175 configure.tgt in the source tree.
2176 (top level): Use them to get information needed to run tests, if
2177 not otherwise provided.
2178
2179 * ld-shared/elf-offset.ld: New file. Builds a shared library, but
2180 gives non-zero addresses for memory region.
2181 * ld-shared/shared.exp: Run the non-PIC non-AIX test again using
2182 the new linker script.
2183
2184 Tue Dec 8 22:56:05 1998 Geoff Keating <geoffk@ozemail.com.au>
2185
2186 * ld-srec/srec.exp: Delete xfails for PPC Linux targets,
2187 newer glibc lets link succeed.
2188
2189 Sun Dec 6 12:59:37 1998 H.J. Lu <hjl@gnu.org>
2190
2191 * ld-elfvers/vers1.c: Add missing return types and values.
2192 * ld-elfvers/vers2.c: Likewise.
2193 * ld-elfvers/vers3.c: Likewise.
2194 * ld-elfvers/vers4.c: Likewise.
2195 * ld-elfvers/vers5.c: Likewise.
2196 * ld-elfvers/vers6.c: Likewise.
2197 * ld-elfvers/vers7.c: Likewise.
2198 * ld-elfvers/vers9.c: Likewise.
2199 * ld-elfvers/vers15.c: Likewise.
2200
2201 Fri Oct 23 16:28:29 1998 Catherine Moore <clm@cygnus.com>
2202
2203 * ld-selective: New directory with new files to test
2204 selective linking.
2205
2206 * lib/ld-lib.exp (ld_nm): Strip leading underscore from $name.
2207
2208 Sun Oct 4 22:17:05 1998 Ian Lance Taylor <ian@cygnus.com>
2209
2210 * ld-elfvers/vers16.dsym: Work correctly on a system without
2211 versioned system libraries.
2212
2213 Mon Sep 28 21:31:12 1998 Richard Henderson <rth@cygnus.com>
2214
2215 * ld-elfvers/vers.exp: Run tests on alpha-linux.
2216 * ld-elfvers/*.sym, ld-elfvers/*.dsym: Adjust patters to match
2217 Alpha's use of st_other.
2218
2219 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2220
2221 * ld-elfvers/vers.exp (vers16, vers16a): New tests.
2222 * ld-elfvers/{vers16.*, vers16a.*}: New files.
2223
2224 Thu Sep 17 17:18:19 1998 Nick Clifton <nickc@cygnus.com>
2225
2226 * ld-undefined/undefined.exp: Make undefined line test be an xfail
2227 for arm/thunb elf toolchains.
2228
2229 Wed Sep 9 14:10:15 1998 Nick Clifton <nickc@cygnus.com>
2230
2231 * ld-undefined/undefined.exp: change test for elf/dwarf2 targets.
2232
2233 * ld-srec/srec.exp: Arm-elf now passes this test.
2234
2235 Wed Aug 19 11:59:19 1998 Nick Clifton <nickc@cygnus.com>
2236
2237 * ld-srec/srec.exp: Add arm/thumb-elf expected failures.
2238
2239 Thu Aug 13 12:41:58 1998 Ian Lance Taylor <ian@cygnus.com>
2240
2241 * ld-bootstrap/bootstrap.exp: Don't run the --static bootstrap
2242 test if we don't have a static libbfd.a.
2243
2244 Wed Aug 12 15:19:35 1998 Ian Lance Taylor <ian@cygnus.com>
2245
2246 Based on patch from H.J. Lu <hjl@gnu.org>:
2247 * ld-srec/srec.exp: Add xfails for Alpha ELF targets.
2248
2249 Mon Aug 10 15:42:20 1998 Richard Henderson <rth@cygnus.com>
2250
2251 * ld-scripts/weak.t (.text, .data): Focus data to be used.
2252 (/DISCARD/): All the rest.
2253 * ld-scripts/weak1.s, ld-scripts/weak2.s: Put stuff in .data.
2254
2255 Fri Jul 24 18:37:17 1998 Ian Lance Taylor <ian@cygnus.com>
2256
2257 * config/default.exp: Create tmpdir/gas subdirectory, add a
2258 symlink to as-new, and set gcc_gas_flag variable.
2259 * lib/ld-lib.exp (default_ld_compile): If the compiler appears to
2260 be gcc, use gcc_gas_flag when compiling.
2261
2262 Thu Jul 23 12:23:29 1998 Ian Lance Taylor <ian@cygnus.com>
2263
2264 * ld-elfvers/vers.exp: Just check for i?86 rather than checking
2265 for i386, i486, and i586.
2266 (objdump_versionstuff): If we can't find the line, dump the file.
2267
2268 Fri Jul 3 00:27:41 1998 Ian Lance Taylor <ian@cygnus.com>
2269
2270 * ld-scripts/phdrs.exp: Run test on *-*-eabi*.
2271 * ld-scripts/weak.exp: Likewise.
2272
2273 Wed Jul 1 10:51:46 1998 Nick Clifton <nickc@cygnus.com>
2274
2275 * ld-srec/srec.exp: Add xfail for v850.
2276
2277 * ld-undefined/undefined.exp: arm and thumb PE toolchains now pass
2278 these tests.
2279
2280 Fri Jun 19 17:12:52 1998 Ian Lance Taylor <ian@cygnus.com>
2281
2282 * ld-scripts/weak.exp: New test.
2283 * ld-scripts/weak.t: New file.
2284 * ld-scripts/weak1.s: New file.
2285 * ld-scripts/weak2.s: New file.
2286
2287 Tue Jun 16 12:40:38 1998 Geoff Keating <geoffk@ozemail.com.au>
2288
2289 * ld-elfvers/vers.exp: Run tests on powerpc ELF targets.
2290 * ld-shared/shared.exp: Likewise.
2291 * ld-elfvers/vers1.dsym: Allow for .sdata.
2292 * ld-srec/srec.exp: Add setup_xfails for PowerPC Linux.
2293
2294 Fri May 29 15:02:50 1998 Ian Lance Taylor <ian@cygnus.com>
2295
2296 * ld-srec/srec.exp: Add xfails for powerpc*-*-eabi.
2297 (run_srec_test): On mn10200, define __truncsipsi2_do_d2.
2298 * ld-srec/sr1.c (__main): Change return type to void.
2299 * ld-srec/sr3.cc (__main): Likewise.
2300 (__builtin_delete, __builtin_new): Likewise.
2301 (__get_dynamic_handler_chain): Return 0.
2302 (__get_eh_context): Likewise.
2303
2304 Thu May 21 15:21:33 1998 Nick Clifton <nickc@cygnus.com>
2305
2306 * ld-undefined/undefined.exp: Add support for thumb-pe target.
2307 * ld-srec/srec.exp: Add support for arm-pe and thumb-pe targets.
2308
2309 Mon May 4 17:54:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2310
2311 * ld-shared/shared.exp: Remove setup_xfails for m68k-linux.
2312
2313 Mon May 4 17:12:06 1998 Ian Lance Taylor <ian@cygnus.com>
2314
2315 * ld-shared/main.c (shlib_overriddencall2): New function.
2316 (main): Call shlib_shlibcall2.
2317 * ld-shared/sh1.c (shlib_shlibcall2): New function.
2318 (shlib_overriddencall2): New function.
2319 * ld-shared/shared.dat: Add output line for new test.
2320 * ld-shared/sun4.dat: Likewise.
2321
2322 * ld-srec/sr3.cc (__get_eh_context): New function.
2323
2324 Tue Apr 7 12:50:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
2325
2326 * ld-cdtest/cdtest-foo.h (class Foo): Declare len to be static to
2327 avoid compiler warning.
2328 * ld-srec/sr3.cc (class Foo): Likewise.
2329
2330 Tue Feb 10 16:42:40 1998 Ian Lance Taylor <ian@cygnus.com>
2331
2332 * ld-srec/sr3.cc (__get_dynamic_handler_chain): New function.
2333
2334 Mon Feb 2 14:17:48 1998 Ian Lance Taylor <ian@cygnus.com>
2335
2336 * ld-scripts/phdrs.exp: Adjust phdrs_regexp for a 64 bit target.
2337
2338 Thu Dec 18 11:13:28 1997 Nick Clifton <nickc@cygnus.com>
2339
2340 * ld-srec/srec.exp: Duplicated Arm patch for Thumb targets.
2341
2342 Tue Dec 2 09:50:19 1997 Nick Clifton <nickc@cygnus.com>
2343
2344 * ld-srec/srec.exp: Applied patch from Tony.Thompson@arm.com which
2345 fixes ARM tests.
2346
2347 Mon Dec 1 16:12:05 1997 Nick Clifton <nickc@cygnus.com>
2348
2349 * ld-srec/srec.exp: Add expected failures of tests 1 and 2 for ARM
2350 coff targets.
2351
2352 Wed Nov 12 14:18:31 1997 Ian Lance Taylor <ian@cygnus.com>
2353
2354 * ld-cdtest/cdtest-foo.h (class Foo): Declare len to be int to
2355 avoid compiler warning.
2356 * ld-srec/sr3.cc (class Foo): Likewise.
2357
2358 Mon Nov 10 14:25:43 1997 Ian Lance Taylor <ian@cygnus.com>
2359
2360 * lib/ld-lib.exp (default_ld_simple_link): Permit the linker to
2361 have any name when looking for entry symbol warnings.
2362
2363 * ld-srec/sr3.cc (__eh_pc): Define.
2364
2365 Mon Oct 20 14:36:39 1997 Ian Lance Taylor <ian@cygnus.com>
2366
2367 * ld-srec/sr3.cc: Add definitions for terminate, __terminate, and
2368 __throw, since the current g++ expects them to be defined.
2369
2370 Fri Oct 3 12:24:03 1997 Ian Lance Taylor <ian@cygnus.com>
2371
2372 * ld-elfvers/vers.exp (objdump_emptyverstuff): Accept the output
2373 file if the string libc appears in it.
2374 (objdump_versionstuff): Accept unexpected lines in the output
2375 file. Compare lines using string match.
2376 * ld-elfvers/vers6.ver: Permit any value in the vna_other field.
2377
2378 Tue Aug 12 16:01:22 1997 Ian Lance Taylor <ian@cygnus.com>
2379
2380 * ld-scripts/crossref.exp: Correct string quoting.
2381
2382 Sat Aug 9 00:56:03 1997 Ian Lance Taylor <ian@cygnus.com>
2383
2384 * config/default.exp: Change ld, as, nm and strip from .new to
2385 -new. Load ld-lib.exp rather than ld.exp.
2386 * ld-bootstrap/bootstrap.exp: Use ld-new rather than ld.new.
2387 * lib/ld-lib.exp: Rename from lib/ld.exp, for the benefit of
2388 DejaGnu changes.
2389
2390 Thu Jun 26 12:07:03 1997 Ian Lance Taylor <ian@cygnus.com>
2391
2392 * ld-elfvers/vers.exp: Use egrep rather than grep when looking for
2393 an alternation. From Greg Margo <gmargo@dl.com>.
2394
2395 Wed Jun 25 12:47:22 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2396
2397 * ld-shared/shared.exp: Add setup_xfail for m68k-linux on tests
2398 with non PIC shared libraries.
2399
2400 Fri Jun 6 17:35:47 1997 Ian Lance Taylor <ian@cygnus.com>
2401
2402 * ld-elfvers/vers6.ver: Update for recent elflink.h patch to
2403 version handling.
2404
2405 Wed Jun 4 12:06:48 1997 Ian Lance Taylor <ian@cygnus.com>
2406
2407 * ld-srec/srec.exp: Define ___get_dynamic_handler_chain as well.
2408
2409 Fri May 30 12:21:39 1997 Ian Lance Taylor <ian@cygnus.com>
2410
2411 * ld-srec/srec.exp: Define __get_dynamic_handler_chain when
2412 linking.
2413
2414 Mon May 12 11:17:55 1997 Ian Lance Taylor <ian@cygnus.com>
2415
2416 * config/default.exp: Use $base_dir rather than $objdir when
2417 setting ld. From John David Anglin <dave@hiauly1.hia.nrc.ca>.
2418
2419 Fri Apr 25 09:07:00 1997 Jeffrey A Law (law@cygnus.com)
2420
2421 * ld-srec/srec.exp: Define various out of line prologue/epilogue
2422 functions for the mn10200 to avoid needing libgcc.a.
2423
2424 Wed Mar 26 13:56:10 1997 Ian Lance Taylor <ian@cygnus.com>
2425
2426 * ld-srec/srec.exp: Don't expect failures on mips*-*-elf*.
2427
2428 Mon Mar 17 19:27:13 1997 Ian Lance Taylor <ian@cygnus.com>
2429
2430 * ld-elfvers/vers.exp: Don't run on SunOS or AIX.
2431
2432 Wed Mar 12 21:44:19 1997 Eric Youngdale <eric@andante.jic.com>
2433
2434 * ld-elfvers/vers.exp, *: New tests for symbol versioning.
2435 * config/default.exp: Set ar and strip.
2436
2437 Fri Feb 7 16:47:02 1997 Bob Manson <manson@charmed.cygnus.com>
2438
2439 * ld-bootstrap/bootstrap.exp: Use prune_warnings instead of
2440 prune_system_crud.
2441 * ld-cdtest/cdtest.exp: Ditto.
2442 * ld-scripts/crossref.exp: Ditto.
2443 * ld-sh/sh.exp: Ditto.
2444 * ld-shared/shared.exp: Ditto.
2445 * ld-srec/srec.exp: Ditto.
2446 * lib/ld.exp: Ditto.
2447
2448 Wed Jan 29 00:47:29 1997 Bob Manson <manson@charmed.cygnus.com>
2449
2450 * ld-cdtest/cdtest.exp: Put a slash between $srcdir/$subdir.
2451 * ld-scripts/script.exp: Ditto.
2452 * ld-sh/sh.exp: Ditto.
2453 * ld-undefined/undefined.exp: Ditto.
2454 * ld-versados/versados.exp: Ditto.
2455 * lib/ld.exp: Ditto.
2456
2457 Mon Dec 30 17:08:04 1996 Ian Lance Taylor <ian@cygnus.com>
2458
2459 * ld-scripts/crossref.exp: Fix quoting for --defsym $global$.
2460
2461 Tue Oct 1 15:52:31 1996 Ian Lance Taylor <ian@cygnus.com>
2462
2463 * lib/ld.exp (default_ld_version): Fix for current version
2464 printing.
2465
2466 Fri Sep 13 15:51:45 1996 Ian Lance Taylor <ian@cygnus.com>
2467
2468 * ld-scripts/crossref.exp: Define $global$ for hppa-elf.
2469
2470 Thu Aug 8 14:29:32 1996 Ian Lance Taylor <ian@cygnus.com>
2471
2472 * ld-scripts/cross2.t: Map XCOFF sections to .text or .data.
2473
2474 * lib/ld.exp: Use verbose -log instead of calling both verbose and
2475 send_log.
2476
2477 Wed Aug 7 18:00:58 1996 Ian Lance Taylor <ian@cygnus.com>
2478
2479 * ld-scripts/phdrs.exp: New test.
2480 * ld-scripts/phdrs.s, ld-scripts/phdrs.t: New files.
2481
2482 Sun Aug 4 21:58:12 1996 Ian Lance Taylor <ian@cygnus.com>
2483
2484 * ld-scripts/crossref.exp: On a29k targets, use --defsym to define
2485 V_SPILL and V_FILL.
2486
2487 Thu Aug 1 14:10:27 1996 Ian Lance Taylor <ian@cygnus.com>
2488
2489 * ld-scripts/crossref.exp: New test.
2490 * ld-scripts/{cross1.c, cross2.c, cross3.c}: New files.
2491 * ld-scripts/{cross1.t, cross2.t}: New files.
2492
2493 Sat Jun 29 13:40:11 1996 Ian Lance Taylor <ian@cygnus.com>
2494
2495 * ld-sh/sh.exp: Fix debugging messages.
2496 * ld-sh/sh1.s: Use .align 4.
2497
2498 Wed May 1 16:45:13 1996 Ian Lance Taylor <ian@cygnus.com>
2499
2500 * ld-sh/sh.exp: Use -O when compiling with -mrelax.
2501
2502 Mon Apr 29 10:33:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2503
2504 * ld-shared/shared.exp: Run the shared library tests on
2505 Linux/m68k.
2506
2507 Fri Apr 5 16:20:55 1996 Ian Lance Taylor <ian@cygnus.com>
2508
2509 * ld-shared/shared.exp: Run the shared library tests on Linux.
2510
2511 Mon Feb 26 12:45:26 1996 Ian Lance Taylor <ian@cygnus.com>
2512
2513 * ld-shared/shared.exp: Don't use -fpic on MIPS targets.
2514
2515 Wed Jan 31 15:09:57 1996 Jeffrey A Law (law@cygnus.com)
2516
2517 * ld-srec/srec.exp: Add xfails for hppa*-*-*elf*.
2518 * ld-undefined/undefined.exp: Likewise.
2519
2520 Fri Jan 26 18:43:03 1996 Ian Lance Taylor <ian@cygnus.com>
2521
2522 * ld-undefined/undefined.exp: ELF targets should now pass the
2523 undefined line test.
2524
2525 Thu Jan 25 15:36:13 1996 Ian Lance Taylor <ian@cygnus.com>
2526
2527 * ld-empic/empic.exp: Update for change to MIPS disassembler.
2528
2529 Mon Jan 15 15:05:53 1996 Ian Lance Taylor <ian@cygnus.com>
2530
2531 * ld-bootstrap/bootstrap.exp: Expect failure for mips*-*-irix5*
2532 when doing the --static test.
2533 * ld-shared/shared.exp: Run tests on mips*-*-irix5*.
2534
2535 Fri Dec 29 12:33:09 1995 Ian Lance Taylor <ian@cygnus.com>
2536
2537 * ld-bootstrap/bootstrap.exp: On AIX, don't pass the -bI option
2538 when creating ld-partial.o.
2539
2540 Tue Dec 26 17:37:23 1995 Ian Lance Taylor <ian@cygnus.com>
2541
2542 * ld-srec/srec.exp: If powerpc*-*-eabi*, use --defsym to define
2543 __eabi.
2544
2545 Tue Dec 19 18:01:01 1995 Ian Lance Taylor <ian@cygnus.com>
2546
2547 * ld-srec/srec.exp: Add setup_xfails for XCOFF targets.
2548
2549 Fri Dec 15 16:36:17 1995 Ian Lance Taylor <ian@cygnus.com>
2550
2551 * ld-srec/srec.exp: On a29k targets, use --defsym to define
2552 V_SPILL and V_FILL.
2553 * ld-srec/sr1.c (V_SPILL, V_FILL): Remove definitions.
2554 * ld-srec/sr3.cc: Likewise.
2555
2556 * ld-srec/srec.exp: Remove i960 COFF setup_xfail.
2557
2558 Sat Dec 2 01:20:31 1995 Ian Lance Taylor <ian@cygnus.com>
2559
2560 * ld-srec/srec.exp: Don't use [] in setup_xfail expressions.
2561
2562 Fri Dec 1 13:18:18 1995 Ian Lance Taylor <ian@cygnus.com>
2563
2564 * ld-srec/srec.exp: Add setup_xfails for MIPS ELF targets.
2565
2566 Wed Nov 29 13:01:10 1995 Ian Lance Taylor <ian@cygnus.com>
2567
2568 * ld-srec/srec.exp: Add setup_xfail for i960 COFF targets.
2569
2570 Mon Nov 27 14:36:11 1995 Ian Lance Taylor <ian@cygnus.com>
2571
2572 * ld-srec/srec.exp: Add setup_xfail calls for i[345]86-*-aout*.
2573
2574 * ld-srec/sr1.c (V_SPILL, V_FILL): Define.
2575 * ld-srec/sr3.cc: Likewise.
2576
2577 Tue Nov 21 16:05:53 1995 Ian Lance Taylor <ian@cygnus.com>
2578
2579 * ld-empic/empic.exp: Update for changes in objdump output.
2580
2581 Wed Nov 15 17:42:48 1995 Ian Lance Taylor <ian@cygnus.com>
2582
2583 * ld-srec/srec.exp: New tests.
2584 * ld-srec/sr1.c, ld-srec/sr2.c, ld-srec/sr3.cc: New files.
2585 * lib/ld.exp (ld_simple_link): Discard warnings about not being
2586 able to find the entry symbol.
2587
2588 Tue Nov 14 20:03:54 1995 Ian Lance Taylor <ian@cygnus.com>
2589
2590 * ld-sh/sh2.c (__main): Define.
2591
2592 Mon Nov 6 14:39:18 1995 Ian Lance Taylor <ian@cygnus.com>
2593
2594 * ld-empic/empic.exp: Accept a . in the address symbol.
2595
2596 * ld-shared/shared.exp: Run tests on rs6000*-*-aix* and
2597 powerpc*-*-aix*. Add code to create appropriate exports files,
2598 and pass appropriate compilation flags, and test against
2599 appropriate expected output.
2600 * ld-shared/xcoff.dat: New file.
2601 * ld-shared/main.c: Put #ifndef XCOFF_TEST around tests that can
2602 not be linked using XCOFF. Use shlib_shlibvar1 as a sample
2603 function pointer, rather than shlib_mainvar.
2604 * ld-shared/sh1.c: Likewise.
2605 * ld-shared/shared.dat: Update for change from using shlib_mainvar
2606 to using shlib_shlibvar1.
2607 * ld-shared/sun4.dat: Likewise.
2608
2609 Sat Oct 28 01:54:25 1995 Ian Lance Taylor <ian@cygnus.com>
2610
2611 * ld-scripts/script.t: Put .pr in .text, and .rw in .data, for
2612 convenience when testing XCOFF.
2613
2614 Thu Oct 26 22:53:17 1995 Ian Lance Taylor <ian@cygnus.com>
2615
2616 * ld-bootstrap/bootstrap.exp: On AIX, pass -bI/lib/syscalls.exp
2617 along with --static.
2618
2619 * ld-scripts/script.s: Make symbols global.
2620
2621 Fri Oct 20 12:22:16 1995 Ian Lance Taylor <ian@cygnus.com>
2622
2623 * ld-undefined/undefined.exp: Add setup_xfails for arm*-*-pe*.
2624
2625 Fri Sep 29 11:06:10 1995 Ian Lance Taylor <ian@cygnus.com>
2626
2627 * ld-undefined/undefined.exp: Use -e when invoking the linker, to
2628 prevent the SunOS linker from trying to create a shared library.
2629
2630 Thu Sep 28 12:37:14 1995 Ian Lance Taylor <ian@cygnus.com>
2631
2632 * ld-shared/shared.exp: Run the tests on sparc*-*-sunos4*. Add
2633 appropriate modifications and setup_xfails.
2634 * ld-shared/sun4.dat: New file.
2635
2636 Mon Sep 18 14:12:56 1995 Ian Lance Taylor <ian@cygnus.com>
2637
2638 * lib/ld.exp (default_ld_version): Call prune_system_crud.
2639 (default_ld_relocate, default_ld_link): Likewise.
2640 (default_ld_simple_link, default_ld_compile): Likewise.
2641 (default_ld_assemble, default_ld_nm): Likewise.
2642
2643 Fri Sep 8 17:15:38 1995 Ian Lance Taylor <ian@cygnus.com>
2644
2645 * ld-cdtest/cdtest.exp: If the compiler does not exist, mark the
2646 tests as untested rather than unresolved.
2647
2648 Wed Aug 23 10:46:38 1995 Ian Lance Taylor (ian@cygnus.com)
2649
2650 * ld-sh/sh.exp: Call prune_system_crud on the output of cmp.
2651
2652 Tue Aug 15 17:35:35 1995 Ian Lance Taylor <ian@cygnus.com>
2653
2654 * ld-scripts/script.exp: Split script verification into a proc.
2655 Add simple test of MRI script.
2656 * ld-scripts/scriptm.t: New file.
2657
2658 Wed Jul 26 11:38:58 1995 Ian Lance Taylor <ian@cygnus.com>
2659
2660 * ld-sh/sh.exp: Mark `SH confirm relaxing' test unresolved when
2661 appropriate.
2662
2663 Mon Jul 24 15:34:31 1995 Ian Lance Taylor <ian@cygnus.com>
2664
2665 * config/default.exp: Define objcopy if it is not defined.
2666 * ld-sh/*: New tests for SH relaxing.
2667
2668 * ld-empic/empic.exp: If $CC does not exist, call untested rather
2669 than unresolved.
2670
2671 Thu Jul 20 15:09:26 1995 Ian Lance Taylor <ian@cygnus.com>
2672
2673 * ld-undefined/undefined.exp: If $CC does not exist, mark the
2674 tests as untested rather than unresolved. Clear ELF xfails for
2675 mips*, not just mips.
2676
2677 Tue Jul 18 12:00:41 1995 Ian Lance Taylor <ian@cygnus.com>
2678
2679 * ld-undefined/undefined.exp: Add setup_xfail for sh-*-* for
2680 undefined line test.
2681
2682 Fri Jul 14 13:07:48 1995 Ian Lance Taylor <ian@cygnus.com>
2683
2684 * ld-undefined/undefined.exp: New test, to check reporting of
2685 undefined symbols.
2686 * ld-undefined/undefined.c: New file.
2687
2688 Mon Jul 10 11:13:39 1995 Ian Lance Taylor <ian@cygnus.com>
2689
2690 * ld-versados/versados.exp: If a test fails, report it correctly:
2691 don't try to run the next test, and don't report a pass as well as
2692 a fail.
2693
2694 Mon Jul 3 14:26:37 1995 Steve Chamberlain <sac@slash.cygnus.com>
2695
2696 * versados/(t1,t2).ld: End in newlines.
2697
2698 Mon May 22 20:19:38 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2699
2700 * lib/ld.exp (default_ld_compile): If cc argument is multiple
2701 words, use only the first when trying to verify the availability
2702 of the compiler.
2703
2704 Mon Feb 6 11:46:49 1995 Ian Lance Taylor <ian@cygnus.com>
2705
2706 * ld-scripts/defined.t: Mention .data and .bss explicitly.
2707
2708 Tue Jan 24 14:51:48 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2709
2710 * ld-bootstrap/bootstrap.exp: If not in the ld build directory,
2711 call untested for each test, rather than ignoring it. If one test
2712 fails, go on to the next one instead of returning.
2713 * ld-cdtest/cdtest.exp: If compilations fail, mark tests as
2714 unresolved.
2715 * ld-empic/empic.exp: Likewise. Also, always pass the same test
2716 name to pass or fail.
2717 * ld-shared/shared.exp: Likewise. Also, always run all tests.
2718 * ld-scripts/defined.exp: If as or nm fail, mark test as
2719 unresolved. Always pass the same test name to pass or fail.
2720 * ld-scripts/script.exp: Likewise.
2721 * ld-scripts/sizeof.exp: Likewise.
2722
2723 Wed Jan 11 11:48:31 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2724
2725 * ld-scripts/sizeof.exp: New test, based on bug report from
2726 anders.blomdell@control.lth.se.
2727 * ld-scripts/sizeof.s: New file.
2728 * ld-scripts/sizeof.t: New file.
2729
2730 Wed Jan 4 18:56:27 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2731
2732 * lib/ld.exp: Use [which $ld] rather than [file exists $ld] to see
2733 if the linker exists.
2734
2735 Wed Dec 14 16:39:03 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2736
2737 * lib/ld.exp (prune_system_crud): Define if not already defined,
2738 in case the user isn't using the newest DejaGnu version that we
2739 haven't released to the net yet.
2740
2741 Fri Dec 2 14:17:02 1994 Ian Lance Taylor <ian@rtl.cygnus.com>
2742
2743 * config/default.exp: Define objdump if it is not defined.
2744 * ld-empic/*: New tests to test -membedded-pic code.
2745
2746 Mon Nov 28 11:24:36 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2747
2748 * ld-bootstrap/bootstrap.exp: Pass cmp output through
2749 prune_system_crud.
2750 * ld-cdtest/cdtest.exp: Pass diff output through
2751 prune_system_crud.
2752 * ld-shared/shared.exp: Likewise.
2753
2754 * config/default.exp: Remove unused and useless proc ld_load.
2755
2756 Sun Oct 30 13:02:34 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2757
2758 * lib/ld.exp (default_ld_compile): Remove the output file before
2759 compiling.
2760
2761 * ld-shared/shared.exp: Move common test code into a procedure.
2762 Add tests for compiling the non shared code PIC.
2763 * ld-shared/main.c (main): Call main_called, and print the result.
2764 * ld-shared/shared.dat: Adjust accordingly.
2765
2766 Thu Oct 27 17:30:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2767
2768 * ld-shared: New directory, with new files to test generating ELF
2769 shared libraries.
2770
2771 * lib/ld.exp (default_ld_compile): If the compilation worked, but
2772 no object file was created, check to see if the compiler foolishly
2773 ignored the -o switch when compiling, and move the resulting
2774 object if it did.
2775
2776 Thu Sep 29 12:36:51 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2777
2778 * VMS does not permits `.' in directory names. Renamed
2779 ld.bootstrap to ld-bootstrap, ld.cdtest to ld-cdtest, and
2780 ld.scripts to ld-scripts.
2781
2782 Wed Sep 28 12:18:54 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2783
2784 * config/default.exp: Set variables as and nm. Create tmpdir if
2785 it does not already exist.
2786 * ld.bootstrap/bootstrap.exp: Don't create tmpdir here.
2787 * ld.cdtest/cdtest.exp: Likewise.
2788 * ld.scripts/defined.exp: Likewise. Also, don't set as and nm
2789 here. Change perror for no variables found to fail.
2790 * ld.scripts/script.exp: New test.
2791 * ld.scripts/script.t, ld.scripts/script.s: New files.
2792
2793 Tue Sep 27 14:59:51 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2794
2795 * ld.scripts: New directory.
2796 * ld.scripts/defined.exp, ld.scripts/defined.s: New files.
2797 * ld.scripts/defined.t: New file.
2798 * lib/ld.exp (default_ld_simple_link): New function.
2799 (default_ld_assemble, default_ld_nm): New functions.
2800 * config/default.exp: Rename from unix-ld.exp.
2801 (ld_simple_link, ld_assemble, ld_nm): New functions.
2802
2803 * config/unix-ld.exp: Set ld using findfile.
2804 * lib/ld.exp (default_ld_relocate): Return a value. Change format
2805 of log messages.
2806 (default_ld_compile): Likewise.
2807 (default_ld_link): Likewise. Also, don't include $BFDLIB and
2808 $LIBIBERTY in link.
2809 * ld.bootstrap/bootstrap.exp: Rewrite.
2810 * ld.cdtest/cdtest.exp: Rewrite.
2811 * ld.cdtest/cdtest-foo.cc: Update from top level ld directory.
2812 * ld.cdtest/cdtest-foo.h: Likewise.
2813 * ld.cdtest/cdtest-main.cc: Likewise.
2814
2815 Fri May 27 09:35:04 1994 Ken Raeburn (raeburn@cygnus.com)
2816
2817 * ld.cdtest/cdtest.exp: Don't look for $result before it's
2818 defined.
2819
2820 Tue May 17 15:06:49 1994 Bill Cox (bill@rtl.cygnus.com)
2821
2822 * ld.bootstrap/bootstrap.exp, lib/ld.exp: Replace error proc
2823 calls with perror calls.
2824
2825 Wed May 11 16:47:46 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
2826
2827 * ld.cdtest/cdtest-bar.cc: Renamed from cdtest-func.cc.
2828 * ld.cdtest/cdtest.exp: Adjusted.
2829
2830 Fri Jan 28 13:25:41 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2831
2832 * lib/ld.exp (simple_diff): Indicate failure if files have
2833 different numbers of lines. Don't muck with $differences to avoid
2834 indicating a pass, just return.
2835
2836 * ld.cdtest/{cdtest-foo.h,cdtest-foo.cc,cdtest-main.cc}:
2837 Fix test case to be valid ANSI C++. Don't require use of header
2838 files, so "../gcc/xgcc -B../gcc/" can be used for CXX.
2839 * ld.cdtest/cdtest.exp: Combine "rm" lines. Add some
2840 commentary on things that are still broken with this test case.
2841
2842 Fri Sep 10 09:58:23 1993 Jeffrey Wheat (cassidy@cygnus.com)
2843
2844 * ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage.
2845
2846 Thu Aug 12 16:05:37 1993 Jeffrey Wheat (cassidy@cygnus.com)
2847
2848 * lib/ld.exp: add compiler and linker support
2849 * config/unix-ld.exp: add compiler and linker support
2850 * ld.bootstrap/bootstrap.exp: fixed to do partial links
2851 * ld.cdtest/cdtest.exp: constructor/destructor testscase
2852
2853 Wed Aug 4 21:00:18 1993 Jeffrey Wheat (cassidy@cygnus.com)
2854
2855 * lib/ld.exp: new file
2856 * config/unix-ld.exp: new file
2857 * ld.bootstrap/bootstrap.exp: new file