summaryrefslogtreecommitdiff
path: root/ldso/include/dl-string.h
AgeCommit message (Expand)Author
2015-06-10avoid some compiler warningsWaldemar Brodkorb
2012-06-15dl-string.h: include dl-defs.h instead of dl-sysdep.hPeter S. Mazinger
2012-06-15dl-string.h: change IS_IN_libdl guard to IS_IN_rtldPeter S. Mazinger
2012-06-15dl-string.h: use __powerpc__ guard instead of powerpcPeter S. Mazinger
2012-06-15dl-string.h: remove mips related guardPeter S. Mazinger
2012-06-15libdl: no need for _dl_strstr in libdl, use strstrPeter S. Mazinger
2012-06-15libdl.c,dl-string.h: do not use inlined _dl_memset and others in libdlPeter S. Mazinger
2011-10-06microblaze mmu/elf/shared lib supportRyan Flux
2009-04-11sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2008-01-05Chris Zankel writes:Mike Frysinger
2008-01-05whitespace only: fix indentationMike Frysinger
2007-11-16Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso
2006-10-07Bernd Schmidt writes:Mike Frysinger
2006-03-08macro out the /10 operation so arches can have their own versions ... and cre...Mike Frysinger
2006-01-31John Bowler writes in Bug 385:Mike Frysinger
2006-01-27use attribute_unused instead of hardcodedPeter S. Mazinger
2006-01-17cleanup whitespaceMike Frysinger
2005-11-23change to Lesser GPL 2.1 as pointed out by psmMike Frysinger
2005-11-22add some copyright infoMike Frysinger
2005-09-23I really really HATE gcc-4.1 and its whimsical inline rules."Steven J. Hill"
2005-08-09disable early debug code if the arch relies on certain values (like load_addr...Mike Frysinger
2005-07-11make sure the SEND_NUMBER_STDERR macro doesnt modify the number given to itMike Frysinger
2005-07-08need _DEBUG macros for NUMBER tooMike Frysinger
2005-07-06need features.h for the misc attribute defines and uclibc featuresMike Frysinger
2005-07-02use new __always_inline defineMike Frysinger
2005-07-02use new __always_inline defineMike Frysinger
2005-06-30The function '_dl_memset' should always be inlined regardless of the"Steven J. Hill"
2005-06-25create some DEBUG macros for the ld debug earlyMike Frysinger
2005-06-25whitespace/syntax cleanupsMike Frysinger
2005-05-20Fix debug macros.Joakim Tjernlund
2005-04-13On some wierd arches (i.e. mips), none of the early debug stuffEric Andersen
2005-04-13Don't write out the terminating NULL charEric Andersen
2005-04-13Rework the dl-startup.c ldso early debugging macros to beEric Andersen
2004-12-11Partial commit of a patch from Alexandre Oliva:Eric Andersen
2004-08-10Optimze _dl_memset() for PowerPC.Joakim Tjernlund
2004-08-10Forgot _dl_memcpy in previous checkin.Joakim Tjernlund
2004-08-10_dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp,Joakim Tjernlund
2004-08-10_dl_get_last_path_component:Joakim Tjernlund
2004-06-19Bradley D. LaRonde writes:Eric Andersen
2004-06-12Jakub Bogusz from pld-linux dot org writes:Eric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-02-06Trim trailing whitespaceEric Andersen
2003-09-29Fix SUPPORT_LD_DEBUG_EARLY on powerpcEric Andersen
2003-08-19Phase one of my evil plan to clean up ld.so...Eric Andersen