* ld-mmix/sec-5.d (Sections): Add whitespace missing in commit.
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
1 2001-11-11 Hans-Peter Nilsson <hp@bitrange.com>
2
3 * ld-mmix/sec-5.d (Sections): Add whitespace missing in commit.
4
5 2001-11-09 H.J. Lu <hjl@gnu.org>
6
7 * ld-discard/discard.exp: New. Test ld discard.
8 * ld-discard/discard.ld: Likewise.
9 * ld-discard/exit.s: Likewise.
10 * ld-discard/extern.d: Likewise.
11 * ld-discard/extern.s: Likewise.
12 * ld-discard/start.d: Likewise.
13 * ld-discard/start.s: Likewise.
14 * ld-discard/static.d: Likewise.
15 * ld-discard/static.s: Likewise.
16
17 2001-11-02 H.J. Lu <hjl@gnu.org>
18
19 * ld-elfvsb/elfvsb.exp: Add the "ld -r" test.
20
21 * ld-elfvsb/hidden0.d: New.
22 * ld-elfvsb/hidden1.d: New.
23 * ld-elfvsb/internal0.d: New.
24 * ld-elfvsb/internal1.d: New.
25 * ld-elfvsb/protected0.d: New.
26 * ld-elfvsb/protected1.d: New.
27 * ld-elfvsb/undef.s: New.
28 * ld-elfvsb/undef.s: New.
29
30 2001-11-02 NIIBE Yutaka <gniibe@m17n.org>
31
32 * ld-sh/sh.exp: Have its own start.s for linux.
33
34 2001-10-31 Hans-Peter Nilsson <hp@bitrange.com>
35
36 * ld-mmix/locdo-1.d: Prune character dump part.
37 * ld-mmix/local7m.d, ld-mmix/loc4.d, ld-mmix/loc4m.d,
38 ld-mmix/loc1.d, ld-mmix/bspec1m.d, ld-mmix/bspec2m.d,
39 ld-mmix/b-nosym.d, ld-mmix/b-fixo2.d, ld-mmix/b-loc64k.d,
40 ld-mmix/undef-3m.d, ld-mmix/locto.s, ld-mmix/loct.s,
41 ld-mmix/local3m.d, ld-mmix/local1m.d, ld-mmix/loc6m.d,
42 ld-mmix/loc2.s, ld-mmix/loc1.s, ld-mmix/gregldo1.s,
43 ld-mmix/dloc1.s, ld-mmix/b-widec3.s, ld-mmix/b-nosym.s: Remove
44 unnecessary empty lines.
45
46 2001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
47
48 * ld-mmix: New testsuite directory.
49
50 2001-10-14 Hans-Peter Nilsson <hp@bitrange.com>
51
52 * ld-sh/sub2l-1.d, ld-sh/shared-1.d, ld-sh/weak1.d: Only run on
53 sh*-*-elf.
54
55 * lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}.
56
57 * ld-sh/rd-sh.exp: New framework file.
58 * ld-sh/ld-r-1.d, ld-sh/ldr1.s, ld-sh/ldr2.s, ld-sh/shared-1.d,
59 ld-sh/weak1.s, ld-sh/weak1.d, ld-sh/sub2l.s, ld-sh/sub2l-1.d: New
60 test files.
61
62 2001-09-29 Hans-Peter Nilsson <hp@axis.com>
63
64 * ld-linkonce/linkonce.exp: New file.
65 * ld-linkonce/x.s, ld-linkonce/y.s, ld-linkonce/zeroeh.ld,
66 ld-linkonce/zeroehl32.d: New test.
67
68 2001-09-25 H.J. Lu <hjl@gnu.org>
69
70 * ld-elfweak/dso.dsym: Updated for alpha.
71 * ld-elfweak/dsodata.dsym: Likewise.
72 * ld-elfweak/strong.sym: Likewise.
73 * ld-elfweak/strongcomm.sym: Likewise.
74 * ld-elfweak/strongdata.sym: Likewise.
75
76 2001-09-15 Hans-Peter Nilsson <hp@bitrange.com>
77
78 * lib/ld-lib.exp (run_dump_test): Handle new option
79 "objcopy_linked_file". Return after failing, if errors were
80 expected but none were found.
81 (slurp_options): Support underscores in option names.
82
83 2001-09-14 H.J. Lu <hjl@gnu.org>
84
85 * ld-elfweak/bar.c: Updated.
86 * ld-elfweak/bar1a.c: Likewise.
87 * ld-elfweak/main.c: Likewise.
88 * ld-elfweak/main1.c: Likewise.
89 * ld-elfweak/elfweak.exp: Likewise.
90 * ld-elfweak/weakdata.dsym: Updated.
91
92 2001-09-11 H.J. Lu <hjl@gnu.org>
93
94 * ld-elfweak/elfweak.exp (build_lib): Take a list of object
95 files.
96 (build_exec): Likewise.
97 Add more tests and make some xfail.
98
99 * ld-elfweak/dso.dsym: Support symbol versioning.
100 * ld-elfweak/dsow.dsym: Likewise.
101
102 * ld-elfweak/main1.c: New.
103 * ld-elfweak/bar1a.c: Likewise.
104 * ld-elfweak/bar1b.c: Likewise.
105 * ld-elfweak/bar1c.c: Likewise.
106 * ld-elfweak/foo1a.c: Likewise.
107 * ld-elfweak/foo1b.c: Likewise.
108 * ld-elfweak/dsodata.dsym: Likewise.
109 * ld-elfweak/dsowdata.dsym: Likewise.
110 * ld-elfweak/weakdata.dsym: Likewise.
111 * ld-elfweak/strongcomm.sym: Likewise.
112 * ld-elfweak/strongdata.sym: Likewise.
113 * ld-elfweak/weakdata.dat: Likewise.
114 * ld-elfweak/strongdata.dat: Likewise.
115
116 2001-09-10 H.J. Lu <hjl@gnu.org>
117
118 * ld-elfweak/elfweak.exp: New.
119 * ld-elfweak/bar.c: Likewise.
120 * ld-elfweak/foo.c: Likewise.
121 * ld-elfweak/main.c: Likewise.
122 * ld-elfweak/dso.dsym: Likewise.
123 * ld-elfweak/dsow.dsym: Likewise.
124 * ld-elfweak/strong.sym: Likewise.
125 * ld-elfweak/strong.dat: Likewise.
126 * ld-elfweak/weak.dat: Likewise.
127
128 2001-08-27 Alan Modra <amodra@bigpond.net.au>
129 Linus Nordberg <linus@swox.se>
130
131 * ld-checks/checks.exp: .lcomm is incompatible with ppc coff.
132 * ld-scripts/cross1.t: Add .toc section.
133 * ld-scripts/cross2.t: Likewise.
134 * ld-scripts/phdrs.exp: powerpc64 is 64 bit.
135 * ld-srec/srec.exp: xfail powerpc64
136
137 2001-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
138
139 * ld-selective/selective.exp: Return if target is `vax-*-ultrix*'.
140 Continue with other tests when there is a compilation error.
141
142 2001-08-01 Loren J. Rittle <ljrittle@acm.org>
143
144 * ld-cdtest/cdtest-nrv.dat: New file.
145 * ld-cdtest/cdtest.exp: Do not require any exception support
146 library. Check results against NRV.
147
148 2001-08-01 Loren J. Rittle <ljrittle@acm.org>
149
150 * ld-srec/srec.exp: Do not require any exception support
151 library.
152
153 2001-07-27 H.J. Lu <hjl@gnu.org>
154
155 * ld-selective/selective.exp: Fix the error in the last change.
156
157 2001-07-24 Loren J. Rittle <ljrittle@acm.org>
158
159 * ld-selective/selective.exp: Support g++ V3 ABI (along side
160 the old ABI). Make comparisons against normalized (to
161 V3-style) demangled nm output.
162
163 2001-07-24 Alan Modra <amodra@bigpond.net.au>
164
165 * config/default.exp (ld_nm): Add "nmflags" arg.
166 * lib/ld-lib.exp (default_ld_nm): Likewise.
167 * ld-empic/empic.exp: Adjust call to ld_nm.
168 * ld-scripts/defined.exp: Likewise.
169 * ld-scripts/script.exp: Likewise.
170 * ld-scripts/sizeof.exp: Likewise.
171 * ld-selective/selective.exp: Likewise.
172 * ld-sh/sh.exp: Likewise.
173
174 2001-07-12 H.J. Lu <hjl@gnu.org>
175
176 * ld-selective/selective.exp: Mark selective1, selective2,
177 selective4 and selective5 xfail on alpha*-*.
178
179 2001-06-13 Hans-Peter Nilsson <hp@bitrange.com>
180
181 * config/default.exp (AS, GASP, OBJDUMP, NM, NMFLAGS, OBJCOPY,
182 OBJCOPYFLAGS, READELF, READELFFLAGS, LD, LDFLAGS): Provide
183 default.
184
185 * lib/ld-lib.exp (run_dump_test): Import from gas testsuite. Add
186 new options "ld", "source", "xfail", "target", "notarget" and
187 "error". Support the runtest_file_p "*.exp=testname" feature.
188 (slurp_options, regexp_diff, file_contents, verbose_eval): Import
189 from gas testsuite.
190
191 2001-06-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
192
193 * testsuite/ld-undefined/undefined.exp: Correct setup_xfail rule.
194
195 2001-06-06 H.J. Lu <hjl@gnu.org>
196
197 * ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3
198 on Linux/mips.
199
200 * ld-elfvers/vers.exp: Also run on Linux/mips.
201 * ld-elfvsb/elfvsb.exp: Likewise.
202 * ld-shared/shared.exp: Likewise.
203
204 * ld-selective/selective.exp: Mark selective2, selective3,
205 selective4 and selective5 xfail on Linux/mips.
206
207 * ld-shared/main.c: Skip invalid -Bsymbolic tests on Linux/mips.
208
209 * symbolic.dat: Remove invalid -Bsymbolic tests on Linux/mips.
210
211 * ld-srec/srec.exp: Add Linux/mips to xfail.
212
213 2001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
214
215 * ld-undefined/undefined.exp: Add a setup_xfail line for a test
216 that will always fail on s/390.
217
218 2001-05-28 kaz Kojima <kkojima@rr.iij4u.or.jp>
219
220 * ld-sh/sh.exp: For sh-*-linux-gnu target add a start address for
221 the text section.
222
223 2001-05-25 Alan Modra <amodra@one.net.au>
224
225 * ld-elfvers/vers.exp: Replace linuxoldld with linux*oldld and
226 linuxaout with linux*aout.
227
228 2001-05-24 H.J. Lu <hjl@gnu.org>
229
230 * ld-scripts/phdrs.exp: Add sparc64 to 64 bit platform.
231
232 2001-05-18 H.J. Lu <hjl@gnu.org>
233
234 * ld-elfvers/vers.exp: Revert the last change.
235
236 * ld-elfvers/vers2.ver: Put back "tmpdir/" the version
237 references.
238 * ld-elfvers/vers3.ver: Likewise.
239 * ld-elfvers/vers6.ver: Likewise.
240 * ld-elfvers/vers18.ver: Likewise.
241
242 2001-05-17 H.J. Lu <hjl@gnu.org>
243
244 * ld-elfvers/vers.exp: Pass "-rpath .:$tmpdir" to "vers19".
245
246 * ld-elfvers/vers1.ver: Remove "tmpdir/" from the version
247 definition.
248 * ld-elfvers/vers2.ver: Likewise.
249 * ld-elfvers/vers3.ver: Likewise.
250 * ld-elfvers/vers4a.ver: Likewise.
251 * ld-elfvers/vers6.ver: Likewise.
252 * ld-elfvers/vers7a.ver: Likewise.
253 * ld-elfvers/vers8.ver: Likewise.
254 * ld-elfvers/vers9.ver: Likewise.
255 * ld-elfvers/vers15.ver: Likewise.
256 * ld-elfvers/vers16a.ver: Likewise.
257 * ld-elfvers/vers17.ver: Likewise.
258 * ld-elfvers/vers18.ver: Likewise.
259
260 2001-05-03 H.J. Lu <hjl@gnu.org>
261
262 * ld-elfvers/vers19.ver: Expect vers17.so instead of
263 *tmpdir/vers17.so.
264
265 2001-05-01 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
266
267 * ld-scripts/phdrs.exp: Fix regexp, s390x is 64 bit platform.
268
269 * ld-scripts/phdrs.t: Use startaddress that's greater than any
270 MAXPAGESIZE used.
271
272 2001-04-29 H.J. Lu <hjl@gnu.org>
273
274 * ld-shared/symbolic.dat: New.
275
276 * ld-shared/shared.exp: Also check -Bsymbolic.
277
278 2001-04-28 Andreas Jaeger <aj@suse.de>
279
280 * ld-scripts/phdrs.exp: x86-64 is a 64 bit ELF platform, handle it
281 special.
282
283 2001-04-01 David O'Brien <obrien@FreeBSD.org>
284 * ld-undefined/undefined.exp: XFAIL on FreeBSD/i386 for the usual (even
285 though it doesn't use DWARF2 yet (but its output is identical).
286
287 2001-04-01 David O'Brien <obrien@FreeBSD.org>
288
289 * ld-selective/selective.exp: Use -O with gcc rather than -O2.
290 This optimization level is buggy on some platforms, and this test
291 is not intended to test compiler optimizations.
292
293 2001-03-06 DJ Delorie <dj@redhat.com>
294
295 * ld-scripts/cross2.t: Support any type of text/data sections, not
296 just the canonical ones.
297
298 2001-02-28 Matt Hiller <hiller@redhat.com>
299
300 * ld-scripts/crossref.exp: Initialize flags to [big_or_little_endian].
301 * ld-undefined/undefined.exp: Ditto, and include $flags in ld
302 invocations.
303 * lib/ld-lib.exp (big_or_little_endian): Recognize -EB, -eb, -EL
304 and -el.
305 (is_endian_output_format): New function.
306 (default_ld_link): Set flags to [big_or_little_endian] only if ld
307 is being invoked such that the output format being used is of
308 known endianness.
309 (default_ld_simple_link): Ditto.
310
311 2001-02-14 H.J. Lu <hjl@gnu.org>
312
313 * ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3
314 for -static on ia64.
315
316 * ld-checks/checks.exp: Don't run on ia64-*-elf* nor
317 ia64-*-linux*.
318
319 * ld-elfvers/vers.exp: Also run ia64-*-elf* and ia64-*-linux*.
320
321 * ld-elfvsb/elfvsb.exp: Use i?86-*-*. Also run on ia64-*-linux*.
322 Set up expected failures for ia64-*-linux*.
323 * ld-shared/shared.exp: Likewise.
324
325 2001-02-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
326
327 * ld-srec/srec.exp (run_srec_test): m6811 code has references
328 to soft registers, define them with --defsym.
329 * ld-selective/selective.exp: Likewise.
330
331 2001-01-14 Hans-Peter Nilsson <hp@bitrange.com>
332
333 * ld-sh/sh.exp: Use --oformat srec, not -oformat srec.
334
335 2001-01-03 Philip Blundell <pb@futuretv.com>
336
337 * ld-elfvsb/elfvsb.exp: Run test on Linux/Alpha.
338 * ld-shared/shared.exp: Likewise.
339
340 2001-01-01 Philip Blundell <philb@gnu.org>
341
342 * ld-undefined/weak-undef.exp: New test.
343 * ld-undefined/weak-undef.s, ld-undefined/weak-undef.t: Supporting
344 files for above.
345
346 * ld-elfvers/vers.exp: Run test on Linux/ARM.
347 * ld-elfvsb/elfvsb.exp: Likewise.
348 * ld-shared/shared.exp: Likewise.
349
350 2000-12-31 Nick Clifton <nickc@redhat.com>
351
352 * ld-srec/srec.exp: Use --oformat instead of -oformat.
353
354 2000-12-09 Nick Clifton <nickc@redhat.com>
355
356 * ld-selective/selective.exp: Link in libgcc when target is v850.
357
358 * ld-srec/srec.exp: Expect the srec_test to fail for ARM targets
359 because the -oformat linker command switch cannot be used.
360
361 2000-11-06 Alan Modra <alan@linuxcare.com.au>
362
363 * ld-elfvsb/main.c (PROTECTED_CHECK): Include stdio.h.
364 (main): Prune unused args.
365
366 2000-10-29 Hans-Peter Nilsson <hp@bitrange.com>
367
368 * ld-selective/selective.exp <no CXX>: Fix typo for argument to
369 "untested".
370
371 2000-10-19 H.J. Lu (hjl@gnu.org)
372
373 * ld-elfvsb/elfvsb.exp (visibility_run): Set expected failures
374 for Linux/PPC.
375 * ld-shared/shared.exp: Likewise.
376
377 2000-10-09 Hans-Peter Nilsson <hp@bitrange.com>
378
379 * ld-selective/selective.exp: Rearrange to be table-driven.
380
381 2000-10-07 Alan Modra <alan@linuxcare.com.au>
382
383 * ld-scripts/phdrs.exp: hppa*64*-*-* is 64-bit ELF too.
384
385 2000-10-02 Alan Modra <alan@linuxcare.com.au>
386
387 * ld-scripts/weak.exp: Don't set $global$ for hppa-elf any more.
388 * ld-scripts/crossref.exp: Ditto.
389
390 2000-09-29 Hans-Peter Nilsson <hp@bitrange.com>
391
392 * ld-selective/5.cc: New test.
393 * ld-selective/selective.exp: Run it as xfailed.
394
395 * ld-selective/4.cc: Correct spelling of "lose".
396
397 2000-09-05 Alan Modra <alan@linuxcare.com.au>
398
399 * ld-selective/selective.exp: Remove the xfails for hppa.
400
401 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
402
403 * ld-undefined/undefined.exp (hppa*64*-*-*, mn10300-*-elf,
404 sh-*-*): With dwarf-2, `undefined function' can't pass.
405
406 2000-08-03 H.J. Lu (hjl@gnu.org)
407
408 * ld-bootstrap/bootstrap.exp: Add strip.
409
410 2000-07-24 H.J. Lu (hjl@gnu.org)
411
412 * ld-elfvsb/elfvsb.exp: Add -g to $CC to get the location of
413 the undefined reference.
414
415 2000-07-16 H.J. Lu (hjl@gnu.org)
416
417 * ld-elfvsb/elfvsb.exp (support_protected): New variable. Check
418 and set to "yes" if the protected visibility is expected to
419 pass.
420 (visibility_run): Set expected to fail for the "protected"
421 and "protected_undef_def" tests only if $support_protected is
422 "no".
423
424 * ld-elfvsb/main.c (PROTECTED_CHECK): Check for the protected
425 visibility support if defined.
426
427 2000-07-15 H.J. Lu (hjl@gnu.org)
428
429 * ld-elfvsb/elfvsb.exp (visibility_run): Set expected failure
430 for "protected_undef_def".
431
432 * ld-elfvsb/main.c: Don't define HIDDEN_UNDEF_TEST when
433 PROTECTED_WEAK_TEST is defined.
434 Don't define PROTECTED_UNDEF_TEST when PROTECTED_WEAK_TEST is
435 defined.
436 Define PROTECTED_TEST when PROTECTED_UNDEF_TEST is defined.
437
438 * ld-elfvsb/sh1.c (visibility): Mark protected only if
439 PROTECTED_TEST, PROTECTED_UNDEF_TEST or PROTECTED_WEAK_TEST
440 is defined.
441 (visibility_var): Likewise.
442
443 2000-07-10 Alan Modra <alan@linuxcare.com.au>
444
445 * ld-srec/srec.exp: xfail hppa.
446
447 * ld-scripts/weak.exp: Define $global$ for hppa.
448
449 * ld-scripts/crossref.exp: Fix string quoting.
450
451 2000-06-05 H.J. Lu (hjl@gnu.org)
452
453 * lib/ld-lib.exp (default_ld_link): Redirect the linker output
454 to link_output and make it global.
455
456 * ld-elfvsb/elfvsb.exp (visibility_test): Add "hidden_undef",
457 "hidden_undef_def", "hidden_weak", "protected_undef",
458 "protected_undef_def" and "protected_weak".
459 (visibility_run): Likewise.
460 * ld-elfvsb/main.c: Likewise.
461 * ld-elfvsb/sh1.c: Likewise.
462 * ld-elfvsb/sh2.c: Likewise.
463
464 * ld-elfvsb/elfvsb.dat: Updated.
465
466 2000-05-21 H.J. Lu (hjl@gnu.org)
467
468 * ld-elfvsb/main.c (main_visibility_check): Fix the protected
469 visibility test.
470
471 2000-05-13 H.J. Lu (hjl@gnu.org)
472
473 * lib/ld-lib.exp (default_ld_link): Redirect the linker output
474 to link_output and make it global.
475
476 * ld-elfvsb/elf-offset.ld: New. ELF visibility fearture
477 tests.
478 * ld-elfvsb/elfvsb.dat: Likewise.
479 * ld-elfvsb/elfvsb.exp: Likewise.
480 * ld-elfvsb/main.c: Likewise.
481 * ld-elfvsb/sh1.c: Likewise.
482 * ld-elfvsb/sh2.c: Likewise.
483
484 Fri Apr 21 15:16:07 2000 Richard Henderson <rth@cygnus.com>
485
486 * ld-scripts/phdrs.exp: IA-64 is 64-bit ELF too.
487
488 2000-04-12 Alan Modra <alan@linuxcare.com.au>
489
490 * ld-selective/3.cc (_start): Add cheat for gcc-2.95.2 failure.
491
492 * ld-selective/selective.exp (test4): Test for presence of
493 foo__1B, not absence. Also check for foo__1A and _start.
494 White space changes throughout file.
495
496 2000-03-13 Nick Clifton <nickc@cygnus.com>
497
498 * ld-scripts/phdrs.t: Discard all unexpected sections.
499
500 2000-02-27 H.J. Lu (hjl@gnu.org)
501
502 * lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.
503
504 1999-11-01 Nick Clifton <nickc@cygnus.com>
505
506 * ld-selective/selective.exp: Fix test to disable these checks for
507 PE based targets.
508
509 1999-10-29 Catherine Moore <clm@cygnus.com>
510
511 * ld-selective/selective.exp: Remove test6.
512 * ld-selective/5.cc: Delete.
513
514 1999-10-28 Scott Bambrough <scottb@netwinder.org>
515
516 * ld-srec/srec.exp: Setup expected failures for
517 srec tests on ARM Linux.
518
519 1999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au>
520
521 * ld-shared/shared.exp: xfail linux*libc1 shared (non PIC, load
522 offset) test.
523
524 1999-09-12 Ian Lance Taylor <ian@zembu.com>
525
526 * ld-scripts/script.exp: Add --image-base 0 for PE targets.
527
528 1999-08-17 H.J. Lu <hjl@gnu.org>
529
530 * ld-cdtest/cdtest-foo.cc (Foo::init_foo): Use "%ld" for sizeof.
531
532 1999-08-09 Jakub Jelinek <jj@ultra.linux.cz>
533
534 * ld-elfvers/vers.exp: Run tests on sparc*-*-linux*.
535 * ld-shared/shared.exp: Likewise.
536
537 1999-07-28 Nick Clifton <nickc@cygnus.com>
538
539 * lib/ld-lib.exp (proc big_or_little_endian): New proc.
540 Determine if a big endian or little endian output format hass
541 been selected by any of the multilib options, and if so return
542 a suitable command line option for the linker/assembler.
543 (proc default_ld_link): Include the result of proc
544 big_or_little_endian on the command line to the linker.
545 (proc ld_simple_link): Include the result of proc
546 big_or_little_endian on the command line to the linker.
547 (proc default_ld_compile): Append multilib flags to compiler
548 switches.
549 (proc default_ld_assemble): Include the result of proc
550 big_or_little_endian on the command line to the linker.
551
552 1999-07-21 H.J. Lu <hjl@gnu.org>
553
554 * ld-elfvers/vers1.c: Add missing prototypes and include
555 <stdio.h> if necessary.
556 * ld-elfvers/vers15.c: Likewise.
557 * ld-elfvers/vers19.c: Likewise.
558 * ld-elfvers/vers2.c: Likewise.
559 * ld-elfvers/vers3.c: Likewise.
560 * ld-elfvers/vers4.c: Likewise.
561 * ld-elfvers/vers6.c: Likewise.
562 * ld-elfvers/vers7.c: Likewise.
563 * ld-elfvers/vers9.c: Likewise.
564 * ld-shared/main.c: Likewise.
565 * ld-srec/sr3.cc (Foo::Foo): Remove arg name.
566
567 Thu Jul 15 18:00:30 1999 Mark P. Mitchell <mark@codesourcery.com>
568
569 * ld-undefined/undefined.exp: XFAIL on IRIX6 for the usual as
570 with other DWARF2 targets.
571
572 1999-07-13 Nick Clifton <nickc@cygnus.com>
573
574 * ld-undefined/undefined.exp: Do not expect arm toolchains to fail
575 the undefined line test.
576
577 1999-07-10 Ian Lance Taylor <ian@zembu.com>
578
579 * ld-elfvers/vers.exp: Use -rpath in new vers19 test.
580
581 1999-07-07 Ian Lance Taylor <ian@zembu.com>
582
583 * ld-elfvers/vers.exp: Add new tests vers17 to vers19.
584 * ld/elfvers/{vers17.*, vers18.*, vers19.*}: New files.
585
586 1999-06-13 Ian Lance Taylor <ian@zembu.com>
587
588 * ld-checks/asm.s: Use a symbol name for .lcomm.
589 * ld-checks/checks.exp: Use different names for the two tests.
590 Don't add extra text when invoking fail.
591
592 1999-06-12 Ian Lance Taylor <ian@zembu.com>
593
594 * ld-scripts/phdrs.exp: Change target check from "*-*-linuxaout*"
595 to "*-*-linux*aout*".
596 * ld-scripts/weak.exp: Likewise.
597 * ld-shared/shared.exp: Likewise. Simplify condition a bit.
598
599 Wed Jun 9 12:02:33 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
600
601 * ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning.
602 * ld-shared/sh1.c: Fix typo.
603
604 1999-06-04 H.J. Lu <hjl@gnu.org>
605
606 * lib/ld-lib.exp (default_ld_nm): Clear nm_output first if
607 necessary.
608
609 1999-05-17 Nick Clifton <nickc@cygnus.com>
610
611 * ld-undefined/undefined.exp: Add xfail for mcore-elf.
612
613 1999-05-11 DJ Delorie <dj@cygnus.com>
614
615 * ld-srec/srec.exp: Do not run tests for PE based ports.
616
617 1999-03-05 Nick Clifton <nickc@cygnus.com>
618
619 * ld-selective/selective.exp: Do not run tests for COFF or PE
620 based ports.
621
622 1999-02-17 Nick Clifton <nickc@cygnus.com>
623
624 * ld-undefined/undefined.exp: Add expected failures for StrongARM
625 targets.
626
627 * ld-srec/srec.exp: Add expected failures for StrongARM targets.
628
629 * ld-selective/selective.exp: Add expected failure for ARM-COFF
630 targets.
631
632 1999-02-16 Nick Clifton <nickc@cygnus.com>
633
634 * ld-checks/asm.s: Use .long instead of .word.
635 Replace custom section names with .text, .data and .bss.
636 * ld-checks/script: Replace custom section names with .text, .data
637 and .bss.
638 * ld-checks/checks.exp: Replace custom section names with .text,
639 .data and .bss.
640
641 1999-02-11 Nick Clifton <nickc@cygnus.com>
642
643 * ld-checks: New directory: Tests for the linker's
644 --check-sections option.
645 * ld-checks/checks.exp: New file.
646 * ld-checks/script: Bogus linker script.
647 * ld-checks/asm.s: Simple test assembler file.
648
649 Tue Feb 2 19:15:02 1999 Catherine Moore <clm@cygnus.com>
650
651 * ld-selective/selective.exp: Disable test for unsupported
652 targets. Change tests to check for absence of symbols instead
653 of address zero.
654
655 Mon Jan 18 03:44:52 1999 Ian Lance Taylor <ian@cygnus.com>
656
657 * config/default.exp (get_link_files): Quote target_triplet and CC
658 when invoking shell.
659 (get_target_emul): Likewise.
660
661 1999-01-03 Ken Raeburn <raeburn@cygnus.com>
662
663 * config/default.exp (get_link_files, get_target_emul): New procs;
664 run shell commands to extract information from configure.host and
665 configure.tgt in the source tree.
666 (top level): Use them to get information needed to run tests, if
667 not otherwise provided.
668
669 * ld-shared/elf-offset.ld: New file. Builds a shared library, but
670 gives non-zero addresses for memory region.
671 * ld-shared/shared.exp: Run the non-PIC non-AIX test again using
672 the new linker script.
673
674 Tue Dec 8 22:56:05 1998 Geoff Keating <geoffk@ozemail.com.au>
675
676 * ld-srec/srec.exp: Delete xfails for PPC Linux targets,
677 newer glibc lets link succeed.
678
679 Sun Dec 6 12:59:37 1998 H.J. Lu <hjl@gnu.org>
680
681 * ld-elfvers/vers1.c: Add missing return types and values.
682 * ld-elfvers/vers2.c: Likewise.
683 * ld-elfvers/vers3.c: Likewise.
684 * ld-elfvers/vers4.c: Likewise.
685 * ld-elfvers/vers5.c: Likewise.
686 * ld-elfvers/vers6.c: Likewise.
687 * ld-elfvers/vers7.c: Likewise.
688 * ld-elfvers/vers9.c: Likewise.
689 * ld-elfvers/vers15.c: Likewise.
690
691 Fri Oct 23 16:28:29 1998 Catherine Moore <clm@cygnus.com>
692
693 * ld-selective: New directory with new files to test
694 selective linking.
695
696 * lib/ld-lib.exp (ld_nm): Strip leading underscore from $name.
697
698 Sun Oct 4 22:17:05 1998 Ian Lance Taylor <ian@cygnus.com>
699
700 * ld-elfvers/vers16.dsym: Work correctly on a system without
701 versioned system libraries.
702
703 Mon Sep 28 21:31:12 1998 Richard Henderson <rth@cygnus.com>
704
705 * ld-elfvers/vers.exp: Run tests on alpha-linux.
706 * ld-elfvers/*.sym, ld-elfvers/*.dsym: Adjust patters to match
707 Alpha's use of st_other.
708
709 1998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
710
711 * ld-elfvers/vers.exp (vers16, vers16a): New tests.
712 * ld-elfvers/{vers16.*, vers16a.*}: New files.
713
714 Thu Sep 17 17:18:19 1998 Nick Clifton <nickc@cygnus.com>
715
716 * ld-undefined/undefined.exp: Make undefined line test be an xfail
717 for arm/thunb elf toolchains.
718
719 Wed Sep 9 14:10:15 1998 Nick Clifton <nickc@cygnus.com>
720
721 * ld-undefined/undefined.exp: change test for elf/dwarf2 targets.
722
723 * ld-srec/srec.exp: Arm-elf now passes this test.
724
725 Wed Aug 19 11:59:19 1998 Nick Clifton <nickc@cygnus.com>
726
727 * ld-srec/srec.exp: Add arm/thumb-elf expected failures.
728
729 Thu Aug 13 12:41:58 1998 Ian Lance Taylor <ian@cygnus.com>
730
731 * ld-bootstrap/bootstrap.exp: Don't run the --static bootstrap
732 test if we don't have a static libbfd.a.
733
734 Wed Aug 12 15:19:35 1998 Ian Lance Taylor <ian@cygnus.com>
735
736 Based on patch from H.J. Lu <hjl@gnu.org>:
737 * ld-srec/srec.exp: Add xfails for Alpha ELF targets.
738
739 Mon Aug 10 15:42:20 1998 Richard Henderson <rth@cygnus.com>
740
741 * ld-scripts/weak.t (.text, .data): Focus data to be used.
742 (/DISCARD/): All the rest.
743 * ld-scripts/weak1.s, ld-scripts/weak2.s: Put stuff in .data.
744
745 Fri Jul 24 18:37:17 1998 Ian Lance Taylor <ian@cygnus.com>
746
747 * config/default.exp: Create tmpdir/gas subdirectory, add a
748 symlink to as-new, and set gcc_gas_flag variable.
749 * lib/ld-lib.exp (default_ld_compile): If the compiler appears to
750 be gcc, use gcc_gas_flag when compiling.
751
752 Thu Jul 23 12:23:29 1998 Ian Lance Taylor <ian@cygnus.com>
753
754 * ld-elfvers/vers.exp: Just check for i?86 rather than checking
755 for i386, i486, and i586.
756 (objdump_versionstuff): If we can't find the line, dump the file.
757
758 Fri Jul 3 00:27:41 1998 Ian Lance Taylor <ian@cygnus.com>
759
760 * ld-scripts/phdrs.exp: Run test on *-*-eabi*.
761 * ld-scripts/weak.exp: Likewise.
762
763 Wed Jul 1 10:51:46 1998 Nick Clifton <nickc@cygnus.com>
764
765 * ld-srec/srec.exp: Add xfail for v850.
766
767 * ld-undefined/undefined.exp: arm and thumb PE toolchains now pass
768 these tests.
769
770 Fri Jun 19 17:12:52 1998 Ian Lance Taylor <ian@cygnus.com>
771
772 * ld-scripts/weak.exp: New test.
773 * ld-scripts/weak.t: New file.
774 * ld-scripts/weak1.s: New file.
775 * ld-scripts/weak2.s: New file.
776
777 Tue Jun 16 12:40:38 1998 Geoff Keating <geoffk@ozemail.com.au>
778
779 * ld-elfvers/vers.exp: Run tests on powerpc ELF targets.
780 * ld-shared/shared.exp: Likewise.
781 * ld-elfvers/vers1.dsym: Allow for .sdata.
782 * ld-srec/srec.exp: Add setup_xfails for PowerPC Linux.
783
784 Fri May 29 15:02:50 1998 Ian Lance Taylor <ian@cygnus.com>
785
786 * ld-srec/srec.exp: Add xfails for powerpc*-*-eabi.
787 (run_srec_test): On mn10200, define __truncsipsi2_do_d2.
788 * ld-srec/sr1.c (__main): Change return type to void.
789 * ld-srec/sr3.cc (__main): Likewise.
790 (__builtin_delete, __builtin_new): Likewise.
791 (__get_dynamic_handler_chain): Return 0.
792 (__get_eh_context): Likewise.
793
794 Thu May 21 15:21:33 1998 Nick Clifton <nickc@cygnus.com>
795
796 * ld-undefined/undefined.exp: Add support for thumb-pe target.
797 * ld-srec/srec.exp: Add support for arm-pe and thumb-pe targets.
798
799 Mon May 4 17:54:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
800
801 * ld-shared/shared.exp: Remove setup_xfails for m68k-linux.
802
803 Mon May 4 17:12:06 1998 Ian Lance Taylor <ian@cygnus.com>
804
805 * ld-shared/main.c (shlib_overriddencall2): New function.
806 (main): Call shlib_shlibcall2.
807 * ld-shared/sh1.c (shlib_shlibcall2): New function.
808 (shlib_overriddencall2): New function.
809 * ld-shared/shared.dat: Add output line for new test.
810 * ld-shared/sun4.dat: Likewise.
811
812 * ld-srec/sr3.cc (__get_eh_context): New function.
813
814 Tue Apr 7 12:50:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
815
816 * ld-cdtest/cdtest-foo.h (class Foo): Declare len to be static to
817 avoid compiler warning.
818 * ld-srec/sr3.cc (class Foo): Likewise.
819
820 Tue Feb 10 16:42:40 1998 Ian Lance Taylor <ian@cygnus.com>
821
822 * ld-srec/sr3.cc (__get_dynamic_handler_chain): New function.
823
824 Mon Feb 2 14:17:48 1998 Ian Lance Taylor <ian@cygnus.com>
825
826 * ld-scripts/phdrs.exp: Adjust phdrs_regexp for a 64 bit target.
827
828 Thu Dec 18 11:13:28 1997 Nick Clifton <nickc@cygnus.com>
829
830 * ld-srec/srec.exp: Duplicated Arm patch for Thumb targets.
831
832 Tue Dec 2 09:50:19 1997 Nick Clifton <nickc@cygnus.com>
833
834 * ld-srec/srec.exp: Applied patch from Tony.Thompson@arm.com which
835 fixes ARM tests.
836
837 Mon Dec 1 16:12:05 1997 Nick Clifton <nickc@cygnus.com>
838
839 * ld-srec/srec.exp: Add expected failures of tests 1 and 2 for ARM
840 coff targets.
841
842 Wed Nov 12 14:18:31 1997 Ian Lance Taylor <ian@cygnus.com>
843
844 * ld-cdtest/cdtest-foo.h (class Foo): Declare len to be int to
845 avoid compiler warning.
846 * ld-srec/sr3.cc (class Foo): Likewise.
847
848 Mon Nov 10 14:25:43 1997 Ian Lance Taylor <ian@cygnus.com>
849
850 * lib/ld-lib.exp (default_ld_simple_link): Permit the linker to
851 have any name when looking for entry symbol warnings.
852
853 * ld-srec/sr3.cc (__eh_pc): Define.
854
855 Mon Oct 20 14:36:39 1997 Ian Lance Taylor <ian@cygnus.com>
856
857 * ld-srec/sr3.cc: Add definitions for terminate, __terminate, and
858 __throw, since the current g++ expects them to be defined.
859
860 Fri Oct 3 12:24:03 1997 Ian Lance Taylor <ian@cygnus.com>
861
862 * ld-elfvers/vers.exp (objdump_emptyverstuff): Accept the output
863 file if the string libc appears in it.
864 (objdump_versionstuff): Accept unexpected lines in the output
865 file. Compare lines using string match.
866 * ld-elfvers/vers6.ver: Permit any value in the vna_other field.
867
868 Tue Aug 12 16:01:22 1997 Ian Lance Taylor <ian@cygnus.com>
869
870 * ld-scripts/crossref.exp: Correct string quoting.
871
872 Sat Aug 9 00:56:03 1997 Ian Lance Taylor <ian@cygnus.com>
873
874 * config/default.exp: Change ld, as, nm and strip from .new to
875 -new. Load ld-lib.exp rather than ld.exp.
876 * ld-bootstrap/bootstrap.exp: Use ld-new rather than ld.new.
877 * lib/ld-lib.exp: Rename from lib/ld.exp, for the benefit of
878 DejaGnu changes.
879
880 Thu Jun 26 12:07:03 1997 Ian Lance Taylor <ian@cygnus.com>
881
882 * ld-elfvers/vers.exp: Use egrep rather than grep when looking for
883 an alternation. From Greg Margo <gmargo@dl.com>.
884
885 Wed Jun 25 12:47:22 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
886
887 * ld-shared/shared.exp: Add setup_xfail for m68k-linux on tests
888 with non PIC shared libraries.
889
890 Fri Jun 6 17:35:47 1997 Ian Lance Taylor <ian@cygnus.com>
891
892 * ld-elfvers/vers6.ver: Update for recent elflink.h patch to
893 version handling.
894
895 Wed Jun 4 12:06:48 1997 Ian Lance Taylor <ian@cygnus.com>
896
897 * ld-srec/srec.exp: Define ___get_dynamic_handler_chain as well.
898
899 Fri May 30 12:21:39 1997 Ian Lance Taylor <ian@cygnus.com>
900
901 * ld-srec/srec.exp: Define __get_dynamic_handler_chain when
902 linking.
903
904 Mon May 12 11:17:55 1997 Ian Lance Taylor <ian@cygnus.com>
905
906 * config/default.exp: Use $base_dir rather than $objdir when
907 setting ld. From John David Anglin <dave@hiauly1.hia.nrc.ca>.
908
909 Fri Apr 25 09:07:00 1997 Jeffrey A Law (law@cygnus.com)
910
911 * ld-srec/srec.exp: Define various out of line prologue/epilogue
912 functions for the mn10200 to avoid needing libgcc.a.
913
914 Wed Mar 26 13:56:10 1997 Ian Lance Taylor <ian@cygnus.com>
915
916 * ld-srec/srec.exp: Don't expect failures on mips*-*-elf*.
917
918 Mon Mar 17 19:27:13 1997 Ian Lance Taylor <ian@cygnus.com>
919
920 * ld-elfvers/vers.exp: Don't run on SunOS or AIX.
921
922 Wed Mar 12 21:44:19 1997 Eric Youngdale <eric@andante.jic.com>
923
924 * ld-elfvers/vers.exp, *: New tests for symbol versioning.
925 * config/default.exp: Set ar and strip.
926
927 Fri Feb 7 16:47:02 1997 Bob Manson <manson@charmed.cygnus.com>
928
929 * ld-bootstrap/bootstrap.exp: Use prune_warnings instead of
930 prune_system_crud.
931 * ld-cdtest/cdtest.exp: Ditto.
932 * ld-scripts/crossref.exp: Ditto.
933 * ld-sh/sh.exp: Ditto.
934 * ld-shared/shared.exp: Ditto.
935 * ld-srec/srec.exp: Ditto.
936 * lib/ld.exp: Ditto.
937
938 Wed Jan 29 00:47:29 1997 Bob Manson <manson@charmed.cygnus.com>
939
940 * ld-cdtest/cdtest.exp: Put a slash between $srcdir/$subdir.
941 * ld-scripts/script.exp: Ditto.
942 * ld-sh/sh.exp: Ditto.
943 * ld-undefined/undefined.exp: Ditto.
944 * ld-versados/versados.exp: Ditto.
945 * lib/ld.exp: Ditto.
946
947 Mon Dec 30 17:08:04 1996 Ian Lance Taylor <ian@cygnus.com>
948
949 * ld-scripts/crossref.exp: Fix quoting for --defsym $global$.
950
951 Tue Oct 1 15:52:31 1996 Ian Lance Taylor <ian@cygnus.com>
952
953 * lib/ld.exp (default_ld_version): Fix for current version
954 printing.
955
956 Fri Sep 13 15:51:45 1996 Ian Lance Taylor <ian@cygnus.com>
957
958 * ld-scripts/crossref.exp: Define $global$ for hppa-elf.
959
960 Thu Aug 8 14:29:32 1996 Ian Lance Taylor <ian@cygnus.com>
961
962 * ld-scripts/cross2.t: Map XCOFF sections to .text or .data.
963
964 * lib/ld.exp: Use verbose -log instead of calling both verbose and
965 send_log.
966
967 Wed Aug 7 18:00:58 1996 Ian Lance Taylor <ian@cygnus.com>
968
969 * ld-scripts/phdrs.exp: New test.
970 * ld-scripts/phdrs.s, ld-scripts/phdrs.t: New files.
971
972 Sun Aug 4 21:58:12 1996 Ian Lance Taylor <ian@cygnus.com>
973
974 * ld-scripts/crossref.exp: On a29k targets, use --defsym to define
975 V_SPILL and V_FILL.
976
977 Thu Aug 1 14:10:27 1996 Ian Lance Taylor <ian@cygnus.com>
978
979 * ld-scripts/crossref.exp: New test.
980 * ld-scripts/{cross1.c, cross2.c, cross3.c}: New files.
981 * ld-scripts/{cross1.t, cross2.t}: New files.
982
983 Sat Jun 29 13:40:11 1996 Ian Lance Taylor <ian@cygnus.com>
984
985 * ld-sh/sh.exp: Fix debugging messages.
986 * ld-sh/sh1.s: Use .align 4.
987
988 Wed May 1 16:45:13 1996 Ian Lance Taylor <ian@cygnus.com>
989
990 * ld-sh/sh.exp: Use -O when compiling with -mrelax.
991
992 Mon Apr 29 10:33:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
993
994 * ld-shared/shared.exp: Run the shared library tests on
995 Linux/m68k.
996
997 Fri Apr 5 16:20:55 1996 Ian Lance Taylor <ian@cygnus.com>
998
999 * ld-shared/shared.exp: Run the shared library tests on Linux.
1000
1001 Mon Feb 26 12:45:26 1996 Ian Lance Taylor <ian@cygnus.com>
1002
1003 * ld-shared/shared.exp: Don't use -fpic on MIPS targets.
1004
1005 Wed Jan 31 15:09:57 1996 Jeffrey A Law (law@cygnus.com)
1006
1007 * ld-srec/srec.exp: Add xfails for hppa*-*-*elf*.
1008 * ld-undefined/undefined.exp: Likewise.
1009
1010 Fri Jan 26 18:43:03 1996 Ian Lance Taylor <ian@cygnus.com>
1011
1012 * ld-undefined/undefined.exp: ELF targets should now pass the
1013 undefined line test.
1014
1015 Thu Jan 25 15:36:13 1996 Ian Lance Taylor <ian@cygnus.com>
1016
1017 * ld-empic/empic.exp: Update for change to MIPS disassembler.
1018
1019 Mon Jan 15 15:05:53 1996 Ian Lance Taylor <ian@cygnus.com>
1020
1021 * ld-bootstrap/bootstrap.exp: Expect failure for mips*-*-irix5*
1022 when doing the --static test.
1023 * ld-shared/shared.exp: Run tests on mips*-*-irix5*.
1024
1025 Fri Dec 29 12:33:09 1995 Ian Lance Taylor <ian@cygnus.com>
1026
1027 * ld-bootstrap/bootstrap.exp: On AIX, don't pass the -bI option
1028 when creating ld-partial.o.
1029
1030 Tue Dec 26 17:37:23 1995 Ian Lance Taylor <ian@cygnus.com>
1031
1032 * ld-srec/srec.exp: If powerpc*-*-eabi*, use --defsym to define
1033 __eabi.
1034
1035 Tue Dec 19 18:01:01 1995 Ian Lance Taylor <ian@cygnus.com>
1036
1037 * ld-srec/srec.exp: Add setup_xfails for XCOFF targets.
1038
1039 Fri Dec 15 16:36:17 1995 Ian Lance Taylor <ian@cygnus.com>
1040
1041 * ld-srec/srec.exp: On a29k targets, use --defsym to define
1042 V_SPILL and V_FILL.
1043 * ld-srec/sr1.c (V_SPILL, V_FILL): Remove definitions.
1044 * ld-srec/sr3.cc: Likewise.
1045
1046 * ld-srec/srec.exp: Remove i960 COFF setup_xfail.
1047
1048 Sat Dec 2 01:20:31 1995 Ian Lance Taylor <ian@cygnus.com>
1049
1050 * ld-srec/srec.exp: Don't use [] in setup_xfail expressions.
1051
1052 Fri Dec 1 13:18:18 1995 Ian Lance Taylor <ian@cygnus.com>
1053
1054 * ld-srec/srec.exp: Add setup_xfails for MIPS ELF targets.
1055
1056 Wed Nov 29 13:01:10 1995 Ian Lance Taylor <ian@cygnus.com>
1057
1058 * ld-srec/srec.exp: Add setup_xfail for i960 COFF targets.
1059
1060 Mon Nov 27 14:36:11 1995 Ian Lance Taylor <ian@cygnus.com>
1061
1062 * ld-srec/srec.exp: Add setup_xfail calls for i[345]86-*-aout*.
1063
1064 * ld-srec/sr1.c (V_SPILL, V_FILL): Define.
1065 * ld-srec/sr3.cc: Likewise.
1066
1067 Tue Nov 21 16:05:53 1995 Ian Lance Taylor <ian@cygnus.com>
1068
1069 * ld-empic/empic.exp: Update for changes in objdump output.
1070
1071 Wed Nov 15 17:42:48 1995 Ian Lance Taylor <ian@cygnus.com>
1072
1073 * ld-srec/srec.exp: New tests.
1074 * ld-srec/sr1.c, ld-srec/sr2.c, ld-srec/sr3.cc: New files.
1075 * lib/ld.exp (ld_simple_link): Discard warnings about not being
1076 able to find the entry symbol.
1077
1078 Tue Nov 14 20:03:54 1995 Ian Lance Taylor <ian@cygnus.com>
1079
1080 * ld-sh/sh2.c (__main): Define.
1081
1082 Mon Nov 6 14:39:18 1995 Ian Lance Taylor <ian@cygnus.com>
1083
1084 * ld-empic/empic.exp: Accept a . in the address symbol.
1085
1086 * ld-shared/shared.exp: Run tests on rs6000*-*-aix* and
1087 powerpc*-*-aix*. Add code to create appropriate exports files,
1088 and pass appropriate compilation flags, and test against
1089 appropriate expected output.
1090 * ld-shared/xcoff.dat: New file.
1091 * ld-shared/main.c: Put #ifndef XCOFF_TEST around tests that can
1092 not be linked using XCOFF. Use shlib_shlibvar1 as a sample
1093 function pointer, rather than shlib_mainvar.
1094 * ld-shared/sh1.c: Likewise.
1095 * ld-shared/shared.dat: Update for change from using shlib_mainvar
1096 to using shlib_shlibvar1.
1097 * ld-shared/sun4.dat: Likewise.
1098
1099 Sat Oct 28 01:54:25 1995 Ian Lance Taylor <ian@cygnus.com>
1100
1101 * ld-scripts/script.t: Put .pr in .text, and .rw in .data, for
1102 convenience when testing XCOFF.
1103
1104 Thu Oct 26 22:53:17 1995 Ian Lance Taylor <ian@cygnus.com>
1105
1106 * ld-bootstrap/bootstrap.exp: On AIX, pass -bI/lib/syscalls.exp
1107 along with --static.
1108
1109 * ld-scripts/script.s: Make symbols global.
1110
1111 Fri Oct 20 12:22:16 1995 Ian Lance Taylor <ian@cygnus.com>
1112
1113 * ld-undefined/undefined.exp: Add setup_xfails for arm*-*-pe*.
1114
1115 Fri Sep 29 11:06:10 1995 Ian Lance Taylor <ian@cygnus.com>
1116
1117 * ld-undefined/undefined.exp: Use -e when invoking the linker, to
1118 prevent the SunOS linker from trying to create a shared library.
1119
1120 Thu Sep 28 12:37:14 1995 Ian Lance Taylor <ian@cygnus.com>
1121
1122 * ld-shared/shared.exp: Run the tests on sparc*-*-sunos4*. Add
1123 appropriate modifications and setup_xfails.
1124 * ld-shared/sun4.dat: New file.
1125
1126 Mon Sep 18 14:12:56 1995 Ian Lance Taylor <ian@cygnus.com>
1127
1128 * lib/ld.exp (default_ld_version): Call prune_system_crud.
1129 (default_ld_relocate, default_ld_link): Likewise.
1130 (default_ld_simple_link, default_ld_compile): Likewise.
1131 (default_ld_assemble, default_ld_nm): Likewise.
1132
1133 Fri Sep 8 17:15:38 1995 Ian Lance Taylor <ian@cygnus.com>
1134
1135 * ld-cdtest/cdtest.exp: If the compiler does not exist, mark the
1136 tests as untested rather than unresolved.
1137
1138 Wed Aug 23 10:46:38 1995 Ian Lance Taylor (ian@cygnus.com)
1139
1140 * ld-sh/sh.exp: Call prune_system_crud on the output of cmp.
1141
1142 Tue Aug 15 17:35:35 1995 Ian Lance Taylor <ian@cygnus.com>
1143
1144 * ld-scripts/script.exp: Split script verification into a proc.
1145 Add simple test of MRI script.
1146 * ld-scripts/scriptm.t: New file.
1147
1148 Wed Jul 26 11:38:58 1995 Ian Lance Taylor <ian@cygnus.com>
1149
1150 * ld-sh/sh.exp: Mark `SH confirm relaxing' test unresolved when
1151 appropriate.
1152
1153 Mon Jul 24 15:34:31 1995 Ian Lance Taylor <ian@cygnus.com>
1154
1155 * config/default.exp: Define objcopy if it is not defined.
1156 * ld-sh/*: New tests for SH relaxing.
1157
1158 * ld-empic/empic.exp: If $CC does not exist, call untested rather
1159 than unresolved.
1160
1161 Thu Jul 20 15:09:26 1995 Ian Lance Taylor <ian@cygnus.com>
1162
1163 * ld-undefined/undefined.exp: If $CC does not exist, mark the
1164 tests as untested rather than unresolved. Clear ELF xfails for
1165 mips*, not just mips.
1166
1167 Tue Jul 18 12:00:41 1995 Ian Lance Taylor <ian@cygnus.com>
1168
1169 * ld-undefined/undefined.exp: Add setup_xfail for sh-*-* for
1170 undefined line test.
1171
1172 Fri Jul 14 13:07:48 1995 Ian Lance Taylor <ian@cygnus.com>
1173
1174 * ld-undefined/undefined.exp: New test, to check reporting of
1175 undefined symbols.
1176 * ld-undefined/undefined.c: New file.
1177
1178 Mon Jul 10 11:13:39 1995 Ian Lance Taylor <ian@cygnus.com>
1179
1180 * ld-versados/versados.exp: If a test fails, report it correctly:
1181 don't try to run the next test, and don't report a pass as well as
1182 a fail.
1183
1184 Mon Jul 3 14:26:37 1995 Steve Chamberlain <sac@slash.cygnus.com>
1185
1186 * versados/(t1,t2).ld: End in newlines.
1187
1188 Mon May 22 20:19:38 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1189
1190 * lib/ld.exp (default_ld_compile): If cc argument is multiple
1191 words, use only the first when trying to verify the availability
1192 of the compiler.
1193
1194 Mon Feb 6 11:46:49 1995 Ian Lance Taylor <ian@cygnus.com>
1195
1196 * ld-scripts/defined.t: Mention .data and .bss explicitly.
1197
1198 Tue Jan 24 14:51:48 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
1199
1200 * ld-bootstrap/bootstrap.exp: If not in the ld build directory,
1201 call untested for each test, rather than ignoring it. If one test
1202 fails, go on to the next one instead of returning.
1203 * ld-cdtest/cdtest.exp: If compilations fail, mark tests as
1204 unresolved.
1205 * ld-empic/empic.exp: Likewise. Also, always pass the same test
1206 name to pass or fail.
1207 * ld-shared/shared.exp: Likewise. Also, always run all tests.
1208 * ld-scripts/defined.exp: If as or nm fail, mark test as
1209 unresolved. Always pass the same test name to pass or fail.
1210 * ld-scripts/script.exp: Likewise.
1211 * ld-scripts/sizeof.exp: Likewise.
1212
1213 Wed Jan 11 11:48:31 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
1214
1215 * ld-scripts/sizeof.exp: New test, based on bug report from
1216 anders.blomdell@control.lth.se.
1217 * ld-scripts/sizeof.s: New file.
1218 * ld-scripts/sizeof.t: New file.
1219
1220 Wed Jan 4 18:56:27 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
1221
1222 * lib/ld.exp: Use [which $ld] rather than [file exists $ld] to see
1223 if the linker exists.
1224
1225 Wed Dec 14 16:39:03 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1226
1227 * lib/ld.exp (prune_system_crud): Define if not already defined,
1228 in case the user isn't using the newest DejaGnu version that we
1229 haven't released to the net yet.
1230
1231 Fri Dec 2 14:17:02 1994 Ian Lance Taylor <ian@rtl.cygnus.com>
1232
1233 * config/default.exp: Define objdump if it is not defined.
1234 * ld-empic/*: New tests to test -membedded-pic code.
1235
1236 Mon Nov 28 11:24:36 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1237
1238 * ld-bootstrap/bootstrap.exp: Pass cmp output through
1239 prune_system_crud.
1240 * ld-cdtest/cdtest.exp: Pass diff output through
1241 prune_system_crud.
1242 * ld-shared/shared.exp: Likewise.
1243
1244 * config/default.exp: Remove unused and useless proc ld_load.
1245
1246 Sun Oct 30 13:02:34 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1247
1248 * lib/ld.exp (default_ld_compile): Remove the output file before
1249 compiling.
1250
1251 * ld-shared/shared.exp: Move common test code into a procedure.
1252 Add tests for compiling the non shared code PIC.
1253 * ld-shared/main.c (main): Call main_called, and print the result.
1254 * ld-shared/shared.dat: Adjust accordingly.
1255
1256 Thu Oct 27 17:30:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1257
1258 * ld-shared: New directory, with new files to test generating ELF
1259 shared libraries.
1260
1261 * lib/ld.exp (default_ld_compile): If the compilation worked, but
1262 no object file was created, check to see if the compiler foolishly
1263 ignored the -o switch when compiling, and move the resulting
1264 object if it did.
1265
1266 Thu Sep 29 12:36:51 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1267
1268 * VMS does not permits `.' in directory names. Renamed
1269 ld.bootstrap to ld-bootstrap, ld.cdtest to ld-cdtest, and
1270 ld.scripts to ld-scripts.
1271
1272 Wed Sep 28 12:18:54 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1273
1274 * config/default.exp: Set variables as and nm. Create tmpdir if
1275 it does not already exist.
1276 * ld.bootstrap/bootstrap.exp: Don't create tmpdir here.
1277 * ld.cdtest/cdtest.exp: Likewise.
1278 * ld.scripts/defined.exp: Likewise. Also, don't set as and nm
1279 here. Change perror for no variables found to fail.
1280 * ld.scripts/script.exp: New test.
1281 * ld.scripts/script.t, ld.scripts/script.s: New files.
1282
1283 Tue Sep 27 14:59:51 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1284
1285 * ld.scripts: New directory.
1286 * ld.scripts/defined.exp, ld.scripts/defined.s: New files.
1287 * ld.scripts/defined.t: New file.
1288 * lib/ld.exp (default_ld_simple_link): New function.
1289 (default_ld_assemble, default_ld_nm): New functions.
1290 * config/default.exp: Rename from unix-ld.exp.
1291 (ld_simple_link, ld_assemble, ld_nm): New functions.
1292
1293 * config/unix-ld.exp: Set ld using findfile.
1294 * lib/ld.exp (default_ld_relocate): Return a value. Change format
1295 of log messages.
1296 (default_ld_compile): Likewise.
1297 (default_ld_link): Likewise. Also, don't include $BFDLIB and
1298 $LIBIBERTY in link.
1299 * ld.bootstrap/bootstrap.exp: Rewrite.
1300 * ld.cdtest/cdtest.exp: Rewrite.
1301 * ld.cdtest/cdtest-foo.cc: Update from top level ld directory.
1302 * ld.cdtest/cdtest-foo.h: Likewise.
1303 * ld.cdtest/cdtest-main.cc: Likewise.
1304
1305 Fri May 27 09:35:04 1994 Ken Raeburn (raeburn@cygnus.com)
1306
1307 * ld.cdtest/cdtest.exp: Don't look for $result before it's
1308 defined.
1309
1310 Tue May 17 15:06:49 1994 Bill Cox (bill@rtl.cygnus.com)
1311
1312 * ld.bootstrap/bootstrap.exp, lib/ld.exp: Replace error proc
1313 calls with perror calls.
1314
1315 Wed May 11 16:47:46 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
1316
1317 * ld.cdtest/cdtest-bar.cc: Renamed from cdtest-func.cc.
1318 * ld.cdtest/cdtest.exp: Adjusted.
1319
1320 Fri Jan 28 13:25:41 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1321
1322 * lib/ld.exp (simple_diff): Indicate failure if files have
1323 different numbers of lines. Don't muck with $differences to avoid
1324 indicating a pass, just return.
1325
1326 * ld.cdtest/{cdtest-foo.h,cdtest-foo.cc,cdtest-main.cc}:
1327 Fix test case to be valid ANSI C++. Don't require use of header
1328 files, so "../gcc/xgcc -B../gcc/" can be used for CXX.
1329 * ld.cdtest/cdtest.exp: Combine "rm" lines. Add some
1330 commentary on things that are still broken with this test case.
1331
1332 Fri Sep 10 09:58:23 1993 Jeffrey Wheat (cassidy@cygnus.com)
1333
1334 * ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage.
1335
1336 Thu Aug 12 16:05:37 1993 Jeffrey Wheat (cassidy@cygnus.com)
1337
1338 * lib/ld.exp: add compiler and linker support
1339 * config/unix-ld.exp: add compiler and linker support
1340 * ld.bootstrap/bootstrap.exp: fixed to do partial links
1341 * ld.cdtest/cdtest.exp: constructor/destructor testscase
1342
1343 Wed Aug 4 21:00:18 1993 Jeffrey Wheat (cassidy@cygnus.com)
1344
1345 * lib/ld.exp: new file
1346 * config/unix-ld.exp: new file
1347 * ld.bootstrap/bootstrap.exp: new file
This page took 0.056778 seconds and 5 git commands to generate.