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
2017-01-14
ldso: do not resolve relocations for debug, dig them up when debugging
Waldemar Brodkorb
2012-03-25
ldso: use ELF_xxx()/ElfW() helpers
Mike Frysinger
2011-10-14
ldso: silence harmless warning for !LDSO_PRELINK_SUPPORT
Bernhard Reutner-Fischer
2011-01-21
Merge remote branch 'origin/master' into prelink
Carmelo Amoroso
2011-01-20
Add protected symbols support for all architectures
Salvatore Cro
2010-10-11
ldso: Extend prelink support for all other achitectures
Filippo Arcidiacono
2009-11-15
ldso: Add missing newlines to some debug messages
Bernhard Reutner-Fischer
2009-10-14
ldso: fixup all the rest of the calls to _dl_find_hash
Austin Foxley
2009-01-28
Remove check for the relocation type check in the resolver,
Carmelo Amoroso
2006-06-19
eat extraneous ; and insert some whitespace where it belongs
Mike Frysinger
2005-11-21
Partly undo earlier patch on vapier's request
Peter S. Mazinger
2005-11-21
Guard debug_sym/debug_reloc, make sure elfinterp.c sees __SUPPORT_LD_DEBUG__
Peter S. Mazinger
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