The branch stable/13 has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=b72e57d6c9414005ed991c6cccb1aed24e4718aa
commit b72e57d6c9414005ed991c6cccb1aed24e4718aa Author: Jessica Clarke <[email protected]> AuthorDate: 2024-07-31 18:59:43 +0000 Commit: Jessica Clarke <[email protected]> CommitDate: 2024-07-31 18:59:43 +0000 rtld: Define MD_OBJ_ENTRY for mips This is a direct commit to stable/13. Reported by: mmel Fixes: f9210d37c5c6 ("rtld: Add MD_OBJ_ENTRY to extend Struct_Obj_Entry") --- libexec/rtld-elf/mips/rtld_machdep.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/rtld-elf/mips/rtld_machdep.h b/libexec/rtld-elf/mips/rtld_machdep.h index 84e1a1093058..0031b685c15d 100644 --- a/libexec/rtld-elf/mips/rtld_machdep.h +++ b/libexec/rtld-elf/mips/rtld_machdep.h @@ -35,6 +35,8 @@ struct Struct_Obj_Entry; +#define MD_OBJ_ENTRY + /* Return the address of the .dynamic section in the dynamic linker. */ #define rtld_dynamic(obj) (&_DYNAMIC)
