summaryrefslogtreecommitdiff
path: root/gdb/sparc-ravenscar-thread.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-12-15 14:29:00 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-12-15 14:29:00 +0000
commita67eb298af3dbb0086592efb85ee007654968193 (patch)
tree467657b8e8fd1d400744e9c397e051251b32c6f2 /gdb/sparc-ravenscar-thread.h
parent848f732b9e1003d3bc018024ce34a4422d8575f2 (diff)
downloadgdb-a67eb298af3dbb0086592efb85ee007654968193.tar.gz
Rename ravenscar-sparc-thread.[hc] into sparc-ravenscar-thread.[hc].
gdb/ChangeLog: * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h. * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c. Adjust sparc-ravenscar-thread.h #include. * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include accordingly. * Makefile.in: Replace ravenscar-sparc-thread with sparc-ravenscar-thread throughout. * configure.tgt: Likewise.
Diffstat (limited to 'gdb/sparc-ravenscar-thread.h')
-rw-r--r--gdb/sparc-ravenscar-thread.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/gdb/sparc-ravenscar-thread.h b/gdb/sparc-ravenscar-thread.h
new file mode 100644
index 00000000000..fc86e695a6e
--- /dev/null
+++ b/gdb/sparc-ravenscar-thread.h
@@ -0,0 +1,26 @@
+/* Ravenscar SPARC target support.
+
+ Copyright 2012 Free Software Foundation, Inc.
+
+ This file is part of GDB.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ 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 RAVENSCAR_SPARC_THREAD_H
+#define RAVENSCAR_SPARC_THREAD_H
+
+struct gdbarch;
+
+extern void register_sparc_ravenscar_ops (struct gdbarch *gdbarch);
+#endif