summaryrefslogtreecommitdiffstats
path: root/patches/binutils-2.18/generic/gentoo/04_all_binutils-2.15.92.0.2-place-orphan.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/binutils-2.18/generic/gentoo/04_all_binutils-2.15.92.0.2-place-orphan.patch')
-rw-r--r--patches/binutils-2.18/generic/gentoo/04_all_binutils-2.15.92.0.2-place-orphan.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/patches/binutils-2.18/generic/gentoo/04_all_binutils-2.15.92.0.2-place-orphan.patch b/patches/binutils-2.18/generic/gentoo/04_all_binutils-2.15.92.0.2-place-orphan.patch
deleted file mode 100644
index cfc9b05..0000000
--- a/patches/binutils-2.18/generic/gentoo/04_all_binutils-2.15.92.0.2-place-orphan.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-2003-08-05 Jakub Jelinek <jakub@redhat.com>
-
- * emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.opd.
-
----
- ld/emulparams/elf64ppc.sh | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-Index: binutils-2.18/ld/emulparams/elf64ppc.sh
-===================================================================
---- binutils-2.18.orig/ld/emulparams/elf64ppc.sh
-+++ binutils-2.18/ld/emulparams/elf64ppc.sh
-@@ -28,7 +28,8 @@ else
- .toc 0 : { *(.toc) }"
- fi
- OTHER_GOT_RELOC_SECTIONS="
-- .rela.toc ${RELOCATING-0} : { *(.rela.toc) }"
-+ .rela.toc ${RELOCATING-0} : { *(.rela.toc) }
-+ .rela.opd ${RELOCATING-0} : { *(.rela.opd) }"
- OTHER_READWRITE_SECTIONS="
- .toc1 ${RELOCATING-0} :${RELOCATING+ ALIGN(8)} { *(.toc1) }
- .opd ${RELOCATING-0} :${RELOCATING+ ALIGN(8)} { KEEP (*(.opd)) }