From e546223a7dd821a4c793b526c0bed8ba4003cf6d Mon Sep 17 00:00:00 2001 From: kib Date: Sat, 24 Mar 2012 19:14:44 +0000 Subject: Remove libssp_nonshared from the rtld linking set. The only use for the library was definition for the weak alias of __stack_chk_fail. No objections from: kan MFC after: 2 weeks --- libexec/rtld-elf/rtld.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libexec/rtld-elf/rtld.c') diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index b3d3329..e081e09 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -4390,6 +4390,7 @@ __stack_chk_fail(void) _rtld_error("stack overflow detected; terminated"); die(); } +__weak_reference(__stack_chk_fail, __stack_chk_fail_local); void __chk_fail(void) -- cgit v1.1