libtool-commit
[Top][All Lists]
Advanced

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

libtool--devo--1.0--patch-146


From: Gary V. Vaughan
Subject: libtool--devo--1.0--patch-146
Date: Wed, 1 Sep 2004 02:23:57 +0100 (BST)
User-agent: mailnotify/0.3

Tree version:   address@hidden/libtool--devo--1.0
CVSROOT:        /cvsroot/libtool
TIMESTAMP:       1.1583 2004/09/01 01:22:26
Module name:    /cvsroot/libtool/libtool
Changes by:     address@hidden

Log Message:
        
        Don't use C99 flexible array types as we want to be C89
        compatible.  Instead, revert to the old way of doing things with
        an array of symbol name vs. address, and adding the originator as
        the first symbol but with a NULL address:
        
        * config/ltmain.in (func_extract_dlsyms): Store originator as a
        NULL address symbol.
        * libltdl/ltdl.h (lt_dlsymbol): Removed.
        (lt_dlsymlist): Remove originator field.
        (LTDL_SET_PRELOADED_SYMBOLS): Adjust.
        * libltdl/loaders/preopen.c (vm_open, lt_dlpreload_open): Adjust
        for new types.
        (vm_sym): Skip the new originator symbol when scanning symbol
        names.
        * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Adjust preloaded symbols
        test file to match.
        * NEWS: Updated.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
__________________________________________________________
This commit notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0




reply via email to

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