aboutsummaryrefslogtreecommitdiff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* rtld: do not ignore arch-specific CFLAGSGuy Martin2014-02-081-1/+1
* Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-062-13/+0
* Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae2014-02-062-160/+16
* Revert "Async-signal safe TLS."Allan McRae2014-02-063-114/+39
* [BZ #16046] Static dlopen correction fallout fixes.Maciej W. Rozycki2014-01-314-49/+8
* Obvious comment typo fix ("openened") in elf/dl-load.c.Brooks Moses2014-01-081-1/+1
* Async-signal safe TLS.Andrew Hunter2014-01-033-39/+114
* Update remaining copyright datesAllan McRae2014-01-015-5/+5
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0180-80/+80
* Fix white space as well.Paul Pluzhnikov2013-12-191-1/+1
* Fix incorrect power of 2 check in last commit.Paul Pluzhnikov2013-12-191-1/+1
* Cleanup compile warnings.Paul Pluzhnikov2013-12-191-5/+15
* Patch 2/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-182-16/+150
* Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov2013-12-182-0/+13
* Add error reporting (via errno) to getauxval().Brooks Moses2013-12-181-2/+26
* Clean up setjmp use in dl-error.c.Roland McGrath2013-12-161-32/+40
* Revert wrong commit.Adhemerval Zanella2013-12-051-2/+2
* Fix elf/get-dynamic-info.h for ATAdhemerval Zanella2013-12-051-2/+2
* PowerPC64 ELFv2 ABI 3/6: PLT local entry point optimizationUlrich Weigand2013-12-041-0/+11
* PowerPC64 ELFv2 ABI 2/6: Remove function descriptorsUlrich Weigand2013-12-041-0/+6
* PowerPC64: Report overflow on @h and @ha relocationsAlan Modra2013-12-041-0/+11
* Return fixed version of breaking of RPATH when $ORIGIN contains colonsOndřej Bílka2013-12-021-10/+16
* Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin2013-11-213-11/+4
* Adjust AT_EXECFN when using explicit loader invocation.Paul Pluzhnikov2013-11-182-1/+5
* Adjust AT_EXECFN when using explicit loader invocation.Paul Pluzhnikov2013-11-181-0/+45
* Revert b75891075bece24be9fd85618f18af4a2daf7f1cOndřej Bílka2013-11-181-16/+10
* Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253Ondřej Bílka2013-11-181-10/+16
* Avoid passing NULL to DSO_FILENAME.Marcus Shawcroft2013-11-131-1/+1
* Handle NULL return from htab_find_slot()Marcus Shawcroft2013-11-131-0/+6
* Fix vDSO l_name for GDB's: Can't read pathname for load map: Input/output error.Jan Kratochvil2013-11-111-1/+7
* Remove unused NONTLS_INIT_TP.Ondřej Bílka2013-11-031-4/+0
* Print the reason why preloading failed in do_preload()Michael Stahl2013-10-201-2/+2
* Don't include tls.h in test casesSiddhesh Poyarekar2013-10-1823-41/+0
* Clear initfini list after freeing. Fixes bug 15308.Ondřej Bílka2013-10-151-0/+1
* ldd: make try_trace more robust and portablePatrick 'P. J.' McDermott2013-10-141-13/+12
* Add AArch64 relocation definitions.Petr Machata2013-09-301-0/+112
* BZ #15754: Fix test case for ARM.Carlos O'Donell2013-09-231-0/+3
* BZ #15754: CVE-2013-4788Carlos O'Donell2013-09-233-2/+210
* [BZ #15859] Fix memory leak in _dl_map_object_depsVinitha Vijayan2013-09-211-1/+0
* MIPS: IEEE 754-2008 NaN encoding supportMaciej W. Rozycki2013-09-182-0/+10
* Fix static-binary lazy FPU context allocationMaciej W. Rozycki2013-09-091-0/+6
* Remove --disable-versioning.Joseph Myers2013-09-041-1/+1
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Fix typos.Ondřej Bílka2013-08-291-1/+1
* Fix typos.Ondřej Bílka2013-08-215-5/+5
* * elf/setup-vdso.h (setup_vdso): Fix missing string termination.Andreas Arnez2013-08-201-1/+1
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-282-3/+11
* Test for mprotect failure in dl-load.c (bug 12492).Pierre Ynard2013-06-281-1/+5
* Mark packed structure element used with atomic operation aligned.Nathan Froyd2013-06-281-1/+12
* [BZ #15022] Correct global-scope dlopen issues in static executables.Maciej W. Rozycki2013-06-283-31/+46