diff options
Diffstat (limited to 'ld/ldctor.h')
-rw-r--r-- | ld/ldctor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldctor.h b/ld/ldctor.h index d780e85..6efe349 100644 --- a/ld/ldctor.h +++ b/ld/ldctor.h @@ -27,7 +27,7 @@ extern lang_statement_list_type constructor_list; /* Whether the constructors should be sorted. Note that this is global for the entire link; we assume that there is only a single CONSTRUCTORS command in the linker script. */ -extern bfd_boolean constructors_sorted; +extern bool constructors_sorted; /* We keep a list of these structures for each set we build. */ |