From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3410 invoked by alias); 7 Dec 2005 18:57:12 -0000 Received: (qmail 3397 invoked by uid 22791); 7 Dec 2005 18:57:11 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.193) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Dec 2005 18:57:08 +0000 Received: by zproxy.gmail.com with SMTP id l1so446243nzf for ; Wed, 07 Dec 2005 10:57:05 -0800 (PST) Received: by 10.36.251.49 with SMTP id y49mr1809661nzh; Wed, 07 Dec 2005 10:57:05 -0800 (PST) Received: by 10.37.2.6 with HTTP; Wed, 7 Dec 2005 10:57:05 -0800 (PST) Message-ID: <8f2776cb0512071057x6d18d6e6ne35c8c92a04c0949@mail.gmail.com> Date: Wed, 07 Dec 2005 18:57:00 -0000 From: Jim Blandy To: Efim Monyak Subject: Re: debug crt0.s Cc: gdb@sources.redhat.com In-Reply-To: <43972217.5080309@lipowsky.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4395A907.8030303@lipowsky.de> <8f2776cb0512061638u58806fd0m3be002245fcd28ae@mail.gmail.com> <4396A6E5.1020303@lipowsky.de> <8f2776cb0512070929o6c121058nacb381513b32a394@mail.gmail.com> <43972217.5080309@lipowsky.de> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00082.txt.bz2 On 12/7/05, Efim Monyak wrote: > I can see section .debug_info and the Size of this section is NOT Zero. > If I open the crt0.o with an editor I can see the relative path to > crt0.s (to source modul) into it. Check out 'man readelf'. 'readelf -wi' will display the contents of the .debug_info section legibly. Could you post the output from 'readelf -wil' applied to a small executable linked against your crt0.s?