Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-01 | riscv64: add shared library support | Waldemar Brodkorb | |
2017-11-24 | utils: add EM_MCORE for csky machine. | Guo Ren | |
Signed-off-by: Guo Ren <ren_guo@c-sky.com> | |||
2017-06-21 | remove editor hints for vi | Waldemar Brodkorb | |
2017-02-01 | add experimental aarch64 support | Waldemar Brodkorb | |
Ported over from GNU C Library and runtime tested in Qemu. | |||
2016-11-04 | nios2: sync support with glibc | Waldemar Brodkorb | |
Only static linking is supported for now. More debugging and analyzing for ld.so, TLS and NPTL is required. But at least you can bootup a static root fileystem in Qemu. | |||
2016-09-27 | ldd: fix compile for some architectures | Waldemar Brodkorb | |
Reorder entries alphabetically (architecture name as order criterium) and remove unused entries. | |||
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 | |
Both architectures are more or less deprecated. No Linux upstream support, no gcc support for uClinux. | |||
2015-12-17 | utlis/ldd: Fix host ldd in case of target wordsize differs from host one | Waldemar Brodkorb | |
improved solution from http://freetz.org/ticket/842 Signed-off-by: Leonid Lisovskiy <lly.dev@gmail.com> Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2013-12-20 | ldd: Add ARC support | Vineet Gupta | |
Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2013-03-14 | ldd: Add MATCH_MACHINE definition for Meta | Markos Chandras | |
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-11-03 | ldd: ELFCLASSM was not defined for the Xtensa architecture | Chris Zankel | |
Signed-off-by: Chris Zankel <chris@zankel.net> | |||
2012-06-15 | ldd.c: change syntax, no size and no functional change | Peter S. Mazinger | |
Proposed-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-06-15 | ldd.c: reduce size | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-05-15 | ldd: tweak whitespace | Bernhard Reutner-Fischer | |
Tweak whitespace in preprocessor conditionals. No obj-code changes. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-05-08 | ldd: silence warning if !LDSO_LDD_SUPPORT | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-04-18 | ldd: silence warnings | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2011-10-18 | ldd: take LD_LIBRARY_PATH into account | Carmelo Amoroso | |
Extend the environment variables adding the LD_LIBRARY_PATH if actually passed when doing shared library tracings through the ld.so trace capability. This is possible only using the system dynamic linker in stand-alone mode to avoid any vulnerability. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2011-10-06 | microblaze mmu/elf/shared lib support | Ryan Flux | |
microblaze can either be with mmu or without If with, use elf rather than flat, and support shared libs Signed-off-by: Ryan Flux <ryan.flux@emsolutions.com.au> Signed-off-by: Steve Bennett <steveb@workware.net.au> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2011-03-30 | utils/ldd: Check for returned pointer from strrchr not the value it holds | Kevin Day | |
Signed-off-by: Kevin Day <thekevinday@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
2010-05-24 | utils: Fix ldd segfault | Natanael Copa | |
Fixes ldd segfault on this testcase: extern void _dl_getenv(void); void foo(void) { printf("foo: %x\n", &_dl_getenv); } linked as -shared It fixes bug #1507 Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-10-14 | fix cosmetic typo | Bernhard Reutner-Fischer | |
s/dependancies/dependencies/g Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-09-05 | do not pass 3rd param to open() which do not create files | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-05 | Don't shadow stat with a local variable | Ron | |
Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-05 | Make more utility functions static | Ron | |
This keeps gcc-4.4 from nagging that they have no prototypes. Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-02-10 | include more info in error messages so we have a better idea where things ↵ | Mike Frysinger | |
are failing | |||
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 | |
text data bss dec hex filename - 16709 240 92 17041 4291 lib/ld-uClibc.so + 16634 236 92 16962 4242 lib/ld-uClibc.so - 4602 344 4 4950 1356 lib/libdl-0.9.30-svn.so + 4571 328 4 4903 1327 lib/libdl-0.9.30-svn.so - 4602 344 4 4950 1356 lib/libdl.so + 4571 328 4 4903 1327 lib/libdl.so | |||
2008-10-29 | - minor shrinkage (-50b) | Bernhard Reutner-Fischer | |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer | |
Closes issue #5194 | |||
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 ↵ | Carmelo Amoroso | |
<hcegtvedt@atmel.com> | |||
2007-04-17 | cleanup style; no functional changes | Mike Frysinger | |
2006-12-12 | - fix compilation of __LDSO_CACHE_SUPPORT__ | Bernhard Reutner-Fischer | |
s/dprintf(2/fprintf(stderr/g | |||
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 | |
readelf and ldd to again state that they are GPLv2 | |||
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 | |
is a useless attempt | |||
2005-12-30 | tell people to ignore these two warnings unless someone can figure out how ↵ | Mike Frysinger | |
to make them go away ... the vfork() is safe due to the logic following it | |||
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 | |
does a fork/exec, fork() can be trivially replaced with vfork() | |||
2005-09-22 | clean 32bit-isms and make code 64/32 bit clean | Mike Frysinger | |
2005-08-18 | add __thumb__ check | Mike Frysinger | |