Re: svn commit: r269505 - head/libexec/rtld-elf/tests/target

2014-08-17 Thread yaneurabeya
On Aug 4, 2014, at 10:24 AM, Garrett Cooper wrote: > Hi Bruce! > > On Aug 4, 2014, at 2:23 AM, Bruce Evans wrote: > >> On Mon, 4 Aug 2014, Garrett Cooper wrote: > > ... > >> I hope this fixes the error found by "make checkdpadd". -L is too hard >> for the current "make checkdpadd" to handl

Re: svn commit: r269505 - head/libexec/rtld-elf/tests/target

2014-08-04 Thread Garrett Cooper
Hi Bruce! On Aug 4, 2014, at 2:23 AM, Bruce Evans wrote: > On Mon, 4 Aug 2014, Garrett Cooper wrote: ... > I hope this fixes the error found by "make checkdpadd". -L is too hard > for the current "make checkdpadd" to handle. Old aout versions worked > better using linker support. They also

Re: svn commit: r269505 - head/libexec/rtld-elf/tests/target

2014-08-04 Thread Bruce Evans
On Mon, 4 Aug 2014, Garrett Cooper wrote: Log: Move a -L argument from LDADD to LDFLAGS Phabric: D525 (part of a larger patch) Reviewed by: jmmv Approved by: jmmv (co-mentor) Modified: head/libexec/rtld-elf/tests/target/Makefile Modified: head/libexec/rtld-elf/tests/target/Makefile

svn commit: r269505 - head/libexec/rtld-elf/tests/target

2014-08-03 Thread Garrett Cooper
Author: ngie Date: Mon Aug 4 05:49:13 2014 New Revision: 269505 URL: http://svnweb.freebsd.org/changeset/base/269505 Log: Move a -L argument from LDADD to LDFLAGS Phabric: D525 (part of a larger patch) Reviewed by: jmmv Approved by: jmmv (co-mentor) Modified: head/libexec/rtld-el