summaryrefslogtreecommitdiff
path: root/devel/yasm/PLIST
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-12-04 20:00:01 +0000
committerkristerw <kristerw@pkgsrc.org>2005-12-04 20:00:01 +0000
commitff464857724bd33bb5c336d28df83634458f5186 (patch)
treec498bfbb47c4cfd9f743ddadf0df362c68b4cfc9 /devel/yasm/PLIST
parentdb50bce24fcfc935c044bafddf5297e0b157ea1e (diff)
downloadpkgsrc-ff464857724bd33bb5c336d28df83634458f5186.tar.gz
Update yasm to 0.4.0 using patches provided by FUKAUMI Naoki in PR pkg/30445.
New features since 0.2.2: * ELF AMD64 and 32-bit shared object support (using the NASM notation "WRT ..got", etc). * STABS debugging format (enable with "-g stabs"). * NASM-like list format. * XDF object format (64-bit basic format, similar in spirit to NASM's RDF). * Dozens of bugfixes in x86 and AMD64 support. * Numerous cross-platform build fixes. * No perl dependencies for standard build. * New man pages: yasm(1) and yasm_arch(7). * Full support for ELF, including support for both AMD64 and 32-bit x86 targets; note: for AMD64 output, the machine type must be set to "amd64" using the "-m" command line option, e.g. "yasm -m amd64 -f elf test.asm". * Full warnings for integer overflow. * Full support for AMD64 RIP-relative addressing; the two forms supported are "[rip+val]" (direct index) and "[sym wrt rip]" (relocated relative). * Many AMD64 bugfixes including correct operand size handling (and o64 override); thanks to the many bug reports to help improve YASM in this area!
Diffstat (limited to 'devel/yasm/PLIST')
-rw-r--r--devel/yasm/PLIST34
1 files changed, 21 insertions, 13 deletions
diff --git a/devel/yasm/PLIST b/devel/yasm/PLIST
index f704a2a5b52..38699b8dcd7 100644
--- a/devel/yasm/PLIST
+++ b/devel/yasm/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:30 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/12/04 20:00:01 kristerw Exp $
bin/yasm
include/libyasm.h
include/libyasm/arch.h
+include/libyasm/assocdat.h
include/libyasm/bc-int.h
include/libyasm/bitvect.h
include/libyasm/bytecode.h
include/libyasm/compat-queue.h
-include/libyasm/config.h
include/libyasm/coretype.h
include/libyasm/dbgfmt.h
include/libyasm/errwarn.h
@@ -17,23 +17,31 @@ include/libyasm/floatnum.h
include/libyasm/hamt.h
include/libyasm/intnum.h
include/libyasm/linemgr.h
+include/libyasm/listfmt.h
include/libyasm/objfmt.h
include/libyasm/optimizer.h
include/libyasm/parser.h
include/libyasm/preproc.h
include/libyasm/section.h
include/libyasm/symrec.h
-include/libyasm/util.h
include/libyasm/valparam.h
lib/libyasm.la
-lib/yasm_basic.la
-lib/yasm_bin.la
-lib/yasm_coff.la
-lib/yasm_dbg.la
-lib/yasm_nasm.la
-lib/yasm_null.la
-lib/yasm_raw.la
-lib/yasm_win32.la
-lib/yasm_x86.la
-lib/yasm_yapp.la
+lib/yasm/arch_lc3b.la
+lib/yasm/arch_x86.la
+lib/yasm/dbgfmt_null.la
+lib/yasm/dbgfmt_stabs.la
+lib/yasm/listfmt_nasm.la
+lib/yasm/objfmt_bin.la
+lib/yasm/objfmt_coff.la
+lib/yasm/objfmt_dbg.la
+lib/yasm/objfmt_elf.la
+lib/yasm/objfmt_win32.la
+lib/yasm/objfmt_xdf.la
+lib/yasm/optimizer_basic.la
+lib/yasm/parser_nasm.la
+lib/yasm/preproc_nasm.la
+lib/yasm/preproc_raw.la
+man/man1/yasm.1
+man/man7/yasm_arch.7
+@dirrm lib/yasm
@dirrm include/libyasm