* scripttempl/v850.sc (_heap_start): Provide.
authorNick Clifton <nickc@redhat.com>
Fri, 27 May 2011 10:47:46 +0000 (10:47 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 27 May 2011 10:47:46 +0000 (10:47 +0000)
ld/ChangeLog
ld/scripttempl/v850.sc

index 8c44725dcbaed3af11c95f0f0b5dc8b4649f916a..232307d98167e054dc461f0f2dc6ce2bbf52bdc4 100644 (file)
@@ -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.
index 7359975a482e644d3dfba0c6f0c6b16daa3d3894..a5a04bb3775137cc448c98b3f784b84155628d8d 100644 (file)
@@ -180,6 +180,7 @@ SECTIONS
 
   ${RELOCATING+_end = . ;}
   ${RELOCATING+PROVIDE (end = .);}
+  ${RELOCATING+PROVIDE (_heap_start = .);}
 
   /* Stabs debugging sections.  */
   .stab 0              : { *(.stab) }
This page took 0.031219 seconds and 4 git commands to generate.