diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-10-11 01:10:22 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-10-11 01:10:22 +0000 |
commit | ec642810f0cfb76b93d7475101793850aaa39a7d (patch) | |
tree | d61e8665cf31fa0bfce9ce98c6d1237dfbead1f6 /cross/objconv/PLIST | |
parent | 8fa57da39d7291adef200ff1e55a18fcb237e0e8 (diff) | |
download | pkgsrc-ec642810f0cfb76b93d7475101793850aaa39a7d.tar.gz |
Import objconv-2.39 as cross/objconv.
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).
Diffstat (limited to 'cross/objconv/PLIST')
-rw-r--r-- | cross/objconv/PLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cross/objconv/PLIST b/cross/objconv/PLIST new file mode 100644 index 00000000000..e857a8539ba --- /dev/null +++ b/cross/objconv/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2015/10/11 01:10:22 ryoon Exp $ +bin/objconv |