aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorOvidiu Predescu <ovidiu@gcc.gnu.org>2000-08-06 18:43:22 +0000
committerOvidiu Predescu <ovidiu@gcc.gnu.org>2000-08-06 18:43:22 +0000
commit137fa4d0bd71478fcc8466b62b689a9ae3dea943 (patch)
tree03c6cf013aa1bdcba450d011bbdbdb009c19c6aa /gcc
parent822c7fe253eb1092e2e29d64015876e7e2ea691d (diff)
downloadgcc-137fa4d0bd71478fcc8466b62b689a9ae3dea943.zip
gcc-137fa4d0bd71478fcc8466b62b689a9ae3dea943.tar.gz
gcc-137fa4d0bd71478fcc8466b62b689a9ae3dea943.tar.bz2
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 <ovidiu@cup.hp.com> * 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ac887f6..2c43e3f 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+Sun Aug 6 11:41:51 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
+
+ * 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 <jsm28@cam.ac.uk>
* gcc.dg/c99-printf-1.c: New test.