Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gdb6/gdb Don't build sh64 code even if BFD64 as sug...
details: https://anonhg.NetBSD.org/src/rev/1cdc998f11e8
branches: trunk
changeset: 749305:1cdc998f11e8
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Nov 26 06:34:22 2009 +0000
description:
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.
diffstat:
gnu/dist/gdb6/gdb/sh-tdep.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r 2f6d1cc65d4a -r 1cdc998f11e8 gnu/dist/gdb6/gdb/sh-tdep.c
--- a/gnu/dist/gdb6/gdb/sh-tdep.c Thu Nov 26 02:03:42 2009 +0000
+++ b/gnu/dist/gdb6/gdb/sh-tdep.c Thu Nov 26 06:34:22 2009 +0000
@@ -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. */
Home |
Main Index |
Thread Index |
Old Index