This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Mon, Sep 26, 2011 at 11:27 PM, Matthew Gretton-Dann <matthew.gretton-dann@arm.com> wrote:
libgloss/ChangeLog:
2011-09-02 Matthew Gretton-Dann<matthew.gretton-dann@arm.com>
* arm/crt0.s: support 0 heap base response from semihosting.
Hi,
For the symbol "__end__". .word CommandLine .word 255 +.LC31: + .word __end__
Is there any story why not using "__bss_end__"? In case the program can not assuming the bss end lies at last of data segment?
Thanks
_bss_end__ = . ; __bss_end__ = . ; . = ALIGN(32 / 8); . = ALIGN(32 / 8); __end__ = . ; _end = .; PROVIDE (end = .);
-- Matthew Gretton-Dann Principal Engineer, PD Software - Tools, ARM Ltd
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |