arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
authorFangrui Song <i@maskray.me>
Sat, 25 Jun 2022 17:27:49 +0000 (10:27 -0700)
committerFangrui Song <i@maskray.me>
Sat, 25 Jun 2022 17:27:49 +0000 (10:27 -0700)
commitaf9bf9cb4703909caf6e66a9f746bdd66a74f633
treeca12bf2576332aee7559b7f8044487872211e7ce
parent1fa2e2287e8bcac6427f2495049e0ccfb3ee8514
arm: Define elf_backend_extern_protected_data to 0 [PR 18705]

Similar to commit 4fb55bf6a9606eb7b626c30a9f4e71d6c2d4fbb2 for aarch64.

Commit b68a20d6675f1360ea4db50a9835c073675b9889 changed ld to produce
R_ARM_GLOB_DAT but that defeated the purpose of protected visibility
as an optimization.  Restore the previous behavior (which matches
ld.lld) by defining elf_backend_extern_protected_data to 0.
bfd/elf32-arm.c
ld/testsuite/ld-arm/protected-data.d