about summary refs log tree commit diff
path: root/elf/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Check the main application only if SHARED is definedH.J. Lu2012-10-201-2/+9
|
* Move _dl_important_hwcaps to dl-hwcaps.cH.J. Lu2012-10-051-1/+1
|
* Clean up conditionalize of ld.so.cache support.Roland McGrath2012-10-031-3/+6
|
* Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2012-09-251-1/+1
|
* rtld: limit self loading check to normal mode onlyDmitry V. Levin2012-09-191-1/+4
| | | | | | | | | Commit glibc-2.14~10 disallowed rtld self loading to avoid a segfault that used to happen when rtld was loading itself in normal mode. Unfortunately, that commit disallowed all modes of self loading, including those that used to work before. This change limits the check for self loading to normal mode only, so that instruments like ldd could handle rtld properly.
* Move localplt baselines to sysdeps directories.Joseph Myers2012-07-201-12/+5
|
* Avoid use of libgcc_s and libgcc_eh when building glibc.Joseph Myers2012-07-031-1/+5
|
* Add --enable-systemtap configuration to define static probe points.Roland McGrath2012-05-251-1/+2
|
* Hurd: Build pldd also if use-ldconfig != yes || build-shared != yesThomas Schwinge2012-05-101-3/+2
|
* Fix make clean for recent elf/Makefile changes.Roland McGrath2012-05-031-3/+3
|
* Fix test-suite failues with -Wl,--as-neededAllan McRae2012-05-021-1/+20
| | | | Signed-off-by: Allan McRae <allan@archlinux.org>
* Redirect check-localplt output to check-localplt.out.Roland McGrath2012-05-011-1/+2
|
* Do check-localplt test using readelf rather than a build-time C program.Roland McGrath2012-05-011-14/+21
|
* Do check-execstack test using readelf rather than a build-time C program.Roland McGrath2012-05-011-15/+26
|
* Do check-textrel test using readelf rather than a build-time C program.Roland McGrath2012-05-011-11/+16
|
* Don't run tests when cross-compilingAndreas Schwab2012-04-281-0/+4
|
* Add flexibility to localplt-*.data files, using an awk script rather than ↵Roland McGrath2012-04-241-2/+1
| | | | diff to check the results.
* New ld.so argument --inhibit-ldcache to disable ld.so.cache lookupSiddhesh Poyarekar2012-04-111-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 MakefilesUlrich Drepper2012-03-071-85/+0
|
* Always set l_used for vDSO.Marek Polacek2012-02-291-0/+11
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Sort objects before relocationsUlrich Drepper2012-01-271-3/+12
|
* Static linking is always neededUlrich Drepper2012-01-081-3/+1
|
* Remove non-ELF supportUlrich Drepper2012-01-071-2/+2
|
* Fix pattern on $(ldd-rewrite-script) substitutionAndreas Schwab2011-09-131-1/+1
|
* Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab2011-09-111-1/+2
|
* Fix scope handling during dl_closeAndreas Schwab2011-08-241-1/+9
|
* Correct cycle detection during dependency sortingAndreas Schwab2011-08-221-5/+24
|
* Fix remaining explicit uses of shlib.lds to use $(shlib-lds).Roland McGrath2011-07-141-1/+3
|
* Use -defsym=_begin=0 instead of linker script munging.Roland McGrath2011-07-021-10/+2
|
* We don't use linkobj/libc.so at runtmie, no need to check for text relsUlrich Drepper2011-06-261-2/+3
| | | | This also works around a toolchain issu.
* Better detect total failure of linker script generation.Roland McGrath2011-06-101-0/+1
|
* Revert -r -> -Wl,-r change.Roland McGrath2011-06-101-3/+2
|
* Use -Wl,-r instead of plain -r.Roland McGrath2011-06-091-2/+3
|
* Add pldd programUlrich Drepper2011-06-091-2/+7
|
* Don't build AVX tests with old compilersUlrich Drepper2011-05-291-1/+4
|
* Fix bug in last checkin which left ldd uninstalledUlrich Drepper2011-05-281-1/+1
|
* Add sotruss programUlrich Drepper2011-05-281-0/+22
|
* Fix handling of static TLS in dlopen'ed objectsMartin von Gagern2011-05-141-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 rulesAndreas Schwab2011-05-131-80/+10
|
* Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury2011-05-121-1/+4
|
* Fix copy relocations handling of unique objects.Ulrich Drepper2011-03-101-2/+3
|
* Don't run tests checking xecutable stack when SELinux is enforcing.Ulrich Drepper2011-03-101-1/+7
|
* Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab2011-02-251-1/+5
|
* AVX audit test failures with gcc 4.6H.J. Lu2011-02-021-6/+10
|
* Fix ordering of DSO constructors and destructors.Ulrich Drepper2011-01-191-3/+21
|
* Run IFUNC tests unless no support build in at all.Ulrich Drepper2011-01-181-2/+2
|
* Fix missing dependencies and ensure correct CPPFLAGS.Andreas Schwab2011-01-161-22/+32
|
* Fix check-execstack testAndreas Schwab2011-01-131-8/+10
|
* Make PowerPC64 default to nonexecutable stackRyan S. Arnold2010-12-191-1/+7
|