faf2fe1f85
- Drop the .clmul -> .pclmul renaming backport. - Add %{binutils_target} macro to support building cross-binutils. (David Woodhouse) - Support `--without testsuite' to suppress the testsuite run. - Support `--with debug' to build without optimizations. - Refresh the patchset with fuzz 0 (for new rpmbuild). - Enable the spu target on ppc/ppc64 (BZ 455242).
17 lines
637 B
Diff
17 lines
637 B
Diff
2003-08-05 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
* emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.opd.
|
|
|
|
--- ld/emulparams/elf64ppc.sh 2007-03-16 16:48:30.000000000 +0100
|
|
+++ ld/emulparams/elf64ppc.sh 2008-07-25 20:11:20.000000000 +0200
|
|
@@ -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)) }
|