gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] CVS Update 20050521


From: Roger While
Subject: [open-cobol-list] CVS Update 20050521
Date: Sat May 21 06:36:59 2005

CVS Update.

New file : cobc/call.def
Here you can define entry points that will be generated as static
calls. For example if you have your own C routines (or calls to system
libraries) linked to the main program (or cobcrun). For these, we do
not want to have the overhead of doing a dynamic resolution as we
know the entry points exist..
(This is equivalent to the option -static for selected entry points)

New configure option : --with-dl
This will use the native dynamic loader (libdl) instead of the
libtool version (libltdl). This is a win eg. on Linux where libdl
will anyway be used for system libraries; so we do not need
the overhead of the libtool version.

Inline a couple of things and rearrange code slightly.

Roger





reply via email to

[Prev in Thread] Current Thread [Next in Thread]