Make asection->id and asection->index unsigned
[deliverable/binutils-gdb.git] / bfd / elf32-hppa.c
index 41bf5c57c59d27c4a9fcaf184f1c746ef1dd3706..8b56ac4b7dbb245980797bae73f1a86da4cfd49e 100644 (file)
@@ -270,7 +270,7 @@ struct elf32_hppa_link_hash_table
 
   /* Assorted information used by elf32_hppa_size_stubs.  */
   unsigned int bfd_count;
-  int top_index;
+  unsigned int top_index;
   asection **input_list;
   Elf_Internal_Sym **all_local_syms;
 
@@ -2495,7 +2495,7 @@ elf32_hppa_setup_section_lists (bfd *output_bfd, struct bfd_link_info *info)
 {
   bfd *input_bfd;
   unsigned int bfd_count;
-  int top_id, top_index;
+  unsigned int top_id, top_index;
   asection *section;
   asection **input_list, **list;
   bfd_size_type amt;
This page took 0.033734 seconds and 4 git commands to generate.