about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Fix elf/tst-unique4lib.cc warning.Joseph Myers2014-12-021-1/+1
* Expand comments in elf/ldconfig.c (search_dir)Carlos O'Donell2014-11-291-2/+24
* Resize DTV if the current DTV isn't big enoughH.J. Lu2014-11-281-41/+61
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-242-8/+2
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-244-4/+4
* Remove IS_IN_ldconfigSiddhesh Poyarekar2014-11-241-1/+1
* Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar2014-11-241-0/+1
* Remove IN_LIBSiddhesh Poyarekar2014-11-242-2/+2
* AArch64: Update relocations for ILP32Will Newton2014-11-211-3/+17
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-192-1/+11
* Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell2014-11-061-1/+2
* Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers2014-11-053-10/+4
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-057-14/+35
* Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers2014-11-053-3/+3
* Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers2014-11-041-1/+0
* Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers2014-11-042-21/+21
* Add a hook to enable load-time inspection of program headersMatthew Fortune2014-10-312-0/+40
* elf/dl-load.c: Use __strdup.Carlos O'Donell2014-10-281-19/+5
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-104-21/+21
* remove nested functions from elf/dl-load.cKostya Serebryany2014-10-091-36/+52
* Remove unnecessarily nested function in do_lookup_unique.Roland McGrath2014-10-081-27/+30
* remove nested functions from elf/dl-deps.cKostya Serebryany2014-10-011-15/+15
* Correctly size profiling reloc table (bug 17411)Carlos O'Donell2014-09-291-2/+6
* Remove CFLAGS for interp.cSiddhesh Poyarekar2014-09-162-3/+12
* Include .interp section only for libc.soSiddhesh Poyarekar2014-09-161-2/+1
* Correct DT_PPC64_NUMAlan Modra2014-07-141-1/+1
* Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson2014-07-032-20/+6
* Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson2014-07-031-3/+0
* Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar2014-06-261-1/+1
* elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikelyWill Newton2014-06-231-20/+19
* elf/dl-lookup.c: Remove unnecessary static variableWill Newton2014-06-231-4/+1
* elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a functionWill Newton2014-06-231-145/+159
* [BZ #16046] dl_iterate_phdr static executable testMaciej W. Rozycki2014-06-202-1/+48
* Use $(rtld-prefix) more consistently.Joseph Myers2014-06-181-2/+1
* Remove redundant C locale settings.Joseph Myers2014-06-071-1/+0
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-062-3/+5
* Remove duplicate code in elf/dl-deps.c.Ondřej Bílka2014-05-271-31/+19
* Remove second argument from TLS_INIT_TP macroAndreas Schwab2014-05-272-3/+3
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-2/+2
* Remove last use of USE___THREADAndreas Schwab2014-05-141-149/+5
* Fix elf/tst-tls9-static buildAdhemerval Zanella2014-05-091-2/+2
* Move rules for Linux-specific pldd program to Linux-specific Makefile.Roland McGrath2014-05-051-6/+2
* 2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2014-04-111-1/+4
* Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath2014-04-036-200/+350
* elf/dl-lookup.c: Remove obsolete comment about nested functionWill Newton2014-04-031-5/+4
* 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2014-03-271-10/+8
* 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2014-03-261-40/+36
* Add empty GLIBC_2.2.5 version to elf/Versions.Joseph Myers2014-03-251-0/+3
* Address post-commit patch comments.Paul Pluzhnikov2014-03-241-2/+8
* Fix BZ #16634.Paul Pluzhnikov2014-03-243-13/+87