From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14217 invoked by alias); 24 Jan 2002 02:48:01 -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 14140 invoked from network); 24 Jan 2002 02:47:59 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (12.107.208.154) by sources.redhat.com with SMTP; 24 Jan 2002 02:47:59 -0000 Received: from free.redhat.lsd.ic.unicamp.br (dhcpd168.meridian.redhat.com [172.16.47.168]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g0O2lr327331; Wed, 23 Jan 2002 21:47:53 -0500 Received: (from aoliva@localhost) by free.redhat.lsd.ic.unicamp.br (8.11.6/8.11.6) id g0O2lk122512; Thu, 24 Jan 2002 00:47:46 -0200 To: Andrew Cagney Cc: Brad Lucier , jsturm@one-point.com, atpoquet@ucdavis.edu, gcc@gcc.gnu.org, gdb-patches@sources.redhat.com Subject: Re: Help needed with sparc References: <200201232315.g0NNFw309706@banach.math.purdue.edu> <3C4F70BC.6050601@cygnus.com> From: Alexandre Oliva Organization: GCC Team, Red Hat Date: Wed, 23 Jan 2002 18:48:00 -0000 In-Reply-To: Andrew Cagney's message of "Wed, 23 Jan 2002 21:26:04 -0500" Message-ID: User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.7 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-SW-Source: 2002-01/txt/msg00709.txt.bz2 --=-=-= Content-length: 300 On Jan 24, 2002, Andrew Cagney wrote: > Yes, but with tweeks: Thanks for the quick review, here's what I'm checking in. I was not sure whether you wanted blanks in the first hunk too, and since I couldn't find other occurrences without blanks, I went ahead and put them in. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=gdb-sparcv9.patch Content-length: 1685 Index: gdb/ChangeLog from Alexandre Oliva * configure.host: Accept sparcv9 as alias for sparc64. * configure.tgt: Likewise. Index: gdb/configure.host =================================================================== RCS file: /cvs/src/src/gdb/configure.host,v retrieving revision 1.32 diff -u -p -r1.32 configure.host --- gdb/configure.host 2002/01/20 09:10:27 1.32 +++ gdb/configure.host 2002/01/24 02:45:12 @@ -18,7 +18,7 @@ m68*) gdb_host_cpu=m68k ;; m88*) gdb_host_cpu=m88k ;; mips*) gdb_host_cpu=mips ;; powerpc*) gdb_host_cpu=powerpc ;; -sparc64) gdb_host_cpu=sparc ;; +sparcv9 | sparc64) gdb_host_cpu=sparc ;; s390*) gdb_host_cpu=s390 ;; x86_64*) gdb_host_cpu=i386 ;; *) gdb_host_cpu=$host_cpu ;; @@ -145,7 +145,7 @@ sparc-*-sunos4*) gdb_host=sun4os4 ;; sparc-*-sunos5*) gdb_host=sun4sol2 ;; sparc-*-*) gdb_host=sun4os4 ;; sparc64-*-linux*) gdb_host=linux ;; -sparc64-*-*) gdb_host=sun4sol2 ;; +sparcv9-*-* | sparc64-*-*) gdb_host=sun4sol2 ;; strongarm-*-*) gdb_host=arm ;; xscale-*-*) gdb_host=arm ;; Index: gdb/configure.tgt =================================================================== RCS file: /cvs/src/src/gdb/configure.tgt,v retrieving revision 1.50 diff -u -p -r1.50 configure.tgt --- gdb/configure.tgt 2002/01/20 09:10:27 1.50 +++ gdb/configure.tgt 2002/01/24 02:45:13 @@ -278,7 +278,7 @@ sparc86x-*-*) gdb_target=sparclite ;; # deleted though presumably it should be eventually. #sparc64-*-solaris2*) gdb_target=sp64sol2 ;; sparc64-*-linux*) gdb_target=sp64linux ;; -sparc64-*-*) gdb_target=sp64 ;; +sparcv9-*-* | sparc64-*-*) gdb_target=sp64 ;; xstormy16-*-*) gdb_target=xstormy16 ;; --=-=-= Content-length: 472 > (the patch is very old) Yes, indeed. I wrote it long ago, but I guess I hadn't posted yet because I hadn't written a ChangeLog entry. Sorry that the first patch was missing it. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist *Please* write to mailing lists, not to me --=-=-=--