summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <mark.murray@arm.com>2018-06-13 16:32:24 +0100
committerMark Murray <mark.murray@arm.com>2018-06-13 16:32:24 +0100
commit4d80643a3a902d10eee2a70ff4d0b55c8904e54f (patch)
tree733fd5b50613755858f36264b2fe932dc3a7af45
parentc87c7e071e19080925859a5977a6e127ffab4312 (diff)
Added NEWS items for releases/linaro-6.4-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 00985fe..9e541d6 100644
--- a/components/toolchain/binaries/README.textile.series
+++ b/components/toolchain/binaries/README.textile.series
@@ -76,6 +76,16 @@ Linaro 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") -%}
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 %}