2001-08-14 Daniel Jacobowitz <drow@mvista.com>

H.J. Lu  (hjl@gnu.org)

	* partial-stab.h: valu should be a CORE_ADDR.

2001-08-14  H.J. Lu  (hjl@gnu.org)

	* dbxread.c (SWAP_SYMBOL): Removed.
	(INTERNALIZE_SYMBOL): Check sign extended vma.
This commit is contained in:
H.J. Lu
2001-08-15 05:02:28 +00:00
parent 75ba07bf4c
commit 40b3352ba7
3 changed files with 16 additions and 13 deletions

View File

@@ -201,7 +201,7 @@ switch (CUR_SYMBOL_TYPE)
case N_SO:
{
unsigned long valu;
CORE_ADDR valu;
static int prev_so_symnum = -10;
static int first_so_symnum;
char *p;
@@ -399,7 +399,7 @@ switch (CUR_SYMBOL_TYPE)
/* See if this is an end of function stab. */
if (pst && CUR_SYMBOL_TYPE == N_FUN && *namestring == '\000')
{
unsigned long valu;
CORE_ADDR valu;
/* It's value is the size (in bytes) of the function for
function relative stabs, or the address of the function's