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

Unified Diff: gdb/sparc-ravenscar-thread.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 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/sparc-nat.c ('k') | gdb/sparc-ravenscar-thread.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/sparc-ravenscar-thread.h
diff --git a/gdb/obsd-tdep.h b/gdb/sparc-ravenscar-thread.h
similarity index 74%
copy from gdb/obsd-tdep.h
copy to gdb/sparc-ravenscar-thread.h
index e5d1ddbed97d40d82fabab527f1f94d10fdcc6cd..bac41523a316084f8a45bbec82e0aac30c5c630b 100644
--- a/gdb/obsd-tdep.h
+++ b/gdb/sparc-ravenscar-thread.h
@@ -1,6 +1,6 @@
-/* Target-dependent code for OpenBSD.
+/* Ravenscar SPARC target support.
- Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
+ Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -17,11 +17,10 @@
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 OBSD_TDEP_H
-#define OBSD_TDEP_H 1
+#ifndef SPARC_RAVENSCAR_THREAD_H
+#define SPARC_RAVENSCAR_THREAD_H
struct gdbarch;
-CORE_ADDR obsd_skip_solib_resolver (struct gdbarch *, CORE_ADDR);
-
-#endif /* obsd-tdep.h */
+extern void register_sparc_ravenscar_ops (struct gdbarch *gdbarch);
+#endif
« no previous file with comments | « gdb/sparc-nat.c ('k') | gdb/sparc-ravenscar-thread.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698