1999-08-08 Jakub Jelinek <jj@ultra.linux.cz>
[binutils.git] / ld / testsuite / ChangeLog
blob8bdef6023ecf6aef0c96e7bd9939289e8c3189c2
1 1999-07-28  Nick Clifton  <nickc@cygnus.com>
3         * lib/ld-lib.exp (proc big_or_little_endian): New proc.
4         Determine if a big endian or little endian output format hass
5         been selected by any of the multilib options, and if so return
6         a suitable command line option for the linker/assembler.
7         (proc default_ld_link): Include the result of proc
8         big_or_little_endian on the command line to the linker.
9         (proc ld_simple_link): Include the result of proc
10         big_or_little_endian on the command line to the linker.
11         (proc default_ld_compile): Append multilib flags to compiler
12         switches.
13         (proc default_ld_assemble): Include the result of proc
14         big_or_little_endian on the command line to the linker.
16 1999-07-21  H.J. Lu  <hjl@gnu.org>
18         * ld-elfvers/vers1.c: Add missing prototypes and include
19         <stdio.h> if necessary.
20         * ld-elfvers/vers15.c: Likewise.
21         * ld-elfvers/vers19.c: Likewise.
22         * ld-elfvers/vers2.c: Likewise.
23         * ld-elfvers/vers3.c: Likewise.
24         * ld-elfvers/vers4.c: Likewise.
25         * ld-elfvers/vers6.c: Likewise.
26         * ld-elfvers/vers7.c: Likewise.
27         * ld-elfvers/vers9.c: Likewise.
28         * ld-shared/main.c: Likewise.
29         * ld-srec/sr3.cc (Foo::Foo): Remove arg name.
31 Thu Jul 15 18:00:30 1999  Mark P. Mitchell  <mark@codesourcery.com>
33         * ld-undefined/undefined.exp: XFAIL on IRIX6 for the usual as
34         with other DWARF2 targets.
36 1999-07-13  Nick Clifton  <nickc@cygnus.com>
38         * ld-undefined/undefined.exp: Do not expect arm toolchains to fail
39         the undefined line test.
41 1999-07-10  Ian Lance Taylor  <ian@zembu.com>
43         * ld-elfvers/vers.exp: Use -rpath in new vers19 test.
45 1999-07-07  Ian Lance Taylor  <ian@zembu.com>
47         * ld-elfvers/vers.exp: Add new tests vers17 to vers19.
48         * ld/elfvers/{vers17.*, vers18.*, vers19.*}: New files.
50 1999-06-13  Ian Lance Taylor  <ian@zembu.com>
52         * ld-checks/asm.s: Use a symbol name for .lcomm.
53         * ld-checks/checks.exp: Use different names for the two tests.
54         Don't add extra text when invoking fail.
56 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
58         * ld-scripts/phdrs.exp: Change target check from "*-*-linuxaout*"
59         to "*-*-linux*aout*".
60         * ld-scripts/weak.exp: Likewise.
61         * ld-shared/shared.exp: Likewise.  Simplify condition a bit.
63 Wed Jun  9 12:02:33 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65         * ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning.
66         * ld-shared/sh1.c: Fix typo.
68 1999-06-04  H.J. Lu  <hjl@gnu.org>
70         * lib/ld-lib.exp (default_ld_nm): Clear nm_output first if
71         necessary.
73 1999-05-17  Nick Clifton  <nickc@cygnus.com>
75         * ld-undefined/undefined.exp: Add xfail for mcore-elf.
77 1999-05-11  DJ Delorie  <dj@cygnus.com>
79         * ld-srec/srec.exp: Do not run tests for PE based ports.
81 1999-03-05  Nick Clifton  <nickc@cygnus.com>
83         * ld-selective/selective.exp: Do not run tests for COFF or PE
84         based ports.
86 1999-02-17  Nick Clifton  <nickc@cygnus.com>
88         * ld-undefined/undefined.exp: Add expected failures for StrongARM
89         targets.
91         * ld-srec/srec.exp: Add expected failures for StrongARM targets.
93         * ld-selective/selective.exp: Add expected failure for ARM-COFF
94         targets. 
96 1999-02-16  Nick Clifton  <nickc@cygnus.com>
98         * ld-checks/asm.s: Use .long instead of .word.
99         Replace custom section names with .text, .data and .bss.
100         * ld-checks/script: Replace custom section names with .text, .data
101         and .bss. 
102         * ld-checks/checks.exp: Replace custom section names with .text,
103         .data and .bss. 
105 1999-02-11  Nick Clifton  <nickc@cygnus.com>
107         * ld-checks: New directory:  Tests for the linker's
108         --check-sections option.
109         * ld-checks/checks.exp: New file.
110         * ld-checks/script: Bogus linker script.
111         * ld-checks/asm.s: Simple test assembler file.
113 Tue Feb  2 19:15:02 1999  Catherine Moore  <clm@cygnus.com>
115         * ld-selective/selective.exp:  Disable test for unsupported
116         targets.  Change tests to check for absence of symbols instead
117         of address zero.
119 Mon Jan 18 03:44:52 1999  Ian Lance Taylor  <ian@cygnus.com>
121         * config/default.exp (get_link_files): Quote target_triplet and CC
122         when invoking shell.
123         (get_target_emul): Likewise.
125 1999-01-03  Ken Raeburn  <raeburn@cygnus.com>
127         * config/default.exp (get_link_files, get_target_emul): New procs;
128         run shell commands to extract information from configure.host and
129         configure.tgt in the source tree.
130         (top level): Use them to get information needed to run tests, if
131         not otherwise provided.
133         * ld-shared/elf-offset.ld: New file.  Builds a shared library, but
134         gives non-zero addresses for memory region.
135         * ld-shared/shared.exp: Run the non-PIC non-AIX test again using
136         the new linker script.
138 Tue Dec  8 22:56:05 1998  Geoff Keating  <geoffk@ozemail.com.au>
140         * ld-srec/srec.exp: Delete xfails for PPC Linux targets,
141         newer glibc lets link succeed.
143 Sun Dec  6 12:59:37 1998  H.J. Lu  <hjl@gnu.org>
145         * ld-elfvers/vers1.c: Add missing return types and values.
146         * ld-elfvers/vers2.c: Likewise.
147         * ld-elfvers/vers3.c: Likewise.
148         * ld-elfvers/vers4.c: Likewise.
149         * ld-elfvers/vers5.c: Likewise.
150         * ld-elfvers/vers6.c: Likewise.
151         * ld-elfvers/vers7.c: Likewise.
152         * ld-elfvers/vers9.c: Likewise.
153         * ld-elfvers/vers15.c: Likewise.
155 Fri Oct 23 16:28:29 1998 Catherine Moore  <clm@cygnus.com>
157        * ld-selective:  New directory with new files to test
158        selective linking.
160        * lib/ld-lib.exp (ld_nm):  Strip leading underscore from $name.
161      
162 Sun Oct  4 22:17:05 1998  Ian Lance Taylor  <ian@cygnus.com>
164         * ld-elfvers/vers16.dsym: Work correctly on a system without
165         versioned system libraries.
167 Mon Sep 28 21:31:12 1998  Richard Henderson  <rth@cygnus.com>
169         * ld-elfvers/vers.exp: Run tests on alpha-linux.
170         * ld-elfvers/*.sym, ld-elfvers/*.dsym: Adjust patters to match
171         Alpha's use of st_other.
173 1998-09-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
175         * ld-elfvers/vers.exp (vers16, vers16a): New tests.
176         * ld-elfvers/{vers16.*, vers16a.*}: New files.
178 Thu Sep 17 17:18:19 1998  Nick Clifton  <nickc@cygnus.com>
180         * ld-undefined/undefined.exp: Make undefined line test be an xfail
181         for arm/thunb elf toolchains.
183 Wed Sep  9 14:10:15 1998  Nick Clifton  <nickc@cygnus.com>
185         * ld-undefined/undefined.exp: change test for elf/dwarf2 targets.
187         * ld-srec/srec.exp: Arm-elf now passes this test.
189 Wed Aug 19 11:59:19 1998  Nick Clifton  <nickc@cygnus.com>
191         * ld-srec/srec.exp: Add arm/thumb-elf expected failures.
192         
193 Thu Aug 13 12:41:58 1998  Ian Lance Taylor  <ian@cygnus.com>
195         * ld-bootstrap/bootstrap.exp: Don't run the --static bootstrap
196         test if we don't have a static libbfd.a.
198 Wed Aug 12 15:19:35 1998  Ian Lance Taylor  <ian@cygnus.com>
200         Based on patch from H.J. Lu <hjl@gnu.org>:
201         * ld-srec/srec.exp: Add xfails for Alpha ELF targets.
203 Mon Aug 10 15:42:20 1998  Richard Henderson  <rth@cygnus.com>
205         * ld-scripts/weak.t (.text, .data): Focus data to be used.
206         (/DISCARD/): All the rest.
207         * ld-scripts/weak1.s, ld-scripts/weak2.s: Put stuff in .data.
209 Fri Jul 24 18:37:17 1998  Ian Lance Taylor  <ian@cygnus.com>
211         * config/default.exp: Create tmpdir/gas subdirectory, add a
212         symlink to as-new, and set gcc_gas_flag variable.
213         * lib/ld-lib.exp (default_ld_compile): If the compiler appears to
214         be gcc, use gcc_gas_flag when compiling.
216 Thu Jul 23 12:23:29 1998  Ian Lance Taylor  <ian@cygnus.com>
218         * ld-elfvers/vers.exp: Just check for i?86 rather than checking
219         for i386, i486, and i586.
220         (objdump_versionstuff): If we can't find the line, dump the file.
222 Fri Jul  3 00:27:41 1998  Ian Lance Taylor  <ian@cygnus.com>
224         * ld-scripts/phdrs.exp: Run test on *-*-eabi*.
225         * ld-scripts/weak.exp: Likewise.
227 Wed Jul  1 10:51:46 1998  Nick Clifton  <nickc@cygnus.com>
229         * ld-srec/srec.exp: Add xfail for v850.
231         * ld-undefined/undefined.exp: arm and thumb PE toolchains now pass
232         these tests.
234 Fri Jun 19 17:12:52 1998  Ian Lance Taylor  <ian@cygnus.com>
236         * ld-scripts/weak.exp: New test.
237         * ld-scripts/weak.t: New file.
238         * ld-scripts/weak1.s: New file.
239         * ld-scripts/weak2.s: New file.
241 Tue Jun 16 12:40:38 1998  Geoff Keating  <geoffk@ozemail.com.au>
243         * ld-elfvers/vers.exp: Run tests on powerpc ELF targets.
244         * ld-shared/shared.exp: Likewise.
245         * ld-elfvers/vers1.dsym: Allow for .sdata.
246         * ld-srec/srec.exp: Add setup_xfails for PowerPC Linux.
248 Fri May 29 15:02:50 1998  Ian Lance Taylor  <ian@cygnus.com>
250         * ld-srec/srec.exp: Add xfails for powerpc*-*-eabi.
251         (run_srec_test): On mn10200, define __truncsipsi2_do_d2.
252         * ld-srec/sr1.c (__main): Change return type to void.
253         * ld-srec/sr3.cc (__main): Likewise.
254         (__builtin_delete, __builtin_new): Likewise.
255         (__get_dynamic_handler_chain): Return 0.
256         (__get_eh_context): Likewise.
258 Thu May 21 15:21:33 1998  Nick Clifton  <nickc@cygnus.com>
260         * ld-undefined/undefined.exp: Add support for thumb-pe target.
261         * ld-srec/srec.exp: Add support for arm-pe and thumb-pe targets.
263 Mon May  4 17:54:20 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
265         * ld-shared/shared.exp: Remove setup_xfails for m68k-linux.
267 Mon May  4 17:12:06 1998  Ian Lance Taylor  <ian@cygnus.com>
269         * ld-shared/main.c (shlib_overriddencall2): New function.
270         (main): Call shlib_shlibcall2.
271         * ld-shared/sh1.c (shlib_shlibcall2): New function.
272         (shlib_overriddencall2): New function.
273         * ld-shared/shared.dat: Add output line for new test.
274         * ld-shared/sun4.dat: Likewise.
276         * ld-srec/sr3.cc (__get_eh_context): New function.
278 Tue Apr  7 12:50:17 1998  Manfred Hollstein  <manfred@s-direktnet.de>
280         * ld-cdtest/cdtest-foo.h (class Foo): Declare len to be static to
281         avoid compiler warning.
282         * ld-srec/sr3.cc (class Foo): Likewise.
284 Tue Feb 10 16:42:40 1998  Ian Lance Taylor  <ian@cygnus.com>
286         * ld-srec/sr3.cc (__get_dynamic_handler_chain): New function.
288 Mon Feb  2 14:17:48 1998  Ian Lance Taylor  <ian@cygnus.com>
290         * ld-scripts/phdrs.exp: Adjust phdrs_regexp for a 64 bit target.
292 Thu Dec 18 11:13:28 1997  Nick Clifton  <nickc@cygnus.com>
294         * ld-srec/srec.exp: Duplicated Arm patch for Thumb targets.
296 Tue Dec  2 09:50:19 1997  Nick Clifton  <nickc@cygnus.com>
298         * ld-srec/srec.exp: Applied patch from Tony.Thompson@arm.com which
299         fixes ARM tests.
301 Mon Dec  1 16:12:05 1997  Nick Clifton  <nickc@cygnus.com>
303         * ld-srec/srec.exp: Add expected failures of tests 1 and 2 for ARM
304         coff targets.
306 Wed Nov 12 14:18:31 1997  Ian Lance Taylor  <ian@cygnus.com>
308         * ld-cdtest/cdtest-foo.h (class Foo): Declare len to be int to
309         avoid compiler warning.
310         * ld-srec/sr3.cc (class Foo): Likewise.
312 Mon Nov 10 14:25:43 1997  Ian Lance Taylor  <ian@cygnus.com>
314         * lib/ld-lib.exp (default_ld_simple_link): Permit the linker to
315         have any name when looking for entry symbol warnings.
317         * ld-srec/sr3.cc (__eh_pc): Define.
319 Mon Oct 20 14:36:39 1997  Ian Lance Taylor  <ian@cygnus.com>
321         * ld-srec/sr3.cc: Add definitions for terminate, __terminate, and
322         __throw, since the current g++ expects them to be defined.
324 Fri Oct  3 12:24:03 1997  Ian Lance Taylor  <ian@cygnus.com>
326         * ld-elfvers/vers.exp (objdump_emptyverstuff): Accept the output
327         file if the string libc appears in it.
328         (objdump_versionstuff): Accept unexpected lines in the output
329         file.  Compare lines using string match.
330         * ld-elfvers/vers6.ver: Permit any value in the vna_other field.
332 Tue Aug 12 16:01:22 1997  Ian Lance Taylor  <ian@cygnus.com>
334         * ld-scripts/crossref.exp: Correct string quoting.
336 Sat Aug  9 00:56:03 1997  Ian Lance Taylor  <ian@cygnus.com>
338         * config/default.exp: Change ld, as, nm and strip from .new to
339         -new.  Load ld-lib.exp rather than ld.exp.
340         * ld-bootstrap/bootstrap.exp: Use ld-new rather than ld.new.
341         * lib/ld-lib.exp: Rename from lib/ld.exp, for the benefit of
342         DejaGnu changes.
344 Thu Jun 26 12:07:03 1997  Ian Lance Taylor  <ian@cygnus.com>
346         * ld-elfvers/vers.exp: Use egrep rather than grep when looking for
347         an alternation.  From Greg Margo <gmargo@dl.com>.
349 Wed Jun 25 12:47:22 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
351         * ld-shared/shared.exp: Add setup_xfail for m68k-linux on tests
352         with non PIC shared libraries.
354 Fri Jun  6 17:35:47 1997  Ian Lance Taylor  <ian@cygnus.com>
356         * ld-elfvers/vers6.ver: Update for recent elflink.h patch to
357         version handling.
359 Wed Jun  4 12:06:48 1997  Ian Lance Taylor  <ian@cygnus.com>
361         * ld-srec/srec.exp: Define ___get_dynamic_handler_chain as well.
363 Fri May 30 12:21:39 1997  Ian Lance Taylor  <ian@cygnus.com>
365         * ld-srec/srec.exp: Define __get_dynamic_handler_chain when
366         linking.
368 Mon May 12 11:17:55 1997  Ian Lance Taylor  <ian@cygnus.com>
370         * config/default.exp: Use $base_dir rather than $objdir when
371         setting ld.  From John David Anglin <dave@hiauly1.hia.nrc.ca>.
373 Fri Apr 25 09:07:00 1997  Jeffrey A Law  (law@cygnus.com)
375         * ld-srec/srec.exp: Define various out of line prologue/epilogue
376         functions for the mn10200 to avoid needing libgcc.a.
378 Wed Mar 26 13:56:10 1997  Ian Lance Taylor  <ian@cygnus.com>
380         * ld-srec/srec.exp: Don't expect failures on mips*-*-elf*.
382 Mon Mar 17 19:27:13 1997  Ian Lance Taylor  <ian@cygnus.com>
384         * ld-elfvers/vers.exp: Don't run on SunOS or AIX.
386 Wed Mar 12 21:44:19 1997  Eric Youngdale  <eric@andante.jic.com>
388         * ld-elfvers/vers.exp, *: New tests for symbol versioning.
389         * config/default.exp: Set ar and strip.
391 Fri Feb  7 16:47:02 1997  Bob Manson  <manson@charmed.cygnus.com>
393         * ld-bootstrap/bootstrap.exp: Use prune_warnings instead of
394         prune_system_crud.
395         * ld-cdtest/cdtest.exp: Ditto.
396         * ld-scripts/crossref.exp: Ditto.
397         * ld-sh/sh.exp: Ditto.
398         * ld-shared/shared.exp: Ditto.
399         * ld-srec/srec.exp: Ditto.
400         * lib/ld.exp: Ditto.
402 Wed Jan 29 00:47:29 1997  Bob Manson  <manson@charmed.cygnus.com>
404         * ld-cdtest/cdtest.exp: Put a slash between $srcdir/$subdir.
405         * ld-scripts/script.exp: Ditto.
406         * ld-sh/sh.exp: Ditto.
407         * ld-undefined/undefined.exp: Ditto.
408         * ld-versados/versados.exp: Ditto.
409         * lib/ld.exp: Ditto.
411 Mon Dec 30 17:08:04 1996  Ian Lance Taylor  <ian@cygnus.com>
413         * ld-scripts/crossref.exp: Fix quoting for --defsym $global$.
415 Tue Oct  1 15:52:31 1996  Ian Lance Taylor  <ian@cygnus.com>
417         * lib/ld.exp (default_ld_version): Fix for current version
418         printing.
420 Fri Sep 13 15:51:45 1996  Ian Lance Taylor  <ian@cygnus.com>
422         * ld-scripts/crossref.exp: Define $global$ for hppa-elf.
424 Thu Aug  8 14:29:32 1996  Ian Lance Taylor  <ian@cygnus.com>
426         * ld-scripts/cross2.t: Map XCOFF sections to .text or .data.
428         * lib/ld.exp: Use verbose -log instead of calling both verbose and
429         send_log.
431 Wed Aug  7 18:00:58 1996  Ian Lance Taylor  <ian@cygnus.com>
433         * ld-scripts/phdrs.exp: New test.
434         * ld-scripts/phdrs.s, ld-scripts/phdrs.t: New files.
436 Sun Aug  4 21:58:12 1996  Ian Lance Taylor  <ian@cygnus.com>
438         * ld-scripts/crossref.exp: On a29k targets, use --defsym to define
439         V_SPILL and V_FILL.
441 Thu Aug  1 14:10:27 1996  Ian Lance Taylor  <ian@cygnus.com>
443         * ld-scripts/crossref.exp: New test.
444         * ld-scripts/{cross1.c, cross2.c, cross3.c}: New files.
445         * ld-scripts/{cross1.t, cross2.t}: New files.
447 Sat Jun 29 13:40:11 1996  Ian Lance Taylor  <ian@cygnus.com>
449         * ld-sh/sh.exp: Fix debugging messages.
450         * ld-sh/sh1.s: Use .align 4.
452 Wed May  1 16:45:13 1996  Ian Lance Taylor  <ian@cygnus.com>
454         * ld-sh/sh.exp: Use -O when compiling with -mrelax.
456 Mon Apr 29 10:33:10 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
458         * ld-shared/shared.exp: Run the shared library tests on
459         Linux/m68k.
461 Fri Apr  5 16:20:55 1996  Ian Lance Taylor  <ian@cygnus.com>
463         * ld-shared/shared.exp: Run the shared library tests on Linux.
465 Mon Feb 26 12:45:26 1996  Ian Lance Taylor  <ian@cygnus.com>
467         * ld-shared/shared.exp: Don't use -fpic on MIPS targets.
469 Wed Jan 31 15:09:57 1996  Jeffrey A Law  (law@cygnus.com)
471         * ld-srec/srec.exp: Add xfails for hppa*-*-*elf*.
472         * ld-undefined/undefined.exp: Likewise.
474 Fri Jan 26 18:43:03 1996  Ian Lance Taylor  <ian@cygnus.com>
476         * ld-undefined/undefined.exp: ELF targets should now pass the
477         undefined line test.
479 Thu Jan 25 15:36:13 1996  Ian Lance Taylor  <ian@cygnus.com>
481         * ld-empic/empic.exp: Update for change to MIPS disassembler.
483 Mon Jan 15 15:05:53 1996  Ian Lance Taylor  <ian@cygnus.com>
485         * ld-bootstrap/bootstrap.exp: Expect failure for mips*-*-irix5*
486         when doing the --static test.
487         * ld-shared/shared.exp: Run tests on mips*-*-irix5*.
489 Fri Dec 29 12:33:09 1995  Ian Lance Taylor  <ian@cygnus.com>
491         * ld-bootstrap/bootstrap.exp: On AIX, don't pass the -bI option
492         when creating ld-partial.o.
494 Tue Dec 26 17:37:23 1995  Ian Lance Taylor  <ian@cygnus.com>
496         * ld-srec/srec.exp: If powerpc*-*-eabi*, use --defsym to define
497         __eabi.
499 Tue Dec 19 18:01:01 1995  Ian Lance Taylor  <ian@cygnus.com>
501         * ld-srec/srec.exp: Add setup_xfails for XCOFF targets.
503 Fri Dec 15 16:36:17 1995  Ian Lance Taylor  <ian@cygnus.com>
505         * ld-srec/srec.exp: On a29k targets, use --defsym to define
506         V_SPILL and V_FILL.
507         * ld-srec/sr1.c (V_SPILL, V_FILL): Remove definitions.
508         * ld-srec/sr3.cc: Likewise.
510         * ld-srec/srec.exp: Remove i960 COFF setup_xfail.
512 Sat Dec  2 01:20:31 1995  Ian Lance Taylor  <ian@cygnus.com>
514         * ld-srec/srec.exp: Don't use [] in setup_xfail expressions.
516 Fri Dec  1 13:18:18 1995  Ian Lance Taylor  <ian@cygnus.com>
518         * ld-srec/srec.exp: Add setup_xfails for MIPS ELF targets.
520 Wed Nov 29 13:01:10 1995  Ian Lance Taylor  <ian@cygnus.com>
522         * ld-srec/srec.exp: Add setup_xfail for i960 COFF targets.
524 Mon Nov 27 14:36:11 1995  Ian Lance Taylor  <ian@cygnus.com>
526         * ld-srec/srec.exp: Add setup_xfail calls for i[345]86-*-aout*.
528         * ld-srec/sr1.c (V_SPILL, V_FILL): Define.
529         * ld-srec/sr3.cc: Likewise.
531 Tue Nov 21 16:05:53 1995  Ian Lance Taylor  <ian@cygnus.com>
533         * ld-empic/empic.exp: Update for changes in objdump output.
535 Wed Nov 15 17:42:48 1995  Ian Lance Taylor  <ian@cygnus.com>
537         * ld-srec/srec.exp: New tests.
538         * ld-srec/sr1.c, ld-srec/sr2.c, ld-srec/sr3.cc: New files.
539         * lib/ld.exp (ld_simple_link): Discard warnings about not being
540         able to find the entry symbol.
542 Tue Nov 14 20:03:54 1995  Ian Lance Taylor  <ian@cygnus.com>
544         * ld-sh/sh2.c (__main): Define.
546 Mon Nov  6 14:39:18 1995  Ian Lance Taylor  <ian@cygnus.com>
548         * ld-empic/empic.exp: Accept a . in the address symbol.
550         * ld-shared/shared.exp: Run tests on rs6000*-*-aix* and
551         powerpc*-*-aix*.  Add code to create appropriate exports files,
552         and pass appropriate compilation flags, and test against
553         appropriate expected output.
554         * ld-shared/xcoff.dat: New file.
555         * ld-shared/main.c: Put #ifndef XCOFF_TEST around tests that can
556         not be linked using XCOFF.  Use shlib_shlibvar1 as a sample
557         function pointer, rather than shlib_mainvar.
558         * ld-shared/sh1.c: Likewise.
559         * ld-shared/shared.dat: Update for change from using shlib_mainvar
560         to using shlib_shlibvar1.
561         * ld-shared/sun4.dat: Likewise.
563 Sat Oct 28 01:54:25 1995  Ian Lance Taylor  <ian@cygnus.com>
565         * ld-scripts/script.t: Put .pr in .text, and .rw in .data, for
566         convenience when testing XCOFF.
568 Thu Oct 26 22:53:17 1995  Ian Lance Taylor  <ian@cygnus.com>
570         * ld-bootstrap/bootstrap.exp: On AIX, pass -bI/lib/syscalls.exp
571         along with --static.
573         * ld-scripts/script.s: Make symbols global.
575 Fri Oct 20 12:22:16 1995  Ian Lance Taylor  <ian@cygnus.com>
577         * ld-undefined/undefined.exp: Add setup_xfails for arm*-*-pe*.
579 Fri Sep 29 11:06:10 1995  Ian Lance Taylor  <ian@cygnus.com>
581         * ld-undefined/undefined.exp: Use -e when invoking the linker, to
582         prevent the SunOS linker from trying to create a shared library.
584 Thu Sep 28 12:37:14 1995  Ian Lance Taylor  <ian@cygnus.com>
586         * ld-shared/shared.exp: Run the tests on sparc*-*-sunos4*.  Add
587         appropriate modifications and setup_xfails.
588         * ld-shared/sun4.dat: New file.
590 Mon Sep 18 14:12:56 1995  Ian Lance Taylor  <ian@cygnus.com>
592         * lib/ld.exp (default_ld_version): Call prune_system_crud.
593         (default_ld_relocate, default_ld_link): Likewise.
594         (default_ld_simple_link, default_ld_compile): Likewise.
595         (default_ld_assemble, default_ld_nm): Likewise.
597 Fri Sep  8 17:15:38 1995  Ian Lance Taylor  <ian@cygnus.com>
599         * ld-cdtest/cdtest.exp: If the compiler does not exist, mark the
600         tests as untested rather than unresolved.
602 Wed Aug 23 10:46:38 1995  Ian Lance Taylor  (ian@cygnus.com)
604         * ld-sh/sh.exp: Call prune_system_crud on the output of cmp.
606 Tue Aug 15 17:35:35 1995  Ian Lance Taylor  <ian@cygnus.com>
608         * ld-scripts/script.exp: Split script verification into a proc.
609         Add simple test of MRI script.
610         * ld-scripts/scriptm.t: New file.
612 Wed Jul 26 11:38:58 1995  Ian Lance Taylor  <ian@cygnus.com>
614         * ld-sh/sh.exp: Mark `SH confirm relaxing' test unresolved when
615         appropriate.
617 Mon Jul 24 15:34:31 1995  Ian Lance Taylor  <ian@cygnus.com>
619         * config/default.exp: Define objcopy if it is not defined.
620         * ld-sh/*: New tests for SH relaxing.
622         * ld-empic/empic.exp: If $CC does not exist, call untested rather
623         than unresolved.
625 Thu Jul 20 15:09:26 1995  Ian Lance Taylor  <ian@cygnus.com>
627         * ld-undefined/undefined.exp: If $CC does not exist, mark the
628         tests as untested rather than unresolved.  Clear ELF xfails for
629         mips*, not just mips.
631 Tue Jul 18 12:00:41 1995  Ian Lance Taylor  <ian@cygnus.com>
633         * ld-undefined/undefined.exp: Add setup_xfail for sh-*-* for
634         undefined line test.
636 Fri Jul 14 13:07:48 1995  Ian Lance Taylor  <ian@cygnus.com>
638         * ld-undefined/undefined.exp: New test, to check reporting of
639         undefined symbols.
640         * ld-undefined/undefined.c: New file.
642 Mon Jul 10 11:13:39 1995  Ian Lance Taylor  <ian@cygnus.com>
644         * ld-versados/versados.exp: If a test fails, report it correctly:
645         don't try to run the next test, and don't report a pass as well as
646         a fail.
648 Mon Jul  3 14:26:37 1995  Steve Chamberlain  <sac@slash.cygnus.com>
650         * ld/testsuite/versados/(t1,t2).ld: End in newlines.
652 Mon May 22 20:19:38 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
654         * lib/ld.exp (default_ld_compile): If cc argument is multiple
655         words, use only the first when trying to verify the availability
656         of the compiler.
658 Mon Feb  6 11:46:49 1995  Ian Lance Taylor  <ian@cygnus.com>
660         * ld-scripts/defined.t: Mention .data and .bss explicitly.
662 Tue Jan 24 14:51:48 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
664         * ld-bootstrap/bootstrap.exp: If not in the ld build directory,
665         call untested for each test, rather than ignoring it.  If one test
666         fails, go on to the next one instead of returning.
667         * ld-cdtest/cdtest.exp: If compilations fail, mark tests as
668         unresolved.
669         * ld-empic/empic.exp: Likewise.  Also, always pass the same test
670         name to pass or fail.
671         * ld-shared/shared.exp: Likewise.  Also, always run all tests.
672         * ld-scripts/defined.exp: If as or nm fail, mark test as
673         unresolved.  Always pass the same test name to pass or fail.
674         * ld-scripts/script.exp: Likewise.
675         * ld-scripts/sizeof.exp: Likewise.
677 Wed Jan 11 11:48:31 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
679         * ld-scripts/sizeof.exp: New test, based on bug report from
680         anders.blomdell@control.lth.se.
681         * ld-scripts/sizeof.s: New file.
682         * ld-scripts/sizeof.t: New file.
684 Wed Jan  4 18:56:27 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
686         * lib/ld.exp: Use [which $ld] rather than [file exists $ld] to see
687         if the linker exists.
689 Wed Dec 14 16:39:03 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
691         * lib/ld.exp (prune_system_crud): Define if not already defined,
692         in case the user isn't using the newest DejaGnu version that we
693         haven't released to the net yet.
695 Fri Dec  2 14:17:02 1994  Ian Lance Taylor  <ian@rtl.cygnus.com>
697         * config/default.exp: Define objdump if it is not defined.
698         * ld-empic/*: New tests to test -membedded-pic code.
700 Mon Nov 28 11:24:36 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
702         * ld-bootstrap/bootstrap.exp: Pass cmp output through
703         prune_system_crud.
704         * ld-cdtest/cdtest.exp: Pass diff output through
705         prune_system_crud.
706         * ld-shared/shared.exp: Likewise.
708         * config/default.exp: Remove unused and useless proc ld_load.
710 Sun Oct 30 13:02:34 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
712         * lib/ld.exp (default_ld_compile): Remove the output file before
713         compiling.
715         * ld-shared/shared.exp: Move common test code into a procedure.
716         Add tests for compiling the non shared code PIC.
717         * ld-shared/main.c (main): Call main_called, and print the result.
718         * ld-shared/shared.dat: Adjust accordingly.
720 Thu Oct 27 17:30:12 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
722         * ld-shared: New directory, with new files to test generating ELF
723         shared libraries.
725         * lib/ld.exp (default_ld_compile): If the compilation worked, but
726         no object file was created, check to see if the compiler foolishly
727         ignored the -o switch when compiling, and move the resulting
728         object if it did.
730 Thu Sep 29 12:36:51 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
732         * VMS does not permits `.' in directory names.  Renamed
733         ld.bootstrap to ld-bootstrap, ld.cdtest to ld-cdtest, and
734         ld.scripts to ld-scripts.
736 Wed Sep 28 12:18:54 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
738         * config/default.exp: Set variables as and nm.  Create tmpdir if
739         it does not already exist.
740         * ld.bootstrap/bootstrap.exp: Don't create tmpdir here.
741         * ld.cdtest/cdtest.exp: Likewise.
742         * ld.scripts/defined.exp: Likewise.  Also, don't set as and nm
743         here.  Change perror for no variables found to fail.
744         * ld.scripts/script.exp: New test.
745         * ld.scripts/script.t, ld.scripts/script.s: New files.
747 Tue Sep 27 14:59:51 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
749         * ld.scripts: New directory.
750         * ld.scripts/defined.exp, ld.scripts/defined.s: New files.
751         * ld.scripts/defined.t: New file.
752         * lib/ld.exp (default_ld_simple_link): New function.
753         (default_ld_assemble, default_ld_nm): New functions.
754         * config/default.exp: Rename from unix-ld.exp.
755         (ld_simple_link, ld_assemble, ld_nm): New functions.
757         * config/unix-ld.exp: Set ld using findfile.
758         * lib/ld.exp (default_ld_relocate): Return a value.  Change format
759         of log messages.
760         (default_ld_compile): Likewise.
761         (default_ld_link): Likewise.  Also, don't include $BFDLIB and
762         $LIBIBERTY in link.
763         * ld.bootstrap/bootstrap.exp: Rewrite.
764         * ld.cdtest/cdtest.exp: Rewrite.
765         * ld.cdtest/cdtest-foo.cc: Update from top level ld directory.
766         * ld.cdtest/cdtest-foo.h: Likewise.
767         * ld.cdtest/cdtest-main.cc: Likewise.
769 Fri May 27 09:35:04 1994  Ken Raeburn  (raeburn@cygnus.com)
771         * ld.cdtest/cdtest.exp: Don't look for $result before it's
772         defined.
774 Tue May 17 15:06:49 1994  Bill Cox  (bill@rtl.cygnus.com)
776         * ld.bootstrap/bootstrap.exp, lib/ld.exp: Replace error proc
777           calls with perror calls.
779 Wed May 11 16:47:46 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
781         * ld.cdtest/cdtest-bar.cc: Renamed from cdtest-func.cc.
782         * ld.cdtest/cdtest.exp: Adjusted.
784 Fri Jan 28 13:25:41 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
786         * lib/ld.exp (simple_diff): Indicate failure if files have
787         different numbers of lines.  Don't muck with $differences to avoid
788         indicating a pass, just return.
790         * testsuite/ld.cdtest/{cdtest-foo.h,cdtest-foo.cc,cdtest-main.cc}:
791         Fix test case to be valid ANSI C++.  Don't require use of header
792         files, so "../gcc/xgcc -B../gcc/" can be used for CXX.
793         * testsuite/ld.cdtest/cdtest.exp: Combine "rm" lines.  Add some
794         commentary on things that are still broken with this test case.
796 Fri Sep 10 09:58:23 1993  Jeffrey Wheat  (cassidy@cygnus.com)
798         * testsuite/ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage.
800 Thu Aug 12 16:05:37 1993  Jeffrey Wheat  (cassidy@cygnus.com)
802         * testsuite/lib/ld.exp: add compiler and linker support
803         * testsuite/config/unix-ld.exp: add compiler and linker support
804         * testsuite/ld.bootstrap/bootstrap.exp: fixed to do partial links
805         * testsuite/ld.cdtest/cdtest.exp: constructor/destructor testscase
807 Wed Aug  4 21:00:18 1993  Jeffrey Wheat  (cassidy@cygnus.com)
809         * testsuite/lib/ld.exp: new file
810         * testsuite/config/unix-ld.exp: new file
811         * testsuite/ld.bootstrap/bootstrap.exp: new file