aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/powerpc64/rtld_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-elf/powerpc64/rtld_machdep.h')
-rw-r--r--libexec/rtld-elf/powerpc64/rtld_machdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/rtld-elf/powerpc64/rtld_machdep.h b/libexec/rtld-elf/powerpc64/rtld_machdep.h
index 63939110356b..d628e776bae9 100644
--- a/libexec/rtld-elf/powerpc64/rtld_machdep.h
+++ b/libexec/rtld-elf/powerpc64/rtld_machdep.h
@@ -35,9 +35,14 @@
struct Struct_Obj_Entry;
+#define MD_OBJ_ENTRY \
+ Elf_Addr glink; /* GLINK PLT call stub section */
+
/* Return the address of the .dynamic section in the dynamic linker. */
#define rtld_dynamic(obj) (&_DYNAMIC)
+bool arch_digest_dynamic(struct Struct_Obj_Entry *, const Elf_Dyn *);
+
/* No architecture specific notes */
#define arch_digest_note(obj, note) false