Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 1999 21:09:13 -0700 (PDT)
From:      John Polstra <jdp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf rtld.c
Message-ID:  <199907140409.VAA78839@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         1999/07/13 21:09:13 PDT

  Modified files:
    libexec/rtld-elf     rtld.c 
  Log:
  Change the symbol used to find the end of an object's address space
  from "end" to "_end".  The former does not exist in most shared
  libraries.  This fixes problems in dladdr() and dlsym(RTLD_NEXT, ...).
  
  Revision  Changes    Path
  1.28      +2 -2      src/libexec/rtld-elf/rtld.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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