Merge probe and ordinary tracepoints
[binutils-gdb.git] / gprof / symtab.h
index 87a957d1624a22e6bafbb9c9cea3e63dc6b70492..d691b6ce29132384fcb4f28607324bc4b806e9be 100644 (file)
@@ -1,6 +1,6 @@
 /* symtab.h
 
-   Copyright (C) 2000-2020 Free Software Foundation, Inc.
+   Copyright (C) 2000-2022 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -78,7 +78,7 @@ typedef struct sym
        double child_time;      /* Cumulative ticks in children.  */
        int index;              /* Index in the graph list.  */
        int top_order;          /* Graph call chain top-sort order.  */
-       bfd_boolean print_flag; /* Should this be printed?  */
+       bool print_flag;        /* Should this be printed?  */
        struct
          {
            double fract;       /* What % of time propagates.  */