Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2010 20:35:49 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/gcc/config/ia64 unwind-ia64.h
Message-ID:  <201011252036.oAPKa2vH087637@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011252036.oAPKa2vH087637>