rtl/linux/m68k/prt0.as:

Add __stkptr variable

git-svn-id: trunk@22735 -
This commit is contained in:
svenbarth 2012-10-18 20:11:21 +00:00
parent 0217efc398
commit 81069a7eca

View File

@ -73,6 +73,12 @@ _haltproc:
bras _haltproc
.bss
.type __stkptr,@object
.size __stkptr,4
.global __stkptr
__stkptr:
.skip 4
.type operatingsystem_parameters,@object
.size operatingsystem_parameters,12
operatingsystem_parameters: