about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* 2005-11-19 Roland McGrath <roland@redhat.com>Roland McGrath2005-11-191-1/+1
* 2005-11-17 Roland McGrath <roland@redhat.com>Roland McGrath2005-11-171-1/+1
* * elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition. cvs/fedora-glibc-20051115T0809Ulrich Drepper2005-11-151-6/+0
* * elf/elf.h (R_M32R_REL32): New macro.Roland McGrath2005-11-081-0/+1
* * configure.in: If init_array/fini_array support is not available,Ulrich Drepper2005-11-051-8/+1
* 2005-10-26 Jakub Jelinek <jakub@redhat.com>Roland McGrath2005-10-311-3/+3
* 2005-10-17 Roland McGrath <roland@redhat.com>Roland McGrath2005-10-171-10/+12
* * abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4.Roland McGrath2005-10-171-1/+2
* 2005-10-16 Daniel Jacobowitz <dan@codesourcery.com>Roland McGrath2005-10-161-4/+4
* * sysdeps/generic/ldsodefs.h (struct audit_ifaces):Roland McGrath2005-10-052-4/+9
* * elf/elf.h (R_ARM_TLS_DTPMOD32, R_ARM_TLS_DTPOFF32,Roland McGrath2005-10-051-0/+13
* [BZ #1392]Roland McGrath2005-09-291-4/+5
* [BZ #516]Ulrich Drepper2005-09-261-14/+29
* * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie forRoland McGrath2005-09-221-2/+2
* [BZ #1346]Roland McGrath2005-09-201-9/+23
* (_dl_map_object_from_fd): No need to change protection of memory used for the...Ulrich Drepper2005-09-021-1/+1
* * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.Ulrich Drepper2005-08-301-11/+4
* * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTROUlrich Drepper2005-08-071-1/+1
* * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the valueUlrich Drepper2005-07-301-7/+7
* [BZ #974]Ulrich Drepper2005-07-076-4/+96
* * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.Ulrich Drepper2005-07-071-2/+5
* * elf/dl-error.c (_dl_signal_error): When testing for executableUlrich Drepper2005-07-071-2/+3
* * elf/dl-reloc.c [PROF] (_dl_relocate_object): DefineUlrich Drepper2005-07-071-0/+5
* * Versions.def (ld): Add GLIBC_2.4.Ulrich Drepper2005-06-266-26/+270
* * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):Ulrich Drepper2005-06-172-3/+57
* [BZ #966]Ulrich Drepper2005-06-141-24/+17
* * elf/dl-error.c (_dl_signal_error): Store information about use ofUlrich Drepper2005-06-125-37/+82
* * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New. * sysdeps/al...Richard Henderson2005-05-281-0/+3
* * elf/rtld.c: Include <dl-osinfo.h>. cvs/fedora-glibc-20050523T1354Ulrich Drepper2005-05-221-0/+1
* * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust forUlrich Drepper2005-05-111-2/+2
* (Elf32_auxv_t): Make cross-compile safe. (Elf64_auxv_t): Likewise.Ulrich Drepper2005-05-111-8/+10
* * elf/dl-close.c: Include stddef.h.Ulrich Drepper2005-04-276-16/+143
* 2005-04-26 Roland McGrath <roland@redhat.com>Roland McGrath2005-04-261-2/+9
* * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.hRoland McGrath2005-04-261-1/+7
* * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,Roland McGrath2005-04-211-7/+1
* Add sparc64 TLS and NPTL support.Ulrich Drepper2005-04-141-0/+68
* * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)Roland McGrath2005-04-075-108/+179
* * sysdeps/sparc/sparc32/dl-trampoline.S: New file.Roland McGrath2005-04-051-0/+12
* * elf/dl-load.c: Don't include dl-osinfo.h here.Roland McGrath2005-03-301-1/+0
* [BZ #783]Andreas Jaeger2005-03-281-0/+18
* 2005-03-27 Daniel Jacobowitz <dan@codesourcery.com>Roland McGrath2005-03-271-1/+1
* 2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>Roland McGrath2005-03-221-0/+4
* [BZ #786]Ulrich Drepper2005-03-205-5/+64
* * elf/dl-open.c (dl_open_worker): Fix typo.Ulrich Drepper2005-03-201-0/+2
* * elf/dl-lookup.c (add_dependency): Always search l_initfini ifUlrich Drepper2005-03-191-1/+1
* * elf/Makefile: Add rules to build and run order2.Ulrich Drepper2005-03-196-3/+119
* * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,Ulrich Drepper2005-03-191-1/+1
* * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separateUlrich Drepper2005-03-192-103/+138
* * include/link.h (struct link_map): Remove l_opencount. Add l_removed.Ulrich Drepper2005-03-1817-418/+322
* Test cases for correct unloading.Ulrich Drepper2005-03-186-0/+140