Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2015 16:45:15 -0500
From:      Ed Maste <emaste@freebsd.org>
To:        "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r276567 - head/contrib/elftoolchain/readelf
Message-ID:  <CAPyFy2B0qybxCDmfBiwBnS6DjdTjydDLPLBS8pyf8EQMvXexjw@mail.gmail.com>
In-Reply-To: <201501022049.t02Kni1P036850@svn.freebsd.org>
References:  <201501022049.t02Kni1P036850@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2 January 2015 at 15:49, Ed Maste <emaste@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2B0qybxCDmfBiwBnS6DjdTjydDLPLBS8pyf8EQMvXexjw>