Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675472 - dev-lang/nasm-2.14.02 released
Summary: dev-lang/nasm-2.14.02 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-15 08:13 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-01-18 20:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2019-01-15 08:13:02 UTC
dev-lang/nasm-2.14.01 was released on 2018-12-22.
https://www.nasm.us/xdoc/2.14.01/html/nasmdocc.html
"""
・ Create all system-defined macros defore processing command-line given preprocessing directives (-p, -d, -u, --pragma, --before).
・ If debugging is enabled, define a __DEBUG_FORMAT__ predefined macro.
・ Fix an assert for the case in the obj format when a SEG operator refers to an EXTERN symbol declared further down in the code.
・ Fix a corner case in the floating-point code where a binary, octal or hexadecimal floating-point having at least 32, 11, or 8 mantissa digits could produce slightly incorrect results under very specific conditions.
・ Support -MD without a filename, for gcc compatibility. -MF can be used to set the dependencies output filename.
・ Fix -E in combination with -MD.
・ Fix missing errors on redefined labels; would cause convergence failure instead which is very slow and not easy to debug.
・ Duplicate definitions of the same label with the same value is now explicitly permitted (2.14 would allow it in some circumstances.)
・ Add the option --no-line to ignore %line directives in the source.
"""

dev-lang/nasm-2.14.02 was released on 2018-12-26.
https://www.nasm.us/xdoc/2.14.02/html/nasmdocc.html
"""
・ Fix crash due to multiple errors or warnings during the code generation pass if a list file is specified.
"""
Comment 1 Larry the Git Cow gentoo-dev 2019-01-15 09:28:34 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a6514336c311a206526a03ca6b5433e7a33455

commit b4a6514336c311a206526a03ca6b5433e7a33455
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-01-15 09:24:04 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-01-15 09:28:25 +0000

    dev-lang/nasm: bump up to 2.14.02
    
    Reported-by: Arfrever Frehtes Taifersar Arahesis
    Fixes: https://bugs.gentoo.org/675472
    Package-Manager: Portage-2.3.55, Repoman-2.3.12
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-lang/nasm/Manifest            |  1 +
 dev-lang/nasm/nasm-2.14.02.ebuild | 52 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2019-01-18 20:16:50 UTC
Thanks for the report! I failed to find rss feed tor nasm :(