Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2010 01:40:56 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/libexec/rtld-elf rtld.c
Message-ID:  <201006280141.o5S1fNKq026662@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2010-06-28 01:40:56 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     rtld.c 
  Log:
  SVN rev 209558 on 2010-06-28 01:40:56Z by nwhitehorn
  
  Revert r209544. It papers over a binutils bug, and is not even a reliable
  fix for it.
  
  The bug occurs when using the --as-needed flag to ld in the presence of
  synthetic linker-generated symbols that reference symbols defined in
  linked-to shared libraries with versioned symbols. When the only symbols
  used from a library fall into this category, ld will drop the DT_NEEDED
  entry for it, but retain the versioning information. This bug is best
  fixed/hacked around in binutils, not in rtld.
  
  Discussed with: kan
  
  Revision  Changes    Path
  1.151     +3 -10     src/libexec/rtld-elf/rtld.c



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