summaryrefslogtreecommitdiffstats
path: root/utils/ldd.c
Commit message (Expand)AuthorAgeFilesLines
* Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger2005-11-241-2/+0
* ldd does not build due to missing fork() on MMUless. Since ldd merelyEric Andersen2005-10-051-1/+1
* clean 32bit-isms and make code 64/32 bit cleanMike Frysinger2005-09-221-65/+113
* add __thumb__ checkMike Frysinger2005-08-181-1/+1
* Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund2004-10-061-2/+2
* Peter S. Mazinger writes:Joakim Tjernlund2004-10-051-1/+1
* This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen2004-10-031-3/+109
* Oops, typo.Joakim Tjernlund2004-09-281-1/+1
* Remove /usr/X11R6/lib from search path.Joakim Tjernlund2004-09-281-6/+2
* Make ldd work for ET_DYN executables. From Peter Mazinger.Joakim Tjernlund2004-09-281-2/+2
* Look in /usr/X11R6/lib as wellEric Andersen2004-03-181-0/+1
* Fix commentEric Andersen2004-03-081-2/+2
* Yet more fixups..Eric Andersen2004-02-131-2/+8
* Done free path if it equals not_foundEric Andersen2004-02-131-1/+5
* Another little touch up to avoid problems...Eric Andersen2004-02-131-0/+2
* A better fix...Eric Andersen2004-02-131-6/+4
* Fix the annoying "not a dynamic executable" problem when running lddEric Andersen2004-02-131-4/+4
* Cleanup whitespace and formattingEric Andersen2004-02-131-36/+31
* Avoid potential double free when locate_library_file() is usedEric Andersen2004-02-131-4/+7
* The code for checking the rpath was not finding the rpathEric Andersen2004-02-011-6/+20
* Hopefully this is correct for cris.Manuel Novoa III2003-11-231-0/+4
* Fix a stupid potential segfaultEric Andersen2003-11-121-1/+2
* Begin converting the client utilsEric Andersen2003-11-061-0/+664