diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-27 21:33:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-27 21:33:10 +0000 |
commit | f9c3e5871eb82a4c71be4d9bbc97c4f70a2884c5 (patch) | |
tree | ac14909b4f650fde62dc22faf93d2208a3ebeb82 /ld/testsuite/ChangeLog | |
parent | b5bd927ce52d56229e4ae3f389cdfd2fdb3f84cd (diff) | |
download | gdb-f9c3e5871eb82a4c71be4d9bbc97c4f70a2884c5.zip gdb-f9c3e5871eb82a4c71be4d9bbc97c4f70a2884c5.tar.gz gdb-f9c3e5871eb82a4c71be4d9bbc97c4f70a2884c5.tar.bz2 |
* ld-shared: New directory, with new files to test generating ELF
shared libraries.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index cee77f4..5656208 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,19 @@ +Thu Oct 27 17:30:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * ld-shared: New directory, with new files to test generating ELF + shared libraries. + + * lib/ld.exp (default_ld_compile): If the compilation worked, but + no object file was created, check to see if the compiler foolishly + ignored the -o switch when compiling, and move the resulting + object if it did. + +Thu Sep 29 12:36:51 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * VMS does not permits `.' in directory names. Renamed + ld.bootstrap to ld-bootstrap, ld.cdtest to ld-cdtest, and + ld.scripts to ld-scripts. + Wed Sep 28 12:18:54 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * config/default.exp: Set variables as and nm. Create tmpdir if |