From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11109 invoked by alias); 29 Jun 2003 21:17:05 -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 11101 invoked from network); 29 Jun 2003 21:17:04 -0000 Received: from unknown (HELO crack.them.org) (146.82.138.56) by sources.redhat.com with SMTP; 29 Jun 2003 21:17:04 -0000 Received: from dsl093-172-017.pit1.dsl.speakeasy.net ([66.93.172.17] helo=nevyn.them.org ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 19WjYe-00043v-00 for ; Sun, 29 Jun 2003 16:18:01 -0500 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 19WjXb-0001XA-00 for ; Sun, 29 Jun 2003 17:16:55 -0400 Date: Sun, 29 Jun 2003 21:17:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: [ob/6.0] Fix a new sparc build failure Message-ID: <20030629211653.GA29914@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i X-SW-Source: 2003-06/txt/msg00871.txt.bz2 sparc_y_regnum is mentioned in the tm header, so sparc-nat.c actually references it. Fixes another sparc-native build failure; checked in. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer 2003-06-29 Daniel Jacobowitz * sparc-tdep.c (sparc_y_regnum): Make external again. --- gdb-5.3.20030629/gdb/sparc-tdep.c.orig 2003-06-29 17:10:00.000000000 -0400 +++ gdb-5.3.20030629/gdb/sparc-tdep.c 2003-06-29 17:10:09.000000000 -0400 @@ -3188,7 +3188,7 @@ sparc_call_dummy_address (void) /* Supply the Y register number to those that need it. */ -static int +int sparc_y_regnum (void) { return gdbarch_tdep (current_gdbarch)->y_regnum;