mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 20:09:23 +02:00
* 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:
parent
77e47d21bb
commit
5a50fc4be3
@ -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. */');
|
||||
|
Loading…
Reference in New Issue
Block a user