summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <mark.murray@arm.com>2018-06-19 10:01:53 +0100
committerMark Murray <mark.murray@arm.com>2018-06-19 10:01:53 +0100
commit82f3eb2f45ce11f64436ac7f6fc4bdc8d295f2c3 (patch)
tree7081570d5e1c241ae1cb6a1fb51278ea72be16ea
parentb130f4f83b480cc0d56ff7e5a8636b40a7bc32d4 (diff)
Added NEWS items for releases/linaro-7.3-2018.05.
-rw-r--r--components/toolchain/binaries/README.textile.series15
1 files changed, 15 insertions, 0 deletions
diff --git a/components/toolchain/binaries/README.textile.series b/components/toolchain/binaries/README.textile.series
index bba5f24..05ba741 100644
--- a/components/toolchain/binaries/README.textile.series
+++ b/components/toolchain/binaries/README.textile.series
@@ -97,6 +97,21 @@ FSF GDB 8.1 (gdb-8.1-branch)
{% 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 under
+usr/bin/.
+LDTS case #2211: gdbserver and runtest in GCC binary release are in the wrong place or have the wrong name
+{% endcall %}
+
+{% call format("news") -%}
+Gdbserver is no longer linked statically, because this is currently
+unsupported.
+Linaro bugzilla #3344: gdbserver broken in Linaro 2017.02
+https://bugs.linaro.org/show_bug.cgi?id=3344
+{% endcall %}
+
+{% call format("news") -%}
The Linaro GCC 7.2-2017.09 snapshot added float and integer moves improvement for AArch64 targets.
{% endcall %}