From owner-cvs-src-old@FreeBSD.ORG Tue Sep 21 12:58:02 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 81BD51065672 for ; Tue, 21 Sep 2010 12:58:02 +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 703AE8FC21 for ; Tue, 21 Sep 2010 12:58:02 +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 o8LCw20p001774 for ; Tue, 21 Sep 2010 12:58:02 GMT (envelope-from tijl@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8LCw2pw001773 for cvs-src-old@freebsd.org; Tue, 21 Sep 2010 12:58:02 GMT (envelope-from tijl@repoman.freebsd.org) Message-Id: <201009211258.o8LCw2pw001773@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:57:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 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:58:02 -0000 tijl 2010-09-21 12:57:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) gnu/lib/libstdc++ Makefile config.h Log: SVN rev 212963 on 2010-09-21 12:57:43Z 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. Approved by: kib (mentor) Revision Changes Path 1.61.2.2 +1 -1 src/gnu/lib/libstdc++/Makefile 1.15.2.1 +1 -1 src/gnu/lib/libstdc++/config.h