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
2966 5885 d 1 h svoboda /branches/dynload/uspace/lib/rtld/ Define more ELF constants and use them  
2965 5885 d 1 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.  
2959 5885 d 4 h svoboda /branches/dynload/ Load both program and dynamic linker from program loader. Pass program entry point to dynamic linker and have it run the program  
2956 5885 d 18 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  
2954 5886 d 3 h svoboda /branches/dynload/uspace/lib/rtld/ Read a file from rtld with more ugly hacking  
2952 5886 d 17 h svoboda /branches/dynload/ Load rtld.so with iloader and make it write to console with a stripped-down version of the C library  
2950 5886 d 18 h svoboda /branches/dynload/uspace/lib/rtld/arch/ia32/ Fix rtld linker script with some magic so that ld produces correct DT_REL[SZ], DT_JMPREL, DT_PLTRELSZ entries  
2933 5888 d 23 h svoboda /branches/dynload/uspace/ Add library rtld, the future run-time dynamic linker