loongarch64 build failure on 32-bit host
[binutils-gdb.git] / gprof / basic_blocks.h
index 69dba608ea7eb440d53ce2cf6e7bd9d2b9878f13..3524d928ecbfd215fdfb3a05620fdb9f6772e7fb 100644 (file)
@@ -1,5 +1,5 @@
 /* basic_blocks.h
-   Copyright (C) 2000-2016 Free Software Foundation, Inc.
+   Copyright (C) 2000-2021 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -22,7 +22,7 @@
 #define basic_blocks_h
 
 /* Options:  */
-extern bfd_boolean bb_annotate_all_lines; /* Force annotation of all lines?  */
+extern bool bb_annotate_all_lines;     /* Force annotation of all lines?  */
 extern int bb_table_length;            /* Length of most-used bb table.  */
 extern unsigned long bb_min_calls;     /* Minimum execution count.  */