aboutsummaryrefslogtreecommitdiff
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
parentdaily update (diff)
downloadbinutils-gdb-f20db198c0761ae8149c3a7dd6c3eac936e5bea0.tar.gz
binutils-gdb-f20db198c0761ae8149c3a7dd6c3eac936e5bea0.tar.bz2
binutils-gdb-f20db198c0761ae8149c3a7dd6c3eac936e5bea0.zip
* scripttempl/v850.sc (_heap_start): Provide.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/scripttempl/v850.sc1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8c44725dcba..232307d9816 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-27 Nick Clifton <nickc@redhat.com>
+
+ * scripttempl/v850.sc (_heap_start): Provide.
+
2011-05-23 Alan Modra <amodra@gmail.com>
* ldmisc.c (vfinfo): Add %H.
diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc
index 7359975a482..a5a04bb3775 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) }