From owner-svn-src-user@FreeBSD.ORG Tue Oct 26 10:23:50 2010 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E2A3106564A; Tue, 26 Oct 2010 10:23:50 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F0CED8FC0C; Tue, 26 Oct 2010 10:23:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o9QANnH5013709; Tue, 26 Oct 2010 10:23:49 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9QANn10013707; Tue, 26 Oct 2010 10:23:49 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <201010261023.o9QANn10013707@svn.freebsd.org> From: Ed Schouten Date: Tue, 26 Oct 2010 10:23:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r214372 - user/ed/compiler-rt/lib/libcompiler_rt X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 10:23:50 -0000 Author: ed Date: Tue Oct 26 10:23:49 2010 New Revision: 214372 URL: http://svn.freebsd.org/changeset/base/214372 Log: Remove __gcc_personality_v0() for now. This function is already part of libgcc_eh.a. I'd rather use the GNU version for now. Modified: user/ed/compiler-rt/lib/libcompiler_rt/Makefile Modified: user/ed/compiler-rt/lib/libcompiler_rt/Makefile ============================================================================== --- user/ed/compiler-rt/lib/libcompiler_rt/Makefile Tue Oct 26 09:25:29 2010 (r214371) +++ user/ed/compiler-rt/lib/libcompiler_rt/Makefile Tue Oct 26 10:23:49 2010 (r214372) @@ -79,7 +79,6 @@ SRCF= absvdi2 \ floatuntidf \ floatuntisf \ floatuntixf \ - gcc_personality_v0 \ lshrdi3 \ lshrti3 \ moddi3 \