diff options
author | Stu Grossman <grossman@cygnus> | 1992-04-04 01:43:01 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-04-04 01:43:01 +0000 |
commit | b2de19e3c671f63d86cebe2ec18584e2518db071 (patch) | |
tree | 4b499abc613c8a9b0111bb9d82d6649e57954c7f /gdb/buildsym.h | |
parent | 556f3d9029f10733007a87814d7a46ea0c480be2 (diff) | |
download | gdb-b2de19e3c671f63d86cebe2ec18584e2518db071.zip gdb-b2de19e3c671f63d86cebe2ec18584e2518db071.tar.gz gdb-b2de19e3c671f63d86cebe2ec18584e2518db071.tar.bz2 |
* buildsym.h, dbxread.c, mipsread.c: Add objfile arg to
process_one_symbol.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 19f3f55..7212384 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -351,7 +351,8 @@ end_psymtab PARAMS ((struct partial_symtab *, char **, int, int, CORE_ADDR, struct partial_symtab **, int)); extern void -process_one_symbol PARAMS ((int, int, CORE_ADDR, char *, int)); +process_one_symbol PARAMS ((int, int, CORE_ADDR, char *, int, + struct objfile *)); extern int hashname PARAMS ((char *)); |