diff options
Diffstat (limited to 'include/coff/xcoff.h')
-rw-r--r-- | include/coff/xcoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h index 05e9160..3170542 100644 --- a/include/coff/xcoff.h +++ b/include/coff/xcoff.h @@ -406,7 +406,7 @@ struct xcoff_link_hash_entry struct xcoff_loader_info { /* Set if a problem occurred. */ - bfd_boolean failed; + bool failed; /* Output BFD. */ bfd *output_bfd; |