blob: 1bcaf18f849245b9ee05a7b8d0314d0e7279b1f1 [file] [log] [blame]
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
.section ".note.GNU-stack", "", @progbits
#ifdef __x86_64__
#define STACK_SIZE 8192
#else
#define STACK_SIZE 4096
#endif
/****************************************************************************
* Internal stack
****************************************************************************
*/
.section ".stack", "aw", @nobits
.balign 8
.globl _stack
_stack:
.space STACK_SIZE
.globl _estack
_estack: