msp430: Fix bug regarding large memory model inferior function call arguments.
[deliverable/binutils-gdb.git] / bfd / elf32-avr.c
index 86b9f8406bbc4a9c42ce4009bf077e157df422c5..9aa5a68888af9e34085ed360be5674cf17a546e3 100644 (file)
@@ -89,7 +89,7 @@ struct elf32_avr_link_hash_table
 
   /* Assorted information used by elf32_avr_size_stubs.  */
   unsigned int        bfd_count;
-  int                 top_index;
+  unsigned int        top_index;
   asection **         input_list;
   Elf_Internal_Sym ** all_local_syms;
 
@@ -3365,7 +3365,7 @@ elf32_avr_setup_section_lists (bfd *output_bfd,
 {
   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.024233 seconds and 4 git commands to generate.