summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* _dl_strlen,_dl_strcat,_dl_strcpy,_dl_strcmp,_dl_strncmp,Joakim Tjernlund2004-08-101-36/+28
* _dl_get_last_path_component:Joakim Tjernlund2004-08-101-31/+19
* Revmoved _dl_brkp and _dl_envp. They are not needed anymore.Joakim Tjernlund2004-08-101-14/+0
* Mike Frysinger writes:Joakim Tjernlund2004-08-101-0/+1
* Mike Frysinger writes:Joakim Tjernlund2004-08-102-16/+14
* This should fix the dlsym problem Peter van Hoyweghen reported.Joakim Tjernlund2004-08-093-100/+58
* Joakim Tjernlund writes:Eric Andersen2004-08-063-1/+17
* Joakim Tjernlund writes:Eric Andersen2004-08-061-4/+4