diff liboctave/ChangeLog @ 9493:9035e668ca96

dynamic linker tweaks
author John W. Eaton <jwe@octave.org>
date Wed, 05 Aug 2009 20:19:47 -0400
parents 3aeb7d881578
children 3c40d81c197f
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-05  John W. Eaton  <jwe@octave.org>
+
+	* oct-shlib.cc (octave_shl_load_shlib::open): Pass BIND_IMMEDIATE,
+	not BIND_DEFERRED to shl_load.
+	(octave_dlopen_shlib::open): Don't pass RTLD_GLOBAL to dlopen.
+
 2009-08-05  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (LINK_DEPS): Omit $(BLAS_LIBS) from the list.