aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2024-04-25elf: Also compile dl-misc.os with $(rtld-early-cflags)H.J. Lu
2023-12-22elf: Add TLS modid reuse test for bug 29039Szabolcs Nagy
2023-12-22elf: Fix TLS modid reuse generation assignment (BZ 29039)Hector Martin
2023-12-07elf: Fix wrong break removal from 8ee878592cAdhemerval Zanella
2023-10-18Revert "elf: Always call destructors in reverse constructor order (bug 30785)"Florian Weimer
2023-10-18Revert "elf: Remove unused l_text_end field from struct link_map"Florian Weimer
2023-10-02tunables: Terminate if end of input is reached (CVE-2023-4911)Siddhesh Poyarekar
2023-09-11elf: Remove unused l_text_end field from struct link_mapFlorian Weimer
2023-09-11elf: Always call destructors in reverse constructor order (bug 30785)Florian Weimer
2023-09-11elf: Do not run constructors for proxy objectsFlorian Weimer
2023-07-22Revert "MIPS: Sync elf.h from binutils"Andreas K. Hüttel
2023-07-22MIPS: Sync elf.h from binutilsYing Huang
2023-07-19Fix getting return address in elf/tst-audit28.c.Stefan Liebler
2023-07-12sparc: Fix la_symbind for bind-now (BZ 23734)Adhemerval Zanella
2023-07-07elf: _dl_find_object may return 1 during early startup (bug 30515)Florian Weimer
2023-07-05Allow glibc to be built with _FORTIFY_SOURCEFrédéric Bérat
2023-06-30ld.so: Always use MAP_COPY to map the first segment [BZ #30452]H.J. Lu
2023-06-26elf: Update list of RISC-V relocationsAndreas Schwab
2023-06-26elf: Port ldconfig away from stack-allocated pathsSergey Bugaev
2023-06-19tests: replace system by xsystemFrédéric Bérat
2023-06-02elf: Sort Makefile variables.Carlos O'Donell
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-05-31elf: Remove spurios SHARED conditional from elf/rtld.cFlorian Weimer
2023-05-30elf: Make more functions available for binding during dlclose (bug 30425)Florian Weimer
2023-05-29Fix misspellings in elf/ -- BZ 25337Paul Pluzhnikov
2023-05-26Add AT_RSEQ_* from Linux 6.3 to elf.hJoseph Myers
2023-05-25elf: add test for dl-printfRoy Eldar
2023-05-25elf: fix handling of negative numbers in dl-printfRoy Eldar
2023-05-25elf: Update comment in open_pathSiddhesh Poyarekar
2023-05-25elf: Add test for locating libraries in root dir (bug 30435)Qixing ksyx Xue
2023-05-25rtld: properly handle root directory in load path (bug 30435)Andreas Schwab
2023-05-18elf: Adjust tests in Makefile.Carlos O'Donell
2023-05-16elf: Reformat Makefile.Carlos O'Donell
2023-05-09dlopen: skip debugger notification for DSO loaded from sprof (bug 30258)Andreas Schwab
2023-05-07Revert "riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC."Florian Weimer
2023-04-28riscv: Resolve symbols directly for symbols with STO_RISCV_VARIANT_CC.Hsiangkai Wang
2023-04-28elf.h: add PT_GNU_SFRAMEIndu Bhagat
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-03-27elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.shRomain Geissler
2023-03-27Fix tst-glibc-hwcaps-prepend-cache with custom configure prefix valueRomain Geissler
2023-03-27Fix tst-ldconfig-ld_so_conf-update with custom configure prefix valueRomain Geissler
2023-03-27Remove --with-default-link configure optionAdhemerval Zanella Netto
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-27_dl_map_object_from_fd: Remove unnecessary debugger notification in error pathAndreas Schwab
2023-03-26Minor: don't call _dl_debug_update (which can have side effects) inside assertPaul Pluzhnikov
2023-03-13LoongArch: Add support for ldconfig.caiyinyu
2023-03-10elf: Add missing dependency between resolvfail and testobj1.soArsen Arsenović
2023-03-10elf: Add -z lazy to some more testsArsen Arsenović