From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16026 invoked by alias); 7 Dec 2005 17:55:41 -0000 Received: (qmail 16019 invoked by uid 22791); 7 Dec 2005 17:55:41 -0000 X-Spam-Check-By: sourceware.org Received: from shadow.prohost.de (HELO shadow.prohost.de) (216.71.84.228) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Dec 2005 17:55:39 +0000 Received: from boulder (p54A7F1B2.dip.t-dialin.net [84.167.241.178]) by shadow.prohost.de (8.11.6/8.11.6) with ESMTP id jB7Ht2L28984; Wed, 7 Dec 2005 18:55:02 +0100 Received: from localhost (localhost [127.0.0.1]) by boulder (Postfix) with ESMTP id F08A71B8; Wed, 7 Dec 2005 18:55:01 +0100 (CET) Received: from boulder ([127.0.0.1]) by localhost (boulder.lipieda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12712-04; Wed, 7 Dec 2005 18:55:00 +0100 (CET) Received: from [192.168.129.50] (unknown [192.168.129.50]) by boulder (Postfix) with ESMTP id 3AD3E1B3; Wed, 7 Dec 2005 18:55:00 +0100 (CET) Message-ID: <43972217.5080309@lipowsky.de> Date: Wed, 07 Dec 2005 17:55:00 -0000 From: Efim Monyak User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: Jim Blandy CC: gdb@sources.redhat.com Subject: Re: debug crt0.s References: <4395A907.8030303@lipowsky.de> <8f2776cb0512061638u58806fd0m3be002245fcd28ae@mail.gmail.com> <4396A6E5.1020303@lipowsky.de> <8f2776cb0512070929o6c121058nacb381513b32a394@mail.gmail.com> In-Reply-To: <8f2776cb0512070929o6c121058nacb381513b32a394@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00081.txt.bz2 Jim Blandy schrieb: >On 12/7/05, Efim Monyak wrote: > > >>Do I have a possibility to check does crt0.o file have debug informations? >>In the list file generate from .elf by objcopy utilite with -G Option >>both assembler modules >> >> > >Try running 'readelf -S crt0.o'. If you see a section named >.debug_info, or a section named .stab (I think), then you have debug >info. > > > 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.