* ldlang.h (lang_output_section_statement_struct): Change type of
"processed" to bfd_boolean. * ldexp.c (fold_name): Update references to os->processed. * ldlang.c (lang_output_section_statement_lookup_1): Likewise. (lang_size_sections_1): Likewise. (lang_reset_memory_regions): Likewise.
This commit is contained in:
parent
3592b9717c
commit
f68d3f78b1
4 changed files with 15 additions and 9 deletions
|
@ -134,7 +134,7 @@ typedef struct lang_output_section_statement_struct
|
|||
struct lang_output_section_statement_struct *next;
|
||||
const char *name;
|
||||
|
||||
int processed;
|
||||
bfd_boolean processed;
|
||||
|
||||
asection *bfd_section;
|
||||
flagword flags; /* Or together of all input sections. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue