bfd: Change num_group to unsigned int
[deliverable/binutils-gdb.git] / bfd / elf-bfd.h
index c546b583b87cf6a3639afa4566969b26268bdd9e..5f3a5cc04b17aa825098f3567426f36b67d290dc 100644 (file)
@@ -1953,7 +1953,7 @@ struct elf_obj_tdata
   struct sdt_note *sdt_note_head;
 
   Elf_Internal_Shdr **group_sect_ptr;
-  int num_group;
+  unsigned int num_group;
 
   /* Index into group_sect_ptr, updated by setup_group when finding a
      section's group.  Used to optimize subsequent group searches.  */
This page took 0.025054 seconds and 4 git commands to generate.