summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <mark.murray@arm.com>2018-06-13 16:45:40 +0100
committerMark Murray <mark.murray@arm.com>2018-06-13 16:45:40 +0100
commit999ae2cd70e7920335d086f52d377b2e0a54c9e6 (patch)
tree10345ea9db91c5ee0fe612b04d8b7141a0712b36
parentb130f4f83b480cc0d56ff7e5a8636b40a7bc32d4 (diff)
Added NEWS items for releases/linaro-7.3-2018.05.
-rw-r--r--components/toolchain/binaries/README.textile.series10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/toolchain/binaries/README.textile.series b/components/toolchain/binaries/README.textile.series
index bba5f24..190a903 100644
--- a/components/toolchain/binaries/README.textile.series
+++ b/components/toolchain/binaries/README.textile.series
@@ -97,6 +97,16 @@ 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 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") -%}
The Linaro GCC 7.2-2017.09 snapshot added float and integer moves improvement for AArch64 targets.
{% endcall %}