summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-08-09 15:49:05 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-08-09 15:49:05 +0200
commit33aa887c7454cbbe3c3d0331507293e74b851e08 (patch)
tree209e3e26a0ba9418d65e867b8835c1f0a2b9e973
parente063256d8e62ac58656dcbfd27666e47fb70009a (diff)
Added NEWS items for releases/linaro-7.1-2017.08-rc1.
-rw-r--r--components/toolchain/binaries/README.textile.series19
1 files changed, 17 insertions, 2 deletions
diff --git a/components/toolchain/binaries/README.textile.series b/components/toolchain/binaries/README.textile.series
index 06ad775..a8352ca 100644
--- a/components/toolchain/binaries/README.textile.series
+++ b/components/toolchain/binaries/README.textile.series
@@ -1,4 +1,3 @@
-
{# This document uses jinja2 templating markup. Please refer to the Jinja2
template documentation for further information.
@@ -98,11 +97,27 @@ FSF GDB 8.0 (gdb-8.0-branch)
{% block news %}
{% call format("news") -%}
-Performance related backports from the following snapshots have been included: Linaro GCC 7.1-2017.05.
+The Linaro GCC 7.1-2017.07 snapshot added prefetching configuration improvement for AArch64 targets and laid groundwork to enabling prefetching in more cases.
+{% 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 %}
+
+{% call format("newscont") -%}
+Linaro bugzilla #3040 : CC1 and cc1plus cannot convert UTF-8.
+{% endcall %}
+
+{{ urlind(6,"https://bugs.linaro.org/show_bug.cgi?id=3040") }}
+
+{% call format("news") -%}
+Performance related backports from the following snapshots have been included: Linaro GCC 7.1-2017.05, Linaro GCC 7.1-2017.06 and Linaro GCC 7.1-2017.07.
See the following Linaro GCC snapshots:
{% endcall %}
{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.05/") }}
+{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.06/") }}
+{{ urlind(6,"http://snapshots.linaro.org/components/toolchain/gcc-linaro/7.1-2017.07/") }}
{% endblock %}