Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2999 5838 d 14 h svoboda /branches/dynload/uspace/lib/rtld/ Load all requested libraries recursively and construct a module dependency graph -- work towards supporting arbitrary deps. (incomplete)  
2997 5838 d 19 h svoboda /branches/dynload/uspace/lib/rtld/ Fix ppc32 PLT. dltest now says hello on ppc32, too.  
2996 5839 d 7 h svoboda /branches/dynload/ Improve ppc32 dynamic loading support. Getting there...  
2978 5841 d 14 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest  
2971 5842 d 16 h svoboda /branches/dynload/uspace/ Add libtest to iramfs. Link rtld with position-independent libsoftfloat.  
2969 5843 d 8 h svoboda /branches/dynload/uspace/ Incorporate ELF loader from iloader to rtld  
2968 5843 d 9 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2965 5843 d 16 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.  
2956 5844 d 9 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  
2952 5845 d 9 h svoboda /branches/dynload/ Load rtld.so with iloader and make it write to console with a stripped-down version of the C library  
2933 5847 d 14 h svoboda /branches/dynload/uspace/ Add library rtld, the future run-time dynamic linker