Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move localplt baselines to sysdeps directories. | Joseph Myers | 2012-07-20 | 1 | -12/+5 |
| | |||||
* | Avoid use of libgcc_s and libgcc_eh when building glibc. | Joseph Myers | 2012-07-03 | 1 | -1/+5 |
| | |||||
* | Add --enable-systemtap configuration to define static probe points. | Roland McGrath | 2012-05-25 | 1 | -1/+2 |
| | |||||
* | Hurd: Build pldd also if use-ldconfig != yes || build-shared != yes | Thomas Schwinge | 2012-05-10 | 1 | -3/+2 |
| | |||||
* | Fix make clean for recent elf/Makefile changes. | Roland McGrath | 2012-05-03 | 1 | -3/+3 |
| | |||||
* | Fix test-suite failues with -Wl,--as-needed | Allan McRae | 2012-05-02 | 1 | -1/+20 |
| | | | | Signed-off-by: Allan McRae <allan@archlinux.org> | ||||
* | Redirect check-localplt output to check-localplt.out. | Roland McGrath | 2012-05-01 | 1 | -1/+2 |
| | |||||
* | Do check-localplt test using readelf rather than a build-time C program. | Roland McGrath | 2012-05-01 | 1 | -14/+21 |
| | |||||
* | Do check-execstack test using readelf rather than a build-time C program. | Roland McGrath | 2012-05-01 | 1 | -15/+26 |
| | |||||
* | Do check-textrel test using readelf rather than a build-time C program. | Roland McGrath | 2012-05-01 | 1 | -11/+16 |
| | |||||
* | Don't run tests when cross-compiling | Andreas Schwab | 2012-04-28 | 1 | -0/+4 |
| | |||||
* | Add flexibility to localplt-*.data files, using an awk script rather than ↵ | Roland McGrath | 2012-04-24 | 1 | -2/+1 |
| | | | | diff to check the results. | ||||
* | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | 2012-04-11 | 1 | -1/+2 |
| | | | | | | | | | | | It may sometimes be desirable to make the dynamic linker only pick up libraries from the library path and rpath and not look at the ld.so.cache that ldconfig generates. An example of such a use case is the glibc testsuite where the dynamic linker must not be influenced by any external paths or caches. This change adds a new option --inhibit-ldcache that when used, tells the dynamic linker to not use ld.so.cache even if it is available. | ||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -85/+0 |
| | |||||
* | Always set l_used for vDSO. | Marek Polacek | 2012-02-29 | 1 | -0/+11 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
| | |||||
* | Sort objects before relocations | Ulrich Drepper | 2012-01-27 | 1 | -3/+12 |
| | |||||
* | Static linking is always needed | Ulrich Drepper | 2012-01-08 | 1 | -3/+1 |
| | |||||
* | Remove non-ELF support | Ulrich Drepper | 2012-01-07 | 1 | -2/+2 |
| | |||||
* | Fix pattern on $(ldd-rewrite-script) substitution | Andreas Schwab | 2011-09-13 | 1 | -1/+1 |
| | |||||
* | Prepend $(..) to $(ldd-rewrite-script) if non-absolute | Andreas Schwab | 2011-09-11 | 1 | -1/+2 |
| | |||||
* | Fix scope handling during dl_close | Andreas Schwab | 2011-08-24 | 1 | -1/+9 |
| | |||||
* | Correct cycle detection during dependency sorting | Andreas Schwab | 2011-08-22 | 1 | -5/+24 |
| | |||||
* | Fix remaining explicit uses of shlib.lds to use $(shlib-lds). | Roland McGrath | 2011-07-14 | 1 | -1/+3 |
| | |||||
* | Use -defsym=_begin=0 instead of linker script munging. | Roland McGrath | 2011-07-02 | 1 | -10/+2 |
| | |||||
* | We don't use linkobj/libc.so at runtmie, no need to check for text rels | Ulrich Drepper | 2011-06-26 | 1 | -2/+3 |
| | | | | This also works around a toolchain issu. | ||||
* | Better detect total failure of linker script generation. | Roland McGrath | 2011-06-10 | 1 | -0/+1 |
| | |||||
* | Revert -r -> -Wl,-r change. | Roland McGrath | 2011-06-10 | 1 | -3/+2 |
| | |||||
* | Use -Wl,-r instead of plain -r. | Roland McGrath | 2011-06-09 | 1 | -2/+3 |
| | |||||
* | Add pldd program | Ulrich Drepper | 2011-06-09 | 1 | -2/+7 |
| | |||||
* | Don't build AVX tests with old compilers | Ulrich Drepper | 2011-05-29 | 1 | -1/+4 |
| | |||||
* | Fix bug in last checkin which left ldd uninstalled | Ulrich Drepper | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | Add sotruss program | Ulrich Drepper | 2011-05-28 | 1 | -0/+22 |
| | |||||
* | Fix handling of static TLS in dlopen'ed objects | Martin von Gagern | 2011-05-14 | 1 | -1/+8 |
| | | | | | | | | | | | | When dynamically loading a library along with several dependencies, calls to _dl_add_to_slotinfo and _dl_update_slotinfo can become intermixed. As a consequence, _dl_update_slotinfo will update the generation counter of the dtv although not all of the slots belonging to that generation have been added. Subsequent calls to _dl_add_to_slotinfo will add more slots to the same generation, for which no storage will be allocated, as the dtv generation checks will claim no work is necessary. This will lead to uninitialized dtv entries and will likely cause a SIGSEGV when thread local variables are accessed. | ||||
* | Add support for generated PIE link rules | Andreas Schwab | 2011-05-13 | 1 | -80/+10 |
| | |||||
* | Fix resizing able for unique symbols when adding symbol for copy relocation | Piotr Bury | 2011-05-12 | 1 | -1/+4 |
| | |||||
* | Fix copy relocations handling of unique objects. | Ulrich Drepper | 2011-03-10 | 1 | -2/+3 |
| | |||||
* | Don't run tests checking xecutable stack when SELinux is enforcing. | Ulrich Drepper | 2011-03-10 | 1 | -1/+7 |
| | |||||
* | Fix memory leak in dlopen with RTLD_NOLOAD. | Andreas Schwab | 2011-02-25 | 1 | -1/+5 |
| | |||||
* | AVX audit test failures with gcc 4.6 | H.J. Lu | 2011-02-02 | 1 | -6/+10 |
| | |||||
* | Fix ordering of DSO constructors and destructors. | Ulrich Drepper | 2011-01-19 | 1 | -3/+21 |
| | |||||
* | Run IFUNC tests unless no support build in at all. | Ulrich Drepper | 2011-01-18 | 1 | -2/+2 |
| | |||||
* | Fix missing dependencies and ensure correct CPPFLAGS. | Andreas Schwab | 2011-01-16 | 1 | -22/+32 |
| | |||||
* | Fix check-execstack test | Andreas Schwab | 2011-01-13 | 1 | -8/+10 |
| | |||||
* | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | 2010-12-19 | 1 | -1/+7 |
| | |||||
* | More linking issues fixed. | Ulrich Drepper | 2010-07-02 | 1 | -3/+3 |
| | |||||
* | Revert unwanted patch. Again. | Ulrich Drepper | 2010-06-27 | 1 | -9/+1 |
| | |||||
* | Fix whitespaces. | Ulrich Drepper | 2010-06-27 | 1 | -11/+19 |
| | |||||
* | Link elf/noload test against -ldl. | Roland McGrath | 2010-04-19 | 1 | -2/+2 |
| | |||||
* | Support mixed SSE/AVX audit and check AVX only once. | H.J. Lu | 2009-08-08 | 1 | -2/+19 |
| | | | | | | | | | | This patch fixes mixed SSE/AVX audit and checks AVX only once in _dl_runtime_profile. When an AVX or SSE register value in pltenter is modified, we have to make sure that the SSE part value is the same in both lr_xmm and lr_vector fields so that pltexit will get the correct value from either lr_xmm or lr_vector fields. AVX-enabled pltenter should update both lr_xmm and lr_vector fields to support stacked AVX/SSE pltenter functions. |