From b1dfeca469a3d63bca56050fc229437bafd94846 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 27 May 2011 10:47:46 +0000 Subject: * scripttempl/v850.sc (_heap_start): Provide. --- ld/ChangeLog | 4 ++++ ld/scripttempl/v850.sc | 1 + 2 files changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 8c44725dcb..232307d981 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2011-05-27 Nick Clifton + + * scripttempl/v850.sc (_heap_start): Provide. + 2011-05-23 Alan Modra * ldmisc.c (vfinfo): Add %H. diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc index 7359975a48..a5a04bb377 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) } -- cgit v1.2.1