summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2016-12-26 10:09:00 +0100
committerFlorian Weimer <fweimer@redhat.com>2016-12-26 10:11:05 +0100
commit7cbb738d218fad3bc91deebfd8ce5f3918592b84 (patch)
tree792a6637fe557c32a8ec784e044c891aab96e91e /ChangeLog
parent524a8ef2ad76af8ac049293d993a1856b0d888fb (diff)
downloadglibc-7cbb738d218fad3bc91deebfd8ce5f3918592b84.tar.gz
glibc-7cbb738d218fad3bc91deebfd8ce5f3918592b84.tar.xz
glibc-7cbb738d218fad3bc91deebfd8ce5f3918592b84.zip
Link a non-libc-using test with -fno-stack-protector [BZ #7065]
This test cannot reference __stack_chk_fail because it is not linked
with libc at all.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10d5a37718..918c6f97c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
+
+	[BZ #7065]
+	* elf/Makefile (CFLAGS-filtmod1.c): Use $(no-stack-protector) for
+	non-libc-linking testcase.
+
+2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
 	    Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 	    Florian Weimer  <fweimer@redhat.com>