Date: Monday, April 16, 2007 @ 16:17:52
  Author: marc
    Path: /cvsroot/carob/libmysequoia/ldtest

Modified: README (1.1 -> 1.2)

Added explanation about orig_calling_intercepted (thanks Gilles).


--------+
 README |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletion(-)


Index: libmysequoia/ldtest/README
diff -u libmysequoia/ldtest/README:1.1 libmysequoia/ldtest/README:1.2
--- libmysequoia/ldtest/README:1.1      Mon Apr 16 15:59:49 2007
+++ libmysequoia/ldtest/README  Mon Apr 16 16:17:52 2007
@@ -4,8 +4,13 @@
 
 main.o
     |
-   dlopen(plugin.so, flags)
+   dlopen(plugin.so, DEEPBIND?)
               \___ linked to ___ liborig.so
                                    ::intercepted() { NOT }
                                    ::orig_calling_intercepted()
 
+
+
+orig_calling_intercepted() tests DEEPBIND propagation (from plugin.so
+to liborig.so). Answer seen so far = no.
+

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to