aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Collapse)Author
2011-09-13Fix pattern on $(ldd-rewrite-script) substitutionAndreas Schwab
2011-09-11Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab
2011-08-24Fix scope handling during dl_closeAndreas Schwab
2011-08-22Correct cycle detection during dependency sortingAndreas Schwab
2011-07-14Fix remaining explicit uses of shlib.lds to use $(shlib-lds).Roland McGrath
2011-07-02Use -defsym=_begin=0 instead of linker script munging.Roland McGrath
2011-06-26We don't use linkobj/libc.so at runtmie, no need to check for text relsUlrich Drepper
This also works around a toolchain issu.
2011-06-10Better detect total failure of linker script generation.Roland McGrath
2011-06-10Revert -r -> -Wl,-r change.Roland McGrath
2011-06-09Use -Wl,-r instead of plain -r.Roland McGrath
2011-06-09Add pldd programUlrich Drepper
2011-05-29Don't build AVX tests with old compilersUlrich Drepper
2011-05-28Fix bug in last checkin which left ldd uninstalledUlrich Drepper
2011-05-28Add sotruss programUlrich Drepper
2011-05-14Fix handling of static TLS in dlopen'ed objectsMartin von Gagern
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.
2011-05-13Add support for generated PIE link rulesAndreas Schwab
2011-05-12Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury
2011-03-10Fix copy relocations handling of unique objects.Ulrich Drepper
2011-03-10Don't run tests checking xecutable stack when SELinux is enforcing.Ulrich Drepper
2011-02-25Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab
2011-02-02AVX audit test failures with gcc 4.6H.J. Lu
2011-01-19Fix ordering of DSO constructors and destructors.Ulrich Drepper
2011-01-18Run IFUNC tests unless no support build in at all.Ulrich Drepper
2011-01-16Fix missing dependencies and ensure correct CPPFLAGS.Andreas Schwab
2011-01-13Fix check-execstack testAndreas Schwab
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold
2010-07-02More linking issues fixed.Ulrich Drepper
2010-06-27Revert unwanted patch. Again.Ulrich Drepper
2010-06-27Fix whitespaces.Ulrich Drepper
2010-04-19Link elf/noload test against -ldl.Roland McGrath
2009-08-08Support mixed SSE/AVX audit and check AVX only once.H.J. Lu
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.
2009-07-27Break out _dl_scope_free into its own file.Ulrich Drepper
This reduces the coarse static callgraph that can be discovered by looking at the object files.
2009-07-15Fix build issue with modules for audit test on machines != x86-64.Ulrich Drepper
2009-07-10Add AVX support to ld.so auditing for x86-64.H.J. Lu
2009-07-10Remove do-lookup.h.Ulrich Drepper
It is not necessary/useful anymore to have the content separate from dl-lookup.c.
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper
Some symbols have to be identified process-wide by their name. This is particularly important for some C++ features (e.g., class local static data and static variables in inline functions). This cannot completely be implemented with ELF functionality so far. The STB_GNU_UNIQUE binding helps by ensuring the dynamic linker will always use the same definition for all symbols with the same name and this binding.
2009-07-02Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu
2009-06-22Clean up whitespaces in last patch.Ulrich Drepper
2009-06-22Add more IFUNC tests.H.J. Lu
Mostly tests around not-exported IFUNC functions, IFUNC in statically linked binaries and PIEs, etc.
2009-06-17Use +link-pie Makefile rule to link PIE ifunc tests.H.J. Lu
2009-06-16Consolidate PIE linking Makefile rules.H.J. Lu
2009-06-03Test for ELF IFUNC functionality.H.J. Lu
2009-05-15Test DSOs for executable stack.Ulrich Drepper
Add a text program, built to run on the host, to check all newly built DSOs for executable stacks and fail if the stack information is missing or indicates executable stacks.
2009-01-31* elf/Makefile (ld.so): Adjust the sed script to insert _begin in toUlrich Drepper
newer linker scripts.
2008-10-31* elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfocvs/fedora-glibc-20081031T2102Ulrich Drepper
refetch dtv, as it might have changed. * elf/Makefile: Add rules to build and run tst-tls18. * elf/tst-tls18.c: New test. * elf/tst-tlsmod18a.c: New file.
2008-10-17* elf/Makefile: Add rules to build and run tst-tls17.cvs/fedora-glibc-20081019T1815Ulrich Drepper
* elf/tst-tls17.c: New test. * elf/tst-tlsmod17a.c: New file. * elf/tst-tlsmod17b.c: Likewise.
2008-08-19* Makefile (check-data): Check data directory in add-ons.Roland McGrath
* elf/Makefile (check-data): Likewise.
2008-08-01* elf/Makefile (check-localplt.out): Also check libresolv andUlrich Drepper
libcrypt.
2008-07-26* Makeconfig: Define pie-ccflag and PIE-ccflag variables.Ulrich Drepper
* elf/Makefile: Use pie-ccflag variable. * nscd/Makefile: Likewise. * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
2008-05-22* shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.Roland McGrath
* Makefile (check-data): Use $(abi-name) before other guesses. Look in $(add-ons) dirs before scripts/data/. * elf/Makefile (check-data): Likewise. * scripts/soversions.awk: Grok ABI line. * Makeconfig ($(common-objpfx)soversions.mk): Likewise. Emit definition for abi-name variable. if [__USE_BSD].