mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
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.
This commit is contained in:
@@ -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 *));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user