aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2001-10-01Update.Ulrich Drepper8-5/+160
2001-09-28Update.Ulrich Drepper1-0/+2
2001-09-25Update.Ulrich Drepper1-0/+2
2001-09-23Update.Ulrich Drepper3-15/+13
2001-09-22Update.Andreas Jaeger1-1/+0
2001-09-22Avoid compile warning.Andreas Jaeger1-1/+1
2001-09-20Update.Andreas Jaeger1-28/+28
2001-09-20Update.Andreas Jaeger1-0/+21
2001-09-19Update.Ulrich Drepper3-7/+7
2001-09-14Update.Ulrich Drepper1-19/+8
2001-09-08Update.Ulrich Drepper1-1/+1
2001-09-08Update.Ulrich Drepper3-7/+11
2001-09-08Update.Ulrich Drepper2-4/+11
2001-09-08Update.Ulrich Drepper9-95/+232
2001-09-07Update.Ulrich Drepper4-3/+78
2001-09-06Update.Ulrich Drepper6-4/+147
2001-09-05Update.Ulrich Drepper1-12/+3
2001-09-05Update.Ulrich Drepper9-45/+57
2001-09-04Update.Ulrich Drepper1-4/+3
2001-09-02(dl_main): Increment l_opencount for main binary.Ulrich Drepper1-0/+2
2001-09-01Update.Ulrich Drepper2-9/+20
2001-08-29Update.Ulrich Drepper1-2/+2
2001-08-27(dl_main): Update call to _dl_lookup_symbol.Ulrich Drepper1-1/+1
2001-08-27Update.Ulrich Drepper1-5/+5
2001-08-26Update.Ulrich Drepper3-44/+42
2001-08-26Update.Ulrich Drepper2-88/+49
2001-08-25Update.Ulrich Drepper2-2/+8
2001-08-25(_dl_lookup_symbol): If we use the cache we don't have to compute the hash va...Ulrich Drepper1-26/+48
2001-08-24Update.Ulrich Drepper2-0/+2
2001-08-24(elf_dynamic_do_rel): Fix problem with ld.so startup. Explicitly remove lazy ...Ulrich Drepper1-5/+6
2001-08-24Update.Ulrich Drepper1-4/+16
2001-08-24Update.Ulrich Drepper1-5/+8
2001-08-24(elf_dynamic_do_rel): RELATIVE relocations comes first if RELCOUNT is set.Ulrich Drepper1-16/+15
2001-08-24(elf_dynamic_do_rel): If not relocating lazily, don't call elf_machine_rel fo...Ulrich Drepper1-4/+25
2001-08-23(print_statistics): Nicer format for cache hit output.Ulrich Drepper1-1/+1
2001-08-23Update.Ulrich Drepper4-1/+69
2001-08-23* sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here withRoland McGrath4-34/+9
2001-08-23Update.Ulrich Drepper1-1/+2
2001-08-22Update.Ulrich Drepper1-5/+8
2001-08-11(_dl_map_object_from_fd): Use correct symbolic constant in mprotect call.Ulrich Drepper1-1/+1
2001-08-11Update.Ulrich Drepper2-31/+33
2001-08-11Update.Ulrich Drepper2-36/+33
2001-08-04Update.Ulrich Drepper2-3/+2
2001-07-27(_dl_important_hwcaps): Avoid using malloc early in the program.Ulrich Drepper1-9/+5
2001-07-26Update.Ulrich Drepper1-1/+2
2001-07-25Update.Ulrich Drepper3-1/+85
2001-07-25(routines): Add dl-iteratephdr and dl-iteratephdr-static.Ulrich Drepper1-3/+5
2001-07-23Add more definitions from Sun's latest version.Ulrich Drepper1-4/+17
2001-07-23Update.Ulrich Drepper1-4/+6
2001-07-20(search_dir): Avoid use of uninitialized memory. Add a few __builtin_expect ...Ulrich Drepper1-5/+23