Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3589 5670 d 11 h svoboda /branches/dynload/uspace/ Finally make dynamic linking on ppc32 work (yay\!) The trick is that __tls_get_addr needs to return the address with a 32k bias.  
3560 5678 d 0 h svoboda /branches/dynload/uspace/ Link more apps dynamically.  
3557 5678 d 1 h svoboda /branches/dynload/ Move libc-shared to libc/shared, part 2.  
3556 5678 d 2 h svoboda /branches/dynload/uspace/ Move libc-shared to libc/shared, part 1.  
3555 5678 d 2 h svoboda /branches/dynload/uspace/ Move build files for dynamic linking under libc-shared, instead of dltest.  
3552 5679 d 0 h svoboda /branches/dynload/ Make rtld a static executable instead of a dynamic library. Brings dltest back on ia32.  
3474 5721 d 8 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
3423 5730 d 2 h svoboda /branches/dynload/uspace/ ppc32 rtld/dltest fixes. dltest now runs, but no console output.  
3400 5732 d 4 h svoboda /branches/dynload/ Make rtld work again (ia32 only)  
3004 5842 d 8 h svoboda /branches/dynload/ A crude task_spawn() libc function to run a program. A tiny command-line application 'cli' to test it.  
2996 5845 d 2 h svoboda /branches/dynload/ Improve ppc32 dynamic loading support. Getting there...  
2983 5846 d 14 h svoboda /branches/dynload/uspace/ Remove TLS sections from dltest. Do not add bias to absolute symbols (_tls_alignment). dltest now says hello.  
2982 5847 d 3 h svoboda /branches/dynload/uspace/ Link dltest with libc.so. Runs, but no console output.  
2978 5847 d 8 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest  
2974 5848 d 8 h svoboda /branches/dynload/uspace/app/dltest/ Fix dltest linker script  
2973 5848 d 8 h svoboda /branches/dynload/uspace/ Parse program's relocation table  
2968 5849 d 3 h svoboda /branches/dynload/uspace/ Parse .dynamic section fields into a more useful form.  
2967 5849 d 7 h svoboda /branches/dynload/uspace/ For testing purposes, add a trivial shared library and a program linked to it