summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 %}