summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-02 16:21:19 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-02 16:21:19 +0000
commit3b7927d66fd116ad6cf1362efe2d626ef1fd43aa (patch)
tree0ab0721956187f4d77311a9afecb595dc156f7ad /ldso
parent16f4df8b52de1df0f810e157d9711caa75115e28 (diff)
Move __SSP__ check to header
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/ldso.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index 266313543..fac66ba9d 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -86,9 +86,6 @@ static int nlist; /* # items in init_fini_list */
extern void _start(void);
#ifdef __UCLIBC_HAS_SSP__
-#ifdef __SSP__
-#error "file must not be compiled with stack protection enabled on it. Use -fno-stack-protector"
-#endif
#include <dl-osinfo.h>
#ifndef THREAD_SET_STACK_GUARD
/* Only exported for architectures that don't store the stack guard canary