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

Unified Diff: gdb/sparc-tdep.h

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/sparc-stub.c ('k') | gdb/sparc-tdep.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/sparc-tdep.h
diff --git a/gdb/sparc-tdep.h b/gdb/sparc-tdep.h
index 3a91301399142751e2b82e36addf77a91c16e084..db949945e673d1c7551e7b2431114443bcfc03bf 100644
--- a/gdb/sparc-tdep.h
+++ b/gdb/sparc-tdep.h
@@ -215,9 +215,9 @@ extern void sparc32_collect_fpregset (const struct regcache *regcache,
/* Register offsets for Solaris 2. */
extern const struct sparc_gregset sparc32_sol2_gregset;
-extern int sparc_sol2_pc_in_sigtramp (CORE_ADDR pc, char *name);
+extern int sparc_sol2_pc_in_sigtramp (CORE_ADDR pc, const char *name);
-extern char *sparc_sol2_static_transform_name (char *name);
+extern const char *sparc_sol2_static_transform_name (const char *name);
extern void sparc32_sol2_init_abi (struct gdbarch_info info,
struct gdbarch *gdbarch);
« no previous file with comments | « gdb/sparc-stub.c ('k') | gdb/sparc-tdep.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698