* 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:
Alan Modra 2005-09-20 03:00:53 +00:00
parent 3592b9717c
commit f68d3f78b1
4 changed files with 15 additions and 9 deletions

View file

@ -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. */