X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Sun, 29 Jan 2012 20:29:52 +0200 From: Eli Zaretskii Subject: Re: Abort when compiling using COFF debug format (-gcoff) In-reply-to: <9olf84Fp8oU1@mid.dfncis.de> To: djgpp AT delorie DOT com Message-id: <838vkqqs4f.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 X-012-Sender: halo1 AT inter DOT net DOT il References: <201201262112 DOT 52030 DOT juan DOT guerrero AT gmx DOT de> <83wr8eywzf DOT fsf AT gnu DOT org> <4faf5c37-ca50-4bd0-9081-3ada327099a5 AT h6g2000yqk DOT googlegroups DOT com> <83sjj1zlmn DOT fsf AT gnu DOT org> <8339b0z1gr DOT fsf AT gnu DOT org> <23088c26-d434-4679-b7dd-fdd5459c9ad4 AT h3g2000yqe DOT googlegroups DOT com> <9olf84Fp8oU1 AT mid DOT dfncis DOT de> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id q0TIW2OV008122 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Hans-Bernhard Bröker > Date: Sun, 29 Jan 2012 18:51:01 +0100 > > On 29.01.2012 14:43, Rugxulo wrote: > > > Guess so. But I don't see any obvious way to later on tell what > > specific debug info was generated at compile time. ("file" apparently > > doesn't tell, at least not on .EXEs.) > > The tool-for-the-task there would be objdump. Particularly the output > of the -g, -G and/or -Wi flags. I tried that before replying, but couldn't find any objdump switch which would tell the debug info format.