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

Unified Diff: gdb/stabsread.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/srec.h ('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 e4332bc9b09c8611e1dc000d10ac796d91776d3d..003fda518ecbc10cb3a5a4cb09ed1753d0be1c9e 100644
--- a/gdb/stabsread.h
+++ b/gdb/stabsread.h
@@ -1,6 +1,5 @@
/* Include file for stabs debugging format support functions.
- Copyright (C) 1986-1997, 1999-2003, 2007-2012 Free Software
- Foundation, Inc.
+ Copyright (C) 1986-2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -161,7 +160,8 @@ struct stab_section_list
/* Functions exported by dbxread.c. These are not in stabsread.c because
they are only used by some stabs readers. */
-extern struct partial_symtab *end_psymtab (struct partial_symtab *pst,
+extern struct partial_symtab *end_psymtab (struct objfile *objfile,
+ struct partial_symtab *pst,
const char **include_list,
int num_includes,
int capping_symbol_offset,
@@ -172,7 +172,8 @@ extern struct partial_symtab *end_psymtab (struct partial_symtab *pst,
int textlow_not_set);
extern void process_one_symbol (int, int, CORE_ADDR, char *,
- struct section_offsets *, struct objfile *);
+ const struct section_offsets *,
+ struct objfile *);
extern void elfstab_build_psymtabs (struct objfile *objfile,
asection *stabsect,
« no previous file with comments | « gdb/srec.h ('k') | gdb/stabsread.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698