| Age | Commit message (Expand) | Author |
| 2003-08-12 | Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. | skrll |
| 2003-07-24 | ANSIfy and de-__P(). | skrll |
| 2003-07-21 | Support immediate binding on arm. | skrll |
| 2002-12-14 | Remove comment which is not true any more. alpha and i386 support | junyoung |
| 2002-11-25 | Back out the last two changes. They were misguided, and the code worked | mycroft |
| 2002-11-22 | Now _rtld_relocate_objects() returns with error as soon as any of | junyoung |
| 2002-11-21 | Simplify code a bit. | junyoung |
| 2002-09-26 | Remove the `self' args to _rtld_relocate_objects() and | mycroft |
| 2002-09-25 | Push the _rtld_bind() interface into MD code -- it's just a trivial wrapper | mycroft |
| 2002-09-24 | Put back the `in_plt' nonsense for now. | mycroft |
| 2002-09-24 | Reverse the previous patch, but make the dbg()s more informative. | mycroft |
| 2002-09-24 | G/c dbg()'s. | junyoung |
| 2002-09-23 | Several small changes that shave 7-8% off the simple-exec-loop test: | mycroft |
| 2002-09-17 | Make immediate binding work again by actually implementing | junyoung |
| 2002-09-13 | _rtld_bind() is not used on MIPS. Should probably move it to MD code. | mycroft |
| 2002-09-12 | Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. | mycroft |
| 2002-09-06 | Pass down an additional flag to _rtld_relocate_nonplt_objects() which | mycroft |
| 2002-09-06 | Introduce a new flag, `isdynamic', which is used to remember whether the | mycroft |
| 2002-09-06 | More const poisoning. Now the entire _rtld_bind() path useds a const Obj_Entry. | mycroft |
| 2002-09-06 | Split _rtld_relocate_plt_object() into two MD functions: | mycroft |
| 2002-09-05 | A few things: | mycroft |
| 2002-09-05 | Rename _rtld_relocate_nonplt_object() to _rtld_relocate_nonplt_objects(), | mycroft |
| 2002-09-05 | Split _rtld_relocate_nonplt_object() into separate MD files. | mycroft |
| 2002-09-05 | Split MIPS relocation goo into mips_reloc.c. | mycroft |
| 2002-09-05 | Simplify a couple of tests to !__mips__. | mycroft |
| 2002-09-05 | Combine the code that skips COPY relocs on most platforms (other than MIPS). | mycroft |
| 2002-09-05 | Remove unused arguments of _rtld_find_symdef(). | junyoung |
| 2002-09-05 | Remove support for PowerPC static relocations, which are not present in shared | mycroft |
| 2002-09-05 | Make _rtld_setup_pltgot() a consistent interface on all platforms. | mycroft |
| 2002-07-10 | Add support for dynamic linking on HP PA-RISC. | fredette |
| 2002-02-03 | Add support for dynamic linking on the SuperH. From Marcus Comstedt, | thorpej |
| 2002-01-06 | Do not attempt to relocate any pltrela entries that are not JMP_SLOT on sparc64. | eeh |
| 2001-12-20 | Small whitespace fix. | thorpej |
| 2001-12-20 | Upon further investigation, do NOT include an addend in RELATIVE | thorpej |
| 2001-12-20 | Include the addend in GLOB_DAT relocations (!!). | thorpej |
| 2001-12-16 | * Move The Alpha R(RELATIVE) handling into an Alpha-specific code block, | thorpej |
| 2001-12-14 | Add code to peek into the PLT and determine which PLT entry format | thorpej |
| 2001-12-13 | Supply two lazy binding routines for Alpha: one that works with the | thorpej |
| 2001-12-13 | Check in workaround for BFD ABI change on MIPS: the new MIPS BFD generates | rafal |
| 2001-09-10 | Reorganize PowerPC cold a little. The return value from _rtld_bind_pltgot() | mycroft |
| 2001-08-14 | Workaround for binutils 2.11 behavior. | eeh |
| 2001-07-16 | Fix ABS32 ARM reloc case. ELF shared libs on ARM now work! | matt |
| 2001-07-15 | Bugfix for _rtld_start. Enable common plt processing code for arm | matt |
| 2001-07-15 | Enable arm if OBJECT_FMT is ELF. Initialize first few GOT entries for ARM. | matt |
| 2001-07-15 | Add support for ARM ELF dynamic relocs. | matt |
| 2001-06-19 | Preliminary x86-64 support. Not fully functional yet (toolchain bugs). | fvdl |
| 2001-04-25 | Sync with <sys/exec_elf.h> rev. 1.45: ElfNN_RelA -> ElfNN_Rela. | kleink |
| 2001-02-04 | avoid nested extern | christos |
| 2000-10-11 | format warning fixes from he, after testing on 64-bit elf (alpha) | dan |
| 2000-08-07 | Simplify some stuff. | matt |