]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOC
authorFangrui Song <maskray@google.com>
Mon, 27 Sep 2021 17:12:50 +0000 (10:12 -0700)
committerFangrui Song <maskray@google.com>
Mon, 27 Sep 2021 17:12:50 +0000 (10:12 -0700)
Reviewed-by: Raphael M Zinsly <rzinsly@linux.ibm.com>
sysdeps/powerpc/powerpc32/dl-machine.h
sysdeps/powerpc/powerpc64/dl-machine.h

index ced3a7b659cfcff1ad641bf53f5b6dd6bd966531..b93cf486b6cda5fd6c41414fbeae06f1078ea685 100644 (file)
@@ -109,8 +109,6 @@ elf_machine_load_address (void)
   return runtime_dynamic - elf_machine_dynamic ();
 }
 
-#define ELF_MACHINE_BEFORE_RTLD_RELOC(dynamic_info) /* nothing */
-
 /* The PLT uses Elf32_Rela relocs.  */
 #define elf_machine_relplt elf_machine_rela
 
index b90f407119efd431ea4f76b0a7947e349eb0a8f2..b3f3352bcf5a52b0fdb499dbfa34ff065ecb66a9 100644 (file)
@@ -116,8 +116,6 @@ elf_machine_dynamic (void)
   return runtime_dynamic - elf_machine_load_address() ;
 }
 
-#define ELF_MACHINE_BEFORE_RTLD_RELOC(dynamic_info) /* nothing */
-
 /* The PLT uses Elf64_Rela relocs.  */
 #define elf_machine_relplt elf_machine_rela