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

2015-01-02 Thread Ed Maste
On 2 January 2015 at 15:49, Ed Maste 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

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

2015-01-02 Thread Ed Maste
Author: emaste Date: Fri Jan 2 20:49:43 2015 New Revision: 276567 URL: https://svnweb.freebsd.org/changeset/base/276567 Log: readelf: Correct rounding on note padding In general 64-bit ELF notes use 4-byte padding, not 8, despite what is claimed in various specs. Upstream elftoolcha