]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elfnn-aarch64.c
Don't generate PLT for IFUNC GOT/pointer reference
[thirdparty/binutils-gdb.git] / bfd / elfnn-aarch64.c
index 774364a83aa481c066cd38dfb55500c44e5f77a0..fa66b0f595042c72729243cfb374208613ec904b 100644 (file)
@@ -8238,7 +8238,8 @@ elfNN_aarch64_allocate_ifunc_dynrelocs (struct elf_link_hash_entry *h,
                                               NULL,
                                               htab->plt_entry_size,
                                               htab->plt_header_size,
-                                              GOT_ENTRY_SIZE);
+                                              GOT_ENTRY_SIZE,
+                                              FALSE);
   return TRUE;
 }