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