Date: Thu, 17 Sep 2009 13:21:53 +0000 (UTC) From: Alexander Kabaev <kan@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/sys stack_protector.c Message-ID: <200909171322.n8HDM6mp089312@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2009-09-17 13:21:53 UTC FreeBSD src repository Modified files: lib/libc/sys stack_protector.c Log: SVN rev 197277 on 2009-09-17 13:21:53Z by kan Make libc.a provide __stack_chk_fail_local weak alias. This is needed to satisfy static libraries that are compiled with -fpic and linked into static binary afterwards. Several libraries in gcc are examples of such static libs. Revision Changes Path 1.6 +4 -0 src/lib/libc/sys/stack_protector.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909171322.n8HDM6mp089312>