aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2019-10-18elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira1-7/+6
2019-10-17Rename and split elf/tst-dlopen-aout collection of testsFlorian Weimer8-24/+177
2019-10-16ldconfig: handle .dynstr located in separate segment (bug 25087)Andreas Schwab1-13/+23
2019-10-15ldd: Print "not a dynamic executable" on standard error [BZ #24150]Florian Weimer1-1/+1
2019-10-10Simplify note processingAndreas Schwab1-14/+3
2019-10-04elf: Assign TLS modid later during dlopen [BZ #24930]Florian Weimer3-30/+48
2019-10-04elf: Never use the file ID of the main executable [BZ #24900]Florian Weimer1-21/+31
2019-09-18Add UNSUPPORTED check in elf/tst-pldd.Stefan Liebler1-19/+51
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert167-168/+168
2019-08-29MIPS support for GNU hashMihailo Stojanovic3-7/+13
2019-08-15elf: Self-dlopen failure with explict loader invocation [BZ #24900]Florian Weimer4-25/+94
2019-08-12elf: Support elf/tst-dlopen-aout in more configurationsFlorian Weimer2-13/+14
2019-08-09Add glibc.malloc.mxfast tunableDJ Delorie1-0/+5
2019-08-05elf: tst-ldconfig-bad-aux-cache: use support_capture_subprocessAlexandra Hájková1-39/+34
2019-07-01Call _dl_open_check after relocation [BZ #24259]H.J. Lu1-2/+6
2019-06-28ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer10-35/+188
2019-06-18elf: Refuse to dlopen PIE objects [BZ #24323]Florian Weimer3-5/+66
2019-06-13aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCSSzabolcs Nagy1-0/+7
2019-05-23elf: Add tst-ldconfig-bad-aux-cache test [BZ #18093]Alexandra Hájková4-0/+122
2019-05-20Add NT_ARM_PACA_KEYS and NT_ARM_PACG_KEYS from Linux 5.1 to elf.h.Joseph Myers1-0/+4
2019-05-14elf: Fix tst-pldd for non-default --prefix and/or --bindir (BZ#24544)Adhemerval Zanella1-1/+5
2019-05-02elf: Fix elf/tst-pldd with --enable-hardcoded-path-in-tests (BZ#24506)Adhemerval Zanella1-3/+17
2019-04-26elf: Link sotruss-lib.so with BIND_NOW for --enable-bind-nowFlorian Weimer1-0/+1
2019-04-23elf: Fix pldd (BZ#18035)Adhemerval Zanella4-108/+189
2019-03-25Add NT_ARM_PAC_MASK and NT_MIPS_MSA from Linux 5.0 to elf.h.Joseph Myers1-0/+3
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella1-151/+130
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2-10/+0
2019-03-13Fix output of LD_SHOW_AUXV=1.Stefan Liebler1-8/+3
2019-03-12elf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON to <elf.h>Florian Weimer1-0/+3
2019-03-11C-SKY: add elf header definition for elfutilsMao Han1-2/+13
2019-03-04elf: Remove remnants of MAP_ANON emulationFlorian Weimer1-15/+0
2019-03-01elf/tst-big-note: Improve accuracy of test [BZ #20419]Florian Weimer2-4/+15
2019-02-28elf: Add tests with a local IFUNC resolver [BZ #23937]Florian Weimer6-3/+120
2019-02-27elf/Makefile: Run IFUNC tests if binutils supports IFUNCH.J. Lu1-1/+1
2019-02-27Add some spaces before '('.Joseph Myers1-2/+2
2019-02-25Break more lines before not after operators.Joseph Myers1-2/+2
2019-02-22Break some lines before not after operators.Joseph Myers6-21/+21
2019-02-13RISC-V: Fix elfutils testsuite unwind failures.Jim Wilson2-4/+26
2019-02-12elf: Test for LD_AUDIT module returning zero from la_version [BZ #24122]Adhemerval Zanella3-2/+128
2019-02-12elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122]Florian Weimer1-162/+200
2019-02-12Add fall-through comments.Joseph Myers3-0/+6
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers3-5/+3
2019-02-04elf: Implement --preload option for the dynamic linkerDavid Newall3-6/+74
2019-01-25[elf] Revert 8e889c5da3 (BZ#24122)Adhemerval Zanella4-153/+7
2019-01-24elf: Fix LD_AUDIT for modules with invalid version (BZ#24122)Adhemerval Zanella4-7/+153
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers5-5/+5
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers154-154/+154
2018-12-19Print cache size and geometry auxv types on LD_SHOW_AUXV=1Tulio Magno Quites Machado Filho1-29/+39
2018-11-30Fix _dl_profile_fixup data-dependency issue (Bug 23690)Tulio Magno Quites Machado Filho1-5/+43
2018-11-29elf/dl-exception.c: Include <_itoa.h> for _itoa prototypeH.J. Lu1-0/+1