Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2009 16:38:54 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/libexec/rtld-elf rtld.c
Message-ID:  <200906161639.n5GGd7GI000140@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2009-06-16 16:38:54 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     rtld.c 
  Log:
  SVN rev 194298 on 2009-06-16 16:38:54Z by kan
  
  FreeBSD returns main object handle from dlopen(NULL, ...) calls.
  dlsym seaches using this handle are expected to look for symbol
  definitions in all objects loaded at the program start time along
  with all objects currently in RTLD_GLOBAL scope.
  
  Discussed with: kib
  Reported by:    Maho NAKATA
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.135     +10 -0     src/libexec/rtld-elf/rtld.c



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