pkgsrc/devel/yasm/PLIST
minskim ac2837bfc5 Update yasm to 0.6.2.
Changes:
- AMD SSE4a and SSE5 instruction support.
- AMD LZCNT, POPCNT, EXTRQ, INSERTQ, MOVNTSD, and MOVNTSS instruction support.
- 16-bit float value (IEEE-754r half precision) support (desirable for SSE5).
- Added "oword", "do", and "reso" aliases for "dqword", "ddq", "resdq".
- Added easier RIP-relative addressing with rel/abs modifiers and "default"
  directive to set default rel/abs mode (see AMD64 for details).
- CPP preprocessor. Contributed by Paul Barker
- GAS local labels (1:, 1f, 1b) support. Noticed by Jung Lee
- GAS .org fill parameter support. Noticed by Jung Lee and Xiaoming Mo
- Command line aliases for -d (-D) and -u (-U) for increased NASM command line
  compatibility. Requested by Mike Frysinger
- ..gotpc ELF32 bugfix: #114
- Minor bugfixes (CPU setting for a few instructions, hash lookup).
2007-10-21 23:41:59 +00:00

38 lines
945 B
Text

@comment $NetBSD: PLIST,v 1.7 2007/10/21 23:41:59 minskim Exp $
bin/yasm
include/libyasm-stdint.h
include/libyasm.h
include/libyasm/arch.h
include/libyasm/assocdat.h
include/libyasm/bitvect.h
include/libyasm/bytecode.h
include/libyasm/compat-queue.h
include/libyasm/coretype.h
include/libyasm/dbgfmt.h
include/libyasm/errwarn.h
include/libyasm/expr.h
include/libyasm/file.h
include/libyasm/floatnum.h
include/libyasm/hamt.h
include/libyasm/insn.h
include/libyasm/intnum.h
include/libyasm/inttree.h
include/libyasm/linemap.h
include/libyasm/listfmt.h
include/libyasm/md5.h
include/libyasm/module.h
include/libyasm/objfmt.h
include/libyasm/parser.h
include/libyasm/phash.h
include/libyasm/preproc.h
include/libyasm/section.h
include/libyasm/symrec.h
include/libyasm/valparam.h
include/libyasm/value.h
lib/libyasm.a
man/man1/yasm.1
man/man7/yasm_arch.7
man/man7/yasm_dbgfmts.7
man/man7/yasm_objfmts.7
man/man7/yasm_parsers.7
@dirrm include/libyasm