Home | History | Annotate | Line # | Download | only in ld.elf_so
      1  1.1  mycroft rtld:
      2  1.1  mycroft * resolve MIPS binding lossage
      3  1.1  mycroft 
      4  1.5    joerg TLS:
      5  1.5    joerg * implement proper allocator for static TLS and support for actively
      6  1.5    joerg   freeing DTV entries.
      7  1.5    joerg 
      8  1.1  mycroft binutils/gcc:
      9  1.1  mycroft * alpha: why are there GLOB_DAT relocs in ld.elf_so?
     10  1.1  mycroft * alpha: bogus textrels in rtti info
     11  1.1  mycroft * mips: why are there global GOT relocs in ld.elf_so?
     12  1.1  mycroft * mips: bogus textrels in .rel.dyn
     13  1.1  mycroft * powerpc: make sure the .got section is always executable
     14  1.1  mycroft * powerpc: fix ld scripts so that .rodata is still used for PIC
     15  1.1  mycroft 
     16  1.3    skrll machine-specific:
     17  1.3    skrll * #ifdefs:
     18  1.3    skrll headers.c:#ifndef __mips__
     19  1.1  mycroft headers.c:#ifdef __mips__
     20  1.3    skrll reloc.c:#if defined(__hppa__)
     21  1.3    skrll rtld.c:#if !defined(__hppa__)
     22  1.3    skrll rtld.c:#if !defined(__mips__) && !defined(__hppa__)
     23  1.1  mycroft rtld.c:#if !defined(__arm__) && !defined(__mips__) && !defined(__sh__)
     24  1.1  mycroft rtld.c:#ifdef __mips__
     25  1.1  mycroft rtld.h:#ifdef __mips__
     26  1.1  mycroft symbol.c:#ifndef __mips__
     27  1.1  mycroft 
     28  1.1  mycroft issues to research:
     29  1.1  mycroft * sh, x86_64 have different absolute and GLOB_DAT relocs; nothing else does
     30  1.1  mycroft * sh, vax, x86_64 use addend on PLT; nothing else does
     31  1.1  mycroft 
     32  1.1  mycroft 
     33  1.1  mycroft rela: alpha hppa m68k powerpc sh sparc sparc64 vax x86_64
     34  1.1  mycroft rel: arm i386 mips
     35  1.1  mycroft 
     36  1.1  mycroft - mycroft
     37  1.1  mycroft   2003/09/24
     38