Change type of ``storage_needed'' from unsigned int to long.

This commit is contained in:
Kevin Buettner
2001-03-16 18:06:44 +00:00
parent b6c11a24b3
commit 435b259cb0
3 changed files with 12 additions and 6 deletions

View File

@ -364,7 +364,7 @@ static CORE_ADDR bfd_lookup_symbol (bfd *, char *);
static CORE_ADDR
bfd_lookup_symbol (bfd *abfd, char *symname)
{
unsigned int storage_needed;
long storage_needed;
asymbol *sym;
asymbol **symbol_table;
unsigned int number_of_symbols;