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 |