aboutsummaryrefslogtreecommitdiff
path: root/gprof/source.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-03-31 10:29:52 +1030
committerAlan Modra <amodra@gmail.com>2021-03-31 10:49:23 +1030
commitfaa7a26040c617a6d29f601998b99a1da882c672 (patch)
tree704031231af1213b66d56395a5edaa65a043dd0b /gprof/source.h
parent9193bc4285c232400a26448ca75095c44c13f637 (diff)
downloadfsf-binutils-gdb-faa7a26040c617a6d29f601998b99a1da882c672.zip
fsf-binutils-gdb-faa7a26040c617a6d29f601998b99a1da882c672.tar.gz
fsf-binutils-gdb-faa7a26040c617a6d29f601998b99a1da882c672.tar.bz2
Use bool in gprof
* basic_blocks.c: Replace bfd_boolean with bool, FALSE with false, and TRUE with true throughout. * basic_blocks.h: Likewise. * cg_arcs.c: Likewise. * cg_dfn.c: Likewise. * cg_print.c: Likewise. * corefile.c: Likewise. * gmon_io.c: Likewise. * gprof.c: Likewise. * gprof.h: Likewise. * hist.c: Likewise. * mips.c: Likewise. * source.c: Likewise. * source.h: Likewise. * sym_ids.c: Likewise. * sym_ids.h: Likewise. * symtab.h: Likewise. * vax.c: Likewise.
Diffstat (limited to 'gprof/source.h')
-rw-r--r--gprof/source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/source.h b/gprof/source.h
index bbc117a..fb4e9dd 100644
--- a/gprof/source.h
+++ b/gprof/source.h
@@ -36,7 +36,7 @@ Source_File;
/* Options. */
/* Create annotated output files? */
-extern bfd_boolean create_annotation_files;
+extern bool create_annotation_files;
/* List of directories to search for source files. */
extern Search_List src_search_list;