]> git.ipfire.org Git - thirdparty/glibc.git/history - elf
[powerpc] No need to enter "Ignore Exceptions Mode"
[thirdparty/glibc.git] / elf /
2019-09-18  Stefan LieblerAdd UNSUPPORTED check in elf/tst-pldd.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-29  Mihailo StojanovicMIPS support for GNU hash
2019-08-15  Florian Weimerelf: Self-dlopen failure with explict loader invocation...
2019-08-12  Florian Weimerelf: Support elf/tst-dlopen-aout in more configurations
2019-08-09  DJ DelorieAdd glibc.malloc.mxfast tunable
2019-08-05  Alexandra Hájkováelf: tst-ldconfig-bad-aux-cache: use support_capture_su...
2019-07-01  H.J. LuCall _dl_open_check after relocation [BZ #24259]
2019-06-28  Florian Weimerld.so: Support moving versioned symbols between sonames...
2019-06-18  Florian Weimerelf: Refuse to dlopen PIE objects [BZ #24323]
2019-06-13  Szabolcs Nagyaarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VAR...
2019-05-23  Alexandra Hájkováelf: Add tst-ldconfig-bad-aux-cache test [BZ #18093]
2019-05-20  Joseph MyersAdd NT_ARM_PACA_KEYS and NT_ARM_PACG_KEYS from Linux...
2019-05-14  Adhemerval Zanellaelf: Fix tst-pldd for non-default --prefix and/or ...
2019-05-02  Adhemerval Zanellaelf: Fix elf/tst-pldd with --enable-hardcoded-path...
2019-04-26  Florian Weimerelf: Link sotruss-lib.so with BIND_NOW for --enable...
2019-04-23  Adhemerval Zanellaelf: Fix pldd (BZ#18035)
2019-03-25  Joseph MyersAdd NT_ARM_PAC_MASK and NT_MIPS_MSA from Linux 5.0...
2019-03-22  Adhemerval ZanellaRefactor hp-timing rtld usage
2019-03-22  Adhemerval Zanellanptl: Remove pthread_clock_gettime pthread_clock_settime
2019-03-13  Stefan LieblerFix output of LD_SHOW_AUXV=1.
2019-03-12  Florian Weimerelf: Add DF_1_KMOD, DF_1_WEAKFILTER, DF_1_NOCOMMON...
2019-03-11  Mao HanC-SKY: add elf header definition for elfutils
2019-03-04  Florian Weimerelf: Remove remnants of MAP_ANON emulation
2019-03-01  Florian Weimerelf/tst-big-note: Improve accuracy of test [BZ #20419]
2019-02-28  Florian Weimerelf: Add tests with a local IFUNC resolver [BZ #23937]
2019-02-27  H.J. Luelf/Makefile: Run IFUNC tests if binutils supports...
2019-02-27  Joseph MyersAdd some spaces before '('.
2019-02-25  Joseph MyersBreak more lines before not after operators.
2019-02-22  Joseph MyersBreak some lines before not after operators.
2019-02-13  Jim WilsonRISC-V: Fix elfutils testsuite unwind failures.
2019-02-12  Adhemerval Zanellaelf: Test for LD_AUDIT module returning zero from la_ve...
2019-02-12  Florian Weimerelf: Ignore LD_AUDIT interfaces if la_version returns...
2019-02-12  Joseph MyersAdd fall-through comments.
2019-02-06  Joseph MyersAvoid "inline" after return type in function definitions.
2019-02-04  David Newallelf: Implement --preload option for the dynamic linker
2019-01-25  Adhemerval Zanella[elf] Revert 8e889c5da3 (BZ#24122)
2019-01-24  Adhemerval Zanellaelf: Fix LD_AUDIT for modules with invalid version...
2019-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-19  Tulio Magno Quites... Print cache size and geometry auxv types on LD_SHOW_AUXV=1
2018-11-30  Tulio Magno Quites... Fix _dl_profile_fixup data-dependency issue (Bug 23690)
2018-11-30  H.J. Luelf/dl-exception.c: Include <_itoa.h> for _itoa prototype
2018-11-29  H.J. Lu_dl_exception_create_format: Support %x/%lx/%zx
2018-11-29  Mao HanC-SKY: Add dynamic relocations to elf.h
2018-10-31  Samuel ThibaultMerge branch 'master' of git://sourceware.org/git/glibc
2018-10-30  Andreas SchwabRISC-V: properly terminate call chain (bug 23125)
2018-10-25  Joseph MyersAdd new ELF note types from Linux 4.19 to elf.h.
2018-10-25  Zong Lielf: Fix the ld flags not be applied to tst-execstack...
2018-10-24  Andreas SchwabAdd more checks for valid ld.so.cache file (bug 18093)
2018-09-26  Andreas SchwabAdd missing unwind information to ld.so on powerpc32...
2018-09-25  Adhemerval ZanellaFix ifunc support with DT_TEXTREL segments (BZ#20480)
2018-09-12  Joseph MyersInclude most of elf/ modules-names in modules-names...
2018-08-30  Carlos O'DonellFix test failure with -DNDEBUG.
2018-08-20  Joseph MyersAdd NT_VMCOREDD, AT_MINSIGSTKSZ from Linux 4.18 to...
2018-08-02  Siddhesh PoyarekarRename the glibc.tune namespace to glibc.cpu
2018-07-20  Samuel Thibaultcheck-execstack: Permit sysdeps to xfail some libs
2018-07-16  H.J. Lux86: Support IBT and SHSTK in Intel CET [BZ #21598]
2018-06-29  Maciej W. Rozyckielf: Accept absolute (SHN_ABS) symbols whose value...
2018-06-29  Zack WeinbergNew configure option --disable-crypt.
2018-06-27  Florian Weimer_dl_map_object_deps: Use struct scratch_buffer [BZ...
2018-06-21  Vincent ChenAdd Andes nds32 dynamic relocations to elf.h
2018-06-21  Mark Wielaardelf.h: Add BPF relocation types.
2018-06-13  Carlos O'DonellFix comments in _dl_dst_count and _dl_dst_substitute.
2018-06-12  Carlos O'DonellImprove DST handling (Bug 23102, Bug 21942, Bug 18018...
2018-06-12  Zack WeinbergAvoid cancellable I/O primitives in ld.so.
2018-06-08  H.J. LuMark _init and _fini as hidden [BZ #23145]
2018-05-29  H.J. Lustatic-PIE: Update DT_DEBUG for debugger [BZ #23206]
2018-05-06  Paul PluzhnikovFix BZ 20419. A PT_NOTE in a binary could be arbitrati...
2018-04-23  Joseph MyersAdd NT_PPC_PKEY from Linux 4.16 to elf.h.
2018-04-04  Maciej W. Rozyckielf: Correct absolute (SHN_ABS) symbol run-time calcula...
2018-04-04  Maciej W. Rozyckielf: Unify symbol address run-time calculation [BZ...
2018-03-26  Andreas SchwabRISC-V: add remaining relocations
2018-03-24  H.J. LuAdd $(tests-execstack-$(have-z-execstack)) after define...
2018-03-19  Joseph MyersAdd SHT_X86_64_UNWIND to elf.h (bug 20079).
2018-03-11  Samuel Thibaulthurd: add gscope support
2018-02-21  Florian Weimerldconfig: Sync temporary files to disk before renaming...
2018-02-21  Florian Weimerelf: Remove ad-hoc restrictions on dlopen callers ...
2018-02-06  Joseph MyersAdd elf.h NT_* macros from Linux 4.15 (bug 14890).
2018-02-05  H.J. LuUse ADDRIDX with DT_GNU_HASH
2018-02-05  H.J. LuAdd DT_SYMTAB_SHNDX from gABI
2018-01-25  Palmer DabbeltAdd support for the RISC-V-specific ELF flags
2018-01-15  Alan HaywardAdd NT_ARM_SVE to elf.h
2018-01-14  Carlos O'DonellSynchronize DF_1_* flags with binutils (Bug 22707)
2018-01-07  Palmer DabbeltAdd RISC-V dynamic relocations to elf.h
2018-01-04  Florian Weimerelf: Support dlvsym within libc.so
2018-01-01  Dmitry V. Levinelf: check for rpath emptiness before making a copy...
2018-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-30  Aurelien Jarnoelf: Check for empty tokens before dynamic string token...
2017-12-27  Dmitry V. Levinelf: remove redundant is_path argument
2017-12-27  Dmitry V. Levinelf: remove redundant code from is_dst
2017-12-27  Dmitry V. Levinelf: remove redundant code from _dl_dst_substitute
2017-12-19  Dmitry V. Levinelf: remove redundant __libc_enable_secure check from...
2017-12-19  H.J. LuReplece LDFLAGS-* = $(no-pie-ldflag) with tst-*-no...
2017-12-18  Florian Weimerld.so: Examine GLRO to detect inactive loader [BZ ...
2017-12-18  Dmitry V. Levinelf: do not substitute dst in $LD_LIBRARY_PATH twice...
2017-12-16  Aurelien Jarnoldconfig: set LC_COLLATE to C [BZ #22505]
2017-12-16  Carlos O'DonellFix tst-leaks1 (bug 14681)
2017-12-16  H.J. LuAdd --enable-static-pie configure option to build stati...
next