diff options
author | Alan Modra <amodra@gmail.com> | 2002-02-01 01:18:06 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-02-01 01:18:06 +0000 |
commit | bde52789b2840efede7cba2971d8b174586018fc (patch) | |
tree | e8b4ffaad471f45f27e475e24cdf2c7f3d596546 /gprof/ChangeLog | |
parent | d874f1e22527c1b95211222c110a137b0f50ec00 (diff) | |
download | gdb-bde52789b2840efede7cba2971d8b174586018fc.zip gdb-bde52789b2840efede7cba2971d8b174586018fc.tar.gz gdb-bde52789b2840efede7cba2971d8b174586018fc.tar.bz2 |
* basic_blocks.c: Replace bool with boolean, TRUE with true and
FALSE with false 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.
* hist.c: Likewise.
* mips.c: Likewise.
* source.c: Likewise.
* source.h: Likewise.
* sym_ids.c: Likewise.
* sym_ids.h: Likewise.
* symtab.h: Likewise.
* tahoe.c: Likewise.
* vax.c: Likewise.
* gprof.h: Likewise.
(TRUE): Don't define.
(FALSE): Don't define.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 63654b9..12826c4 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,27 @@ +2002-02-01 Alan Modra <amodra@bigpond.net.au> + + * basic_blocks.c: Replace bool with boolean, TRUE with true and + FALSE with false 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. + * hist.c: Likewise. + * mips.c: Likewise. + * source.c: Likewise. + * source.h: Likewise. + * sym_ids.c: Likewise. + * sym_ids.h: Likewise. + * symtab.h: Likewise. + * tahoe.c: Likewise. + * vax.c: Likewise. + * gprof.h: Likewise. + (TRUE): Don't define. + (FALSE): Don't define. + 2002-01-31 Jason R Thorpe <thorpej@wasabisystems.com> * TODO: Remove "host architecture pointer size" item. |