summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-03-28 16:26:45 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-03-28 16:27:45 -0700
commita420fbafe812f9584f4e71cf3bd42f222bae74c8 (patch)
treef96c6aa7499bf2cd6b0081eee27e4379e0f349f4 /NEWS
parent525cc2dd42483bbdb4e4e60cec659fd286ead55f (diff)
downloadgzip-a420fbafe812f9584f4e71cf3bd42f222bae74c8.tar.gz
Port to Oracle Solaris Studio 12.4
Problem reported by Kiyoshi KANAZAWA in: http://bugs.gnu.org/23133 * NEWS: Document this. * configure.ac (ASMV): Do not define if NO_ASM is anywhere in DEFS; it doesn't need to be surrounded by white space. * lib/match.c: Do not use x86 version if __x86_64__ is defined.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d2bf976..fdae647 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@ GNU gzip NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
+** Bug fixes
+
+ Port to Oracle Solaris Studio 12 on x86-64.
+ [bug present since at least gzip-1.2.4]
+
+ When configuring gzip, ./configure DEFS='...-DNO_ASM...' now
+ suppresses assembler again. [bug introduced in gzip-1.3.5]
+
* Noteworthy changes in release 1.7 (2016-03-27) [stable]