From owner-cvs-src-old@FreeBSD.ORG Tue Oct 20 19:06:05 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3910C10656C7 for ; Tue, 20 Oct 2009 19:06:05 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F56C8FC1A for ; Tue, 20 Oct 2009 19:06:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9KJ64x4095065 for ; Tue, 20 Oct 2009 19:06:04 GMT (envelope-from kan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9KJ64dD095064 for cvs-src-old@freebsd.org; Tue, 20 Oct 2009 19:06:04 GMT (envelope-from kan@repoman.freebsd.org) Message-Id: <200910201906.n9KJ64dD095064@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kan@repoman.freebsd.org using -f From: Alexander Kabaev Date: Tue, 20 Oct 2009 19:05:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/sys stack_protector.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 19:06:05 -0000 kan 2009-10-20 19:05:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/sys stack_protector.c Log: SVN rev 198304 on 2009-10-20 19:05:43Z by kan MFC Revision 197277: 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. Approved by: re (kib) Revision Changes Path 1.5.2.2 +4 -0 src/lib/libc/sys/stack_protector.c