mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:30:35 +02:00
-- Zusammenführen von r43651 in ».«:
U compiler/systems/t_linux.pas -- Aufzeichnung der Informationen für Zusammenführung von r43651 in ».«: U . git-svn-id: branches/fixes_3_2@43652 -
This commit is contained in:
parent
f96857ba2c
commit
b3dbf75026
@ -1022,7 +1022,7 @@ begin
|
|||||||
add('SECTIONS');
|
add('SECTIONS');
|
||||||
add('{');
|
add('{');
|
||||||
add(' /* Read-only sections, merged into text segment: */');
|
add(' /* Read-only sections, merged into text segment: */');
|
||||||
add(' PROVIDE (__executable_start = 0x8000); . = 0x8000 + SIZEOF_HEADERS;');
|
add(' PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x10000)); . = SEGMENT_START("text-segment", 0x10000) + SIZEOF_HEADERS;');
|
||||||
add(' .interp : { *(.interp) }');
|
add(' .interp : { *(.interp) }');
|
||||||
add(' .note.gnu.build-id : { *(.note.gnu.build-id) }');
|
add(' .note.gnu.build-id : { *(.note.gnu.build-id) }');
|
||||||
add(' .hash : { *(.hash) }');
|
add(' .hash : { *(.hash) }');
|
||||||
|
Loading…
Reference in New Issue
Block a user