Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2007 16:12:07 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf Makefile Versions.def
Message-ID:  <200704291612.l3TGC7rt082306@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2007-04-29 16:12:07 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     Makefile 
  Removed files:
    libexec/rtld-elf     Versions.def 
  Log:
  Retire rtld-specific Versions.def. Symbols exported by rtld are supposed
  to override weak symbols exported by libc, so by definition these two
  are using the same symbol version names.
  
  Reflect the reality by referring to libc's Versions.def directly.
  
  Revision  Changes    Path
  1.39      +3 -2      src/libexec/rtld-elf/Makefile
  1.4       +0 -7      src/libexec/rtld-elf/Versions.def (dead)



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