* ld/ldlang.c (insert_pad): Change alignment_needed argument to

bfd_size_type.
(size_input_section): Change alignment_needed varible to
bfd_size_type.
* ld/ldlang.h (lang_padding_statement_type): Change size field to
bfd_size_type.
This commit is contained in:
Andreas Schwab
2011-11-15 18:22:27 +00:00
parent c011a4f469
commit 1a69ff95de
3 changed files with 12 additions and 3 deletions

View File

@@ -358,7 +358,7 @@ typedef struct
{
lang_statement_header_type header;
bfd_vma output_offset;
size_t size;
bfd_size_type size;
asection *output_section;
fill_type *fill;
} lang_padding_statement_type;