Add --no-dynamic-linker option to ld, for static PIE use
[deliverable/binutils-gdb.git] / bfd / elfnn-aarch64.c
index c9780fcf11f318b3e1c80b3adad5c2b0759f2ea8..24ef79f56868f0d52d31dbd5ce3c7842dd42b335 100644 (file)
@@ -7982,7 +7982,7 @@ elfNN_aarch64_size_dynamic_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
 
   if (htab->root.dynamic_sections_created)
     {
-      if (bfd_link_executable (info))
+      if (bfd_link_executable (info) && !info->nointerp)
        {
          s = bfd_get_linker_section (dynobj, ".interp");
          if (s == NULL)
This page took 0.024798 seconds and 4 git commands to generate.