summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/sods.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50581
* Make ldd work on alpha.Doug Rabson1998-09-161-1/+3
| | | | Notes: svn path=/head/; revision=39354
* Add ELF support.Doug Rabson1998-05-011-2/+10
| | | | Notes: svn path=/head/; revision=35575
* In the "ldd -v" output, display the N_AUX information for eachJohn Polstra1997-11-281-3/+13
| | | | | | | | symbol. It indicates whether the symbol refers to a function or a data object. Notes: svn path=/head/; revision=31442
* Touch up the code that implements "ldd -v".John Polstra1997-09-021-47/+78
| | | | | | | | | | 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
* For "ldd -v", print shared object dependencies that were specified asJohn Polstra1997-01-101-3/+6
| | | | | | | | pathnames (rather than as "-lfoo") correctly. Closes PR bin/2404. Notes: svn path=/head/; revision=21469
* Incorporate John Polstra's sods.c display of the details about thePeter Wemm1996-10-011-0/+502
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