summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
AgeCommit message (Expand)Author
2008-05-30- fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer
2008-05-30- nlist is unsigned. Adjust iterator variables accordingly to avoid signednes...Bernhard Reutner-Fischer
2008-05-30- Avoid warning about missing brace. No obj-code changes.Bernhard Reutner-Fischer
2008-02-20Fix typos in commentCarmelo Amoroso
2008-02-20Do not call _dl_de ug_state() before recording ld.so. Signed-off-by: Daniel J...Carmelo Amoroso
2008-02-08Fix the recent dladdr changes so that they compile on FD-PIC targets.Bernd Schmidt
2008-01-18This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso
2008-01-09fix broken whitespace in many places; no functional changesMike Frysinger
2007-12-03Blackfin FD-PIC patches 5/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 2/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 1/6.Bernd Schmidt
2007-11-16If uClibc's ld.so encounters text relocations in a shared library - one Carmelo Amoroso
2007-03-31Bernd Schmidt writes:Joakim Tjernlund
2007-02-21make sure we have rtld_hidden_def(_dl_debug_state)Mike Frysinger
2007-02-17Make _dl_malloc alignment arch configurable.Joakim Tjernlund
2007-01-28fix from Bernd Schmidt to make sure _dl_debug_state isnt optimized away and d...Mike Frysinger
2007-01-28as pointed out by Jocke, use "2" for actual error messages and _dl_debug_file...Mike Frysinger
2007-01-26Fix libdl bug reported by Cedric Hombourger inJoakim Tjernlund
2006-09-19merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away initializing of prog load addressesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load address typesMike Frysinger
2006-07-05use ElfW(Addr) in more placesMike Frysinger
2006-07-05revert fdpic patch so we can merge it in bit by bitMike Frysinger
2006-06-30Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger
2006-06-19eat extraneous ; and insert some whitespace where it belongsMike Frysinger
2006-03-07Remove additional endif pointed out by vapierPeter S. Mazinger
2006-03-07Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger
2006-03-02make all the warnings the same and add line #s so we can pick em out at runtimeMike Frysinger
2006-02-15Add prototypesPeter S. Mazinger
2006-02-14after much deliberation, may i present Joseph S. Myers patch to add support f...Mike Frysinger
2006-01-29change variable names so we dont shadow othersMike Frysinger
2006-01-27Some warnings go awayPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-24- use keywords __asm__ and __inline__ c99.Bernhard Reutner-Fischer
2006-01-19would help if i used the right variable name ...Mike Frysinger
2006-01-19Frank Mehnert writes:Mike Frysinger
2005-12-27nlist should be unsigned, not signed, as it tracks # of elements in init_fini...Mike Frysinger
2005-12-14fix signed/unsigned warnings and unused warningsMike Frysinger
2005-11-21Do not create any files (dl-progname.h) in ldso anymorePeter S. Mazinger
2005-11-02Move __SSP__ check to headerPeter S. Mazinger
2005-11-01Add check, so we are sure that the file is correctly built, if the system is ...Peter S. Mazinger
2005-10-29Hopefully fix the bug Oleg reported in http://uclibc.org/lists/uclibc/2005-Oc...Joakim Tjernlund
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger
2005-10-03Move _dl_protect_relro after INIT to allow using attribute_relro within uClib...Peter S. Mazinger
2005-09-08punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been releasedMike Frysinger
2005-09-08Fix by Martin Schlemmer:Mike Frysinger
2005-08-12Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund
2005-07-12use wrapper debug macros to improve readabilityMike Frysinger
2005-07-07rip out all the duplicated debug code and move into a shared fileMike Frysinger