summaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)Author
2017-10-04Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libcH.J. Lu
2017-10-04Add a test for main () in a shared objectH.J. Lu
2017-09-30Add a test for non-PIE static executableH.J. Lu
2017-09-26Skip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]H.J. Lu
2017-08-21Don't compile non-lib modules as lib modules [BZ #21864]H.J. Lu
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-08-04Compile tst-prelink.c without PIE [BZ #21815]H.J. Lu
2017-08-04Run vismain only if linker supports protected data symbolH.J. Lu
2017-07-10Don't include _dl_resolve_conflicts in libc.a [BZ #21742]H.J. Lu
2017-05-19Reduce value of LD_HWCAP_MASK for tst-env-setuid test caseSiddhesh Poyarekar
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-09Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg
2017-03-07Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar
2017-02-02tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar
2017-01-03Fix elf/tst-ldconfig-X for cross testing.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar
2016-12-31Add framework for tunablesSiddhesh Poyarekar
2016-12-26Link a non-libc-using test with -fno-stack-protector [BZ #7065]Nick Alcock
2016-12-26Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065]Nick Alcock
2016-12-26Compile the dynamic linker without stack protection [BZ #7065]Nick Alcock
2016-12-23Bug 11941: ld.so: Improper assert map->l_init_called in dlcloseCarlos O'Donell
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-12-02Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-staticCarlos O'Donell
2016-12-02elf/tst-tls-manydynamic: New testFlorian Weimer
2016-12-02Fix new testcase elf/tst-latepthread on s390x.Stefan Liebler
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
2016-10-28Add include/crypt.h.Carlos O'Donell
2016-10-28Fix building tst-linkall-static.Carlos O'Donell
2016-10-28Add test for linking against most static librariesFlorian Weimer
2016-09-30Bug 20292 - Simplify and test _dl_addr_inside_objectCarlos O'Donell
2016-09-03Set NODELETE flag after checking for NULL pointerAurelien Jarno
2016-07-12x86-64: Properly align stack in _dl_tlsdesc_dynamic [BZ #20309]H.J. Lu
2016-04-13Register extra test objectsAndreas Schwab
2016-03-31Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]Florian Weimer
2016-03-07ldconfig: Do not remove stale symbolic links with -X [BZ #19610]Florian Weimer
2016-02-24Enable --localedir to set message catalog directory (Bug 14259)Carlos O'Donell
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-24Implement "make update-all-abi"Florian Weimer
2015-11-14Run tst-prelink test for GLOB_DAT relocH.J. Lu
2015-11-09ld.so: Add original DSO name if overridden by audit module [BZ #18251]Florian Weimer
2015-09-03Mark elf/tst-protected1[ab] as XFAIL.Roland McGrath
2015-08-19Fix -Wundef warnings in elf/tst-execstack.c.Joseph Myers
2015-08-11Clear DF_1_NODELETE flag only for failed to load library.Maxim Ostapenko
2015-07-16Set NODELETE flag when opening already open objects with RTLD_NODELETESiddhesh Poyarekar
2015-07-14Avoid C++ tests when the C++ cannot be linkedAdhemerval Zanella
2015-07-08BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.Roland McGrath
2015-07-08Fix some places to use $(LN_S) makefile variable.Roland McGrath