* don't provide __amigaos4__ symbol in our VLink linker script by default. it's in prt0.as for now.

git-svn-id: trunk@33582 -
This commit is contained in:
Károly Balogh 2016-04-30 19:48:54 +00:00
parent 77e47d21bb
commit 5a50fc4be3

View File

@ -291,8 +291,11 @@ begin
Add('');
Add(' .comment 0 : { *(.comment) }');
Add('');
Add(' __amigaos4__ = 1;');
Add('');
{ Do not provide the __amigaos4__ symbol for now. It's provided by our prt0.o,
sadly various linkers for OS4 either provide it or not, which might or might
not work with our prt0.o unmodified. }
{Add(' __amigaos4__ = 1;');
Add('');}
Add(' /* DWARF debug sections.');
Add(' Symbols in the DWARF debugging sections are relative to the beginning');
Add(' of the section so we begin them at 0. */');