diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-07 14:09:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-07 14:09:40 +0000 |
commit | 68d7bcb8a3d2fa5cf2798711a723aca3d4cdb0d9 (patch) | |
tree | 99daa956ed5e7f666984a2a339e7fde0356152c8 /devel/nasm/Makefile | |
parent | 95b2fd2ed7bfeff87b2e56f719580af428f3634f (diff) | |
download | pkgsrc-68d7bcb8a3d2fa5cf2798711a723aca3d4cdb0d9.tar.gz |
Update to 2.03.01:
2.03.01
-------
* Fix buffer overflow in the listing module.
* Fix the handling of hexadecimal escape codes in `...` strings.
* The Postscript/PDF documentation has been reformatted.
* The -F option now implies -g.
2.03
----
* Add support for Intel AVX, CLMUL and FMA instructions,
including YMM registers.
* "dy", "resy" and "yword" for 32-byte operands.
* Fix some SSE5 instructions.
* Intel INVEPT, INVVPID and MOVBE instructions.
* Fix checking for critical expressions when the optimizer is enabled.
* Support the DWARF debugging format for ELF targets.
* Fix optimizations of signed bytes.
* Fix operation on bigendian machines.
* Fix buffer overflow in the preprocessor.
* SAFESEH support for Win32, IMAGEREL for Win64 (SEH).
* %? and %?? to refer to the name of a macro itself. In particular,
"%idefine keyword $%?" can be used to make a keyword "disappear".
* New options for dependency generation: -MD, -MF, -MP, -MT, -MQ.
* New preprocessor directives %pathsearch and %depend; INCBIN
reimplemented as a macro.
* %include now resolves macros in a sane manner.
* %substr can now be used to get other than one-character substrings.
* New type of character/string constants, using backquotes (`...`),
which support C-style escape sequences.
* %defstr and %idefstr to stringize macro definitions before creation.
* Fix forward references used in EQU statements.
Diffstat (limited to 'devel/nasm/Makefile')
-rw-r--r-- | devel/nasm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index e8959d6aaf4..e08c252ac95 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2008/06/17 14:06:25 tron Exp $ +# $NetBSD: Makefile,v 1.37 2008/09/07 14:09:40 wiz Exp $ -DISTNAME= nasm-2.02 -PKGREVISION= 1 +DISTNAME= nasm-2.03.01 CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nasm/} EXTRACT_SUFX= .tar.bz2 |