aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/i386/rtld_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-elf/i386/rtld_machdep.h')
-rw-r--r--libexec/rtld-elf/i386/rtld_machdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/rtld-elf/i386/rtld_machdep.h b/libexec/rtld-elf/i386/rtld_machdep.h
index 69078d56df4c..581f1dfb002d 100644
--- a/libexec/rtld-elf/i386/rtld_machdep.h
+++ b/libexec/rtld-elf/i386/rtld_machdep.h
@@ -35,10 +35,15 @@
struct Struct_Obj_Entry;
+#define MD_OBJ_ENTRY
+
/* Return the address of the .dynamic section in the dynamic linker. */
#define rtld_dynamic(obj) \
((const Elf_Dyn *)((obj)->relocbase + (Elf_Addr)&_DYNAMIC))
+/* No arch-specific dynamic tags */
+#define arch_digest_dynamic(obj, dynp) false
+
/* No architecture specific notes */
#define arch_digest_note(obj, note) false