From d23c49221a13a57ba041ec6091ab510a912b8105 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 14 Jan 2009 15:20:25 +0000 Subject: ldso: performs bootstrap relocations only if required by the arch. It is controlled by ARCH_NEEDS_BOOTSTRAP_RELOCS macro. Signed-off-by: Jirka Acked-by: Carmelo Amoroso --- ldso/ldso/xtensa/dl-sysdep.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ldso/ldso/xtensa') diff --git a/ldso/ldso/xtensa/dl-sysdep.h b/ldso/ldso/xtensa/dl-sysdep.h index 57b3e1d09..daae42810 100644 --- a/ldso/ldso/xtensa/dl-sysdep.h +++ b/ldso/ldso/xtensa/dl-sysdep.h @@ -73,6 +73,9 @@ typedef struct xtensa_got_location_struct { /* Used for error messages. */ #define ELF_TARGET "Xtensa" +/* Need bootstrap relocations */ +#define ARCH_NEEDS_BOOTSTRAP_RELOCS + struct elf_resolve; extern unsigned long _dl_linux_resolver (struct elf_resolve *, int); -- cgit v1.2.3