experimental dynamic linker!
authorRich Felker <dalias@aerifal.cx>
Sat, 18 Jun 2011 23:48:42 +0000 (19:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 18 Jun 2011 23:48:42 +0000 (19:48 -0400)
commit51e2d8310222ddd4d4e895f55c627100d863aa95
treed64c18bacc3fc0609abc2d88d6d336f84d3e4e74
parentd43ff110bcb258df61448d21da3b1a89088388f6
experimental dynamic linker!

some notes:
- library search path is hard coded
- x86_64 code is untested and may not work
- dlopen/dlsym is not yet implemented
- relocations in read-only memory won't work
arch/i386/reloc.h [new file with mode: 0644]
arch/x86_64/reloc.h [new file with mode: 0644]
src/ldso/dynlink.c [new file with mode: 0644]
src/ldso/i386/start.s [new file with mode: 0644]
src/ldso/x86_64/start.s [new file with mode: 0644]