From 4fee9155f396cb2bcfe707f78aa4332837520f93 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 7 Jun 2016 04:14:23 +0200 Subject: ssp: remove SSP legacy code Nobody should use gcc 3.3 nowadays. --- ldso/ldso/ldso.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ldso') diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 9f4e84130..7bb6a349b 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -120,9 +120,6 @@ static uintptr_t stack_chk_guard; * in local thread area. */ uintptr_t __stack_chk_guard attribute_relro; # endif -# ifdef __UCLIBC_HAS_SSP_COMPAT__ -uintptr_t __guard attribute_relro; -# endif #endif #ifdef __LDSO_SEARCH_INTERP_PATH__ @@ -1217,9 +1214,6 @@ of this helper program; chances are you did not intend to run this program.\n\ # else __stack_chk_guard = stack_chk_guard; # endif -# ifdef __UCLIBC_HAS_SSP_COMPAT__ - __guard = stack_chk_guard; -# endif #endif #ifdef __LDSO_PRELINK_SUPPORT__ -- cgit v1.2.3