summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-05-26 17:41:23 +0000
committerEzra Peisach <epeisach@mit.edu>1995-05-26 17:41:23 +0000
commit1f8abd90a991311489fb14ef27c7cc53674ae3f9 (patch)
tree9bc4f748b3ad7d8daf9de3c3dd5075a83f9df137 /src
parentcc214c15477b62107cbbe0f17e3efd715b44c742 (diff)
For OSF/1, maintain a local shared library registry. (allows for
optimization of shared library address space) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5893 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/ChangeLog6
-rw-r--r--src/util/makeshlib4
2 files changed, 7 insertions, 3 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog
index ac8592928..efd1dc281 100644
--- a/src/util/ChangeLog
+++ b/src/util/ChangeLog
@@ -1,6 +1,10 @@
+Fri May 26 13:29:07 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
+
+ * makeshlib: For alpha-osf1 update the local shared library registry
+
Fri May 26 12:41:28 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
- * makeshlib (library): Added alpha-osf1 support. Will only work
+ * makeshlib: Added alpha-osf1 support. Will only work
for libcrypto at the moment.
Thu May 25 21:39:02 1995 Theodore Y. Ts'o (tytso@dcl)
diff --git a/src/util/makeshlib b/src/util/makeshlib
index 86750c49a..01f464f0a 100644
--- a/src/util/makeshlib
+++ b/src/util/makeshlib
@@ -26,8 +26,8 @@ alpha-*-osf*)
done`
- echo ld -shared -o $library -all $FILES -none -lc
- ld -shared -o $library -all $FILES -none -lc
+ echo ld -shared -o $library -all $FILES -none -lc -update_registry ../../so_locations
+ ld -shared -o $library -all $FILES -none -lc -update_registry ../../so_locations
;;
*)