mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* xcoffread.c (read_symbol_nvalue): Return CORE_ADDR.
* rs6000-tdep.c (rs6000_pop_frame): Make addr CORE_ADDR type.
This commit is contained in:
@ -226,7 +226,7 @@ static void read_symbol (struct internal_syment *, int);
|
||||
|
||||
static int read_symbol_lineno (int);
|
||||
|
||||
static int read_symbol_nvalue (int);
|
||||
static CORE_ADDR read_symbol_nvalue (int);
|
||||
|
||||
static struct symbol *process_xcoff_symbol (struct coff_symbol *,
|
||||
struct objfile *);
|
||||
@ -1673,7 +1673,7 @@ read_symbol (symbol, symno)
|
||||
|
||||
/* Get value corresponding to symbol number symno in symtbl. */
|
||||
|
||||
static int
|
||||
static CORE_ADDR
|
||||
read_symbol_nvalue (symno)
|
||||
int symno;
|
||||
{
|
||||
|
Reference in New Issue
Block a user