Age | Commit message (Expand) | Author | Files | Lines |
2012-07-20 | Move localplt baselines to sysdeps directories. | Joseph Myers | 1 | -12/+5 |
2012-07-03 | Avoid use of libgcc_s and libgcc_eh when building glibc. | Joseph Myers | 1 | -1/+5 |
2012-05-25 | Add --enable-systemtap configuration to define static probe points. | Roland McGrath | 1 | -1/+2 |
2012-05-10 | Hurd: Build pldd also if use-ldconfig != yes || build-shared != yes | Thomas Schwinge | 1 | -3/+2 |
2012-05-03 | Fix make clean for recent elf/Makefile changes. | Roland McGrath | 1 | -3/+3 |
2012-05-02 | Fix test-suite failues with -Wl,--as-needed | Allan McRae | 1 | -1/+20 |
2012-05-01 | Redirect check-localplt output to check-localplt.out. | Roland McGrath | 1 | -1/+2 |
2012-05-01 | Do check-localplt test using readelf rather than a build-time C program. | Roland McGrath | 1 | -14/+21 |
2012-05-01 | Do check-execstack test using readelf rather than a build-time C program. | Roland McGrath | 1 | -15/+26 |
2012-05-01 | Do check-textrel test using readelf rather than a build-time C program. | Roland McGrath | 1 | -11/+16 |
2012-04-28 | Don't run tests when cross-compiling | Andreas Schwab | 1 | -0/+4 |
2012-04-24 | Add flexibility to localplt-*.data files, using an awk script rather than dif... | Roland McGrath | 1 | -2/+1 |
2012-04-11 | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | 1 | -1/+2 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -85/+0 |
2012-02-29 | Always set l_used for vDSO. | Marek Polacek | 1 | -0/+11 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2012-01-27 | Sort objects before relocations | Ulrich Drepper | 1 | -3/+12 |
2012-01-08 | Static linking is always needed | Ulrich Drepper | 1 | -3/+1 |
2012-01-07 | Remove non-ELF support | Ulrich Drepper | 1 | -2/+2 |
2011-09-13 | Fix pattern on $(ldd-rewrite-script) substitution | Andreas Schwab | 1 | -1/+1 |
2011-09-11 | Prepend $(..) to $(ldd-rewrite-script) if non-absolute | Andreas Schwab | 1 | -1/+2 |
2011-08-24 | Fix scope handling during dl_close | Andreas Schwab | 1 | -1/+9 |
2011-08-22 | Correct cycle detection during dependency sorting | Andreas Schwab | 1 | -5/+24 |
2011-07-14 | Fix remaining explicit uses of shlib.lds to use $(shlib-lds). | Roland McGrath | 1 | -1/+3 |
2011-07-02 | Use -defsym=_begin=0 instead of linker script munging. | Roland McGrath | 1 | -10/+2 |
2011-06-26 | We don't use linkobj/libc.so at runtmie, no need to check for text rels | Ulrich Drepper | 1 | -2/+3 |
2011-06-10 | Better detect total failure of linker script generation. | Roland McGrath | 1 | -0/+1 |
2011-06-10 | Revert -r -> -Wl,-r change. | Roland McGrath | 1 | -3/+2 |
2011-06-09 | Use -Wl,-r instead of plain -r. | Roland McGrath | 1 | -2/+3 |
2011-06-09 | Add pldd program | Ulrich Drepper | 1 | -2/+7 |
2011-05-29 | Don't build AVX tests with old compilers | Ulrich Drepper | 1 | -1/+4 |
2011-05-28 | Fix bug in last checkin which left ldd uninstalled | Ulrich Drepper | 1 | -1/+1 |
2011-05-28 | Add sotruss program | Ulrich Drepper | 1 | -0/+22 |
2011-05-14 | Fix handling of static TLS in dlopen'ed objects | Martin von Gagern | 1 | -1/+8 |
2011-05-13 | Add support for generated PIE link rules | Andreas Schwab | 1 | -80/+10 |
2011-05-12 | Fix resizing able for unique symbols when adding symbol for copy relocation | Piotr Bury | 1 | -1/+4 |
2011-03-10 | Fix copy relocations handling of unique objects. | Ulrich Drepper | 1 | -2/+3 |
2011-03-10 | Don't run tests checking xecutable stack when SELinux is enforcing. | Ulrich Drepper | 1 | -1/+7 |
2011-02-25 | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 1 | -1/+5 |
2011-02-02 | AVX audit test failures with gcc 4.6 | H.J. Lu | 1 | -6/+10 |
2011-01-19 | Fix ordering of DSO constructors and destructors. | Ulrich Drepper | 1 | -3/+21 |
2011-01-18 | Run IFUNC tests unless no support build in at all. | Ulrich Drepper | 1 | -2/+2 |
2011-01-16 | Fix missing dependencies and ensure correct CPPFLAGS. | Andreas Schwab | 1 | -22/+32 |
2011-01-13 | Fix check-execstack test | Andreas Schwab | 1 | -8/+10 |
2010-12-19 | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | 1 | -1/+7 |
2010-07-02 | More linking issues fixed. | Ulrich Drepper | 1 | -3/+3 |
2010-06-27 | Revert unwanted patch. Again. | Ulrich Drepper | 1 | -9/+1 |
2010-06-27 | Fix whitespaces. | Ulrich Drepper | 1 | -11/+19 |
2010-04-19 | Link elf/noload test against -ldl. | Roland McGrath | 1 | -2/+2 |
2009-08-08 | Support mixed SSE/AVX audit and check AVX only once. | H.J. Lu | 1 | -2/+19 |