aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/pep.sc
diff options
context:
space:
mode:
authorDave Korn <dave.korn@artimi.com>2009-09-03 18:04:35 +0000
committerDave Korn <dave.korn@artimi.com>2009-09-03 18:04:35 +0000
commit032f3e01ca57897834b9d08a7715f6a358e7debb (patch)
tree93bb28c363bbeec49066bb665952a10f887da5cc /ld/scripttempl/pep.sc
parent110c21e16577edf29f801c9dc2440d79b545e121 (diff)
downloadfsf-binutils-gdb-032f3e01ca57897834b9d08a7715f6a358e7debb.zip
fsf-binutils-gdb-032f3e01ca57897834b9d08a7715f6a358e7debb.tar.gz
fsf-binutils-gdb-032f3e01ca57897834b9d08a7715f6a358e7debb.tar.bz2
ld/ChangeLog:
* scripttempl/pe.sc (.text): Add "*(.text.*)" in order to catch new GCC hot/cold/unlikely partitions. * scripttempl/pep.sc: Likewise. * scripttempl/epocpe.sc: Likewise. * scripttempl/mcorepe.sc: Likewise. * scripttempl/ppcpe.sc: Likewise. ld/testsuite/ChangeLog: * ld-pe/longsecn.d: Adjusted to match new .text section merging in default PE linker scripts. * ld-pe/longsecn-1.d: Likewise. * ld-pe/longsecn-2.d: Likewise.
Diffstat (limited to 'ld/scripttempl/pep.sc')
-rw-r--r--ld/scripttempl/pep.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/pep.sc b/ld/scripttempl/pep.sc
index b39469d..c6eb06c 100644
--- a/ld/scripttempl/pep.sc
+++ b/ld/scripttempl/pep.sc
@@ -69,6 +69,7 @@ SECTIONS
${RELOCATING+ *(.init)}
*(.text)
${R_TEXT}
+ ${RELOCATING+ *(.text.*)}
*(.glue_7t)
*(.glue_7)
${CONSTRUCTING+. = ALIGN(8);}