X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: Abort when compiling using COFF debug format (-gcoff) Date: Fri, 27 Jan 2012 19:43:35 -0800 (PST) Organization: http://groups.google.com Lines: 22 Message-ID: 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> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1327722339 26774 127.0.0.1 (28 Jan 2012 03:45:39 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 28 Jan 2012 03:45:39 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: f12g2000yqo.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7,gzip(gfe) Bytes: 2351 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q0S402jR005952 Reply-To: djgpp AT delorie DOT com Hi, On Jan 27, 8:36 pm, Rugxulo wrote: > > You mean DWARF-2 plus extensions, right? Hmmm, I might be wrong, I've not kept up. Seems like DWARF 4 (2010) is latest standard, though I can't find anything newer than a brief mention of DWARF 3 (released in 2006) in GDB's NEWS. (BTW, GDB 7.4 was just released a few days ago.) Apparently old DWARF 1 isn't supported anymore since GDB 6.7 or such in lieu of DWARF 2 or (GDB 7.0+) 3 or 4. (But GCC does claim to support DWARF 2,3,4, with or without extensions. Default seems to be "-g2 -gdwarf-2" [non-strict, esp. GCC 4.5.x or newer] according to the online 4.6.2 manual.) http://dwarfstd.org/ http://www.gnu.org/software/gdb/ http://gcc.gnu.org/onlinedocs/gcc-4.6.2/gcc/Debugging-Options.html#Debugging-Options P.S. It seems it was GCC 4.5.x that removed support for "generic COFF" on IA32, etc. No huge surprise there.