diff options
author | Nick Clifton <nickc@redhat.com> | 2011-05-27 10:47:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-05-27 10:47:46 +0000 |
commit | f20db198c0761ae8149c3a7dd6c3eac936e5bea0 (patch) | |
tree | aff24a8f6c68ce00f6dd8931535fe22d6e956489 /ld/scripttempl/v850.sc | |
parent | 98f6bd576ecc961f30e4cd38b0eb7f3713e5453b (diff) | |
download | gdb-f20db198c0761ae8149c3a7dd6c3eac936e5bea0.zip gdb-f20db198c0761ae8149c3a7dd6c3eac936e5bea0.tar.gz gdb-f20db198c0761ae8149c3a7dd6c3eac936e5bea0.tar.bz2 |
* scripttempl/v850.sc (_heap_start): Provide.
Diffstat (limited to 'ld/scripttempl/v850.sc')
-rw-r--r-- | ld/scripttempl/v850.sc | 1 |
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) } |