SHA256
1
0
forked from pool/nasm
OBS User unknown
2008-06-25 19:34:16 +00:00
committed by Git OBS Bridge
parent 6101de6b3f
commit 9b8a60c754
6 changed files with 61 additions and 32 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Jun 12 12:39:18 CEST 2008 - pth@suse.de
- Update to 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.
- remove nasm-fix-crash.diff as its obsoleted by this version.
-------------------------------------------------------------------
Tue Apr 15 08:59:00 CEST 2008 - coolo@suse.de