From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15479 invoked by alias); 4 Mar 2009 22:25:06 -0000 Received: (qmail 15284 invoked by uid 48); 4 Mar 2009 22:24:57 -0000 Date: Wed, 04 Mar 2009 22:25:00 -0000 From: "carlos at codesourcery dot com" To: glibc-bugs@sources.redhat.com Message-ID: <20090304222457.9924.carlos@codesourcery.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/9924] New: Overriding nptl/init.c also overrides csu/init.c X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00011.txt.bz2 To override certain pthread symbols a machine in ports must also override nptl/init.c to initialize the structure of pointers used by nptl/forward.c. However, overriding nptl/init.c also overrides csu/init.c, because the file names are the same. The solution is to rename csu/init.c to csu/csu-init.c. Patch attached. No regressions on hppa-linux-gnu. Please apply. -- Summary: Overriding nptl/init.c also overrides csu/init.c Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: drepper at redhat dot com ReportedBy: carlos at codesourcery dot com CC: glibc-bugs at sources dot redhat dot com GCC build triplet: hppa-linux-gnu GCC host triplet: hppa-linux-gnu GCC target triplet: hppa-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=9924 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.