From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: "H . J . Lu" Cc: Andrew Cagney , GDB , binutils@sourceware.cygnus.com, linux-mips@oss.sgi.com Subject: Re: stabs or ecoff for Linux/mips Date: Thu, 07 Jun 2001 11:20:00 -0000 Message-id: References: <20010607093332.C13198@lucon.org> <3B1FC23D.3020900@cygnus.com> <20010607111324.C15440@lucon.org> X-SW-Source: 2001-06/msg00030.html "H . J . Lu" writes: > On Thu, Jun 07, 2001 at 02:04:45PM -0400, Andrew Cagney wrote: > > dwarf2 > > stabs > > not ecoff (er, isn't ecoff an object format like coff? I guess you mean > > something like Dwarf1) ECOFF is both an object file format and a debugging format. Irix (at least Irix 5) uses the ECOFF debugging format with the ELF object file format (ECOFF smuggled in ELF). The ECOFF debugging format can also be called mdebug or Third Eye, but most people simply call it ECOFF. Ian