aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper4-11/+49
2007-05-11(add_to_global): One more small cleanup patch.Ulrich Drepper1-6/+3
2007-05-11* elf/dl-close.c (_dl_close_worker): Help gcc to optimize byUlrich Drepper1-29/+29
2007-05-11* elf/dl-open.c (add_to_global): Introduce variable ns to help gccUlrich Drepper1-19/+22
2007-05-06[BZ #4131]Ulrich Drepper1-113/+113
2007-04-222007-04-22 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+1
2007-04-13[BZ #4344] Jakub Jelinek1-4/+4
2007-03-17* elf/dl-open.c (dl_open_worker): Declare l in 2 differentcvs/fedora-glibc-20070317T2130Ulrich Drepper2-6/+8
2007-03-13 * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. Richard Henderson1-0/+3
2007-02-12* elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.Ulrich Drepper2-5/+7
2007-01-25* elf/dl-minimal.c: Undefine _itoa first.Ulrich Drepper1-1/+2
2007-01-15* sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper3-24/+49
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper50-707/+409
2007-07-31.Jakub Jelinek50-409/+707
2007-01-08* elf/elf.h (R_MIPS_GLOB_DAT): Define. Jakub Jelinek1-2/+3
2007-01-03* posix/getconf.c: Update copyright year.Ulrich Drepper3-6/+6
2006-12-19* elf/dl-support.c: Include dl-procinfo.h.Ulrich Drepper1-0/+1
2006-11-10[BZ #3483]Ulrich Drepper1-1/+7
2006-11-10[BZ #3465]Ulrich Drepper3-3/+3
2006-11-09* elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0cvs/fedora-glibc-20061109T1949Ulrich Drepper2-20/+13
2006-10-29* elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.Ulrich Drepper4-7/+7
2006-10-28* configure.in: Require assembler support for visibility, compilerUlrich Drepper3-14/+8
2006-10-27* Makerules: USE_TLS support is now default.Ulrich Drepper1-2/+6
2006-10-27USE_TLS support is now default.Ulrich Drepper36-262/+98
2006-10-27* elf/Makefile: Add rules to build and run tst-thrlock.Ulrich Drepper3-7/+60
2006-10-27* elf/dl-close.c (_dl_close_worker): Renamed from _dl_close andUlrich Drepper2-12/+26
2006-10-27[BZ #3429]Ulrich Drepper1-10/+11
2006-10-27* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper9-153/+85
2006-10-18[BZ #3313]Ulrich Drepper5-23/+41
2006-10-13* elf/dl-minimal.c (realloc): Optimize last patch.Ulrich Drepper1-4/+3
2006-10-12[BZ #3352]Ulrich Drepper1-3/+4
2006-10-11* include/atomic.c: Define catomic_* operations.Ulrich Drepper6-19/+19
2006-10-10 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper8-84/+310
2006-10-02* elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK isUlrich Drepper1-1/+2
2006-09-29[BZ #3273]Ulrich Drepper1-1/+3
2006-09-19* elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, butcvs/fedora-glibc-20060919T1847cvs/fedora-glibc-20060919T1816Ulrich Drepper1-2/+2
2006-09-19* elf/dl-close.c (_dl_close): If dependency is not unloaded makeUlrich Drepper5-3/+77
2006-09-05* Makerules (shlib.lds): If have-hash-style, put .hash sectioncvs/fedora-glibc-20060905T0633Ulrich Drepper1-0/+2
2006-08-31* dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Addcvs/fedora-glibc-20060831T1812Ulrich Drepper1-1/+8
2006-08-29* elf/dl-load.c (_dl_init_paths): Expand DSTs.Ulrich Drepper1-1/+19
2006-08-28* elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM inUlrich Drepper1-7/+0
2006-08-24[BZ #2683]Ulrich Drepper3-3/+26
2006-08-21[BZ #3018]Ulrich Drepper1-1/+1
2006-08-02(_dl_addr): Finish fixup after renaming.cvs/fedora-glibc-20060802T1808Ulrich Drepper1-1/+1
2006-08-02[BZ #2980]cvs/fedora-glibc-20060802T1650Ulrich Drepper1-20/+54
2006-08-01* elf/tst-auditmod1.c: Fix typo in #error.Ulrich Drepper1-25/+1
2006-07-31* elf/dl-open.c (dl_open_worker): Add branch prediction.Ulrich Drepper1-2/+2
2006-07-10* elf/dl-lookup.c (dl_new_hash): New functions.cvs/fedora-glibc-20060710T2206Ulrich Drepper5-122/+208
2006-06-27* elf/dl-load.c (open_path): Fix test to determine whether DSO iscvs/fedora-glibc-20060630T0858Ulrich Drepper1-1/+1
2006-06-27* elf/dl-load.c (_dl_map_object): Try harder to avoid looking atUlrich Drepper1-13/+22