symbol versioning on libgcc?

Steve Kargl sgk at troutmask.apl.washington.edu
Mon Aug 30 17:49:54 UTC 2010


On Mon, Aug 30, 2010 at 08:43:40PM +0300, Andriy Gapon wrote:
> on 30/08/2010 20:32 Steve Kargl said the following:
> > I know that several libraries in FreeBSD
> > uses symbol versioning.  In looking through
> > src/ I was unable to determine whether 
> > symbol versioning is used on libgcc.  Any
> > guidance would be appreciated.
> 
> Check out output of e.g. objdump -T /usr/lib/libgcc_s.so
> 

Thanks.  I had forgotten about objdump.  A search for
Symbol.map in src/ mislead me into believing the version
was not happening.  Further searching found the Makefile
chuck that builds the map in src/gnu/lib/libgcc/Makefile.

-- 
Steve


More information about the freebsd-current mailing list