diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-11 18:46:55 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-11 18:46:55 +0000 |
commit | 3bcd6678ad469c4b16cc18cabd23b486699ac46a (patch) | |
tree | 523006a62253d16d865563a3bdd264f0f598ed98 /libio | |
parent | e3abf44b8f8e3f62d0fdedebeb12f84ebdcf6ad0 (diff) | |
download | gcc-3bcd6678ad469c4b16cc18cabd23b486699ac46a.tar.gz |
Bring over from changes from devo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17045 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio')
-rw-r--r-- | libio/testsuite/ChangeLog | 11 | ||||
-rw-r--r-- | libio/testsuite/lib/libio.exp | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/libio/testsuite/ChangeLog b/libio/testsuite/ChangeLog index 308f55f5f72..0c443afb34b 100644 --- a/libio/testsuite/ChangeLog +++ b/libio/testsuite/ChangeLog @@ -1,8 +1,19 @@ +Sat Sep 6 00:49:31 1997 Brendan Kehoe <brendan@lisa.cygnus.com> + + * lib/libio.exp (test_libio): Lose -L.. before -lio, may as well + require things be fully usable. Not ideal, but...also no longer + have the -liostream approach. + Fri Sep 5 15:38:37 1997 Jeffrey A Law (law@cygnus.com) * lib/libio.exp (test_libio): Use libstdc++_{include,link}_flags instead of g++_{include,link}_flags. +Thu Sep 4 15:22:46 1997 Brendan Kehoe <brendan@lisa.cygnus.com> + + * lib/libio.exp (test_libio): Add `-L..' before -lio. + Use `-L.. -liostream' for now. + Fri Jun 27 18:19:21 1997 Bob Manson <manson@charmed.cygnus.com> * lib/libio.exp(libio_init): New procedure. diff --git a/libio/testsuite/lib/libio.exp b/libio/testsuite/lib/libio.exp index c3d81d45863..71639e18173 100644 --- a/libio/testsuite/lib/libio.exp +++ b/libio/testsuite/lib/libio.exp @@ -74,6 +74,7 @@ proc test_libio { srcfile compile_args inpfile resultfile exec_args } { } else { lappend args "additional_flags=[libio_link_flags]"; } + lappend args "additional_flags=[libio_link_flags]"; lappend args "libs=-lio" } |