mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
+ Support smart-linked .rdata section with external linker for Windows targets after r23025.
git-svn-id: trunk@23084 -
This commit is contained in:
parent
129d737523
commit
73030ddb57
@ -1283,6 +1283,7 @@ implementation
|
||||
Add(' .rdata BLOCK(__section_alignment__) :');
|
||||
Add(' {');
|
||||
Add(' *(.rdata)');
|
||||
Add(' *(.rdata.*)');
|
||||
add(' *(.rodata .rodata.* .gnu.linkonce.r.*)');
|
||||
Add(' *(SORT(.rdata$*))');
|
||||
Add(' *(.eh_frame)');
|
||||
|
Loading…
Reference in New Issue
Block a user