about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc32/dl-machine.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-04-05 15:28:37 -0700
committerDavid S. Miller <davem@davemloft.net>2012-04-05 15:28:37 -0700
commit993eb0541cd32ce72f1f8d768b35857a678894eb (patch)
tree9c79c4ee0e3154c04b306e9d5ce1d1725cfef848 /sysdeps/powerpc/powerpc32/dl-machine.h
parent48e2e132debdc5f0163114c89a6eaec986c9bf84 (diff)
downloadglibc-993eb0541cd32ce72f1f8d768b35857a678894eb.tar.gz
glibc-993eb0541cd32ce72f1f8d768b35857a678894eb.tar.xz
glibc-993eb0541cd32ce72f1f8d768b35857a678894eb.zip
Reduce down to one definition of _ELF_DYNAMIC_DO_RELOC.
	* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
	definition.
	* sysdeps/powerpc/powerpc32/dl-machine.h
	(ELF_MACHINE_PLTREL_OVERLAP): Delete.
	* sysdeps/s390/s390-32/dl-machine.h
	(ELF_MACHINE_PLTREL_OVERLAP): Likewise.
	* sysdeps/sparc/sparc32/dl-machine.h
	(ELF_MACHINE_PLTREL_OVERLAP): Likewise.
	* sysdeps/sparc/sparc64/dl-machine.h
	(ELF_MACHINE_PLTREL_OVERLAP): Likewise.
Diffstat (limited to 'sysdeps/powerpc/powerpc32/dl-machine.h')
-rw-r--r--sysdeps/powerpc/powerpc32/dl-machine.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/powerpc/powerpc32/dl-machine.h b/sysdeps/powerpc/powerpc32/dl-machine.h
index b3177d1591..45868f5de9 100644
--- a/sysdeps/powerpc/powerpc32/dl-machine.h
+++ b/sysdeps/powerpc/powerpc32/dl-machine.h
@@ -388,8 +388,4 @@ elf_machine_lazy_rel (struct link_map *map,
   /* elf_machine_runtime_setup handles this. */
 }
 
-/* The SVR4 ABI specifies that the JMPREL relocs must be inside the
-   DT_RELA table.  */
-#define ELF_MACHINE_PLTREL_OVERLAP 1
-
 #endif /* RESOLVE_MAP */