From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29823 invoked by alias); 26 Apr 2006 15:13:42 -0000 Received: (qmail 29806 invoked by uid 48); 26 Apr 2006 15:13:37 -0000 Date: Wed, 26 Apr 2006 15:13:00 -0000 Message-ID: <20060426151337.29805.qmail@sourceware.org> From: "drow at sources dot redhat dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20050117073135.674.andihartmann@freenet.de> References: <20050117073135.674.andihartmann@freenet.de> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug linuxthreads/674] Error compiling linuxthreads in glibc 2.3.4 X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00343.txt.bz2 List-Id: ------- Additional Comments From drow at sources dot redhat dot com 2006-04-26 15:13 ------- More relevant for the original report: http://sourceware.org/ml/libc-ports/2006-04/msg00039.html I won't fix it, but someone else is welcome to. You don't want to export _errno in this case. Rather, you want to separate the TLS bits that make LinuxThreads use floating stacks from the TLS bits that say to get errno from libc.so using TLS. The pointer/stack guard stuff should also be conditioned on "really have TLS" rather than "using floating stacks". -- http://sourceware.org/bugzilla/show_bug.cgi?id=674 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.