Revert D114783 [ELF] Split scanRelocations into scanRelocations/postScanRelocations
authorFangrui Song <i@maskray.me>
Tue, 14 Dec 2021 22:33:50 +0000 (14:33 -0800)
committerFangrui Song <i@maskray.me>
Tue, 14 Dec 2021 22:33:50 +0000 (14:33 -0800)
commitea15b862d77ed0f163d97735f45b7683ad86ffc9
tree0f2aef609609f76ec419e3c70cbdce1e1c36023b
parent8bd106a891726f6542c9364ff4041764a62aa2b7
Revert D114783 [ELF] Split scanRelocations into scanRelocations/postScanRelocations

May cause a failure for non-preemptible `bcmp` in a glibc -static link.
28 files changed:
lld/ELF/Arch/AArch64.cpp
lld/ELF/MapFile.cpp
lld/ELF/Relocations.cpp
lld/ELF/Relocations.h
lld/ELF/Symbols.cpp
lld/ELF/Symbols.h
lld/ELF/SyntheticSections.cpp
lld/ELF/Writer.cpp
lld/test/ELF/aarch64-ifunc-bti.s
lld/test/ELF/aarch64-thunk-pi.s
lld/test/ELF/arm-branch-undef-weak-plt-thunk.s
lld/test/ELF/arm-gnu-ifunc.s
lld/test/ELF/arm-thumb-interwork-thunk.s
lld/test/ELF/bsymbolic.s
lld/test/ELF/gnu-ifunc-i386.s
lld/test/ELF/ppc32-canonical-plt.s
lld/test/ELF/ppc32-ifunc-nonpreemptible-pic.s
lld/test/ELF/ppc32-reloc-got.s
lld/test/ELF/ppc64-ifunc.s
lld/test/ELF/relocation-nocopy.s
lld/test/ELF/riscv-reloc-got.s
lld/test/ELF/symver.s
lld/test/ELF/version-script-symver.s
lld/test/ELF/wrap-no-real.s
lld/test/ELF/wrap-plt.s
lld/test/ELF/x86-64-gotpc-relax-und-dso.s
lld/test/ELF/x86-64-plt.s
lld/test/ELF/x86-x32-plt.s