Add __stack_base__
This commit is contained in:
		| @@ -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> | 2001-11-13  Hans-Peter Nilsson  <hp@bitrange.com> | ||||||
|  |  | ||||||
| 	* libc/sys/mmixware/*: Correct spacing in all source files. | 	* libc/sys/mmixware/*: Correct spacing in all source files. | ||||||
|   | |||||||
| @@ -243,9 +243,10 @@ change_back: | |||||||
| /*  Workspace for Angel calls.  */ | /*  Workspace for Angel calls.  */ | ||||||
| 	.data | 	.data | ||||||
| /*  Data returned by monitor SWI.  */ | /*  Data returned by monitor SWI.  */ | ||||||
|  | .global	__stack_base__ | ||||||
| HeapBase:	.word	0 | HeapBase:	.word	0 | ||||||
| HeapLimit:	.word	0 | HeapLimit:	.word	0 | ||||||
| StackBase:	.word	0 | __stack_base__:	.word	0 | ||||||
| StackLimit:	.word	0 | StackLimit:	.word	0 | ||||||
| CommandLine:	.space	256,0	/*  Maximum length of 255 chars handled.  */ | CommandLine:	.space	256,0	/*  Maximum length of 255 chars handled.  */ | ||||||
| #endif | #endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user