diff --git a/compiler/systems/t_linux.pas b/compiler/systems/t_linux.pas index ebd90f2797..8f5c2c259c 100644 --- a/compiler/systems/t_linux.pas +++ b/compiler/systems/t_linux.pas @@ -1333,7 +1333,7 @@ begin add(' .rodata1 : { *(.rodata1) }'); add(' .eh_frame_hdr : { *(.eh_frame_hdr) }'); add(' .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }'); - add(' .gcc_except_table : { KEEP *(.gcc_except_table .gcc_except_table.*) }'); + add(' .gcc_except_table : { KEEP (*(.gcc_except_table .gcc_except_table.*)) }'); {Adjust the address for the data segment. We want to adjust up to the same address within the page on the next page up.}