From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15195 invoked by alias); 30 Jul 2004 23:57:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15179 invoked from network); 30 Jul 2004 23:57:20 -0000 Received: from unknown (HELO iris1.csv.ica.uni-stuttgart.de) (129.69.118.2) by sourceware.org with SMTP; 30 Jul 2004 23:57:20 -0000 Received: from rembrandt.csv.ica.uni-stuttgart.de ([129.69.118.42] ident=mail) by iris1.csv.ica.uni-stuttgart.de with esmtp id 1BqhFW-00046x-00; Sat, 31 Jul 2004 01:57:18 +0200 Received: from ica2_ts by rembrandt.csv.ica.uni-stuttgart.de with local (Exim 3.35 #1 (Debian)) id 1BqhFV-00018h-00; Sat, 31 Jul 2004 01:57:17 +0200 Date: Fri, 30 Jul 2004 23:57:00 -0000 To: Joel Brobecker Cc: Mark Kettenis , binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] MIPS_TEXT symbols should be associated to .text section? Message-ID: <20040730235717.GK965@rembrandt.csv.ica.uni-stuttgart.de> References: <20040721204604.GN1278@gnat.com> <20040729220156.GK1167@gnat.com> <20040729221904.GT965@rembrandt.csv.ica.uni-stuttgart.de> <200407292314.i6TNEqwV024526@elgar.kettenis.dyndns.org> <20040730003138.GU965@rembrandt.csv.ica.uni-stuttgart.de> <20040730180800.GQ1167@gnat.com> <20040730185728.GB965@rembrandt.csv.ica.uni-stuttgart.de> <20040730230309.GX1167@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040730230309.GX1167@gnat.com> User-Agent: Mutt/1.5.6i From: Thiemo Seufer X-SW-Source: 2004-07/txt/msg00529.txt.bz2 Joel Brobecker wrote: > Thiemo, > > > I prefer the first. Please test this patch. > > I successfully tested this patch using the following testsuites: > - binutils > - libiberty > - gas > - ld > without any regression. > > I also verified that the problem fixes the GDB problem on IRIX, > and ran the gdb-testsuite with success as well. > > I think we can commit this patch :-). I have write privs, if this > can save you a couple minutes. I applied the patch. Thiemo