[all-commits] [llvm/llvm-project] 691b97: [ELF] Remove zero-value DT_JMPREL when IPLT is pre...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Mar 23 01:02:31 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 691b97c884a15a7eac641ddf67c9f2f30fb4e747
      https://github.com/llvm/llvm-project/commit/691b97c884a15a7eac641ddf67c9f2f30fb4e747
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-03-23 (Sat, 23 Mar 2024)

  Changed paths:
    M lld/ELF/SyntheticSections.cpp
    M lld/test/ELF/aarch64-gnu-ifunc-nonpreemptable.s
    M lld/test/ELF/gnu-ifunc-dyntags.s
    M lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s
    M lld/test/ELF/riscv-ifunc-nonpreemptible.s

  Log Message:
  -----------
  [ELF] Remove zero-value DT_JMPREL when IPLT is present while PLT isn't

The zero-value DT_JMPREL is benign but not needed.
This is also code simplification available after https://reviews.llvm.org/D65651



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list