Allow for the possibility that the local labels won't be in the objdump output.
[deliverable/binutils-gdb.git] / gdb / solib-svr4.c
index bad1c2019417d90f0292510366be2f19b5a51e7c..79bbcdc55ee553a284bfd7f2af24e91168cc594f 100644 (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;
This page took 0.023197 seconds and 4 git commands to generate.