Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* gdbserver m68k-*-linux*
@ 2002-11-29 15:33 Andreas Schwab
  2002-11-29 15:38 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2002-11-29 15:33 UTC (permalink / raw)
  To: gdb-patches

There are only 29 registers on m68k.

Andreas.

2002-11-30  Andreas Schwab  <schwab@suse.de>

	* linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.

--- gdb/gdbserver/linux-m68k-low.c.~1.3.~	2002-04-10 11:08:18.000000000 +0200
+++ gdb/gdbserver/linux-m68k-low.c	2002-11-25 21:20:25.000000000 +0100
@@ -26,7 +26,7 @@
 #include <sys/reg.h>
 #endif
 
-#define m68k_num_regs 31
+#define m68k_num_regs 29
 
 /* This table must line up with REGISTER_NAMES in tm-m68k.h */
 static int m68k_regmap[] =

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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

end of thread, other threads:[~2002-11-30  0:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-29 15:33 gdbserver m68k-*-linux* Andreas Schwab
2002-11-29 15:38 ` Andrew Cagney
2002-11-29 16:19   ` Andreas Schwab

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