Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [ob/6.0] Fix a new sparc build failure
@ 2003-06-29 21:17 Daniel Jacobowitz
  2003-06-29 21:31 ` Andrew Cagney
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Jacobowitz @ 2003-06-29 21:17 UTC (permalink / raw)
  To: gdb-patches

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  <drow@mvista.com>

	* 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;


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-07-07 18:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-29 21:17 [ob/6.0] Fix a new sparc build failure Daniel Jacobowitz
2003-06-29 21:31 ` Andrew Cagney
2003-06-29 21:37   ` Daniel Jacobowitz
2003-06-29 22:15     ` Andrew Cagney
2003-07-03 14:00       ` Daniel Jacobowitz
2003-07-03 14:24         ` Andrew Cagney
2003-07-07 18:09           ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox