summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-01-22 21:30:12 +1100
committerDamien Miller <djm@mindrot.org>2014-01-22 21:30:12 +1100
commit5c2ff5e31f57d303ebb414d84a934c02728fa568 (patch)
treeb1c8a8a1d6eee29847c3de5d7ebe00f79f44db93 /ChangeLog
parent852472a54b8a0dc3e53786b313baaa86850a4273 (diff)
- (djm) [configure.ac aclocal.m4] More tests to detect fallout from
platform hardening options: include some long long int arithmatic to detect missing support functions for -ftrapv in libgcc and equivalents, actually test linking when -ftrapv is supplied and set either both -pie/-fPIE or neither. feedback and ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbe112e68..b4a81f996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
4 hack surprises us by providing a setproctitle in libc; ok dtucker 4 hack surprises us by providing a setproctitle in libc; ok dtucker
5 - (djm) [configure.ac] Unless specifically requested, only attempt 5 - (djm) [configure.ac] Unless specifically requested, only attempt
6 to build Position Independent Executables on gcc >= 4.x; ok dtucker 6 to build Position Independent Executables on gcc >= 4.x; ok dtucker
7 - (djm) [configure.ac aclocal.m4] More tests to detect fallout from
8 platform hardening options: include some long long int arithmatic
9 to detect missing support functions for -ftrapv in libgcc and
10 equivalents, actually test linking when -ftrapv is supplied and
11 set either both -pie/-fPIE or neither. feedback and ok dtucker@
7 12
820140121 1320140121
9 - (dtucker) [configure.ac] Make PIE a configure-time option which defaults 14 - (dtucker) [configure.ac] Make PIE a configure-time option which defaults