diff options
| author | Nick Alcock <nick.alcock@oracle.com> | 2016-12-26 10:09:00 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2016-12-26 10:11:05 +0100 |
| commit | 7cbb738d218fad3bc91deebfd8ce5f3918592b84 (patch) | |
| tree | 792a6637fe557c32a8ec784e044c891aab96e91e /ChangeLog | |
| parent | 524a8ef2ad76af8ac049293d993a1856b0d888fb (diff) | |
| download | 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |
