OSDN Git Service

- tidy up utils_install
[uclinux-h8/uClibc.git] / utils / ldd.c
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-08-27 Bernhard Reutner... - remove a couple of duplicate includes
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-03-26 Bernhard Reutner... - fixup stripping of host utils and make host-utils...
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-04-17 Mike Frysingercleanup style; no functional changes
2006-12-12 Bernhard Reutner... - fix compilation of __LDSO_CACHE_SUPPORT__
2006-10-07 Mike Frysingerthe makefile will include elf.h for us #778
2006-07-05 Eric Andersenreplace my @debian.org addr with @uclibc.org. Fixup...
2006-02-26 Mike Frysingerremove warning since it seems to have "gone away" now
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2005-12-30 Mike Frysingertell people to ignore these two warnings unless someone...
2005-12-30 Mike Frysingerneed to make sure elf_find_dynamic(key) is big enough...
2005-12-29 Mike Frysingerfix signed/unsigned warnings
2005-12-10 Peter S. MazingerSolve warning about redefined _GNU_SOURCE, allow iconv...
2005-12-09 Mike Frysingertouchup style
2005-11-24 Peter S. MazingerMove _GNU_SOURCE from file to CFLAGS, make use of NATIV...
2005-10-05 Eric Andersenldd does not build due to missing fork() on MMUless...
2005-09-22 Mike Frysingerclean 32bit-isms and make code 64/32 bit clean
2005-08-18 Mike Frysingeradd __thumb__ check
2004-10-06 Joakim TjernlundPuts common defines into dl-defs.h (in ldso/include...
2004-10-05 Joakim TjernlundPeter S. Mazinger writes:
2004-10-03 Eric AndersenThis patch from Mike Frysinger, extended from an earlie...
2004-09-28 Joakim TjernlundOops, typo.
2004-09-28 Joakim TjernlundRemove /usr/X11R6/lib from search path.
2004-09-28 Joakim TjernlundMake ldd work for ET_DYN executables. From Peter Mazinger.
2004-03-18 Eric AndersenLook in /usr/X11R6/lib as well
2004-03-08 Eric AndersenFix comment
2004-02-13 Eric AndersenYet more fixups..
2004-02-13 Eric AndersenDone free path if it equals not_found
2004-02-13 Eric AndersenAnother little touch up to avoid problems...
2004-02-13 Eric AndersenA better fix...
2004-02-13 Eric AndersenFix the annoying "not a dynamic executable" problem...
2004-02-13 Eric AndersenCleanup whitespace and formatting
2004-02-13 Eric AndersenAvoid potential double free when locate_library_file...
2004-02-01 Eric AndersenThe code for checking the rpath was not finding the...
2003-11-23 Manuel Novoa III Hopefully this is correct for cris.
2003-11-12 Eric AndersenFix a stupid potential segfault
2003-11-06 Eric AndersenBegin converting the client utils