Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4354 5498 d 17 h svoboda /branches/dynload/uspace/ Rtld is really just a part of libc, so move it there.  
4342 5502 d 6 h svoboda /branches/dynload/ Merge trunk changes up to r3889 to dynload.  
3772 5619 d 4 h svoboda /branches/dynload/ Unfinished Mips32 dynamic linker port (not working!) Also fixes related to using DLLs from statically-linked executables.  
3681 5645 d 10 h svoboda /branches/dynload/ Reorganize: move dynamic loader to /app/dload, dynamic linker librtld.a. (prepare for dlopen support).  
3673 5647 d 5 h svoboda /branches/dynload/uspace/lib/rtld/ Remove obsolete parts of dynamic linker.  
3401 5729 d 17 h svoboda /branches/dynload/ Add missing file start.c, partially fix ppc32 rtld  
3400 5730 d 8 h svoboda /branches/dynload/ Make rtld work again (ia32 only)  
2995 5843 d 8 h svoboda /branches/dynload/uspace/lib/rtld/arch/ Initial ppc32 support in rtld. (bootstrap only)  
2973 5846 d 11 h svoboda /branches/dynload/uspace/ Parse program's relocation table  
2965 5847 d 14 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.  
2956 5848 d 7 h svoboda /branches/dynload/uspace/lib/ Temporarily force local dynamic TLS model in libc by declaring all __thread variables static. Implement a trivial __tls_get_addr() function. Now rtld works linked with libc. Yaay! :D  
2933 5851 d 12 h svoboda /branches/dynload/uspace/ Add library rtld, the future run-time dynamic linker