diff options
Diffstat (limited to 'ld/ldlang.h')
-rw-r--r-- | ld/ldlang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlang.h b/ld/ldlang.h index 867eb14..d518398 100644 --- a/ld/ldlang.h +++ b/ld/ldlang.h @@ -134,7 +134,7 @@ typedef struct lang_output_section_statement_struct union lang_statement_union *next; const char *name; - bfd_boolean processed; + int processed; asection *bfd_section; flagword flags; /* Or together of all input sections. */ |