PR port-alpha/57511 Temporally disable secure PLT for alpha

until support is added to ld.elf_so(1).
This commit is contained in:
rin 2023-07-07 08:33:25 +00:00
parent dbf4e096ae
commit 4516a07eeb
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
/* Set by ld emulation. Putting this into the link_info or hash structure
is simply working too hard. */
#ifdef USE_SECUREPLT
#if defined(USE_SECUREPLT) && 0 /* XXX port-alpha/57511 */
bool elf64_alpha_use_secureplt = true;
#else
bool elf64_alpha_use_secureplt = false;