From ee5cd11877c5bd9b48cee51a88a899fcf35daa75 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 10 Jan 2005 15:56:13 +0000 Subject: [PATCH] * generate export jmps in .text section --- compiler/systems/t_linux.pas | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/systems/t_linux.pas b/compiler/systems/t_linux.pas index 0935953533..4571e84519 100644 --- a/compiler/systems/t_linux.pas +++ b/compiler/systems/t_linux.pas @@ -157,6 +157,7 @@ procedure texportliblinux.generatelib; var hp2 : texported_item; begin + new_section(codesegment,sec_code,'',0); hp2:=texported_item(current_module._exports.first); while assigned(hp2) do begin @@ -578,7 +579,10 @@ end. { $Log$ - Revision 1.32 2004-12-22 16:32:46 peter + Revision 1.33 2005-01-10 15:56:13 peter + * generate export jmps in .text section + + Revision 1.32 2004/12/22 16:32:46 peter * maybequoted() added Revision 1.31 2004/12/19 14:03:16 florian