aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/riscv
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2024-05-07 16:14:47 +0000
committerAndrew Turner <andrew@FreeBSD.org>2024-05-17 09:37:12 +0000
commitdd4155bec744acf2ebfd037f7719c4aed9283a73 (patch)
treeb47c5915221df71d8c6c5c0f19c1aacd8b78e4b2 /libexec/rtld-elf/riscv
parent06db20ffeca9898e5802d63f3b06caaa37c3a4ed (diff)
Diffstat (limited to 'libexec/rtld-elf/riscv')
-rw-r--r--libexec/rtld-elf/riscv/rtld_machdep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rtld-elf/riscv/rtld_machdep.h b/libexec/rtld-elf/riscv/rtld_machdep.h
index 2244a424f8c1..fb5f5643efc6 100644
--- a/libexec/rtld-elf/riscv/rtld_machdep.h
+++ b/libexec/rtld-elf/riscv/rtld_machdep.h
@@ -54,6 +54,9 @@ uint64_t set_gp(struct Struct_Obj_Entry *obj);
(const Elf_Dyn *)_dynamic_addr; \
})
+/* No arch-specific dynamic tags */
+#define arch_digest_dynamic(obj, dynp) false
+
/* No architecture specific notes */
#define arch_digest_note(obj, note) false