From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19759 invoked by alias); 4 Sep 2002 20:51:34 -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 19700 invoked from network); 4 Sep 2002 20:51:31 -0000 Received: from unknown (HELO iris1.csv.ica.uni-stuttgart.de) (129.69.118.2) by sources.redhat.com with SMTP; 4 Sep 2002 20:51:31 -0000 Received: from rembrandt.csv.ica.uni-stuttgart.de ([129.69.118.42]) by iris1.csv.ica.uni-stuttgart.de with esmtp (Exim 3.36 #2) id 17mh2i-002PcC-00; Wed, 04 Sep 2002 22:46:28 +0200 Received: from ica2_ts by rembrandt.csv.ica.uni-stuttgart.de with local (Exim 3.35 #1 (Debian)) id 17mh7W-0002rF-00; Wed, 04 Sep 2002 22:51:26 +0200 Date: Wed, 04 Sep 2002 13:51:00 -0000 To: Kevin Buettner Cc: Michael Snyder , bug-binutils@gnu.org, gdb@sources.redhat.com, binutils@sources.redhat.com Subject: Re: July 31 bfd change breaks mips gdb Message-ID: <20020904205125.GR4194@rembrandt.csv.ica.uni-stuttgart.de> References: <3D753CDE.11727ED9@redhat.com> <1020904000639.ZM1675@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1020904000639.ZM1675@localhost.localdomain> User-Agent: Mutt/1.4i From: Thiemo Seufer X-SW-Source: 2002-09/txt/msg00015.txt.bz2 Kevin Buettner wrote: > On Sep 3, 3:51pm, Michael Snyder wrote: > > > This change: > > > > 2002-07-31 Thiemo Seufer > > > > [...] > > * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files. > > > > breaks mips-gdb, since gdb can no longer recognize n32 mips files > > as executable binaries. > > The patch below fixes the problem for me... > > * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default > vector. I had the same in my local tree for a while, which explains why it worked for me. :-) Thanks for looking at it. Thiemo