From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18932 invoked by alias); 3 Jun 2002 02:43:32 -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 18919 invoked from network); 3 Jun 2002 02:43:30 -0000 Received: from unknown (HELO sccrmhc02.attbi.com) (204.127.202.62) by sources.redhat.com with SMTP; 3 Jun 2002 02:43:30 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020603024330.QKUT11183.sccrmhc02.attbi.com@ocean.lucon.org>; Mon, 3 Jun 2002 02:43:30 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 46652125BB; Sun, 2 Jun 2002 19:43:27 -0700 (PDT) Date: Sun, 02 Jun 2002 19:43:00 -0000 From: "H . J . Lu" To: GDB , gcc@gcc.gnu.org Subject: Re: Does gdb 5.2 support gcc 3.1.1 on Linux/mips? Message-ID: <20020602194326.A14976@lucon.org> References: <20020602143627.A10506@lucon.org> <20020603010003.GA16363@branoic.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020603010003.GA16363@branoic.them.org>; from drow@mvista.com on Sun, Jun 02, 2002 at 09:00:03PM -0400 X-SW-Source: 2002-06/txt/msg00011.txt.bz2 On Sun, Jun 02, 2002 at 09:00:03PM -0400, Daniel Jacobowitz wrote: > On Sun, Jun 02, 2002 at 02:36:27PM -0700, H . J . Lu wrote: > > When I tried to debug gcc 3.1.1 on Linux/mips, I got > > > > # gdb xgcc > > GNU gdb 5.2-0.5 (5.2.0_2002-05-23-cvs) > > ... > > DW_FORM_strp pointing outside of .debug_str section > > > > gdb 5.2 works fine on Linux/x86 with gcc 3.1.1. Has anyone tried gdb > > 5.2 with gcc 3.1/3.2 running on any mips targets? > > My memory is hazy, but I believe this was a linker bug. Are you using > a current version of ld? > Yes. H.J.