summaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-08-25 12:54:15 +0000
committerNick Clifton <nickc@redhat.com>2004-08-25 12:54:15 +0000
commitf67ce7286659f9800cd498aab2eb42d83a9dad3f (patch)
treebad7bfc1fb15f400e3183f2377b87dbb0eabf93e /ld/scripttempl
parentb63314e634f543172b411c14ceeb7fc59ec565f3 (diff)
downloadbinutils-redhat-f67ce7286659f9800cd498aab2eb42d83a9dad3f.tar.gz
Apply Dmitry Diky's patches to add relaxation to msp430.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/elf32msp430.sc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/scripttempl/elf32msp430.sc b/ld/scripttempl/elf32msp430.sc
index 5754d662dc..cbffe48221 100644
--- a/ld/scripttempl/elf32msp430.sc
+++ b/ld/scripttempl/elf32msp430.sc
@@ -202,6 +202,9 @@ SECTIONS
${HEAP_SECTION_MSP430}
+ /* Stabs for profiling information*/
+ .profiler 0 : { *(.profiler) }
+
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }
.stabstr 0 : { *(.stabstr) }