+ added __amigaos4__ symbol

git-svn-id: trunk@2240 -
This commit is contained in:
Károly Balogh 2006-01-09 09:05:58 +00:00
parent b718d9ff37
commit 4a8882d7fe

View File

@ -125,3 +125,12 @@ OriginalStkPtr:
.align 4
stackArea:
.long 0
# This is needed to be a proper Amiga OS4 executable
# This symbol _MUST NOT_ stripped out from the executable
# or else...
.globl __amigaos4__
.type __amigaos4__,@object
.size __amigaos4__,4
__amigaos4__:
.long 1