[fpc-pascal]Dynamic Symbol Information For Functions and Procedures in Linux ELF

Peter Vreman peter at freepascal.org
Fri Jun 1 23:24:06 CEST 2001


At 22:25 1-6-01, you wrote:
>Hi,
>
>Assembler is out of my leauge so I cannot help about it.

Try gcc -S to let gcc output an assembler file. It's about the directives 
used in the assembler file, not the assembler instructions.


>On the other hand I was experimenting with creating (.so) libs
>with FPC and I realized that if I export a function in a
>library it is actually included in the dynamic symbol table.
>
>I mean in case of a shared dynamic library FPC actually does
>this.

.so files are still not 100% ok as the compiler doesn't generate Position 
Independent Code (PIC).


>Also, if anybody is interested in libglade headers and sample
>source code, I can post them.

You can add them to the contributed units page.


Peter





More information about the fpc-pascal mailing list