X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fstabsread.h;h=b938f269e720deccc0abbdf89449c6f23f46bdd6;hb=ac775bf4d35b7a2d5715e0ccf3d648d4670213fd;hp=dbf5e1de864645d0f3f0a463bc2c486424fd8f49;hpb=18a94d75a0a9baca8e2db2563fa3e637415ad86e;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/stabsread.h b/gdb/stabsread.h index dbf5e1de86..b938f269e7 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -1,5 +1,5 @@ /* Include file for stabs debugging format support functions. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -160,16 +160,12 @@ 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 objfile *objfile, - struct partial_symtab *pst, - const char **include_list, - int num_includes, - int capping_symbol_offset, - CORE_ADDR capping_text, - struct partial_symtab - **dependency_list, - int number_dependencies, - int textlow_not_set); +extern struct partial_symtab *dbx_end_psymtab + (struct objfile *objfile, struct partial_symtab *pst, + const char **include_list, int num_includes, + int capping_symbol_offset, CORE_ADDR capping_text, + struct partial_symtab **dependency_list, int number_dependencies, + int textlow_not_set); extern void process_one_symbol (int, int, CORE_ADDR, char *, const struct section_offsets *,