From: Ovidiu Predescu Date: Sun, 6 Aug 2000 18:43:22 +0000 (+0000) Subject: objc.exp (objc_target_compile): Set the ld_library_path so that running programs... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=137fa4d0bd71478fcc8466b62b689a9ae3dea943;p=gcc.git objc.exp (objc_target_compile): Set the ld_library_path so that running programs linked against the shared... Sun Aug 6 11:41:51 2000 Ovidiu Predescu * lib/objc.exp (objc_target_compile): Set the ld_library_path so that running programs linked against the shared version of libobjc run correctly. From-SVN: r35532 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ac887f68f5a..2c43e3f9853 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +Sun Aug 6 11:41:51 2000 Ovidiu Predescu + + * lib/objc.exp (objc_target_compile): Set the ld_library_path so + that running programs linked against the shared version of libobjc + run correctly. + 2000-08-06 Joseph S. Myers * gcc.dg/c99-printf-1.c: New test.