summaryrefslogtreecommitdiff
path: root/utils/ldd.c
AgeCommit message (Expand)Author
2005-08-18add __thumb__ checkMike Frysinger
2004-10-06Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h andJoakim Tjernlund
2004-10-05Peter S. Mazinger writes:Joakim Tjernlund
2004-10-03This patch from Mike Frysinger, extended from an earlier patch from Peter S.Eric Andersen
2004-09-28Oops, typo.Joakim Tjernlund
2004-09-28Remove /usr/X11R6/lib from search path.Joakim Tjernlund
2004-09-28Make ldd work for ET_DYN executables. From Peter Mazinger.Joakim Tjernlund
2004-03-18Look in /usr/X11R6/lib as wellEric Andersen
2004-03-08Fix commentEric Andersen
2004-02-13Yet more fixups..Eric Andersen
2004-02-13Done free path if it equals not_foundEric Andersen
2004-02-13Another little touch up to avoid problems...Eric Andersen
2004-02-13A better fix...Eric Andersen
2004-02-13Fix the annoying "not a dynamic executable" problem when running lddEric Andersen
2004-02-13Cleanup whitespace and formattingEric Andersen
2004-02-13Avoid potential double free when locate_library_file() is usedEric Andersen
2004-02-01The code for checking the rpath was not finding the rpathEric Andersen
2003-11-23Hopefully this is correct for cris.Manuel Novoa III
2003-11-12Fix a stupid potential segfaultEric Andersen
2003-11-06Begin converting the client utilsEric Andersen