Re: svn commit: r211577 - in head: . cddl/lib/drti lib/libelf

2010-08-21 Thread Rui Paulo
On 21 Aug 2010, at 18:36, Anonymous wrote: > Rui Paulo writes: > >> Author: rpaulo >> Date: Sat Aug 21 17:29:59 2010 >> New Revision: 211577 >> URL: http://svn.freebsd.org/changeset/base/211577 >> >> Log: >> Don't link drti.o with libelf_pic.a. This means that all software with >> userland S

Re: svn commit: r211577 - in head: . cddl/lib/drti lib/libelf

2010-08-21 Thread Anonymous
Rui Paulo writes: > Author: rpaulo > Date: Sat Aug 21 17:29:59 2010 > New Revision: 211577 > URL: http://svn.freebsd.org/changeset/base/211577 > > Log: > Don't link drti.o with libelf_pic.a. This means that all software with > userland SDT probes must be linked with libelf explicitly. > >

Re: svn commit: r211577 - in head: . cddl/lib/drti lib/libelf

2010-08-21 Thread Kostik Belousov
On Sat, Aug 21, 2010 at 05:29:59PM +, Rui Paulo wrote: > Author: rpaulo > Date: Sat Aug 21 17:29:59 2010 > New Revision: 211577 > URL: http://svn.freebsd.org/changeset/base/211577 > > Log: > Don't link drti.o with libelf_pic.a. This means that all software with > userland SDT probes must b

svn commit: r211577 - in head: . cddl/lib/drti lib/libelf

2010-08-21 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 21 17:29:59 2010 New Revision: 211577 URL: http://svn.freebsd.org/changeset/base/211577 Log: Don't link drti.o with libelf_pic.a. This means that all software with userland SDT probes must be linked with libelf explicitly. Requested by: kib Sponsored by: The