summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* Remove /usr/X11R6/lib from search path.Joakim Tjernlund2004-09-281-5/+2
* Don't allow undefined global symbols to pass.Joakim Tjernlund2004-09-231-133/+122
* White space and printouts cleanup. From Peter Kjellerstedt.Joakim Tjernlund2004-09-231-6/+7
* Make do_rem() safe. From Peter Kjellerstedt.Joakim Tjernlund2004-09-238-8/+8
* Don't allow undefined global symbols to pass.Joakim Tjernlund2004-09-236-58/+34
* Make powerpc look more like the other archs.Joakim Tjernlund2004-09-231-2/+2
* Added back dl_iterate_phdr in ldso(with some small changes).Joakim Tjernlund2004-09-171-1/+23
* Formatting cleanups from Peter Kellerstedt.Joakim Tjernlund2004-09-171-170/+193
* Bugfix: Add r_addend to final address. The r_addend is mostly zeroJoakim Tjernlund2004-09-171-8/+6
* Don't allow undefined global symbols to pass(all archs needs fixing,Joakim Tjernlund2004-09-171-10/+16
* Don't allow undefined global symbols to pass(all archs needs fixing).Joakim Tjernlund2004-09-161-29/+20
* Second attempt to fix the INIT/FINI order. This time I think I got it right :)Joakim Tjernlund2004-09-084-38/+129
* We do not use dl_iterate_phdr, so no need to define itEric Andersen2004-09-072-24/+0
* Use a more appealing name, matching the function prototypeEric Andersen2004-09-071-6/+6
* First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund2004-09-034-70/+83
* Remove unused variables. From Peter Mazinger.Joakim Tjernlund2004-09-022-3/+0
* Dont mess with __curbrk in ldsoEric Andersen2004-08-311-5/+0
* #include "dl-startup.c into ldso.c, making ldso one compilation unit.Joakim Tjernlund2004-08-272-2/+3
* Forgot to commit this file. Patch from Stefan Allius.Joakim Tjernlund2004-08-271-1/+1
* As Mike Frysinger notes, this code is still needed. IJoakim Tjernlund2004-08-271-0/+10
* Partial patch from Alexandre Oliva to update the frv portEric Andersen2004-08-263-423/+501
* Only print debug stuff when askedEric Andersen2004-08-261-1/+2
* Fixup a couple of warningsEric Andersen2004-08-261-2/+2
* Avoid multiple passes to perform mips GOT relocations, and doEric Andersen2004-08-262-47/+53
* Fixes from gentoo.Manuel Novoa III2004-08-261-1/+3
* Let ldso find libc's malloc function and set _dl_malloc_function.Joakim Tjernlund2004-08-262-10/+4
* Added test for RTLD_GLOBAL flag in _dl_find_hash().Joakim Tjernlund2004-08-262-2/+5
* Relocations of the application's global GOT entries were not being run, andEric Andersen2004-08-263-78/+44
* Stefan Allius writes:Joakim Tjernlund2004-08-262-53/+14
* Joakim Tjernlund writes:Eric Andersen2004-08-251-1/+46
* Patch from Stefan Allius:Joakim Tjernlund2004-08-2513-50/+40
* Hopefully fix Laszlo and Jacobs dlopen problem.Joakim Tjernlund2004-08-252-2/+5
* 'pagesize' was local to dl-startup.c. In ldso.c we needEric Andersen2004-08-191-1/+1
* Fix dependencies.Manuel Novoa III2004-08-191-1/+3
* Accunt for ELF_MACHINE_PLTREL_OVERLAP when relocating ldso.Joakim Tjernlund2004-08-191-2/+6
* Remove poor man's malloc. Not needed anymore.Joakim Tjernlund2004-08-193-34/+9
* Move "debug_addr" ptr from dl-startup.c to ldso.cJoakim Tjernlund2004-08-193-11/+9
* Move the app specific stuff from dl-startup.c to ldso.c.Joakim Tjernlund2004-08-193-101/+93
* Oops, forgot to remove unused variable.Joakim Tjernlund2004-08-191-2/+1
* This is now done in ldso.cJoakim Tjernlund2004-08-191-13/+0
* Clean up the _dl_boot code and make it similar to arm and sh.Joakim Tjernlund2004-08-181-26/+18
* Carl SHAW writes:Eric Andersen2004-08-171-1/+1
* David McCulloug writes:Joakim Tjernlund2004-08-171-1/+8
* Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund2004-08-1715-167/+46
* Fix make clean rule.Joakim Tjernlund2004-08-171-2/+2
* The pagesize variable used when starting up is _not_ the sameEric Andersen2004-08-161-4/+4
* Fixup PAGE_SIZE problemsEric Andersen2004-08-132-6/+2
* Fix usage_count in ldso/libdl.Joakim Tjernlund2004-08-133-77/+39
* Optimze _dl_memset() for PowerPC.Joakim Tjernlund2004-08-101-0/+28
* Forgot _dl_memcpy in previous checkin.Joakim Tjernlund2004-08-101-5/+6