Accepting request 829042 from home:dirkmueller:branches:devel:tools:compiler

- update to 2.15.4:
  * More sensible handling of the case where one single-line macro
  definition will shadow another.
  * Add special preprocessor tokens \c{%*?} and \c{%*??} that expand
  like \c{%?} and \c{%??} in single-line macros only. See
  \k{selfref%*?}.
  * Fix SSE instructions not being recognized with an explicit memory
  operation size (e.g. \c{movsd qword [eax],xmm0}).
  * The \c{-L+} option no longer enables \c{-Lw}, which is mainly
  useful to debug NASM crashes. See \k{opt-L}.
  * The NASM-only RDOFF output format backend, which has been broken
  since at least NASM 2.14, has been disabled. The RDOFF tools are
  scheduled to be removed from the NASM distribution in NASM 2.16. If
  you have a concrete use case for RDOFF, please file a NASM bug report
  at \W{https://bugs.nasm.us/}\c{https://bugs.nasm.us/} as soon as
  possible. See \k{rdffmt}.

OBS-URL: https://build.opensuse.org/request/show/829042
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/nasm?expand=0&rev=48
This commit is contained in:
Martin Pluskal 2020-08-31 07:45:42 +00:00 committed by Git OBS Bridge
parent b213b07a1c
commit e0ecf59618
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0c39a305f08ccf0c5c6edba4294dd2851b3925b6d9642dd1efd62f72829822f
size 984060

3
nasm-2.15.04.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0891d23aa083546e7845dfaa0a9109a03f1f57ad0740e7acd07f80df57876d8
size 988252

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Aug 24 20:20:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2.15.4:
* More sensible handling of the case where one single-line macro
definition will shadow another.
* Add special preprocessor tokens \c{%*?} and \c{%*??} that expand
like \c{%?} and \c{%??} in single-line macros only. See
\k{selfref%*?}.
* Fix SSE instructions not being recognized with an explicit memory
operation size (e.g. \c{movsd qword [eax],xmm0}).
* The \c{-L+} option no longer enables \c{-Lw}, which is mainly
useful to debug NASM crashes. See \k{opt-L}.
* The NASM-only RDOFF output format backend, which has been broken
since at least NASM 2.14, has been disabled. The RDOFF tools are
scheduled to be removed from the NASM distribution in NASM 2.16. If
you have a concrete use case for RDOFF, please file a NASM bug report
at \W{https://bugs.nasm.us/}\c{https://bugs.nasm.us/} as soon as
possible. See \k{rdffmt}.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 18 09:22:33 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de> Sat Jul 18 09:22:33 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,7 +17,7 @@
Name: nasm Name: nasm
Version: 2.15.03 Version: 2.15.04
Release: 0 Release: 0
Summary: Netwide Assembler (An x86 Assembler) Summary: Netwide Assembler (An x86 Assembler)
License: BSD-2-Clause License: BSD-2-Clause