Add __stack_base__
This commit is contained in:
parent
4cede8c4ce
commit
28f8744e02
|
@ -1,3 +1,7 @@
|
|||
2001-11-12 Anthony Green <green@redhat.com>
|
||||
|
||||
* libc/sys/arm/crt0.S (__stack_base__): New symbol.
|
||||
|
||||
2001-11-13 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* libc/sys/mmixware/*: Correct spacing in all source files.
|
||||
|
|
|
@ -243,9 +243,10 @@ change_back:
|
|||
/* Workspace for Angel calls. */
|
||||
.data
|
||||
/* Data returned by monitor SWI. */
|
||||
.global __stack_base__
|
||||
HeapBase: .word 0
|
||||
HeapLimit: .word 0
|
||||
StackBase: .word 0
|
||||
__stack_base__: .word 0
|
||||
StackLimit: .word 0
|
||||
CommandLine: .space 256,0 /* Maximum length of 255 chars handled. */
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue