Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
3688 5620 d 13 h svoboda /branches/dynload/uspace/lib/rtld/ Always halt on unknown relocation types. Add R_386_COPY. Ignore DTPMOD relocs for now.  
3686 5621 d 10 h svoboda /branches/dynload/uspace/ Somewhat functional dlopen() prototype.  
3681 5621 d 17 h svoboda /branches/dynload/ Reorganize: move dynamic loader to /app/dload, dynamic linker librtld.a. (prepare for dlopen support).  
3552 5653 d 11 h svoboda /branches/dynload/ Make rtld a static executable instead of a dynamic library. Brings dltest back on ia32.  
3400 5706 d 15 h svoboda /branches/dynload/ Make rtld work again (ia32 only)  
3157 5795 d 15 h svoboda /branches/dynload/ Move app/iloader to srv/loader part 1  
3000 5818 d 1 h svoboda /branches/dynload/uspace/lib/rtld/ Implement BFS for looking-up symbols. Add support for DT_SYMBOLIC flag. Set soname when building rtld.so. Strip path components when comparing module names.  
2999 5818 d 18 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 5818 d 23 h svoboda /branches/dynload/uspace/lib/rtld/ Fix ppc32 PLT. dltest now says hello on ppc32, too.  
2996 5819 d 12 h svoboda /branches/dynload/ Improve ppc32 dynamic loading support. Getting there...  
2978 5821 d 19 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest  
2971 5822 d 21 h svoboda /branches/dynload/uspace/ Add libtest to iramfs. Link rtld with position-independent libsoftfloat.  
2969 5823 d 12 h svoboda /branches/dynload/uspace/ Incorporate ELF loader from iloader to rtld  
2968 5823 d 14 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2965 5823 d 21 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.  
2956 5824 d 14 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 5825 d 13 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 5827 d 19 h svoboda /branches/dynload/uspace/ Add library rtld, the future run-time dynamic linker