summaryrefslogtreecommitdiff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
...
* Add -Wno-trampolines as neededRichard Henderson2015-01-081-0/+2
* Add Nios II definitions to elf/elf.h.Chung-Lin Tang2015-01-081-0/+53
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2015-01-025-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0287-87/+87
* Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune2014-12-311-3/+100
* Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu2014-12-211-0/+10
* Fix array bounds warnings in elf_get_dyanmic_info() on sparc with gcc-4.6David S. Miller2014-12-191-1/+10
* Fix warning in elf/tst-unique4lib.cc.Torvald Riegel2014-12-161-1/+1
* Constify string parametersAndreas Schwab2014-12-111-2/+2
* 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