This patch makes a slight adjustment to mn10300-linux-tdep.c so that corefile
support will work again.

gdb/ChangeLog.RedHat:
2005-07-21  Kevin Buettner  <kevinb@redhat.com>

	* mn10300-linux-tdep.c (ELF_NGREG): Adjust constant.

Index: gdb/mn10300-linux-tdep.c
===================================================================
RCS file: /cvs/cvsfiles/gnupro/gdb/mn10300-linux-tdep.c,v
retrieving revision 1.1.12.1.4.1
diff -u -p -r1.1.12.1.4.1 mn10300-linux-tdep.c
--- gdb/mn10300-linux-tdep.c	19 Jul 2005 22:38:49 -0000	1.1.12.1.4.1
+++ gdb/mn10300-linux-tdep.c	21 Jul 2005 20:35:04 -0000
@@ -28,7 +28,7 @@
 #include <stdlib.h>
 
 /* Transliterated from <asm-mn10300/elf.h>...  */
-#define ELF_NGREG 27
+#define ELF_NGREG 28
 #define ELF_NFPREG 32
 
 typedef unsigned char elf_greg_t[4];

