Browse Source

xtensa: drop ARCH_NEEDS_BOOTSTRAP_RELOCS

Xtensa does not define PERFORM_BOOTSTRAP_RELOC so it doesn't need
ARCH_NEEDS_BOOTSTRAP_RELOCS definition. Remove it.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Max Filippov 1 year ago
parent
commit
191c0acf07
1 changed files with 0 additions and 3 deletions
  1. 0 3
      ldso/ldso/xtensa/dl-sysdep.h

+ 0 - 3
ldso/ldso/xtensa/dl-sysdep.h

@@ -94,9 +94,6 @@ 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);