-*- text -*-

New in bprof 2.0 (relative to 1.1):

Can now use the ELF executable format.  The old a.out format should
still work as well, although I can no longer test it.

The compilation procedure for your program has been slightly changed.
Please read the new manpage.

New -v flag to print source files used.

Rewritten using GNU libbfd.  Should now be much easier to port.
Unfortunately the rewrite also means that the program can no longer
detect the difference between lines where no time was measured and
lines that are not executable.

------------------------------------------------------------------------

New in bprof 1.1 (relative to 0.1):

Emit a warning when a bmon.out file is older then the corresponding
executable.

Use ITIMER_VIRTUAL to avoid creating any problems with interrupted
system calls.

Should even work if your include files are so old as to not define
MAP_FILE.
