From 2670f34d21cbd859050111686f945b73f005a70d Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sat, 4 Jul 1992 13:59:03 +0000 Subject: Relocate symbols using an array of section_offsets, rather than a single `addr' or `offset'. This makes Solaris-2 support work, and permits better VxWorks (and maybe xcoff) support later. See ChangeLog. --- gdb/buildsym.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gdb/buildsym.h') diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 8c660f3b9e..21087ac397 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -338,7 +338,8 @@ extern struct symbol * define_symbol PARAMS ((unsigned int, char *, int, int, struct objfile *)); extern struct partial_symtab * -start_psymtab PARAMS ((struct objfile *, CORE_ADDR, char *, CORE_ADDR, int, +start_psymtab PARAMS ((struct objfile *, struct section_offsets *, char *, + CORE_ADDR, int, struct partial_symbol *, struct partial_symbol *)); extern void @@ -346,9 +347,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, - struct objfile *)); - +process_one_symbol PARAMS ((int, int, CORE_ADDR, char *, + struct section_offsets *, struct objfile *)); extern int hashname PARAMS ((char *)); -- cgit v1.2.1