From 137fa4d0bd71478fcc8466b62b689a9ae3dea943 Mon Sep 17 00:00:00 2001 From: Ovidiu Predescu Date: Sun, 6 Aug 2000 18:43:22 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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.