Index: gdb/sh64-tdep.h |
diff --git a/gdb/gdb_vfork.h b/gdb/sh64-tdep.h |
similarity index 75% |
copy from gdb/gdb_vfork.h |
copy to gdb/sh64-tdep.h |
index 736519db5030c7072eb5b77996a362b15f0f7bbc..b0d4e0c4514468e5a4c1ae97d7c3643d4e036b46 100644 |
--- a/gdb/gdb_vfork.h |
+++ b/gdb/sh64-tdep.h |
@@ -1,5 +1,5 @@ |
-/* GDB-friendly replacement for <vfork.h>. |
- Copyright (C) 2001, 2007-2012 Free Software Foundation, Inc. |
+/* Target-dependent definitions for Renesas Super-H, for GDB. |
+ Copyright (C) 2012 Free Software Foundation, Inc. |
This file is part of GDB. |
@@ -16,11 +16,9 @@ |
You should have received a copy of the GNU General Public License |
along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
-#ifndef GDB_VFORK_H |
-#define GDB_VFORK_H |
+#ifndef SH64_TDEP_H |
+#define SH64_TDEP_H |
-#if HAVE_VFORK_H |
-#include <vfork.h> |
-#endif |
+extern gdbarch_init_ftype sh64_gdbarch_init; |
-#endif /* GDB_VFORK_H */ |
+#endif /* SH64_TDEP_H */ |