Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4342 5547 d 1 h svoboda /branches/dynload/ Merge trunk changes up to r3889 to dynload.  
3772 5663 d 23 h svoboda /branches/dynload/ Unfinished Mips32 dynamic linker port (not working!) Also fixes related to using DLLs from statically-linked executables.  
3691 5687 d 1 h svoboda /branches/dynload/uspace/lib/ Fix linker scripts.  
3690 5687 d 2 h svoboda /branches/dynload/uspace/ Use PT_DYNAMIC header so that even 'file' says the executables are dynamically-linked.  
3590 5713 d 7 h svoboda /branches/dynload/uspace/lib/ Remove superfluous alignment for ppc32.  
3567 5719 d 12 h svoboda /branches/dynload/uspace/lib/ Get rid of superfluous alignment in libc.so and rtld.  
3558 5721 d 0 h svoboda /branches/dynload/uspace/lib/libc/shared/ Cut down size of dynamically-linked binaries by fixing alignment in ia32 linker script.  
3556 5721 d 0 h svoboda /branches/dynload/uspace/ Move libc-shared to libc/shared, part 1.  
3555 5721 d 0 h svoboda /branches/dynload/uspace/ Move build files for dynamic linking under libc-shared, instead of dltest.  
2996 5888 d 0 h svoboda /branches/dynload/ Improve ppc32 dynamic loading support. Getting there...