
The following BUGS are outstanding:

elfsort:

o Despite the documentation, the elfsort program cannot read logfiles from
  stdin.

o When compiling with -Wall is enabled under Linux, the following warning is
  given by gcc:

elfsort.c: In function `main':
elfsort.c:178: warning: implicit declaration of function `fseeko'

  The correct header (stdio.h) is linked in, and the compile is successful.
  Not sure what is causing this.
