From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H . J . Lu" To: gdb-patches@sources.redhat.com Subject: Re: [RFC] GDB's mdebug support vs. GCC 3.0 Date: Fri, 29 Jun 2001 13:09:00 -0000 Message-id: <20010629130912.D25862@lucon.org> References: <20010629123944.A3423@nevyn.them.org> X-SW-Source: 2001-06/msg00536.html On Fri, Jun 29, 2001 at 12:39:44PM -0700, Daniel Jacobowitz wrote: > The stabs support for mips-linux is now much more complete than it was; from > what I can see this is because we started using config/elfos.h in gcc. Two > of the gems we get from this are EINCL/BINCL stabs, which as far as I can > see we did not before, and a trailing SO at the end of a file. > Since you mentioned mdebug and mips-linux, I assume you are aware that Linux/MIPS no longer uses mdebug. I have changed it to MIPS_STABS_ELF. H.J.