libtool-commit
[Top][All Lists]
Advanced

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

libtool ChangeLog [branch-2-0]


From: Gary V . Vaughan
Subject: libtool ChangeLog [branch-2-0]
Date: Sat, 26 Feb 2005 17:51:27 -0500

CVSROOT:        /cvsroot/libtool
Module name:    libtool
Branch:         branch-2-0
Changes by:     Gary V. Vaughan <address@hidden>        05/02/26 22:51:27

Modified files:
        .              : ChangeLog 

Log message:
        I assume that it is okay to have undefined symbols in convenience
        libraries that will be used as modules -- the pic objects are
        built normally, and are not expected to resolve all their symbols
        until they are linked into a library; convenience libraries are
        then rolled using 'ar' and 'ranlib' (or equivalent) which also do
        not check whether symbols are resolved.  We now build each of the
        loaders as a convenience library module under these assumptions,
        and link libltdl.la with selected modules, at which time all of
        the symbols *are* resolved:
        
        * TODO: Remove item addressed by this changeset.
        * libltdl/Makefile.am (lib_LTLIBRARIES): Remove libdlloader.la.
        (libdlloader_la_SOURCES): Declaration removed.  Changed all
        clients.  Source files..
        (libltdl_la_SOURCES): ...added back in here.
        (libdlloader_LDFLAGS, libdlloader_la_LIBADD): Removed.
        (libltdl_la_LIBADD): Remove libdlloader.la; add $(LTLIBOBJS).
        * libltdl/loaders/Makefile.am: Removed all references to
        libdlloader.la.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/ChangeLog.diff?only_with_tag=branch-2-0&tr1=1.1667.2.166&tr2=1.1667.2.167&r1=text&r2=text





reply via email to

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