From 9b8b8de545ba92dce05400e525d3e2877448b286 Mon Sep 17 00:00:00 2001 From: Dmitri Goutnik Date: Thu, 14 Jan 2021 22:55:27 +0000 Subject: New port: devel/objconv 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. WWW: https://www.agner.org/optimize PR: 252674 Submitted by: Robert Clausecker --- devel/objconv/pkg-descr | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devel/objconv/pkg-descr (limited to 'devel/objconv/pkg-descr') diff --git a/devel/objconv/pkg-descr b/devel/objconv/pkg-descr new file mode 100644 index 000000000000..76eb8a3117ab --- /dev/null +++ b/devel/objconv/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: https://www.agner.org/optimize -- cgit v1.2.3