11.1Smycroftrtld:
21.1Smycroft* resolve MIPS binding lossage
31.1Smycroft
41.5SjoergTLS:
51.5Sjoerg* implement proper allocator for static TLS and support for actively
61.5Sjoerg  freeing DTV entries.
71.5Sjoerg
81.1Smycroftbinutils/gcc:
91.1Smycroft* alpha: why are there GLOB_DAT relocs in ld.elf_so?
101.1Smycroft* alpha: bogus textrels in rtti info
111.1Smycroft* mips: why are there global GOT relocs in ld.elf_so?
121.1Smycroft* mips: bogus textrels in .rel.dyn
131.1Smycroft* powerpc: make sure the .got section is always executable
141.1Smycroft* powerpc: fix ld scripts so that .rodata is still used for PIC
151.1Smycroft
161.3Sskrllmachine-specific:
171.3Sskrll* #ifdefs:
181.3Sskrllheaders.c:#ifndef __mips__
191.1Smycroftheaders.c:#ifdef __mips__
201.3Sskrllreloc.c:#if defined(__hppa__)
211.3Sskrllrtld.c:#if !defined(__hppa__)
221.3Sskrllrtld.c:#if !defined(__mips__) && !defined(__hppa__)
231.1Smycroftrtld.c:#if !defined(__arm__) && !defined(__mips__) && !defined(__sh__)
241.1Smycroftrtld.c:#ifdef __mips__
251.1Smycroftrtld.h:#ifdef __mips__
261.1Smycroftsymbol.c:#ifndef __mips__
271.1Smycroft
281.1Smycroftissues to research:
291.1Smycroft* sh, x86_64 have different absolute and GLOB_DAT relocs; nothing else does
301.1Smycroft* sh, vax, x86_64 use addend on PLT; nothing else does
311.1Smycroft
321.1Smycroft
331.1Smycroftrela: alpha hppa m68k powerpc sh sparc sparc64 vax x86_64
341.1Smycroftrel: arm i386 mips
351.1Smycroft
361.1Smycroft- mycroft
371.1Smycroft  2003/09/24
38