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

Unified Diff: gdb/ppc-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/ppc-linux-tdep.c ('k') | gdb/ppc-ravenscar-thread.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/ppc-ravenscar-thread.h
diff --git a/gdb/sol2-tdep.h b/gdb/ppc-ravenscar-thread.h
similarity index 70%
copy from gdb/sol2-tdep.h
copy to gdb/ppc-ravenscar-thread.h
index b516f7d96317942df7dafcabb9aebcfb26d35030..4acc937ca39381b974497f3315abde717b55e292 100644
--- a/gdb/sol2-tdep.h
+++ b/gdb/ppc-ravenscar-thread.h
@@ -1,6 +1,6 @@
-/* Target-dependent code for Solaris.
+/* Ravenscar PowerPC target support.
- Copyright (C) 2006-2012 Free Software Foundation, Inc.
+ Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -17,13 +17,13 @@
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 SOL2_TDEP_H
-#define SOL2_TDEP_H 1
+#ifndef PPC_RAVENSCAR_THREAD_H
+#define PPC_RAVENSCAR_THREAD_H
struct gdbarch;
-CORE_ADDR sol2_skip_solib_resolver (struct gdbarch *, CORE_ADDR);
+extern void register_ppc_ravenscar_ops (struct gdbarch *gdbarch);
-char *sol2_core_pid_to_str (struct gdbarch *gdbarch, ptid_t ptid);
+extern void register_e500_ravenscar_ops (struct gdbarch *gdbarch);
-#endif /* sol2-tdep.h */
+#endif
« no previous file with comments | « gdb/ppc-linux-tdep.c ('k') | gdb/ppc-ravenscar-thread.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698