diff options
| -rw-r--r-- | external/gpl3/binutils/dist/bfd/elf64-alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/gpl3/binutils/dist/bfd/elf64-alpha.c b/external/gpl3/binutils/dist/bfd/elf64-alpha.c index 493b1b5a076..c66c1c49ef9 100644 --- a/external/gpl3/binutils/dist/bfd/elf64-alpha.c +++ b/external/gpl3/binutils/dist/bfd/elf64-alpha.c @@ -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; |
