X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 26 Aug 2004 22:54:53 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c48ba6$Blat.v2.2.2$ba184040@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Brian Inglis on Thu, 26 Aug 2004 04:30:08 GMT) Subject: Re: Debugging question References: <412d5bd1$0$10824$afc38c87 AT news DOT optusnet DOT com DOT au> <01c48b21$Blat.v2.2.2$8b6a5600 AT zahav DOT net DOT il> 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: Brian Inglis > Date: Thu, 26 Aug 2004 04:30:08 GMT > > Is there info anywhere on what the DJGPP -g defaults are for each > version where it differs, and what gdb, rhide, etc. need for each > version where it differs? It's very simple: GCC before v3.1 used COFF as the default debug info, after that it uses DWARF-2. RHIDE that is based on GDB before 5.1 didn't support DWARF-2 in DJGPP programs.