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

Unified Diff: gdb/stabsread.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/spu-tdep.c ('k') | gdb/stabsread.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/stabsread.h
diff --git a/gdb/stabsread.h b/gdb/stabsread.h
index 071552ea1dfc703f5d3f1567a2d0ff547fd9e221..e4332bc9b09c8611e1dc000d10ac796d91776d3d 100644
--- a/gdb/stabsread.h
+++ b/gdb/stabsread.h
@@ -129,7 +129,7 @@ EXTERN int n_this_object_header_files;
EXTERN int n_allocated_this_object_header_files;
-extern void cleanup_undefined_types (struct objfile *);
+extern void cleanup_undefined_stabs_types (struct objfile *);
extern long read_number (char **, int);
@@ -162,7 +162,7 @@ struct stab_section_list
they are only used by some stabs readers. */
extern struct partial_symtab *end_psymtab (struct partial_symtab *pst,
- char **include_list,
+ const char **include_list,
int num_includes,
int capping_symbol_offset,
CORE_ADDR capping_text,
« no previous file with comments | « gdb/spu-tdep.c ('k') | gdb/stabsread.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698