diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-09-23 01:44:38 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-09-23 01:44:38 -0400 |
commit | 0b1f8e35640f5b3f7af11764ade3ff060211c309 (patch) | |
tree | 92c24c5c5a32e067121f24c0d752f222345faf5e /ChangeLog | |
parent | c61b4d41c9647a54a329aa021341c0eb032b793e (diff) | |
download | glibc-0b1f8e35640f5b3f7af11764ade3ff060211c309.tar.gz glibc-0b1f8e35640f5b3f7af11764ade3ff060211c309.tar.xz glibc-0b1f8e35640f5b3f7af11764ade3ff060211c309.zip |
BZ #15754: Fix test case for ARM.
Statically built binaries use __pointer_chk_guard_local, while dynamically built binaries use __pointer_chk_guard. Provide the right definition depending on the test case we are building.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5972ae01f9..25664f0ad8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2013-09-23 Carlos O'Donell <carlos@redhat.com> [BZ #15754] + * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use + __pointer_chk_guard_local, otherwise __pointer_chk_guard. + * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c. + + [BZ #15754] * elf/Makefile (tests): Add tst-ptrguard1. (tests-static): Add tst-ptrguard1-static. (tst-ptrguard1-ARGS): Define. |