aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2014-05-09 13:53:56 +0100
committerWill Newton <will.newton@linaro.org>2014-05-09 16:57:12 +0100
commit28162f4dac274a4b635d95fc2442bef888df1d57 (patch)
treecae3ec8519468def877fead91accf1eea89bb738 /ChangeLog
parent5a414ff70c3a45e52b5f5c0741bd459a84cf56b8 (diff)
downloadglibc-28162f4dac274a4b635d95fc2442bef888df1d57.tar.xz
glibc-28162f4dac274a4b635d95fc2442bef888df1d57.zip
ARM: Allow auto-detection of linker relro feature
Set values for libc_commonpagesize and libc_relro_required for the ARM port to enable relro by default and suppress a warning at configure time. ChangeLog: 2014-05-09 Will Newton <will.newton@linaro.org> * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize and libc_relro_required for ARM. * sysdeps/arm/preconfigure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a64ca9f269..307aabb69e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-09 Will Newton <will.newton@linaro.org>
+
+ * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
+ and libc_relro_required for ARM.
+ * sysdeps/arm/preconfigure: Regenerate.
+
2014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
Stefan Liebler <stli@linux.vnet.ibm.com>