X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.os.msdos.djgpp Subject: Re: Abort when compiling using COFF debug format (-gcoff) Date: Sun, 29 Jan 2012 18:51:01 +0100 Lines: 8 Message-ID: <9olf84Fp8oU1@mid.dfncis.de> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de TgZOSjwH88awHd7scCbkrgWpP7BZLwdrpoBEceWZY/4DO0ldUJNmEyqN9G Cancel-Lock: sha1:ehgeLpjOeXjEaqIU3PVpFQhOck4= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 In-Reply-To: <23088c26-d434-4679-b7dd-fdd5459c9ad4@h3g2000yqe.googlegroups.com> Bytes: 1531 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 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.