diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/powerpc/powerpc32/dl-machine.h | 2 | ||||
-rw-r--r-- | sysdeps/powerpc/powerpc64/dl-machine.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/powerpc/powerpc32/dl-machine.h b/sysdeps/powerpc/powerpc32/dl-machine.h index ced3a7b..b93cf48 100644 --- a/sysdeps/powerpc/powerpc32/dl-machine.h +++ b/sysdeps/powerpc/powerpc32/dl-machine.h @@ -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 diff --git a/sysdeps/powerpc/powerpc64/dl-machine.h b/sysdeps/powerpc/powerpc64/dl-machine.h index b90f407..b3f3352 100644 --- a/sysdeps/powerpc/powerpc64/dl-machine.h +++ b/sysdeps/powerpc/powerpc64/dl-machine.h @@ -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 |