diff options
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r-- | bfd/elf64-x86-64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 343abce..70fe9b1 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -1498,6 +1498,7 @@ not_pointer: sections we don't care about, such as debug sections or non-constant sections. */ if (info->shared + && ABI_64_P (abfd) && (sec->flags & SEC_ALLOC) != 0 && (sec->flags & SEC_READONLY) != 0) { @@ -3148,6 +3149,7 @@ elf_x86_64_relocate_section (bfd *output_bfd, for shared library since it may not be local when used as function address. */ if (info->shared + && ABI_64_P (output_bfd) && h && h->def_regular && h->type == STT_FUNC |