commit-hurd
[Top][All Lists]
Advanced

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

[SCM] glibc maintenance tag, cvs/fedora-glibc-20070929T1859, created. gl


From: Thomas Schwinge
Subject: [SCM] glibc maintenance tag, cvs/fedora-glibc-20070929T1859, created. glibc-2.6-333-g385b4cf
Date: Wed, 26 May 2010 18:07:44 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "glibc maintenance".

The tag, cvs/fedora-glibc-20070929T1859 has been created
        at  385b4cf4c51a4b332244f741244bf3241c1f1b1f (commit)

- Log -----------------------------------------------------------------
commit 385b4cf4c51a4b332244f741244bf3241c1f1b1f
Author: Ulrich Drepper <address@hidden>
Date:   Sat Sep 29 06:58:31 2007 +0000

    * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
    
        void * pointers instead of struct link_map **.
        (_dl_scope_free): Change argument type to void *.
        * include/link.h (struct link_map): Change type of l_reldeps
        to struct link_map_reldeps, move l_reldepsact into that
        struct too.
        * elf/dl-deps.c: Include atomic.h.
        (_dl_map_object_deps): Only change l->l_initfini when it is
        fully populated, use _dl_scope_free for freeing it.  Optimize
        removal of libs from reldeps by using l_reserved flag, when
        some removal is needed, allocate a new list instead of
        reallocating and free the old with _dl_scope_free.  Adjust
        for l_reldeps and l_reldepsact changes.
        * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
        searching in l_initfini and l_reldeps without holding dl_load_lock.
        * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
        l_reldepsact changes.
        * elf/dl-close.c (_dl_close_worker): Likewise.
        * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
-----------------------------------------------------------------------


hooks/post-receive
-- 
glibc maintenance



reply via email to

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