summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-05-22 14:12:58 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-05-22 14:12:58 +0200
commit079c2e89960623c239af341f85003c3aa3c39c40 (patch)
treed01b7dbc4303ee186cc0705f318369968ef5f9e9
parentdf21e1df6251a583769d826ea452b63da93d8f1c (diff)
Generated Release Notes for linaro-GCC-6.3-2017.05.releases/linaro-6.3-2017.05
-rw-r--r--components/toolchain/binaries/README.textile14
-rw-r--r--components/toolchain/gcc-linaro/6/README.textile32
2 files changed, 20 insertions, 26 deletions
diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile
index 75e6872..8593956 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 6.3-2017.05-rc1 Release-Candidate is now available.
+The Linaro GCC 6.3-2017.05 Release is now available.
The GCC 6 Release series has significant changes from the GCC 5 release series. For an explanation of the changes please see the following website:
@@ -13,11 +13,11 @@ For help in porting to GCC 6 please see the following explanation:
p((((. "https://gcc.gnu.org/gcc-6/porting_to.html":https://gcc.gnu.org/gcc-6/porting_to.html
-Download release-candidate packages from:
+Download release packages from:
-p((((. (sources) "http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.3-2017.05-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.3-2017.05-rc1/
+p((((. (sources) "http://releases.linaro.org/components/toolchain/gcc-linaro/6.3-2017.05/":http://releases.linaro.org/components/toolchain/gcc-linaro/6.3-2017.05/
-p((((. (binaries) "http://snapshots.linaro.org/components/toolchain/binaries/6.3-2017.05-rc1/":http://snapshots.linaro.org/components/toolchain/binaries/6.3-2017.05-rc1/
+p((((. (binaries) "http://releases.linaro.org/components/toolchain/binaries/6.3-2017.05/":http://releases.linaro.org/components/toolchain/binaries/6.3-2017.05/
Previous snapshots and release-candidates are at:
@@ -50,9 +50,9 @@ p((((. "https://bugs.linaro.org/show_bug.cgi?id=1869":https://bugs.linaro.org/sh
h2. Package Versions
-Linaro GCC 6.3-2017.05-rc1
+Linaro GCC 6.3-2017.05
-p((((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.3-2017.05-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.3-2017.05-rc1/
+p((((. "http://releases.linaro.org/components/toolchain/gcc-linaro/6.3-2017.05/":http://releases.linaro.org/components/toolchain/gcc-linaro/6.3-2017.05/
Linaro glibc 2.23 (linaro/2.23/master)
@@ -80,7 +80,7 @@ Linaro toolchain package git branches are hosted at:
p((((. "http://git.linaro.org/toolchain":http://git.linaro.org/toolchain
-h2. NEWS for GCC 6 (as of Linaro GCC 6.3-2017.05-rc1)
+h2. NEWS for GCC 6 (as of Linaro GCC 6.3-2017.05)
* Previous versions of the Linaro GCC 6 toolchain, when -static -E/—dynamic-list are passed to the linker, might create executables with dynamic sections which aren’t supported by run-time. This was exhibited in Perf Tools build system and has been fixed upstream and backported into Linaro Binutils 2.27 branch.
diff --git a/components/toolchain/gcc-linaro/6/README.textile b/components/toolchain/gcc-linaro/6/README.textile
index d454448..26a842b 100644
--- a/components/toolchain/gcc-linaro/6/README.textile
+++ b/components/toolchain/gcc-linaro/6/README.textile
@@ -1,26 +1,20 @@
-p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2017.05-rc1 stable Release-Candidate of the Linaro GCC 6 source package.
+p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2017.05 stable Release of the Linaro GCC 6 source package.
-p. This stable[1] Release-Candidate is based on FSF GCC 6.3.1+svn246668 and includes performance improvements and bug fixes backported from mainline GCC. This Release-Candidate is based on "Linaro Snapshot GCC 6.3-2017.04":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.3-2017.04.
+p. This stable[1] Release is based on FSF GCC 6.3.1+svn246668 and includes performance improvements and bug fixes backported from mainline GCC. This Release is based on "Linaro Snapshot GCC 6.3-2017.05-rc1":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.3-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 6.3.1+svn246668
-* Backport of [Bugfix] [AArch32] PR target/79260: missing header files for plugins: arm-isa.h, arm-flags.h
-* Backport of [AArch64] Improve cost model for ThunderX2 CN99xx
-* Backport of [AArch64] more poly64 intrinsics and tests
-* Backport of [AArch64] Fix bootstrap due to wide_int .elt (0) uninit warning
-* Backport of [Bugfix] [AArch64] PR target/79913: VEC_SELECT bugs in aarch64 patterns
-* Backport of [Bugfix] [AArch64] PR target/79925: tweaks to quoting in error messages
-* Backport of [Bugfix] [AArch32] PR target/79911: Invalid vec_select arguments
-* Backport of [AArch64] Use 'x' constraint for vector HFmode multiplication by indexed element instructions
-* Backport of [AArch64] Fix incorrect INS in SIMD mov pattern
-* Backport of [AArch64] Fix typo in aarch64.opt (dummping -> dumping)
-* Backport of [AArch64] Fix search_line_fast for aarch64/ILP32
-* Backport of [AArch64] Enable AES fusion with -mcpu=generic
-* Backport of [AArch64] Improve generic branch cost
-* Backport of [Bugfix] [AArch32] PR target/71436: Restrict *load_multiple pattern till after LRA
-* Backport of [AArch32] Fix small multiply feature
-* Backport of [Bugfix] [AArch64] PR target/79889: Error message on target attribute on aarch64
+* Backport of [Bugfix] [AArch32] PR target/71607: Fix ICE when loading constant
+* Backport of [AArch32] Add support for -mpure-code option
+* Backport of [AArch32] Add support for -mpure-code option/testcases
+* Backport of [AArch32] Fix testism with pure-code tests for non Cortex-M targets
+* Backport of [AArch32] Fix pure-code test
+* Backport of [AArch32] Fix arm-netbsdelf bootstrap
+* Backport of [AArch32] Fix type for .init_array.* and .fini_array.* sections
+* Backport of [AArch64] Fix type for 1-element load
+* Backport of [AArch32] Enable Purecode for ARMv8-M Baseline
+* Backport of [AArch64] Model Cortex-A53 load forwarding
h4. Feedback and Support