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

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

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/python/python-internal.h ('k') | gdb/ravenscar-thread.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/ravenscar-sparc-thread.c
diff --git a/gdb/ravenscar-sparc-thread.c b/gdb/ravenscar-sparc-thread.c
index 93af256b516713d8c321793dc8d63e14704acb18..9132109d62bedf6c502837c465ecb5cf00510691 100644
--- a/gdb/ravenscar-sparc-thread.c
+++ b/gdb/ravenscar-sparc-thread.c
@@ -175,6 +175,9 @@ ravenscar_sparc_store_registers (struct regcache *regcache, int regnum)
buf_size);
}
+/* Provide a prototype to silence -Wmissing-prototypes. */
+extern void _initialize_ravenscar_sparc (void);
+
void
_initialize_ravenscar_sparc (void)
{
« no previous file with comments | « gdb/python/python-internal.h ('k') | gdb/ravenscar-thread.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698