aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-07 21:18:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-08-07 21:18:06 +0000
commit1deb7712545ee3fec924603114a0bb0f1634739e (patch)
treeebbaec567630daa35ab400be540dc67ff8845b97
parent27388ebac231a8ba3a2257d318547bbd0adea9b8 (diff)
parent0b1ab339b5c4eba4a5f9834562df46c58d8c7c0e (diff)
downloadndk-snap-temp-L84200000962437416.tar.gz
Merge "Add changelog notes for r26 RC 1 toolchain fixes." into snap-temp-L84200000962437416snap-temp-L84200000962437416
-rw-r--r--docs/changelogs/Changelog-r26.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r26.md b/docs/changelogs/Changelog-r26.md
index 252611910..c0fcd1c06 100644
--- a/docs/changelogs/Changelog-r26.md
+++ b/docs/changelogs/Changelog-r26.md
@@ -47,6 +47,10 @@ directly, see the [build system maintainers guide].
* [Issue 1862]: Fixed Clang crash for aarch64 with `-Os`.
* [Issue 1880]: Fixed crash in clang-format.
* [Issue 1883]: Fixed crash when incorrectly using neon intrinsics.
+ * [Issue 1907]: HWASan linker will be used automatically for
+ `minSdkVersion 34` or higher.
+ * [Issue 1909]: Fixed ABI mismatch between function-multi-versioning and ifunc
+ resolvers.
* Version scripts that name public symbols that are not present in the library
will now emit an error by default for ndk-build and the CMake toolchain file.
Build failures caused by this error are likely a bug in your library or a
@@ -89,6 +93,8 @@ directly, see the [build system maintainers guide].
[Issue 1878]: https://github.com/android/ndk/issues/1878
[Issue 1880]: https://github.com/android/ndk/issues/1880
[Issue 1883]: https://github.com/android/ndk/issues/1883
+[Issue 1907]: https://github.com/android/ndk/issues/1907
+[Issue 1909]: https://github.com/android/ndk/issues/1909
## Known Issues