Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: gdb/sh64-tdep.h

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/sh-tdep.c ('k') | gdb/sh64-tdep.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « gdb/sh-tdep.c ('k') | gdb/sh64-tdep.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698