From: nasm-bot f. C. G. <gor...@gm...> - 2018-02-05 17:18:18
|
Commit-ID: 9254323fdf10fc00723566e653f6dee9058927fb Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=9254323fdf10fc00723566e653f6dee9058927fb Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Mon, 5 Feb 2018 20:13:44 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Mon, 5 Feb 2018 20:13:44 +0300 changes.doc: document dwarf issue Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- doc/changes.src | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changes.src b/doc/changes.src index 54a12e2..aad02a7 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -10,6 +10,7 @@ since 2007. \S{cl-2.13.03} Version 2.13.03 \b Added AVX and AVX512 \c{VAES*} and \c{VPCLMULQDQ} instructions. +\b Fixed missing dwarf record in x32 ELF output format. \S{cl-2.13.02} Version 2.13.02 |