Make asection->id and asection->index unsigned
[deliverable/binutils-gdb.git] / bfd / elf32-m68hc1x.c
index 8f02b12ee0d42c66121124fc863101d39107a880..7f52796c3eeb19f5e07876a317b02773cc8e0ecd 100644 (file)
@@ -237,7 +237,7 @@ elf32_m68hc11_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.027444 seconds and 4 git commands to generate.