From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15608 invoked by alias); 7 Dec 2005 09:10:02 -0000 Received: (qmail 15594 invoked by uid 22791); 7 Dec 2005 09:10:02 -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 09:10:00 +0000 Received: from boulder (p54A7F101.dip.t-dialin.net [84.167.241.1]) by shadow.prohost.de (8.11.6/8.11.6) with ESMTP id jB799Q824835; Wed, 7 Dec 2005 10:09:26 +0100 Received: from localhost (localhost [127.0.0.1]) by boulder (Postfix) with ESMTP id DEF001C0; Wed, 7 Dec 2005 10:09:25 +0100 (CET) Received: from boulder ([127.0.0.1]) by localhost (boulder.lipieda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00997-04; Wed, 7 Dec 2005 10:09:24 +0100 (CET) Received: from [192.168.129.50] (unknown [192.168.129.50]) by boulder (Postfix) with ESMTP id 12DDE1B8; Wed, 7 Dec 2005 10:09:24 +0100 (CET) Message-ID: <4396A6E5.1020303@lipowsky.de> Date: Wed, 07 Dec 2005 09:10: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> In-Reply-To: <8f2776cb0512061638u58806fd0m3be002245fcd28ae@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/msg00075.txt.bz2 I don't use the precompiled crt0 modul. They are in my Software two assembler modules. One of them is crt0.s. They both are compiled together with C modules. I use the Option -g3 for assembler modules. The difference between assembler modules is: the srt0.s is not a .text section it use its own section. 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 shows similar.