summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-05-29 13:00:30 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-05-29 13:00:30 +0200
commitfa4d322c1bd8daad83cc3ab278b8ed21ba21a74c (patch)
tree079596f16c8950c3b33cc5d642032d3f712a5fac
parent14d534a1a8f973f7236cd9dbc6d7495b9f2728c0 (diff)
Fix date version for linaro-GCC-7.1-2017.05-rc1.
-rw-r--r--components/toolchain/binaries/README.textile10
-rw-r--r--components/toolchain/gcc-linaro/7/README.textile2
2 files changed, 6 insertions, 6 deletions
diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile
index 7041aa6..43a7194 100644
--- a/components/toolchain/binaries/README.textile
+++ b/components/toolchain/binaries/README.textile
@@ -2,7 +2,7 @@
h1. The Linaro Binary Toolchain
-The Linaro GCC 7.1-2017.06-rc1 Release-Candidate is now available.
+The Linaro GCC 7.1-2017.05-rc1 Release-Candidate is now available.
*Notice*: GCC 7.1 ABI change for arm*-*-* targets, and note for aarch64*-*-* targets
@@ -27,9 +27,9 @@ p((((. "https://gcc.gnu.org/gcc-7/porting_to.html":https://gcc.gnu.org/gcc-7/por
Download release-candidate packages from:
-p((((. (sources) "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.06-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.06-rc1/
+p((((. (sources) "http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05-rc1/
-p((((. (binaries) "http://snapshots.linaro.org/components/toolchain/binaries/7.1-2017.06-rc1/":http://snapshots.linaro.org/components/toolchain/binaries/7.1-2017.06-rc1/
+p((((. (binaries) "http://snapshots.linaro.org/components/toolchain/binaries/7.1-2017.05-rc1/":http://snapshots.linaro.org/components/toolchain/binaries/7.1-2017.05-rc1/
Previous snapshots and release-candidates are at:
@@ -62,7 +62,7 @@ p((((. "https://bugs.linaro.org/show_bug.cgi?id=1869":https://bugs.linaro.org/sh
h2. Package Versions
-Linaro GCC 7.1-2017.06-rc1
+Linaro GCC 7.1-2017.05-rc1
FSF glibc 2.21 (release/2.21)
@@ -77,7 +77,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.06-rc1)
+h2. NEWS for GCC 7 (as of Linaro GCC 7.1-2017.05-rc1)
* This is an example of a bulleted news item.
diff --git a/components/toolchain/gcc-linaro/7/README.textile b/components/toolchain/gcc-linaro/7/README.textile
index a2c523d..adfdf5f 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.06-rc1 stable Release-Candidate of the Linaro GCC 7 source package.
+p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2017.05-rc1 stable Release-Candidate 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.