summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing imaxdiv and lldiv needed for SuSv3. Adjust ldiv toEric Andersen2004-09-073-26/+119
* First attempt to fix the INIT/FINI ordering. Fingers crossed :)Joakim Tjernlund2004-09-034-70/+83
* Add a couple of mips-specific string funcs.Manuel Novoa III2004-09-0235-2/+3726
* Fix a couple of symbol name issues.Manuel Novoa III2004-09-021-5/+8
* Remove unused variables. From Peter Mazinger.Joakim Tjernlund2004-09-022-3/+0
* Restore item I erronenously removed, mention mips string funcsEric Andersen2004-08-311-0/+9
* Dont mess with __curbrk in ldsoEric Andersen2004-08-311-5/+0
* Typo fix from Peter Mazinger.Joakim Tjernlund2004-08-301-1/+1
* Mention kernel abi selectionEric Andersen2004-08-301-0/+6
* solar asked that this bit be reverted.Manuel Novoa III2004-08-281-1/+0
* Preliminary PIE support for powerpc, i386 was used as template.Joakim Tjernlund2004-08-272-3/+26
* #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
* Patch from Alexandre Oliva to update the frv default configEric Andersen2004-08-261-0/+2
* Partial patch from Alexandre Oliva:Eric Andersen2004-08-2618-75/+635
* Mention FunctionCheckEric Andersen2004-08-261-0/+3
* Update TODO list a bitEric Andersen2004-08-261-28/+16
* 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-267-11/+73
* 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
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+3
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+1
* Joakim Tjernlund writes:Eric Andersen2004-08-251-1/+46
* Patch by Carl SHAW <carl.shaw@st.com>...Manuel Novoa III2004-08-252-1/+107
* Patch from Stefan Allius:Joakim Tjernlund2004-08-2513-50/+40
* Hopefully fix Laszlo and Jacobs dlopen problem.Joakim Tjernlund2004-08-252-2/+5
* Note a security item for the next releaseEric Andersen2004-08-231-0/+4
* Make the stub profiling stuff workEric Andersen2004-08-222-98/+4
* The "Delete current profiling code because it is complete crap"Eric Andersen2004-08-211-3/+0
* Attempt to support 'gcc -finstrument-functions', which seems muchEric Andersen2004-08-213-0/+120
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-2140-1796/+48
* Enable only for architectures where __NR_madvise is definedEric Andersen2004-08-201-0/+2
* Never directly include kernel sourcesEric Andersen2004-08-192-2/+2
* '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