aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-05-27 10:47:46 +0000
committerNick Clifton <nickc@redhat.com>2011-05-27 10:47:46 +0000
commitf20db198c0761ae8149c3a7dd6c3eac936e5bea0 (patch)
treeaff24a8f6c68ce00f6dd8931535fe22d6e956489 /ld/scripttempl
parent98f6bd576ecc961f30e4cd38b0eb7f3713e5453b (diff)
downloadgdb-f20db198c0761ae8149c3a7dd6c3eac936e5bea0.zip
gdb-f20db198c0761ae8149c3a7dd6c3eac936e5bea0.tar.gz
gdb-f20db198c0761ae8149c3a7dd6c3eac936e5bea0.tar.bz2
* scripttempl/v850.sc (_heap_start): Provide.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/v850.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc
index 7359975..a5a04bb 100644
--- a/ld/scripttempl/v850.sc
+++ b/ld/scripttempl/v850.sc
@@ -180,6 +180,7 @@ SECTIONS
${RELOCATING+_end = . ;}
${RELOCATING+PROVIDE (end = .);}
+ ${RELOCATING+PROVIDE (_heap_start = .);}
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }