Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 2009 03:05:50 +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:  <200906300305.n5U35vFi031292@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2009-06-30 03:05:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    libexec/rtld-elf     rtld.c 
  Log:
  SVN rev 195180 on 2009-06-30 03:05:50Z by kan
  
  MFC r194298:
  
  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.
  
  Revision   Changes    Path
  1.124.2.6  +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?200906300305.n5U35vFi031292>