aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2020-05-19ldconfig: Default to the new format for ld.so.cacheJosh Triplett
2020-05-18Remove NO_CTORS_DTORS_SECTIONS macroFlorian Weimer
2020-05-18elf: Assert that objects are relocated before their constructors runFlorian Weimer
2020-05-18x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu
2020-05-12elf: Remove redundant add_to_global_resize_failure call from dl_open_argsFlorian Weimer
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-04-29elf: Add initial flag argument to __libc_early_initFlorian Weimer
2020-04-24elf: Implement __libc_early_initFlorian Weimer
2020-04-24elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer
2020-04-21elf: Support lld-style link map for librtld.mapFangrui Song
2020-04-03elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer
2020-04-03elf: Simplify handling of lists of audit stringsFlorian Weimer
2020-03-25ARC: add definitions to elf/elf.hVineet Gupta
2020-03-25Fix tests which expose ldbl -> _Float128 redirectsPaul E. Murphy
2020-03-13parse_tunables: Fix typo in commentJonathan Wakely
2020-03-11ldconfig: trace origin paths with -vDJ Delorie
2020-03-10elf: Fix wrong indentation from commit eb447b7b4bAdhemerval Zanella
2020-03-02elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer
2020-02-26elf: Apply attribute_relro to pointers in elf/dl-minimal.cFlorian Weimer
2020-02-25csu: Use ELF constructor instead of _init in libc.soFlorian Weimer
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer
2020-02-15elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.cFlorian Weimer
2020-02-15elf: Introduce the rtld-stubbed-symbols makefile variableFlorian Weimer
2020-02-12elf: avoid stack allocation in dl_open_workerDavid Kilroy
2020-02-12elf: avoid redundant sort in dlopenDavid Kilroy
2020-02-12elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy
2020-02-12elf.h: Add R_RISCV_IRELATIVEFangrui Song
2020-01-24Fix elf/tst-rtld-preload cross-testing.Joseph Myers
2020-01-23Fix cross-testing of tst-ifunc-fault-* tests.Joseph Myers
2020-01-17powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho
2020-01-16elf: Add elf/tst-dlopenfail-2 [BZ #25396]Florian Weimer
2020-01-16Clear GL(dl_initfirst) when freeing its link_map memory [BZ# 25396]H.J. Lu
2020-01-13Fix "elf: Add tst-ldconfig-ld_so_conf-update test" on 32bit.Stefan Liebler
2020-01-09 elf: Add tst-ldconfig-ld_so_conf-update testAlexandra Hájková
2020-01-03elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella
2020-01-03elf: Enable relro for static buildAdhemerval Zanella
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-19Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnowFlorian Weimer
2019-12-16tunables: report sbrk() failureDJ Delorie
2019-12-13dlopen: Do not block signalsFlorian Weimer
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer
2019-12-11ldconfig: Do not print a warning for a missing ld.so.conf fileFlorian Weimer
2019-12-03Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer
2019-12-02elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer
2019-11-27Move _dl_open_check to its original place in dl_open_workerFlorian Weimer
2019-11-27Block signals during the initial part of dlopenFlorian Weimer