Module Name: src
Committed By: uebayasi
Date: Thu Nov 26 06:34:22 UTC 2009
Modified Files:
src/gnu/dist/gdb6/gdb: sh-tdep.c
Log Message:
Don't build sh64 code even if BFD64 as suggested by uwe@ (privately). We
don't need sh64 at all. This fixes sh3 MKCROSSGDB=yes build.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/gnu/dist/gdb6/gdb/sh-tdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/dist/gdb6/gdb/sh-tdep.c
diff -u src/gnu/dist/gdb6/gdb/sh-tdep.c:1.2 src/gnu/dist/gdb6/gdb/sh-tdep.c:1.3
--- src/gnu/dist/gdb6/gdb/sh-tdep.c:1.2 Sat Dec 2 01:13:53 2006
+++ src/gnu/dist/gdb6/gdb/sh-tdep.c Thu Nov 26 06:34:22 2009
@@ -2486,11 +2486,13 @@
break;
#ifdef BFD64
+#if 0
case bfd_mach_sh5:
sh_show_regs = sh64_show_regs;
/* SH5 is handled entirely in sh64-tdep.c */
return sh64_gdbarch_init (info, arches);
#endif
+#endif
}
/* If there is already a candidate, use it. */