From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7631 invoked by alias); 15 Sep 2009 13:40:43 -0000 Received: (qmail 7533 invoked by uid 48); 15 Sep 2009 13:40:31 -0000 Date: Tue, 15 Sep 2009 13:40:00 -0000 Message-ID: <20090915134031.7532.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/41357] libgomp build fail In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "davek at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg01359.txt.bz2 ------- Comment #7 from davek at gcc dot gnu dot org 2009-09-15 13:40 ------- This looks a little tricky. Knowledge of the "__emutls_v." prefix is entirely private to varasm.c. The actual prefixed object itself escapes publicly with that name, but only varasm.c knows that subsequent references to that variable need to be prefixed also, and this is not refelected anywhere in the DECL_NAME or DECL_ASSEMBLER_NAME. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41357