From owner-cvs-src-old@FreeBSD.ORG Thu Nov 25 20:36: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 5BAC71065670 for ; Thu, 25 Nov 2010 20:36:02 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 486068FC14 for ; Thu, 25 Nov 2010 20:36: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 oAPKa2bf087638 for ; Thu, 25 Nov 2010 20:36:02 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAPKa2vH087637 for cvs-src-old@freebsd.org; Thu, 25 Nov 2010 20:36:02 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201011252036.oAPKa2vH087637@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Thu, 25 Nov 2010 20:35:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/gcc/config/ia64 unwind-ia64.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: Thu, 25 Nov 2010 20:36:02 -0000 dim 2010-11-25 20:35:49 UTC FreeBSD src repository Modified files: contrib/gcc/config/ia64 unwind-ia64.h Log: SVN rev 215841 on 2010-11-25 20:35:49Z by dim Now that the fix for gcc PR 20218 is applied, and hidden attributes actually work, linking of libgcc_s.so.1 on ia64 will fail with: unwind-ia64.So(.text+0x1762): In function `_Unwind_FindEnclosingFunction': : undefined reference to `_Unwind_FindTableEntry' unwind-ia64.So(.text+0x1d82): In function `uw_frame_state_for': : undefined reference to `_Unwind_FindTableEntry' /usr/bin/ld: libgcc_s.so.1: hidden symbol `_Unwind_FindTableEntry' isn't defined Repair this by not hiding the _Unwind_FindTableEntry symbol; on FreeBSD, it is in libc, not in libgcc. Silence from: current@ Revision Changes Path 1.2 +15 -7 src/contrib/gcc/config/ia64/unwind-ia64.h