summaryrefslogtreecommitdiff
path: root/components/toolchain/gcc-linaro/7/README.textile
diff options
context:
space:
mode:
Diffstat (limited to 'components/toolchain/gcc-linaro/7/README.textile')
-rw-r--r--components/toolchain/gcc-linaro/7/README.textile6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/toolchain/gcc-linaro/7/README.textile b/components/toolchain/gcc-linaro/7/README.textile
index adfdf5f..d961125 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.05-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 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+svn247824 and includes performance improvements and bug fixes backported from mainline GCC. This Release-Candidate is based on "Linaro Snapshot GCC 7.1-2017.05":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05.
+p. This stable[1] Release is based on FSF GCC 7.1.1+svn247824 and includes performance improvements and bug fixes backported from mainline GCC. This Release is based on "Linaro Snapshot GCC 7.1-2017.05-rc1":http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05-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+svn247824
* Backport of [AArch32] Allow combination of aprofile and rmprofile multilibs