index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldso
/
ldso
/
cris
/
elfinterp.c
Age
Commit message (
Expand
)
Author
2005-07-07
rip out all the duplicated debug code and move into a shared file
Mike Frysinger
2005-03-29
Moved the addition of load address from the fast path
Joakim Tjernlund
2004-11-10
Add RTLD_LOCAL support for dlopened libs. Reported by
Joakim Tjernlund
2004-10-07
Remove _dl_parse_copy_information() for CRIS per Peter Kjellerstedts request.
Joakim Tjernlund
2004-09-23
Don't allow undefined global symbols to pass.
Joakim Tjernlund
2004-08-25
Patch from Stefan Allius:
Joakim Tjernlund
2004-08-17
Let ldso decide if it should relocate itselft a second time. This
Joakim Tjernlund
2004-02-14
Give gcc branch prediction some hits on obviously unlikely branches
Eric Andersen
2004-02-14
Joakim Tjernlund writes:
Eric Andersen
2004-01-29
Modify interfaces for _dl_parse_relocation_information()
Eric Andersen
2003-09-30
Don't forget addend on relocations + minor other fixes.
Tobias Anderberg
2003-09-19
* Partial re-write to match other archs and remove duplicate code.
Tobias Anderberg
2003-09-09
Fix cris shared lib loader so it compiles...
Eric Andersen
2003-08-27
Cosmetic changes.
Tobias Anderberg
2002-11-05
Massive scrubbing of the shared lib loader error handling.
Eric Andersen
2002-09-16
Initial version of the dynamic linker code for the CRIS port.
Tobias Anderberg