Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4354 5515 d 9 h svoboda /branches/dynload/uspace/ Rtld is really just a part of libc, so move it there.  
2998 5859 d 6 h svoboda /branches/dynload/uspace/lib/rtld/ Function for finding the address of a symbol. Use ELF hash table in def_find_in_module()  
2980 5862 d 0 h svoboda /branches/dynload/uspace/lib/rtld/ Fix handling of absent soname and rpath fields in .dynamic section. Slightly improve symbol search.  
2978 5862 d 4 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest  
2966 5864 d 6 h svoboda /branches/dynload/uspace/lib/rtld/ Define more ELF constants and use them  
2965 5864 d 6 h svoboda /branches/dynload/uspace/ Add headers for dynamic-loading-related ELF stuff. Reorganize rtld include directories.