Fix PR references.
[deliverable/binutils-gdb.git] / binutils / objcopy.c
index e916fce83a07cefd8327af8f8dd2773520718419..9bfb68dbba50abc23473fed0eebc7216d70873e7 100644 (file)
@@ -804,7 +804,7 @@ group_signature (asection *group)
 
       if (symhdr->sh_type == SHT_SYMTAB
          && ghdr->sh_info < symhdr->sh_size / bed->s->sizeof_sym)
-       return isympp[ghdr->sh_info];
+       return isympp[ghdr->sh_info - 1];
     }
   return NULL;
 }
This page took 0.027156 seconds and 4 git commands to generate.