Age | Commit message (Expand) | Author |
2016-07-06 | bfin: allow to build ldd | Waldemar Brodkorb |
2016-05-24 | microblaze: fix ELF detection in ld.so | Waldemar Brodkorb |
2016-01-02 | remove deprecated architectures v850/i960 | Waldemar Brodkorb |
2015-12-17 | utlis/ldd: Fix host ldd in case of target wordsize differs from host one | Waldemar Brodkorb |
2013-12-20 | ldd: Add ARC support | Vineet Gupta |
2013-03-14 | ldd: Add MATCH_MACHINE definition for Meta | Markos Chandras |
2012-11-03 | ldd: ELFCLASSM was not defined for the Xtensa architecture | Chris Zankel |
2012-06-15 | ldd.c: change syntax, no size and no functional change | Peter S. Mazinger |
2012-06-15 | ldd.c: reduce size | Peter S. Mazinger |
2012-05-15 | ldd: tweak whitespace | Bernhard Reutner-Fischer |
2012-05-08 | ldd: silence warning if !LDSO_LDD_SUPPORT | Bernhard Reutner-Fischer |
2012-04-18 | ldd: silence warnings | Bernhard Reutner-Fischer |
2011-10-18 | ldd: take LD_LIBRARY_PATH into account | Carmelo Amoroso |
2011-10-06 | microblaze mmu/elf/shared lib support | Ryan Flux |
2011-03-30 | utils/ldd: Check for returned pointer from strrchr not the value it holds | Kevin Day |
2010-05-24 | utils: Fix ldd segfault | Natanael Copa |
2009-10-14 | fix cosmetic typo | Bernhard Reutner-Fischer |
2009-09-05 | do not pass 3rd param to open() which do not create files | Denys Vlasenko |
2009-07-05 | Don't shadow stat with a local variable | Ron |
2009-07-05 | Make more utility functions static | Ron |
2009-02-10 | include more info in error messages so we have a better idea where things are... | Mike Frysinger |
2009-02-09 | unify the headers/random defines into porting.h to avoid duplication/rot | Mike Frysinger |
2009-01-10 | simple optimizations and style fixes in dynamic loading | Denis Vlasenko |
2008-10-29 | - minor shrinkage (-50b) | Bernhard Reutner-Fischer |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer |
2008-08-27 | - remove a couple of duplicate includes | Bernhard Reutner-Fischer |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer |
2008-03-26 | - fixup stripping of host utils and make host-utils compile with std=gnu99 | Bernhard Reutner-Fischer |
2007-11-16 | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve... | Carmelo Amoroso |
2007-04-17 | cleanup style; no functional changes | Mike Frysinger |
2006-12-12 | - fix compilation of __LDSO_CACHE_SUPPORT__ | Bernhard Reutner-Fischer |
2006-10-07 | the makefile will include elf.h for us #778 | Mike Frysinger |
2006-07-05 | replace my @debian.org addr with @uclibc.org. Fixup license on | Eric Andersen |
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 |