aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ldd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* These files were moved elsewhere (sbin/ldconfig, libexec/rtld-aout,Peter Wemm1998-06-011-8/+0
| | | | | | | usr.bin/ldd) as they stand alone and are under bsd-style license. Notes: svn path=/head/; revision=36569
* Touch up the code that implements "ldd -v".John Polstra1997-09-021-4/+5
| | | | | | | | | | Bring the style of sods.c into better conformance. Add code to print the contents of each datum being relocated. Correct the logic that distinguishes between programs, shared libraries, and object files. Make the entire program "-Wall" clean. Notes: svn path=/head/; revision=29042
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Incorporate John Polstra's sods.c display of the details about thePeter Wemm1996-10-011-2/+2
| | | | | | | | dynamic linking information in the executable. It's quite extensive. It's connected to ldd's (new) -v option. Notes: svn path=/head/; revision=18600
* Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIRNate Williams1993-12-161-2/+2
| | | | | | | in front of BINDIR definition. Notes: svn path=/head/; revision=871
* Imported NetBSD's ld for shared libs.Paul Richards1993-11-031-0/+7
Notes: svn path=/head/; revision=696