summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2016-06-28 16:45:24 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2016-06-28 16:45:24 -0500
commit65db42a05e7dd00bdaf3aec478b031adfd46ad3f (patch)
tree8dc4ffc0d60788565905893e9728d5ddcd352bc2
parentecc69ac5295f874c1104bcaad0c5d49744900b2f (diff)
Generate release-notes for Linaro GCC 5.3 2015.05-rc2.releases/linaro-5.3-2016.05-rc2
Change-Id: I86326e39692c47a162733dcc23f283dbc0828724
-rw-r--r--components/toolchain/binaries/README.textile28
-rw-r--r--components/toolchain/binaries/README.textile.series25
-rw-r--r--components/toolchain/binaries/macros12
-rw-r--r--components/toolchain/gcc-linaro/5/README.textile4
4 files changed, 58 insertions, 11 deletions
diff --git a/components/toolchain/binaries/README.textile b/components/toolchain/binaries/README.textile
index ca15608..4cb3075 100644
--- a/components/toolchain/binaries/README.textile
+++ b/components/toolchain/binaries/README.textile
@@ -1,15 +1,15 @@
h1. The Linaro Binary Toolchain
-The Linaro GCC 5.3-2016.05-rc1 Release-Candidate is now available.
+The Linaro GCC 5.3-2016.05-rc2 Release-Candidate is now available.
Notice: All Linaro GCC 5 series toolchain users should migrate to the latest version of the Linaro GCC 5 toolchain in order to mitigate potential security exposure to CVE-2015-7547. See the NEWS section below for details.
Download release-candidate packages from:
-p((((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05-rc1/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05-rc1/
+p((((. "http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05-rc2/":http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05-rc2/
-p((((. "http://snapshots.linaro.org/components/toolchain/binaries/5.3-2016.05-rc1/":http://snapshots.linaro.org/components/toolchain/binaries/5.3-2016.05-rc1/
+p((((. "http://snapshots.linaro.org/components/toolchain/binaries/5.3-2016.05-rc2/":http://snapshots.linaro.org/components/toolchain/binaries/5.3-2016.05-rc2/
Previous snapshots and release-candidates are at:
@@ -37,7 +37,7 @@ p((((. "https://bugs.linaro.org/show_bug.cgi?id=1869":https://bugs.linaro.org/sh
h2. Package Versions
-Linaro GCC 5.3-2016.05-rc1
+Linaro GCC 5.3-2016.05-rc2
FSF glibc 2.21 (release/2.21)
@@ -53,9 +53,27 @@ Linaro toolchain package git branches are hosted at:
p((((. "http://git.linaro.org/?a=project_list&s=toolchain%2F&btnS=Search":http://git.linaro.org/?a=project_list&s=toolchain%2F&btnS=Search
-h2. NEWS for Linaro GCC 5.3-2016.05-rc1
+h2. NEWS for Linaro GCC 5.3-2016.05-rc2
+* Fixed pi requeue support in glibc 2.21 while allowing the existing 2.21 minimum kernel default setting.
+
+
+p(((. commit a68cafa11c500d8a49a3014c43c5152859d037ae
+Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
+Date: Tue May 17 10:16:39 2016 -0300
+Add runtime check for __ASSUME_REQUEUE_PI (BZ# 18463)
+
+p(((. commit 6e5cb616b5b442ce8b2664ad673c0acf42a490ac
+Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
+Date: Mon May 16 19:01:10 2016 -0300
+Remove __ASSUME_SET_ROBUST_LIST
+
+p(((. commit 9ac61c0047295696cbcdbc26bdc174c7bd25a3c8
+Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
+Date: Mon May 16 10:35:25 2016 -0300
+Remove __ASSUME_FUTEX_LOCK_PI
+
* Backported support into GCC for Cortex-A32, Cortex-A35, and Cortex-R8.
diff --git a/components/toolchain/binaries/README.textile.series b/components/toolchain/binaries/README.textile.series
index 9cb9121..af8dcdb 100644
--- a/components/toolchain/binaries/README.textile.series
+++ b/components/toolchain/binaries/README.textile.series
@@ -47,6 +47,31 @@ FSF GDB 7.10 (gdb-7.10-branch)
{% block news %}
{% call format("news") %}
+Fixed pi requeue support in glibc 2.21 while allowing the existing 2.21 minimum kernel default setting.
+{% endcall %}
+
+{% call format("newscont") %}
+commit a68cafa11c500d8a49a3014c43c5152859d037ae
+Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
+Date: Tue May 17 10:16:39 2016 -0300
+Add runtime check for __ASSUME_REQUEUE_PI (BZ# 18463)
+{% endcall %}
+
+{% call format("newscont") %}
+commit 6e5cb616b5b442ce8b2664ad673c0acf42a490ac
+Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
+Date: Mon May 16 19:01:10 2016 -0300
+Remove __ASSUME_SET_ROBUST_LIST
+{% endcall %}
+
+{% call format("newscont") %}
+commit 9ac61c0047295696cbcdbc26bdc174c7bd25a3c8
+Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
+Date: Mon May 16 10:35:25 2016 -0300
+Remove __ASSUME_FUTEX_LOCK_PI
+{% endcall %}
+
+{% call format("news") %}
Backported support into GCC for Cortex-A32, Cortex-A35, and Cortex-R8.
{% endcall %}
diff --git a/components/toolchain/binaries/macros b/components/toolchain/binaries/macros
index c2e7eb0..e32dabd 100644
--- a/components/toolchain/binaries/macros
+++ b/components/toolchain/binaries/macros
@@ -83,10 +83,14 @@
{% endif %}
{% elif mode == "newscont" -%}
- p
- {%- for i in range(0, 3) -%}
- (
- {%- endfor -%}. {{ line }}
+ {%- if loop.index0 == 0 -%}
+ p
+ {%- for i in range(0, 3) -%}
+ (
+ {%- endfor -%}. {{ line }}
+ {% else -%}
+ {{ line }}
+ {% endif -%}
{% elif mode == "para" -%}
{{ line }}
{% endif %}
diff --git a/components/toolchain/gcc-linaro/5/README.textile b/components/toolchain/gcc-linaro/5/README.textile
index f61cbd9..ee0d9ff 100644
--- a/components/toolchain/gcc-linaro/5/README.textile
+++ b/components/toolchain/gcc-linaro/5/README.textile
@@ -1,6 +1,6 @@
-p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2016.05-rc1 stable Release-Candidate of the Linaro GCC 5 source package.
+p. The Linaro Toolchain Working Group (TCWG) is pleased to announce the 2016.05-rc2 stable Release-Candidate of the Linaro GCC 5 source package.
-p. This stable[1] Release-Candidate is based on FSF GCC 5.3.1+svn234898 and includes performance improvements and bug fixes backported from mainline GCC. This Release-Candidate is based on "Linaro Snapshot GCC 5.3-2016.04":http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.04.
+p. This stable[1] Release-Candidate is based on FSF GCC 5.3.1+svn234898 and includes performance improvements and bug fixes backported from mainline GCC. This Release-Candidate is based on "Linaro Snapshot GCC 5.3-2016.05":http://snapshots.linaro.org/components/toolchain/gcc-linaro/5.3-2016.05.
h4. Changes in this stable GCC source package Release-Candidate include: