From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19608 invoked by alias); 4 Jun 2002 02:47:50 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 19584 invoked from network); 4 Jun 2002 02:47:48 -0000 Received: from unknown (HELO rwcrmhc54.attbi.com) (216.148.227.87) by sources.redhat.com with SMTP; 4 Jun 2002 02:47:48 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020604024748.SGFM13253.rwcrmhc54.attbi.com@ocean.lucon.org>; Tue, 4 Jun 2002 02:47:48 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 70907125BB; Mon, 3 Jun 2002 19:47:44 -0700 (PDT) Date: Mon, 03 Jun 2002 19:47:00 -0000 From: "H . J . Lu" To: Eric Christopher Cc: Jakub Jelinek , binutils@sources.redhat.com, GDB , gcc-patches@gcc.gnu.org Subject: Re: PATCH: Use stabs for Linux/mips (Re: binutils is broken on ELF/MIPS) Message-ID: <20020603194744.A5377@lucon.org> References: <20020603104131.A28590@lucon.org> <20020603115703.A29881@lucon.org> <20020604003246.C20867@sunsite.ms.mff.cuni.cz> <20020603153716.A1294@lucon.org> <20020603162527.A2073@lucon.org> <20020603234058.GA2262@branoic.them.org> <20020603165101.A2466@lucon.org> <1023151695.7834.33.camel@ghostwheel.cygnus.com> <20020603180351.A3594@lucon.org> <1023154058.12546.56.camel@ghostwheel.cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1023154058.12546.56.camel@ghostwheel.cygnus.com>; from echristo@redhat.com on Mon, Jun 03, 2002 at 06:27:38PM -0700 X-SW-Source: 2002-06/txt/msg00038.txt.bz2 On Mon, Jun 03, 2002 at 06:27:38PM -0700, Eric Christopher wrote: > > > > > Does it really make dwarf-2 work? Does it break MIPS_STABS_ELF? > > a) I've not tested it. gcc passes testcases with DWARF2 as the default. > b) dunno. see above :) > It doesn't make much. "make check" from gcc 3.1.1 is ok on Linux/mipsel. But debugging the binary generated by gcc 3.1.1 doesn't work. H.J.