From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5892 invoked by alias); 16 Oct 2003 19:49:04 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5782 invoked from network); 16 Oct 2003 19:49:00 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 16 Oct 2003 19:49:00 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h9GJmm6a000250; Thu, 16 Oct 2003 21:48:49 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h9GJmm9Z000324; Thu, 16 Oct 2003 21:48:48 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id h9GJmlPO000321; Thu, 16 Oct 2003 21:48:47 +0200 (CEST) Date: Thu, 16 Oct 2003 19:49:00 -0000 Message-Id: <200310161948.h9GJmlPO000321@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ezannoni@redhat.com CC: gdb@sources.redhat.com In-reply-to: <16269.37588.478658.637269@localhost.redhat.com> (message from Elena Zannoni on Wed, 15 Oct 2003 14:32:52 -0400) Subject: Re: SOFUN_ADDRESS_MAYBE_MISSING References: <200310061242.h96CgtiA000454@elgar.kettenis.dyndns.org> <16269.37588.478658.637269@localhost.redhat.com> X-SW-Source: 2003-10/txt/msg00211.txt.bz2 From: Elena Zannoni Date: Wed, 15 Oct 2003 14:32:52 -0400 Can anybody reproduce the original problem with shared libraries, which appears to have been the motivation behind defining SOFUN_... on the Linux platforms? See the thread starting with: http://sources.redhat.com/ml/binutils/1999-q3/msg00635.html There was a change/bug in binutils that produces zero-valued N_FUN stabs. AFAICR there never was an official binutils release that suffered from the problem, however there were versions HJ Lu's binutils for Linux in use that suffered from the problem, which explains why it's only enabled on Linux and not on other platforms that use binutils as part of their native toolchain. Mark