* ld/ldlang.c (insert_pad): Change alignment_needed argument to
[deliverable/binutils-gdb.git] / ld / ldlang.c
index 2c56b564559e3a30683d5168854856c569112299..4b9eae7ac050daef51989d6412f326b9a8cac8d7 100644 (file)
@@ -4596,7 +4596,7 @@ dprint_statement (lang_statement_union_type *s, int n)
 static void
 insert_pad (lang_statement_union_type **ptr,
            fill_type *fill,
-           unsigned int alignment_needed,
+           bfd_size_type alignment_needed,
            asection *output_section,
            bfd_vma dot)
 {
@@ -4651,7 +4651,7 @@ size_input_section
   if (!((lang_input_statement_type *) i->owner->usrdata)->just_syms_flag
       && (i->flags & SEC_EXCLUDE) == 0)
     {
-      unsigned int alignment_needed;
+      bfd_size_type alignment_needed;
       asection *o;
 
       /* Align this section first to the input sections requirement,
This page took 0.023794 seconds and 4 git commands to generate.