From owner-cvs-src-old@FreeBSD.ORG Tue Sep 21 12:55:42 2010 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 2CFEB10656CA for ; Tue, 21 Sep 2010 12:55:42 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1B6778FC13 for ; Tue, 21 Sep 2010 12:55:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8LCtgh4001627 for ; Tue, 21 Sep 2010 12:55:42 GMT (envelope-from tijl@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8LCtfeq001626 for cvs-src-old@freebsd.org; Tue, 21 Sep 2010 12:55:41 GMT (envelope-from tijl@repoman.freebsd.org) Message-Id: <201009211255.o8LCtfeq001626@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tijl@repoman.freebsd.org using -f From: Tijl Coosemans Date: Tue, 21 Sep 2010 12:55:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/gnu/lib/libstdc++ Makefile config.h 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, 21 Sep 2010 12:55:42 -0000 tijl 2010-09-21 12:55:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) gnu/lib/libstdc++ Makefile config.h Log: SVN rev 212962 on 2010-09-21 12:55:20Z by tijl MFC r212286: GCC defines built-ins for atomic instructions found on i486 and higher. Because FreeBSD no longer supports the 80386 cpu all code targeting FreeBSD/i386 necessarily runs on i486 or higher so the compiler built-ins can be used by default inside libstdc++ and in C++ headers. This allows newly compiled C++ code to inline some atomic operations. Old binaries continue to use libstdc++ functions. PR: 148926 Tested by: Yuri Karaban Approved by: kib (mentor) Revision Changes Path 1.63.2.2 +1 -1 src/gnu/lib/libstdc++/Makefile 1.16.2.2 +1 -1 src/gnu/lib/libstdc++/config.h