summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/debug.h
AgeCommit message (Collapse)Author
1999-03-01KNFchristos
1999-02-24Cleanup global variable access so rtld can be self relocating. Also KNFchristos
reloc.c and move md sparc parts to arch/sparc/mdreloc.c Now we don't need to load at address 0 on the i386 and the mips should be trivial to fix.
1999-01-10Add __attribute__ for printf like commands.christos
1996-12-16First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elfcgd
kit, then hacked on by Matt Thomas <matt@3am-software.com>, then by me (to make it work with new versions of the toolchain, etc.). This runs, but it's in serious need of cleaning and/or a fair bit of reworking. See the README file for more information, and a list of things to do.