On 2 January 2015 at 15:49, Ed Maste <ema...@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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to