From 88cbb7faf591a76203eb23bd063df30583b556ff Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 13 Jun 2018 11:47:06 +0100 Subject: Added NEWS items for releases/linaro-6.4-2018.05. --- components/toolchain/binaries/README.textile.series | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/toolchain/binaries/README.textile.series b/components/toolchain/binaries/README.textile.series index 00985fe..6a5c1f0 100644 --- a/components/toolchain/binaries/README.textile.series +++ b/components/toolchain/binaries/README.textile.series @@ -301,6 +301,16 @@ Fix the generation of alignment frags in code sections for AArch64. {{ urlind(6,"https://sourceware.org/bugzilla/show_bug.cgi?id=20364") }} +{% call format("news") -%} +Runtest and gdbserver are no longer installed in the toolchain bin/ directory. Binary releases no longer include runtest at all, and gdbserver is a target tool; it is now shipped in the sysroot package under usr/bin/. + +Tools needed by the host are shipped in a new 'hosttools' directory, located next to 'destdir'. These packages are gmp, mpc, mpfr and dejagnu. +{% endcall %} + +{% call format("news") -%} +Gdbserver is no longer linked statically, because dlopen(3) requires runtime access to the same shared libraries as the glibc used to link it. +{% endcall %} + {% call format("news") -%} Performance related backports from the following snapshots have been included: Linaro GCC 6.1-2016.06, Linaro GCC 6.1-2016.07, Linaro GCC 6.1-2016.08, Linaro GCC 6.2-2016.09, Linaro GCC 6.2-2016.10, Linaro GCC 6.2-2016.11, Linaro GCC 6.2-2016.12, Linaro GCC 6.3-2017.01, Linaro GCC 6.3-2017.02, Linaro GCC 6.3-2017.03, Linaro GCC 6.3-2017.04, Linaro GCC 6.3-2017.05, Linaro GCC 6.3-2017.06, Linaro GCC 6.4-2017.07, Linaro GCC 6.4-2017.08, Linaro GCC 6.4-2017.09, Linaro GCC 6.4-2017.10 and Linaro GCC 6.4-2018.04. -- cgit v1.2.3 From e54bb1987d0ef62de01e761876540c3cd265d9de Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 13 Jun 2018 11:47:13 +0100 Subject: Generated Release Notes for linaro-GCC-6.4-2018.05. --- components/toolchain/binaries/README.textile | 22 +++++++++++++++------- components/toolchain/gcc-linaro/6/README.textile | 6 +++--- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile index c18b6d3..a4bf774 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 6.4-2018.05-rc1 Release-Candidate is now available. +The Linaro GCC 6.4-2018.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: @@ -14,11 +14,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.4-2018.05-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05-rc1/ +p((((. (sources) "http://releases.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05/":http://releases.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05/ -p((((. (binaries) "http://snapshots.linaro.org/components/toolchain/binaries/6.4-2018.05-rc1/":http://snapshots.linaro.org/components/toolchain/binaries/6.4-2018.05-rc1/ +p((((. (binaries) "http://releases.linaro.org/components/toolchain/binaries/6.4-2018.05/":http://releases.linaro.org/components/toolchain/binaries/6.4-2018.05/ Previous snapshots and release-candidates are at: @@ -51,9 +51,9 @@ p((((. "https://bugs.linaro.org/show_bug.cgi?id=1869":https://bugs.linaro.org/sh h2. Package Versions -Linaro GCC 6.4-2018.05-rc1 +Linaro GCC 6.4-2018.05 -p((((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05-rc1/ +p((((. "http://releases.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05/":http://releases.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05/ Linaro glibc 2.23 (linaro/2.23/master) @@ -81,7 +81,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.4-2018.05-rc1) +h2. NEWS for GCC 6 (as of Linaro GCC 6.4-2018.05) * Previous MinGW hosted version of Linaro GCC C preprocessor failed to convert character set used for string, character constants, etc. This is fixed in this release. @@ -273,6 +273,14 @@ Fix the generation of alignment frags in code sections for AArch64. p(((. "https://sourceware.org/bugzilla/show_bug.cgi?id=20364":https://sourceware.org/bugzilla/show_bug.cgi?id=20364 +* Runtest and gdbserver are no longer installed in the toolchain bin/ directory. Binary releases no longer include runtest at all, and gdbserver is a target tool; it is now shipped in the sysroot package under usr/bin/. + +p(((. +Tools needed by the host are shipped in a new 'hosttools' directory, located next to 'destdir'. These packages are gmp, mpc, mpfr and dejagnu. + +* Gdbserver is no longer linked statically, because dlopen(3) requires runtime access to the same shared libraries as the glibc used to link it. + + * Performance related backports from the following snapshots have been included: Linaro GCC 6.1-2016.06, Linaro GCC 6.1-2016.07, Linaro GCC 6.1-2016.08, Linaro GCC 6.2-2016.09, Linaro GCC 6.2-2016.10, Linaro GCC 6.2-2016.11, Linaro GCC 6.2-2016.12, Linaro GCC 6.3-2017.01, Linaro GCC 6.3-2017.02, Linaro GCC 6.3-2017.03, Linaro GCC 6.3-2017.04, Linaro GCC 6.3-2017.05, Linaro GCC 6.3-2017.06, Linaro GCC 6.4-2017.07, Linaro GCC 6.4-2017.08, Linaro GCC 6.4-2017.09, Linaro GCC 6.4-2017.10 and Linaro GCC 6.4-2018.04. p(((. diff --git a/components/toolchain/gcc-linaro/6/README.textile b/components/toolchain/gcc-linaro/6/README.textile index 2fef09f..c9c2ef5 100644 --- a/components/toolchain/gcc-linaro/6/README.textile +++ b/components/toolchain/gcc-linaro/6/README.textile @@ -1,8 +1,8 @@ -p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2018.05-rc1 stable Release-Candidate of the Linaro GCC 6 source package. +p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2018.05 stable Release of the Linaro GCC 6 source package. -p. This stable[1] Release-Candidate is based on FSF GCC 6.4.1+svn259634 and includes performance improvements and bug fixes backported from mainline GCC. This Release-Candidate is based on "Linaro Snapshot GCC 6.4-2018.04":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.4-2018.04. +p. This stable[1] Release is based on FSF GCC 6.4.1+svn259634 and includes performance improvements and bug fixes backported from mainline GCC. This Release is based on "Linaro Snapshot GCC 6.4-2018.05-rc1":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.4-2018.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.4.1+svn259634 -- cgit v1.2.3 From 4d80643a3a902d10eee2a70ff4d0b55c8904e54f Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 13 Jun 2018 16:32:24 +0100 Subject: Added NEWS items for releases/linaro-6.4-2018.05. --- components/toolchain/binaries/README.textile.series | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/toolchain/binaries/README.textile.series b/components/toolchain/binaries/README.textile.series index 00985fe..9e541d6 100644 --- a/components/toolchain/binaries/README.textile.series +++ b/components/toolchain/binaries/README.textile.series @@ -75,6 +75,16 @@ Linaro GDB 8.1 (gdb-8.1-branch) # for continuation lines that are not bulletted. {% block news %} +{% call format("news") -%} +Runtest and gdbserver are no longer installed in the toolchain bin/ directory. Binary releases no longer include runtest at all, and gdbserver is a target tool; it is now shipped in the sysroot package under usr/bin/. + +Tools needed by the host are shipped in a new 'hosttools' directory, located next to 'destdir'. These packages are gmp, mpc, mpfr and dejagnu. +{% endcall %} + +{% call format("news") -%} +Gdbserver is no longer linked statically, because dlopen(3) requires runtime access to the same shared libraries as the glibc used to link it. +{% endcall %} + {% call format("news") -%} Previous MinGW hosted version of Linaro GCC C preprocessor failed to convert character set used for string, character constants, etc. This is fixed in this release. {% endcall %} -- cgit v1.2.3 From 674e5eeffb220d9768de6a5b38bcc1ae11f95977 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 13 Jun 2018 16:32:30 +0100 Subject: Generated Release Notes for linaro-GCC-6.4-2018.05. --- components/toolchain/binaries/README.textile | 22 +++++++++++++++------- components/toolchain/gcc-linaro/6/README.textile | 6 +++--- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile index c18b6d3..0da4236 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 6.4-2018.05-rc1 Release-Candidate is now available. +The Linaro GCC 6.4-2018.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: @@ -14,11 +14,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.4-2018.05-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05-rc1/ +p((((. (sources) "http://releases.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05/":http://releases.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05/ -p((((. (binaries) "http://snapshots.linaro.org/components/toolchain/binaries/6.4-2018.05-rc1/":http://snapshots.linaro.org/components/toolchain/binaries/6.4-2018.05-rc1/ +p((((. (binaries) "http://releases.linaro.org/components/toolchain/binaries/6.4-2018.05/":http://releases.linaro.org/components/toolchain/binaries/6.4-2018.05/ Previous snapshots and release-candidates are at: @@ -51,9 +51,9 @@ p((((. "https://bugs.linaro.org/show_bug.cgi?id=1869":https://bugs.linaro.org/sh h2. Package Versions -Linaro GCC 6.4-2018.05-rc1 +Linaro GCC 6.4-2018.05 -p((((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05-rc1/ +p((((. "http://releases.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05/":http://releases.linaro.org/components/toolchain/gcc-linaro/6.4-2018.05/ Linaro glibc 2.23 (linaro/2.23/master) @@ -81,7 +81,15 @@ 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.4-2018.05-rc1) +h2. NEWS for GCC 6 (as of Linaro GCC 6.4-2018.05) + + +* Runtest and gdbserver are no longer installed in the toolchain bin/ directory. Binary releases no longer include runtest at all, and gdbserver is a target tool; it is now shipped in the sysroot package under usr/bin/. + +p(((. +Tools needed by the host are shipped in a new 'hosttools' directory, located next to 'destdir'. These packages are gmp, mpc, mpfr and dejagnu. + +* Gdbserver is no longer linked statically, because dlopen(3) requires runtime access to the same shared libraries as the glibc used to link it. * Previous MinGW hosted version of Linaro GCC C preprocessor failed to convert character set used for string, character constants, etc. This is fixed in this release. diff --git a/components/toolchain/gcc-linaro/6/README.textile b/components/toolchain/gcc-linaro/6/README.textile index 2fef09f..c9c2ef5 100644 --- a/components/toolchain/gcc-linaro/6/README.textile +++ b/components/toolchain/gcc-linaro/6/README.textile @@ -1,8 +1,8 @@ -p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2018.05-rc1 stable Release-Candidate of the Linaro GCC 6 source package. +p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2018.05 stable Release of the Linaro GCC 6 source package. -p. This stable[1] Release-Candidate is based on FSF GCC 6.4.1+svn259634 and includes performance improvements and bug fixes backported from mainline GCC. This Release-Candidate is based on "Linaro Snapshot GCC 6.4-2018.04":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.4-2018.04. +p. This stable[1] Release is based on FSF GCC 6.4.1+svn259634 and includes performance improvements and bug fixes backported from mainline GCC. This Release is based on "Linaro Snapshot GCC 6.4-2018.05-rc1":http://snapshots.linaro.org/components/toolchain/gcc-linaro/6.4-2018.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.4.1+svn259634 -- cgit v1.2.3