summaryrefslogtreecommitdiff
path: root/utils/ldd.c
AgeCommit message (Expand)Author
2017-02-01add experimental aarch64 supportWaldemar Brodkorb
2016-11-04nios2: sync support with glibcWaldemar Brodkorb
2016-09-27ldd: fix compile for some architecturesWaldemar Brodkorb
2016-07-06bfin: allow to build lddWaldemar Brodkorb
2016-05-24microblaze: fix ELF detection in ld.soWaldemar Brodkorb
2016-01-02remove deprecated architectures v850/i960Waldemar Brodkorb
2015-12-17utlis/ldd: Fix host ldd in case of target wordsize differs from host oneWaldemar Brodkorb
2013-12-20ldd: Add ARC supportVineet Gupta
2013-03-14ldd: Add MATCH_MACHINE definition for MetaMarkos Chandras
2012-11-03ldd: ELFCLASSM was not defined for the Xtensa architectureChris Zankel
2012-06-15ldd.c: change syntax, no size and no functional changePeter S. Mazinger
2012-06-15ldd.c: reduce sizePeter S. Mazinger
2012-05-15ldd: tweak whitespaceBernhard Reutner-Fischer
2012-05-08ldd: silence warning if !LDSO_LDD_SUPPORTBernhard Reutner-Fischer
2012-04-18ldd: silence warningsBernhard Reutner-Fischer
2011-10-18ldd: take LD_LIBRARY_PATH into accountCarmelo Amoroso
2011-10-06microblaze mmu/elf/shared lib supportRyan Flux
2011-03-30utils/ldd: Check for returned pointer from strrchr not the value it holdsKevin Day
2010-05-24utils: Fix ldd segfaultNatanael Copa
2009-10-14fix cosmetic typoBernhard Reutner-Fischer
2009-09-05do not pass 3rd param to open() which do not create filesDenys Vlasenko
2009-07-05Don't shadow stat with a local variableRon
2009-07-05Make more utility functions staticRon
2009-02-10include more info in error messages so we have a better idea where things are...Mike Frysinger
2009-02-09unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2008-10-29- minor shrinkage (-50b)Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-08-27- remove a couple of duplicate includesBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-03-26- fixup stripping of host utils and make host-utils compile with std=gnu99Bernhard Reutner-Fischer
2007-11-16Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso
2007-04-17cleanup style; no functional changesMike Frysinger
2006-12-12- fix compilation of __LDSO_CACHE_SUPPORT__Bernhard Reutner-Fischer
2006-10-07the makefile will include elf.h for us #778Mike Frysinger
2006-07-05replace my @debian.org addr with @uclibc.org. Fixup license onEric Andersen
2006-02-26remove warning since it seems to have "gone away" nowMike Frysinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2005-12-30tell people to ignore these two warnings unless someone can figure out how to...Mike Frysinger
2005-12-30need to make sure elf_find_dynamic(key) is big enough to handle 64bit hostsMike Frysinger
2005-12-29fix signed/unsigned warningsMike Frysinger
2005-12-10Solve warning about redefined _GNU_SOURCE, allow iconv to buildPeter S. Mazinger
2005-12-09touchup styleMike Frysinger
2005-11-24Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger
2005-10-05ldd does not build due to missing fork() on MMUless. Since ldd merelyEric Andersen
2005-09-22clean 32bit-isms and make code 64/32 bit cleanMike Frysinger
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