Commit History

Author SHA1 Message Date
  Joakim Tjernlund 50adcf84a2 Remove unused function. 18 years ago
  Mike Frysinger ee375653ed some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts 19 years ago
  Mike Frysinger f50c17eb71 eat pointless whitespace 19 years ago
  Mike Frysinger 43346101c5 use Elf32_Word instead of uint32_t since that is what the ELF spec refers to 19 years ago
  Mike Frysinger 84cc817ba5 force hash buckets to work off of 32bit quantities 19 years ago
  Mike Frysinger 59cc1e9342 create generic ELF_* macros to hide 32/64 bit differences 19 years ago
  Mike Frysinger 6512a60090 change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bitsize 19 years ago
  "Steven J. Hill" 1f5e605b35 The function '_dl_memset' should always be inlined regardless of the 19 years ago
  Joakim Tjernlund a55a088d1a Optimize _dl_elf_hash(), both smaller and faster. Mostly 19 years ago
  Joakim Tjernlund e6816a15ab Moved the addition of load address from the fast path 19 years ago
  Mike Frysinger a7e14569d2 fix eriks e-mail address 19 years ago
  Joakim Tjernlund 0038f6a229 Add RTLD_LOCAL support for dlopened libs. Reported by 19 years ago
  Joakim Tjernlund dc0f822bfe - Remove dynamic_size from struct elf_resolve. 19 years ago
  Joakim Tjernlund ee55de4929 Added test for RTLD_GLOBAL flag in _dl_find_hash(). 20 years ago
  Joakim Tjernlund 97688568de This should fix the dlsym problem Peter van Hoyweghen reported. 20 years ago
  Eric Andersen db5a9ef35b Sigh. I got things working this morning, then checked stuff in from the wrong 20 years ago
  Eric Andersen b998ae0611 Based on a patch from Alexandre Oliva, make sure _dl_malloc returns a nicely 20 years ago
  Eric Andersen 7503ff8558 Joakim Tjernlund writes: 20 years ago
  Eric Andersen e98bb74520 Patch from Joakim Tjernlund: 20 years ago
  Eric Andersen deec524084 Joakim Tjernlund writes: 20 years ago
  Eric Andersen b340a56ee0 Fix function prototype to match the official ELF standard hash function 20 years ago
  Eric Andersen d1c8a86221 Cleanup whitespace and formatting 20 years ago
  Eric Andersen 9770574ad3 Joakim Tjernlund writes: 20 years ago
  Eric Andersen 2711bc5895 Cool. Found most of the problem. Turns out we were inadvertanly loading some 21 years ago
  Eric Andersen 557e404d65 Be extra careful to memset the correct size, not the size of some random 21 years ago
  Eric Andersen 26ac73a7de Rework things such that staticly linked applications can use 21 years ago
  Eric Andersen 5a66fdf159 some updates from Stefan Allius to make up the SuperH shared lib 22 years ago
  Eric Andersen 0af25e081c Disable this code for mips, which does things quite differently... 22 years ago
  Eric Andersen 9cba52f0ae Patch from Stefan Allius and Edie C. Dost to add SuperH 22 years ago
  Eric Andersen 4a6cfe3180 Another mips patch from Steven J. Hill: 22 years ago