This commit is contained in:
committed by
Git OBS Bridge
parent
6101de6b3f
commit
9b8a60c754
29
nasm.changes
29
nasm.changes
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user