Don't generate PLT relocations for now binding
[deliverable/binutils-gdb.git] / ld / ldfile.c
index 21bdbf404710ab57e735cd805daf4f9fc9de04d1..d4f7cb43a0bdddcd2290b8d2bee048371d5029d7 100644 (file)
@@ -142,6 +142,9 @@ ldfile_try_open_bfd (const char *attempt,
   /* Linker needs to decompress sections.  */
   entry->the_bfd->flags |= BFD_DECOMPRESS;
 
+  /* This is a linker input BFD.  */
+  entry->the_bfd->is_linker_input = 1;
+
 #ifdef ENABLE_PLUGINS
   if (entry->flags.lto_output)
     entry->the_bfd->lto_output = 1;
This page took 0.024923 seconds and 4 git commands to generate.