]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.opd
authorJoseph Myers <joseph@codesourcery.com>
Tue, 30 Sep 2008 15:04:34 +0000 (15:04 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 30 Sep 2008 15:04:34 +0000 (15:04 +0000)
and .rela.branch_lt.

ld/ChangeLog
ld/emulparams/elf64ppc.sh

index 283a75c97746a3fd630821ca4ea4eff25b71099e..25debe5ef6c8bbf266036d411626d9fe46d74edf 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-30  Joseph Myers  <joseph@codesourcery.com>
+
+       * emulparams/elf64ppc.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.opd
+       and .rela.branch_lt.
+
 2008-09-30  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.am: Run "make dep-am".
index 2fecba8c3ebe9ff14aa2b1c0a1b7849e4cd54e79..8b0c587607a5d5766b3066ff14446c6645735f35 100644 (file)
@@ -28,7 +28,9 @@ 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) }
+  .rela.branch_lt      ${RELOCATING-0} : { *(.rela.branch_lt) }"
 OTHER_READWRITE_SECTIONS="
   .toc1                ${RELOCATING-0} :${RELOCATING+ ALIGN(8)} { *(.toc1) }
   .opd         ${RELOCATING-0} :${RELOCATING+ ALIGN(8)} { KEEP (*(.opd)) }