aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2016-01-04 22:36:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-04 22:36:52 +0000
commit4dfe28a408d26af3fe69c8bd6bbfed45329d5238 (patch)
treeff65a5e9859a9ac87cd4f3791a45e93b6cc4b0d4
parentaa3245fa600b0880fe232e7176332f362d85274a (diff)
parent6488e1c4dca9fe7529de66e04af290eb7f27bed0 (diff)
downloadndk-4dfe28a408d26af3fe69c8bd6bbfed45329d5238.tar.gz
Merge "Update the changelog for build 2510877."
am: 6488e1c4dc * commit '6488e1c4dca9fe7529de66e04af290eb7f27bed0': Update the changelog for build 2510877.
-rw-r--r--CHANGELOG.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3efb1fc43..847480f8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
-Changelog for NDK Build 2490520
-===============================
+Changelog
+=========
We've moved our bug tracker to GitHub: https://github.com/android-ndk/ndk/issues
@@ -39,12 +39,6 @@ NDK
[GitHub].
* The documentation is no longer included in the NDK. It is instead available
on the [Android Developer website].
- * The layout of the NDK has changed quite a bit. This was to facilitate
- splitting the many components into their own packages.
- * **The current layout might not be final.**
- * This is likely to cause some disruption during the transition from r10
- for anyone not using `ndk-build` or `make-standalone-toolchain.sh`, as
- the compilers have moved.
* Make ARM standalone toolchains default to arm7.
* The old behavior can be restored by passing
`-target armv5te-linux-androideabi`.
@@ -86,6 +80,10 @@ Binutils
* Good linking time improvement for huge binaries for Gold ARM backend (up to
50% linking time reduction for debuggable Chrome Browser).
* New option: `--pic-veneer`.
+ * The 32-bit Windows package no longer contains ld.gold. It is available in
+ the 64-bit package.
+ * Current gold no longer builds when targeting 32-bit Windows (causes
+ internal compiler failures in mingw).
GDB
---
@@ -108,7 +106,6 @@ Known Issues
------------
* This is not intended to be a comprehensive list of all outstanding bugs.
-
* x86 ASAN does not currently work. See discussion on
https://android-review.googlesource.com/#/c/186276/
* The combination of Clang, x86, `stlport_static`, and optimization levels
@@ -117,7 +114,6 @@ Known Issues
* Exception handling will often fail when using `c++_shared` on ARM32. The root
cause is incompatibility between the LLVM unwinder used by libc++abi for
ARM32 and libgcc. This is not a regression from r10e.
- * Windows packages are missing ld.gold. http://b/22045105
What's Next?
------------