X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: "Tim Van Holder" To: Subject: Re: gcc 3.0.2 and -ggdb debugging info Date: Thu, 27 Dec 2001 00:30:20 +0100 Message-ID: <000601c18e65$4890e120$cef8e0d5@zastaixp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-reply-to: <2947-Wed26Dec2001221820+0200-eliz@is.elta.co.il> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I cannot use those: they are in some strange format, so it seems. The > Web page says they are *.gz files, but Gzip says they are not in gzip > format. Looking at the files, I see that they begin with "MZ", so I > thought they are uncompressed executables and tried to debug them with > GDB. But GDB says "unrecognized file format". So I'm stumped. Hmm - probably a nonstandard stub. IIRC gdb (well, bfd) does not handle anything other than a standard-length stub (because it uses a file header that includes a buffer of STUBSIZE bytes before the actual COFF header). This may prove a problem if the standard stub size ever changes.