소스 검색

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 3 년 전
부모
커밋
191c0acf07
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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);