aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/arm/rtld_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rtld-elf/arm/rtld_machdep.h')
-rw-r--r--libexec/rtld-elf/arm/rtld_machdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/rtld-elf/arm/rtld_machdep.h b/libexec/rtld-elf/arm/rtld_machdep.h
index 26f62547ae8e..f59b30028a3b 100644
--- a/libexec/rtld-elf/arm/rtld_machdep.h
+++ b/libexec/rtld-elf/arm/rtld_machdep.h
@@ -36,9 +36,14 @@
struct Struct_Obj_Entry;
+#define MD_OBJ_ENTRY
+
/* Return the address of the .dynamic section in the dynamic linker. */
#define rtld_dynamic(obj) (&_DYNAMIC)
+/* No arch-specific dynamic tags */
+#define arch_digest_dynamic(obj, dynp) false
+
/* No architecture specific notes */
#define arch_digest_note(obj, note) false