From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29200 invoked by alias); 11 Jun 2004 19:28:48 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 29182 invoked from network); 11 Jun 2004 19:28:48 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 11 Jun 2004 19:28:48 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 14677357B; Fri, 11 Jun 2004 12:28:46 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i5BJSjOi016814; Fri, 11 Jun 2004 12:28:45 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i5BJSj3x016810; Fri, 11 Jun 2004 12:28:45 -0700 Date: Fri, 11 Jun 2004 19:28:00 -0000 Message-Id: <200406111928.i5BJSj3x016810@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix backtrace in statically linked programs on ia64/x86-64/s390{,x} In-Reply-To: Jakub Jelinek's message of Tuesday, 8 June 2004 12:57:35 +0200 <20040608105735.GE5191@sunsite.ms.mff.cuni.cz> Emacs: freely redistributable; void where prohibited by law. X-SW-Source: 2004-06/txt/msg00019.txt.bz2 > 2004-06-08 Jakub Jelinek > > * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED. > (unwind_backtrace, unwind_getip): Define #ifndef SHARED. > (__backtrace): Don't call init #ifndef SHARED. > * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED. > (unwind_backtrace, unwind_getip): Define #ifndef SHARED. > (__backtrace): Don't call init #ifndef SHARED. > * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED. > (unwind_backtrace, unwind_getip): Define #ifndef SHARED. > (__backtrace): Don't call init #ifndef SHARED. I've put this in. Thanks, Roland