index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
ldd.c
Age
Commit message (
Expand
)
Author
2006-02-26
remove warning since it seems to have "gone away" now
Mike Frysinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2005-12-30
tell people to ignore these two warnings unless someone can figure out how to...
Mike Frysinger
2005-12-30
need to make sure elf_find_dynamic(key) is big enough to handle 64bit hosts
Mike Frysinger
2005-12-29
fix signed/unsigned warnings
Mike Frysinger
2005-12-10
Solve warning about redefined _GNU_SOURCE, allow iconv to build
Peter S. Mazinger
2005-12-09
touchup style
Mike Frysinger
2005-11-24
Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGS
Peter S. Mazinger
2005-10-05
ldd does not build due to missing fork() on MMUless. Since ldd merely
Eric Andersen
2005-09-22
clean 32bit-isms and make code 64/32 bit clean
Mike Frysinger
2005-08-18
add __thumb__ check
Mike Frysinger
2004-10-06
Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and
Joakim Tjernlund
2004-10-05
Peter S. Mazinger writes:
Joakim Tjernlund
2004-10-03
This patch from Mike Frysinger, extended from an earlier patch from Peter S.
Eric Andersen
2004-09-28
Oops, typo.
Joakim Tjernlund
2004-09-28
Remove /usr/X11R6/lib from search path.
Joakim Tjernlund
2004-09-28
Make ldd work for ET_DYN executables. From Peter Mazinger.
Joakim Tjernlund
2004-03-18
Look in /usr/X11R6/lib as well
Eric Andersen
2004-03-08
Fix comment
Eric Andersen
2004-02-13
Yet more fixups..
Eric Andersen
2004-02-13
Done free path if it equals not_found
Eric Andersen
2004-02-13
Another little touch up to avoid problems...
Eric Andersen
2004-02-13
A better fix...
Eric Andersen
2004-02-13
Fix the annoying "not a dynamic executable" problem when running ldd
Eric Andersen
2004-02-13
Cleanup whitespace and formatting
Eric Andersen
2004-02-13
Avoid potential double free when locate_library_file() is used
Eric Andersen
2004-02-01
The code for checking the rpath was not finding the rpath
Eric Andersen
2003-11-23
Hopefully this is correct for cris.
Manuel Novoa III
2003-11-12
Fix a stupid potential segfault
Eric Andersen
2003-11-06
Begin converting the client utils
Eric Andersen