gprof failed to compile due to
2002-01-30 Daniel Jacobowitz <drow@mvista.com>
* bfd-in.h: Include <stdbool.h> if it is available.
* bfd-in2.h: Regenerated.
The problem is gprof.h also defines "bool". Now bool in bfd.h is
incompatible with "bool" in gprof.h when gcc 2.96 or above is used.
Please fix it.
Thanks.
H.J.