diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/reloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/reloc.h b/arch/mips/reloc.h index 91fa0977..4b81d328 100644 --- a/arch/mips/reloc.h +++ b/arch/mips/reloc.h @@ -86,3 +86,4 @@ static void do_arch_relocs(struct dso *this, struct dso *head) #define NEED_ARCH_RELOCS 1 #define DYNAMIC_IS_RO 1 +#define ARCH_SYM_REJECT_UND(s) (!((s)->st_other & STO_MIPS_PLT)) |