svn commit: r276567 - head/contrib/elftoolchain/readelf

Ed Maste emaste at freebsd.org
Fri Jan 2 21:45:36 UTC 2015


On 2 January 2015 at 15:49, Ed Maste <emaste at freebsd.org> wrote:
> Author: emaste
> Date: Fri Jan  2 20:49:43 2015
> New Revision: 276567
> URL: https://svnweb.freebsd.org/changeset/base/276567
>
...
> +#if 0
>                 case NT_AUXV:
>                         return "NT_AUXV (Auxiliary vector)";

Oops, the #if 0s here were unintentionally included in the commit. It
is currently needed to build elftoolchain's readelf though, as the set
of NT_ defines here are actually Linux ones.

In fact, readelf's note parsing does not properly support multiple
operating systems right now:
http://sourceforge.net/p/elftoolchain/tickets/473/
This is fairly easily addressed, and will replace this #if 0'd code later on.


More information about the svn-src-head mailing list