From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29630 invoked by alias); 3 Sep 2002 23:43:46 -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 29616 invoked from network); 3 Sep 2002 23:43:44 -0000 Received: from unknown (HELO iris1.csv.ica.uni-stuttgart.de) (129.69.118.2) by sources.redhat.com with SMTP; 3 Sep 2002 23:43:44 -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 17mNFq-002P0C-00; Wed, 04 Sep 2002 01:38:42 +0200 Received: from ica2_ts by rembrandt.csv.ica.uni-stuttgart.de with local (Exim 3.35 #1 (Debian)) id 17mNKd-0002BP-00; Wed, 04 Sep 2002 01:43:39 +0200 Date: Tue, 03 Sep 2002 16:43:00 -0000 To: Michael Snyder Cc: bug-binutils@gnu.org, gdb@sources.redhat.com, binutils@sources.redhat.com Subject: Re: July 31 bfd change breaks mips gdb Message-ID: <20020903234339.GP4194@rembrandt.csv.ica.uni-stuttgart.de> References: <3D753CDE.11727ED9@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D753CDE.11727ED9@redhat.com> User-Agent: Mutt/1.4i From: Thiemo Seufer X-SW-Source: 2002-09/txt/msg00006.txt.bz2 Michael Snyder wrote: > Dear binutils-folks, > > 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. I have used gdb including this patch on IRIX6. n32 debugging worked at this time. > This problem needs to be addressed. I'll look into it tomorrow. Thiemo