summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-08-28 09:42:11 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-08-28 09:42:11 +0200
commit8b309e1eaac9a19e064c56218a1b2b1b845da27e (patch)
tree9f0975f7898c0dbeae2ff8098065125db2096da5
parent604d45736b89d77a918bd5498e4bc96d21c74cd3 (diff)
Generated Release Notes for linaro-GCC-7.1-2017.08.releases/linaro-7.1-2017.08
-rw-r--r--components/toolchain/binaries/README.textile16
-rw-r--r--components/toolchain/gcc-linaro/7/README.textile6
2 files changed, 11 insertions, 11 deletions
diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile
index e206616..e6d6b9e 100644
--- a/components/toolchain/binaries/README.textile
+++ b/components/toolchain/binaries/README.textile
@@ -1,7 +1,7 @@
h1. The Linaro Binary Toolchain
-The Linaro GCC 7.1-2017.08-rc1 Release-Candidate is now available.
+The Linaro GCC 7.1-2017.08 Release is now available.
*Notice*: GCC 7.1 ABI change for arm*-*-* targets, and note for aarch64*-*-* targets
@@ -24,11 +24,11 @@ For help in porting to GCC 7 please see the following explanation:
p((((. "https://gcc.gnu.org/gcc-7/porting_to.html":https://gcc.gnu.org/gcc-7/porting_to.html
-Download release-candidate packages from:
+Download release packages from:
-p((((. (sources) "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.08-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.08-rc1/
+p((((. (sources) "http://releases.linaro.org/components/toolchain/gcc-linaro/7.1-2017.08/":http://releases.linaro.org/components/toolchain/gcc-linaro/7.1-2017.08/
-p((((. (binaries) "http://snapshots.linaro.org/components/toolchain/binaries/7.1-2017.08-rc1/":http://snapshots.linaro.org/components/toolchain/binaries/7.1-2017.08-rc1/
+p((((. (binaries) "http://releases.linaro.org/components/toolchain/binaries/7.1-2017.08/":http://releases.linaro.org/components/toolchain/binaries/7.1-2017.08/
Previous snapshots and release-candidates are at:
@@ -61,9 +61,9 @@ p((((. "https://bugs.linaro.org/show_bug.cgi?id=1869":https://bugs.linaro.org/sh
h2. Package Versions
-Linaro GCC 7.1-2017.08-rc1
+Linaro GCC 7.1-2017.08
-p((((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.08-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.08-rc1/
+p((((. "http://releases.linaro.org/components/toolchain/gcc-linaro/7.1-2017.08/":http://releases.linaro.org/components/toolchain/gcc-linaro/7.1-2017.08/
FSF glibc 2.25 (release/2.25)
@@ -76,7 +76,7 @@ Newlib 2.5 (newlib-2_5_0 tag)
p((((. "https://sourceware.org/ml/newlib/2016/msg01191.html":https://sourceware.org/ml/newlib/2016/msg01191.html
-GNU Binutils 2.28 (binutils-2_28-branch)
+GNU Binutils 2.28 (linaro-local/linaro_binutils-2_28-branch)
p((((. "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/NEWS;hb=refs/tags/binutils-2_28":https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=binutils/NEWS;hb=refs/tags/binutils-2_28
@@ -91,7 +91,7 @@ Linaro toolchain package git branches are hosted at:
p((((. "http://git.linaro.org/toolchain":http://git.linaro.org/toolchain
-h2. NEWS for GCC 7 (as of Linaro GCC 7.1-2017.08-rc1)
+h2. NEWS for GCC 7 (as of Linaro GCC 7.1-2017.08)
* The Linaro GCC 7.1-2017.07 snapshot added prefetching configuration improvement for AArch64 targets and laid groundwork to enabling prefetching in more cases.
diff --git a/components/toolchain/gcc-linaro/7/README.textile b/components/toolchain/gcc-linaro/7/README.textile
index 3ab6b6f..e8adb1d 100644
--- a/components/toolchain/gcc-linaro/7/README.textile
+++ b/components/toolchain/gcc-linaro/7/README.textile
@@ -1,4 +1,4 @@
-p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2017.08-rc1 stable Release-Candidate of the Linaro GCC 7 source package.
+p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2017.08 stable Release of the Linaro GCC 7 source package.
p. The GCC 7 series introduced an ABI change for ARM targets by fixing a bug (present since GCC 5, see link below) that affects conformance to the procedure call standard (AAPCS). The bug affects some C++ code where class objects are passed by value to functions and could result in incorrect or inconsistent code being generated. If the option -Wpsabi is enabled (on by default) the compiler will emit a diagnostic note for code that might be affected by this ABI change.
@@ -8,9 +8,9 @@ p. For an explanation of the changes please see the following website:
p((((. "https://gcc.gnu.org/gcc-7/changes.html":https://gcc.gnu.org/gcc-7/changes.html
-p. This stable[1] Release-Candidate is based on FSF GCC 7.1.1+svn250046 and includes performance improvements and bug fixes backported from mainline GCC. This Release-Candidate is based on "Linaro Snapshot GCC 7.1-2017.07":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.07.
+p. This stable[1] Release is based on FSF GCC 7.1.1+svn250046 and includes performance improvements and bug fixes backported from mainline GCC. This Release is based on "Linaro Snapshot GCC 7.1-2017.08-rc1":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.08-rc1.
-h4. Changes in this stable GCC source package Release-Candidate include:
+h4. Changes in this stable GCC source package Release include:
* Updates merged from FSF GCC 7.1.1+svn250046
* Backport of [Bugfix] [AArch32] PR target/71778 ICE using non-constant argument to Neon intrinsic that requires constant arguments