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]

Re: Documentation libc sbrk stack_ptr


On 2/15/06, Carl Denzen Van <carl@vandenzen.nl> wrote:
> The definition in the documentation about minimal stub creation for
> sbrk does not work: the variable stack_ptr is not known.

You can search the other targets for a possible definition of
stack_ptr. Try `grep -r stack_ptr libgloss'. For example:

	register char * stack_ptr asm ("sp");

Cheers,
Shaun


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]