diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2019-11-24 12:19:23 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2019-11-24 12:19:23 +0000 |
commit | 3bf1cd0138af6da55a8284680c06ea855947d1d2 (patch) | |
tree | 52b2d7c44d441648b71dd58db26b76c57b0a4a0b /compiler/systems | |
parent | c3574df841c8183c09ee55bcb8ded046900946a6 (diff) | |
download | fpc-3bf1cd0138af6da55a8284680c06ea855947d1d2.tar.gz |
-- Zusammenführen von r43570 in ».«:
U compiler/systems/t_linux.pas
-- Aufzeichnung der Informationen für Zusammenführung von r43570 in ».«:
U .
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_2@43571 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/systems')
-rw-r--r-- | compiler/systems/t_linux.pas | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/systems/t_linux.pas b/compiler/systems/t_linux.pas index e076fa408a..4cdb553903 100644 --- a/compiler/systems/t_linux.pas +++ b/compiler/systems/t_linux.pas @@ -675,7 +675,6 @@ begin add(' . = 0 + SIZEOF_HEADERS;') else add(' PROVIDE (__executable_start = 0x0400000); . = 0x0400000 + SIZEOF_HEADERS;'); - add(' . = 0 + SIZEOF_HEADERS;'); add(' .interp : { *(.interp) }'); add(' .hash : { *(.hash) }'); add(' .dynsym : { *(.dynsym) }'); |