summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* Remove dead code.Joakim Tjernlund2005-03-181-78/+0
* Forgot to commit the arch cleanup changes to m68kJoakim Tjernlund2005-03-181-2/+9
* have ldso.c depend on dl-startup.h tooMike Frysinger2005-03-181-1/+2
* Fix ldso for MIPS.Joakim Tjernlund2005-03-172-71/+1
* Corrected a typo (exection -> execution).Peter Kjellerstedt2005-03-171-1/+1
* General arch cleanup and prepare support for standaloneJoakim Tjernlund2005-03-1715-137/+206
* cleanup & standardizeMike Frysinger2005-03-161-121/+120
* add hack like m68k so it *builds* again ... probably needs to be cleaned up l...Mike Frysinger2005-03-161-5/+5
* make it compile againMike Frysinger2005-03-161-7/+4
* make sure we rebuild ldso.o when the dl-*.c files have been updatedMike Frysinger2005-03-161-1/+1
* merge the syscalls and punt the glibc import in the process (blah, what a was...Mike Frysinger2005-03-161-174/+2
* updates to match i386Mike Frysinger2005-03-161-10/+14
* clean up whitespace style and hack around a build failure or twoMike Frysinger2005-03-161-182/+176
* fix 13mo+ old typoMike Frysinger2005-03-161-1/+1
* whitespace trimMike Frysinger2005-03-161-5/+0
* clean up style to be match i386Mike Frysinger2005-03-161-44/+42
* Add _dl_boot() prototype.Joakim Tjernlund2005-03-151-1/+1
* A little whitespace clean up.Peter Kjellerstedt2005-03-151-8/+13
* Made it compile again (and it even seems to work).Peter Kjellerstedt2005-03-151-2/+2
* Fix MIPS initial GOT relocation.Joakim Tjernlund2005-03-151-8/+9
* Same typo here.Joakim Tjernlund2005-03-141-1/+1
* Oops, fix typo.Joakim Tjernlund2005-03-141-1/+1
* Make mips at least compileEric Andersen2005-03-142-10/+12
* Fix up x86 so it compiles again.Eric Andersen2005-03-142-3/+2
* Simplify PT_INTERP handling.Joakim Tjernlund2005-03-141-28/+9
* Generalize optimized relative reloc procesing.Joakim Tjernlund2005-03-1412-28/+526
* Force suid apps to do unlazy binding of the PLT relocs.Joakim Tjernlund2005-03-141-30/+32
* Use DT_RELCONT_IDX to optimize the relocation of R_PPC_RELATIVEJoakim Tjernlund2005-03-101-1/+13
* no more cvsMike Frysinger2005-02-123-9/+0
* make sure libdl static and shared targets are built properlyMike Frysinger2005-01-241-9/+6
* clean up dependencies so libraries are only rebuilt when needed and so that p...Mike Frysinger2005-01-191-8/+5
* Avoid compiler warnings.Peter Kjellerstedt2005-01-191-3/+3
* rework dependencies so the archive is re-created only when the object files h...Mike Frysinger2005-01-181-3/+3
* rework dependencies to support parallel build and avoid re-creating header fi...Mike Frysinger2005-01-181-11/+13
* Use the inlined __dl_parse_dynamic_info() in DL_BOOT() for CRIS too.Peter Kjellerstedt2005-01-121-2/+2
* Fixup function prototypes to match definitions in include/dlfcn.hEric Andersen2005-01-101-2/+4
* fix eriks e-mail addressMike Frysinger2005-01-059-9/+9
* Cleanup for when LDSO_CACHE_SUPPORT is disabledEric Andersen2004-12-221-3/+4
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-0/+3
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-0/+3
* Cleaned up patch from Peter S. Mazinger adding support forEric Andersen2004-12-222-3/+2
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-1/+3
* - added LD_TRACE_LOADED_OBJECTS to be stripped from the env on suid execNed Ludd2004-12-201-0/+1
* - dont use dos formatNed Ludd2004-12-201-26/+25
* That last patch had some garbage in it... PIC != PIEEric Andersen2004-12-111-8/+1
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-117-15/+52
* Add BIND NOW support to MIPS.Joakim Tjernlund2004-11-174-15/+17
* Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund2004-11-1013-353/+67
* - Remove dynamic_size from struct elf_resolve.Joakim Tjernlund2004-11-0211-158/+172
* Jocke's patch was almost right. Just needed move the DT_MIPS_RLD_MAP testManuel Novoa III2004-10-271-15/+4