mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 11:08:21 +02:00
* generate export jmps in .text section
This commit is contained in:
parent
8956302482
commit
ee5cd11877
@ -157,6 +157,7 @@ procedure texportliblinux.generatelib;
|
|||||||
var
|
var
|
||||||
hp2 : texported_item;
|
hp2 : texported_item;
|
||||||
begin
|
begin
|
||||||
|
new_section(codesegment,sec_code,'',0);
|
||||||
hp2:=texported_item(current_module._exports.first);
|
hp2:=texported_item(current_module._exports.first);
|
||||||
while assigned(hp2) do
|
while assigned(hp2) do
|
||||||
begin
|
begin
|
||||||
@ -578,7 +579,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* maybequoted() added
|
||||||
|
|
||||||
Revision 1.31 2004/12/19 14:03:16 florian
|
Revision 1.31 2004/12/19 14:03:16 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user