From 0b1f8e35640f5b3f7af11764ade3ff060211c309 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Mon, 23 Sep 2013 01:44:38 -0400 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5972ae0..25664f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2013-09-23 Carlos O'Donell [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. -- cgit v1.1