aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-03-16 18:06:44 +0000
committerKevin Buettner <kevinb@redhat.com>2001-03-16 18:06:44 +0000
commit435b259cb08adc427d2619de48e49426f1d9d8a4 (patch)
treefd005345ebf764b11189381c10c27ab44d85c68d /gdb/solib-svr4.c
parentb6c11a24b3d97163eafac1d5fd25f50aa0f02b76 (diff)
downloadgdb-435b259cb08adc427d2619de48e49426f1d9d8a4.zip
gdb-435b259cb08adc427d2619de48e49426f1d9d8a4.tar.gz
gdb-435b259cb08adc427d2619de48e49426f1d9d8a4.tar.bz2
Change type of ``storage_needed'' from unsigned int to long.
Diffstat (limited to 'gdb/solib-svr4.c')
-rw-r--r--gdb/solib-svr4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c
index bad1c20..79bbcdc 100644
--- a/gdb/solib-svr4.c
+++ b/gdb/solib-svr4.c
@@ -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;