svn commit: r286070 - in head/contrib/elftoolchain: ar elfdump

Ed Maste emaste at freebsd.org
Fri Jul 31 13:03:53 UTC 2015


>> Author: emaste
>> Date: Thu Jul 30 12:41:54 2015
>> New Revision: 286070
>> URL: https://svnweb.freebsd.org/changeset/base/286070
>>
>> Log:
>>    Add ELF Tool Chain's ar(1) and elfdump(1) to contrib
>
> Thank you!

Np. Thanks for noting brandelf, I just copied it over as well.

There's a little more work to be done still before these are fully
equivalent to the ones in FreeBSD, and I won't switch them until
they're ready.

FreeBSD svn revisions that need to be brought over to ELF Tool Chain:

* ar
r228823 man page markup
r241827 __dead2 annotation
r284928 workaround for performance issue on UFS file systems
r286010/r286024 support deterministic mode by default

* elfdump
r226434 ELFOSABI_STANDALONE and ELFOSABI_AIX
r202386 man page markup
r265613/r267649 handle ELF files with 65280 or more sections
r269092/r269143 improve section type reporting
r269338 use existing ELF constants where available
r274960 capsicum: limit descriptors and enter capability mode

* brandelf
r263759/r254931 jmg@ email address and license block


More information about the svn-src-all mailing list