summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-09-06 22:20:52 +0200
committerNiels Möller <nisse@lysator.liu.se>2015-09-06 22:20:52 +0200
commit4b90268a4cadbf44de41e325a8ac43858e2d43b4 (patch)
tree63ec9c4fda88d2176ccb51b61f8fca5e47b6f72a
parentbe3956168ce8d36a62bfa7578701a59438eba3d5 (diff)
downloadnettle-4b90268a4cadbf44de41e325a8ac43858e2d43b4.tar.gz
Mention disabled ifunc relocations in NEWS.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6809be4c..9ff3ef4d 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,9 @@ NEWS for the Nettle 3.2 release
* Fixes for ARM assembly syntax, to work better with the clang
assembler. Thanks to Jukka Ukkonen.
+ * Disabled use of ifunc relocations for fat builds, to fix
+ problems most triggered by using dlopen with RTLD_NOW.
+
NEWS for the Nettle 3.1.1 release
This release fixes a couple of non-critical bugs.