bfd/
[deliverable/binutils-gdb.git] / ld / emultempl / ppc64elf.em
index d578f7f934003161227db7ce84cb5ec7caf68b99..43f9b6106fd3e02c0fe8d03b0b671573fc61345e 100644 (file)
@@ -107,7 +107,8 @@ ppc_create_output_section_statements (void)
 
   stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
   ldlang_add_file (stub_file);
-  ppc64_elf_init_stub_bfd (stub_file->the_bfd, &link_info);
+  if (!ppc64_elf_init_stub_bfd (stub_file->the_bfd, &link_info))
+    einfo ("%F%P: can not init BFD: %E\n");
 }
 
 /* Move the input section statement at *U which happens to be on LIST
This page took 0.023575 seconds and 4 git commands to generate.