Age | Commit message (Expand) | Author | Files | Lines |
2015-03-02 | Fix parallel build error | Andreas Schwab | 1 | -1/+1 |
2015-02-27 | Compile vismain with -fPIE and link with -pie | H.J. Lu | 2 | -1/+9 |
2015-02-25 | sprof: Make an error message identical to two others, and more accurate. | Benno Schulenberg | 1 | -1/+1 |
2015-02-23 | Fix failure of elf/tst-audit2 when compiled with GCC-5 | Andreas Schwab | 1 | -0/+2 |
2015-02-17 | Use alignment macros, pagesize and powerof2. | Carlos O'Donell | 1 | -13/+15 |
2015-02-12 | Support after-link variable to run a final step on binaries. | Roland McGrath | 1 | -0/+1 |
2015-02-06 | Clean up sysdep-dl-routines variable. | Roland McGrath | 1 | -2/+2 |
2015-01-25 | Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings paths | Bram | 1 | -3/+3 |
2015-01-21 | Fix recursive dlopen. | Carlos O'Donell | 3 | -14/+25 |
2015-01-09 | Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h. | Chung-Lin Tang | 1 | -2/+1 |
2015-01-08 | Add -Wno-trampolines as needed | Richard Henderson | 1 | -0/+2 |
2015-01-08 | Add Nios II definitions to elf/elf.h. | Chung-Lin Tang | 1 | -0/+53 |
2015-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 5 | -5/+5 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 87 | -87/+87 |
2014-12-31 | Add support for MIPS O32 FPXX and .MIPS.abiflags | Matthew Fortune | 1 | -3/+100 |
2014-12-21 | Add hidden __tls_get_addr/___tls_get_addr alias | H.J. Lu | 1 | -0/+10 |
2014-12-19 | Fix array bounds warnings in elf_get_dyanmic_info() on sparc with gcc-4.6 | David S. Miller | 1 | -1/+10 |
2014-12-16 | Fix warning in elf/tst-unique4lib.cc. | Torvald Riegel | 1 | -1/+1 |
2014-12-11 | Constify string parameters | Andreas Schwab | 1 | -2/+2 |
2014-12-02 | Fix elf/tst-unique4lib.cc warning. | Joseph Myers | 1 | -1/+1 |
2014-11-29 | Expand comments in elf/ldconfig.c (search_dir) | Carlos O'Donell | 1 | -2/+24 |
2014-11-28 | Resize DTV if the current DTV isn't big enough | H.J. Lu | 1 | -41/+61 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 2 | -8/+2 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 4 | -4/+4 |
2014-11-24 | Remove IS_IN_ldconfig | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-24 | Define IN_MODULE for translation units that define NOT_IN_libc | Siddhesh Poyarekar | 1 | -0/+1 |
2014-11-24 | Remove IN_LIB | Siddhesh Poyarekar | 2 | -2/+2 |
2014-11-21 | AArch64: Update relocations for ILP32 | Will Newton | 1 | -3/+17 |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar | 2 | -1/+11 |
2014-11-06 | Run check-localpltk/textrel/execstack over ld.so. | Carlos O'Donell | 1 | -1/+2 |
2014-11-05 | Remove INTDEF / INTUSE / INTVARDEF (bug 14132). | Joseph Myers | 3 | -10/+4 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 7 | -14/+35 |
2014-11-05 | Don't use INTDEF/INTUSE with _dl_mcount (bug 14132). | Joseph Myers | 3 | -3/+3 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 1 | -1/+0 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_argv (bug 14132). | Joseph Myers | 2 | -21/+21 |
2014-10-31 | Add a hook to enable load-time inspection of program headers | Matthew Fortune | 2 | -0/+40 |
2014-10-28 | elf/dl-load.c: Use __strdup. | Carlos O'Donell | 1 | -19/+5 |
2014-10-10 | Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132). | Joseph Myers | 4 | -21/+21 |
2014-10-09 | remove nested functions from elf/dl-load.c | Kostya Serebryany | 1 | -36/+52 |
2014-10-08 | Remove unnecessarily nested function in do_lookup_unique. | Roland McGrath | 1 | -27/+30 |
2014-10-01 | remove nested functions from elf/dl-deps.c | Kostya Serebryany | 1 | -15/+15 |
2014-09-29 | Correctly size profiling reloc table (bug 17411) | Carlos O'Donell | 1 | -2/+6 |
2014-09-16 | Remove CFLAGS for interp.c | Siddhesh Poyarekar | 2 | -3/+12 |
2014-09-16 | Include .interp section only for libc.so | Siddhesh Poyarekar | 1 | -2/+1 |
2014-07-14 | Correct DT_PPC64_NUM | Alan Modra | 1 | -1/+1 |
2014-07-03 | Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL | Richard Henderson | 2 | -20/+6 |
2014-07-03 | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 1 | -3/+0 |
2014-06-26 | Fix Wundef warning for ELF_MACHINE_NO_RELA | Siddhesh Poyarekar | 1 | -1/+1 |
2014-06-23 | elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikely | Will Newton | 1 | -20/+19 |
2014-06-23 | elf/dl-lookup.c: Remove unnecessary static variable | Will Newton | 1 | -4/+1 |