mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 09:29:42 +01:00
* commented linker script generation for linux out, causes problems on some machines,
see bug #4317 git-svn-id: trunk@945 -
This commit is contained in:
parent
70dd22c6e1
commit
1c9a8396b7
@ -431,6 +431,8 @@ begin
|
||||
linkres.add('ENTRY(_start)');
|
||||
|
||||
{Sections.}
|
||||
{
|
||||
commented out because it cause problems on several machines with different ld versions (FK)
|
||||
linkres.add('SECTIONS');
|
||||
linkres.add('{');
|
||||
{Read-only sections, merged into text segment:}
|
||||
@ -527,6 +529,7 @@ begin
|
||||
linkres.add(' .stab 0 : { *(.stab) }');
|
||||
linkres.add(' .stabstr 0 : { *(.stabstr) }');
|
||||
linkres.add('}');
|
||||
}
|
||||
|
||||
{ Write and Close response }
|
||||
LinkRes.writetodisk;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user