aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-03-15 20:12:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-03-15 20:12:24 +0000
commit77fa3c97dc13c49c6ceb314ebe3fab65b70d63bb (patch)
treec8d415528489bf53c6f59f4c46721c4b2438ea57
parent0eec380dcb3b6cdbbcda8d91908e61f53d69ebf3 (diff)
parente124252b86d18e22fdf2c2c54a7800a0f79e71ee (diff)
downloadndk-77fa3c97dc13c49c6ceb314ebe3fab65b70d63bb.tar.gz
Merge "Final (fingers crossed) r11b changelog update." into ndk-r11-releasendk-r11b
-rw-r--r--CHANGELOG.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a146fcb74..b2155f268 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,16 @@ Hotfix r11b
-----------
* `ndk-gdb.py` actually works now. Had regressed entirely:
- https://github.com/android-ndk/ndk/issues/3
- * `ndk-gdb` works on Mac again: https://github.com/android-ndk/ndk/issues/2
+ https://github.com/android-ndk/ndk/issues/3.
+ * `ndk-gdb` works on Mac again: https://github.com/android-ndk/ndk/issues/2.
+ * Added more top level shortcuts for command line tools:
+ * `ndk-depends`
+ * `ndk-gdb`
+ * `ndk-stack`
+ * `ndk-which` (was previously missing entirely)
+ * Fixed standalone toolchains for libc++, which were missing
+ `__cxxabi_config.h`.
+ * Fixed help documenation for `--toolchain` in `make-standalone-toolchain.sh`.
* Note that `__thread` doesn't actually work as r11 had claimed. The version of
Clang we currently ship is missing a bugfix for emulated TLS support.