]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/ldctor.h
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / ldctor.h
index d780e85e59c0a6c468a9af5c1b6573fb8547ed3f..e77ebfc3ca092d5f148e0a2ec78659d3da4b6cf8 100644 (file)
@@ -1,5 +1,5 @@
 /* ldctor.h - linker constructor support
-   Copyright (C) 1991-2021 Free Software Foundation, Inc.
+   Copyright (C) 1991-2022 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -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.  */