From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1327 invoked by alias); 7 Dec 2005 17:29:55 -0000 Received: (qmail 1320 invoked by uid 22791); 7 Dec 2005 17:29:55 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.192) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Dec 2005 17:29:54 +0000 Received: by zproxy.gmail.com with SMTP id l1so422851nzf for ; Wed, 07 Dec 2005 09:29:52 -0800 (PST) Received: by 10.36.25.18 with SMTP id 18mr1734712nzy; Wed, 07 Dec 2005 09:29:51 -0800 (PST) Received: by 10.37.2.6 with HTTP; Wed, 7 Dec 2005 09:29:51 -0800 (PST) Message-ID: <8f2776cb0512070929o6c121058nacb381513b32a394@mail.gmail.com> Date: Wed, 07 Dec 2005 17:29:00 -0000 From: Jim Blandy To: Efim Monyak Subject: Re: debug crt0.s Cc: gdb@sources.redhat.com In-Reply-To: <4396A6E5.1020303@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> 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/msg00079.txt.bz2 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.