summaryrefslogtreecommitdiff
path: root/cross/objconv
AgeCommit message (Collapse)AuthorFilesLines
2017-03-03Mark as broken on big endian systems because they're not supported.sevan1-1/+7
On Darwin/PowerPC, build reports: "This machine has big-endian memory organization. Objconv program will not work"
2016-05-08Fix COMMENTryoon1-2/+2
2015-11-03Add SHA512 digests for distfiles for cross categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-10-11Import objconv-2.39 as cross/objconv.ryoon4-0/+49
Object file converter This utility can be used for converting object files between COFF/PE, OMF, ELF and Mach-O formats for all 32-bit and 64-bit x86 platforms. Can modify symbol names in object files. Can build, modify and convert function libraries across platforms. Can dump object files and executable files. Also includes a very good disassembler supporting the SSE4, AVX, AVX2, AVX512, FMA3, FMA4, XOP and Knights Corner instruction sets. Source code included (GPL).