From 0c609d19e33f0ee70dbe2fba04d2ea75d3dcbd14 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 3 Oct 2017 17:47:40 -0700 Subject: mips: Don't check _DYNAMIC in elf_machine_load_address Since mips can't convert access _DYNAMIC via GOT, which needs dynamic relocation, to PC-relative at link-time, don't check _DYNAMIC in elf_machine_load_address. * sysdeps/mips/dl-machine.h (elf_machine_load_address): Don't check _DYNAMIC. --- sysdeps/mips/dl-machine.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sysdeps/mips/dl-machine.h') diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index b4fee49cb1..da9d6332ea 100644 --- a/sysdeps/mips/dl-machine.h +++ b/sysdeps/mips/dl-machine.h @@ -147,11 +147,6 @@ elf_machine_dynamic (void) static inline ElfW(Addr) elf_machine_load_address (void) { -#ifndef SHARED - extern ElfW(Dyn) _DYNAMIC[] __attribute__((weak, visibility ("hidden"))); - if (!_DYNAMIC) - return 0; -#endif ElfW(Addr) addr; #ifndef __mips16 asm (" .set noreorder\n" -- cgit 1.4.1