From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11700 invoked by alias); 6 Apr 2005 02:50:46 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 11356 invoked by alias); 6 Apr 2005 02:50:41 -0000 Date: Wed, 06 Apr 2005 02:50:00 -0000 Message-ID: <20050406025041.11355.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20050406003951.821.roland@gnu.org> References: <20050406003951.821.roland@gnu.org> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/821] dlclose dependency bugs X-Bugzilla-Reason: CC X-SW-Source: 2005-04/txt/msg00064.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-06 02:50 ------- Subject: Bug 821 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_3-branch Changes by: roland@sources.redhat.com 2005-04-06 02:50:23 Modified files: sysdeps/generic: ldsodefs.h Log message: 2005-03-18 Ulrich Drepper [BZ #821] * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate function _dl_sort_fini. (_dl_sort_fini): New function. * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini. * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running destructors to call them in the right order. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/generic/ldsodefs.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.106&r2=1.106.2.1 -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=821 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.