From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10165 invoked by alias); 16 Feb 2005 11:31:52 -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 10050 invoked by alias); 16 Feb 2005 11:31:43 -0000 Date: Wed, 16 Feb 2005 11:31:00 -0000 Message-ID: <20050216113143.10049.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20050216044051.735.roland@gnu.org> References: <20050216044051.735.roland@gnu.org> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/735] stack misaligned for DSO constructors X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg00170.txt.bz2 List-Id: ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-16 11:31 ------- Subject: Bug 735 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_3-branch Changes by: roland@sources.redhat.com 2005-02-16 11:31:27 Added files: elf : tst-alignmod2.c tst-align2.c sysdeps/powerpc: tst-stack-align.h Log message: 2005-01-21 Jakub Jelinek [BZ #735] * elf/Makefile: Add rules to build and run tst-align2. * elf/tst-align2.c: New test. * elf/tst-alignmod2.c: New file. * sysdeps/powerpc/tst-stack-align.h: New file. * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame pointer before calling _dl_init. * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/tst-alignmod2.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/elf/tst-align2.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/powerpc/tst-stack-align.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1 -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=735 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.