summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-11-28 14:29:32 +0000
committerkib <kib@FreeBSD.org>2009-11-28 14:29:32 +0000
commitd9873126f6ca1d91a7453a54be79b6408e5f4fd6 (patch)
treebacc69922237d84811b40bb330d499b326d20c2a /libexec/rtld-elf/rtld.h
parentd5471c00ab40037aae48b7e58ddd5599c833675f (diff)
downloadFreeBSD-src-d9873126f6ca1d91a7453a54be79b6408e5f4fd6.zip
FreeBSD-src-d9873126f6ca1d91a7453a54be79b6408e5f4fd6.tar.gz
Allow to load not-openable dso when tracing. This fixes ldd on such dso or
dso linked to non-openable object. Remove '\n' at the end of error message. End comments with dot. MFC after: 3 weeks (together with r199829)
Diffstat (limited to 'libexec/rtld-elf/rtld.h')
-rw-r--r--libexec/rtld-elf/rtld.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.h b/libexec/rtld-elf/rtld.h
index 6f51d7d..875e84b 100644
--- a/libexec/rtld-elf/rtld.h
+++ b/libexec/rtld-elf/rtld.h
@@ -242,8 +242,9 @@ typedef struct Struct_Obj_Entry {
dlsym. */
/* Flags for load_object(). */
-#define RTLD_LO_NOLOAD 0x01 /* dlopen() specified RTLD_NOLOAD */
-#define RTLD_LO_DLOPEN 0x02 /* load_object() called from dlopen(). */
+#define RTLD_LO_NOLOAD 0x01 /* dlopen() specified RTLD_NOLOAD. */
+#define RTLD_LO_DLOPEN 0x02 /* Load_object() called from dlopen(). */
+#define RTLD_LO_TRACE 0x04 /* Only tracing. */
/*
* Symbol cache entry used during relocation to avoid multiple lookups
OpenPOWER on IntegriCloud