mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user