• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisionb796d39d3a974d7d0946366467c5bdf72460d4e5 (tree)
Time2008-10-01 00:04:34
AuthorJoseph Myers <joseph@code...>
CommiterJoseph Myers

Log Message

* emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.opd
and .rela.branch_lt.

Change Summary

Incremental Difference

--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
1+2008-09-30 Joseph Myers <joseph@codesourcery.com>
2+
3+ * emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.opd
4+ and .rela.branch_lt.
5+
16 2008-09-30 Alan Modra <amodra@bigpond.net.au>
27
38 * Makefile.am: Run "make dep-am".
--- a/ld/emulparams/elf64ppc.sh
+++ b/ld/emulparams/elf64ppc.sh
@@ -28,7 +28,9 @@ else
2828 .toc 0 : { *(.toc) }"
2929 fi
3030 OTHER_GOT_RELOC_SECTIONS="
31- .rela.toc ${RELOCATING-0} : { *(.rela.toc) }"
31+ .rela.toc ${RELOCATING-0} : { *(.rela.toc) }
32+ .rela.opd ${RELOCATING-0} : { *(.rela.opd) }
33+ .rela.branch_lt ${RELOCATING-0} : { *(.rela.branch_lt) }"
3234 OTHER_READWRITE_SECTIONS="
3335 .toc1 ${RELOCATING-0} :${RELOCATING+ ALIGN(8)} { *(.toc1) }
3436 .opd ${RELOCATING-0} :${RELOCATING+ ALIGN(8)} { KEEP (*(.opd)) }