PowerPC, use size_t rather than long for indices
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.c
index 52a96cffc1df5cc2ce29c416e9f2d1d0c1724096..e475421951f24b430d278abfb9892c891af3760d 100644 (file)
@@ -2120,9 +2120,10 @@ compare_symbols (const void *ap, const void *bp)
 /* Search SYMS for a symbol of the given VALUE.  */
 
 static asymbol *
-sym_exists_at (asymbol **syms, long lo, long hi, unsigned int id, bfd_vma value)
+sym_exists_at (asymbol **syms, size_t lo, size_t hi, unsigned int id,
+              bfd_vma value)
 {
-  long mid;
+  size_t mid;
 
   if (id == (unsigned) -1)
     {
This page took 0.024447 seconds and 4 git commands to generate.