* ecoff.c: casting the return value of BFD_ALIGN to int
[external/binutils.git] / bfd / elf32-v850.c
index 7516ceb..89724ad 100644 (file)
@@ -3141,7 +3141,7 @@ v850_elf_relax_section (bfd *abfd,
 
          if (alignmoveto < alignto)
            {
-             unsigned int i;
+             bfd_vma i;
 
              align_pad_size = alignto - alignmoveto;
 #ifdef DEBUG_RELAX