Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: binutils/ld/scripttempl/elf.sc

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/ld/po/ld.pot ('k') | binutils/ld/testsuite/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/ld/scripttempl/elf.sc
diff --git a/binutils/ld/scripttempl/elf.sc b/binutils/ld/scripttempl/elf.sc
index 886f57865f7a64b696b7205086d58b93be8048d4..5378aface13750839825c852cbe809984103f922 100644
--- a/binutils/ld/scripttempl/elf.sc
+++ b/binutils/ld/scripttempl/elf.sc
@@ -311,6 +311,7 @@ else
COMBRELOCCAT="cat > $COMBRELOC"
fi
eval $COMBRELOCCAT <<EOF
+ ${INITIAL_RELOC_SECTIONS}
.rel.init ${RELOCATING-0} : { *(.rel.init) }
.rela.init ${RELOCATING-0} : { *(.rela.init) }
.rel.text ${RELOCATING-0} : { *(.rel.text${RELOCATING+ .rel.text.* .rel.gnu.linkonce.t.*}) }
« no previous file with comments | « binutils/ld/po/ld.pot ('k') | binutils/ld/testsuite/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698