Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elf32-sh.c
index 24e879e4f41c6e2b2776e8474aaee560b2161df5..24203e0d5553b56efc0f380d2c4c58517c15082f 100644 (file)
@@ -6028,6 +6028,10 @@ sh_elf_merge_private_data (bfd *ibfd, struct bfd_link_info *info)
 {
   bfd *obfd = info->output_bfd;
 
+  /* FIXME: What should be checked when linking shared libraries?  */
+  if ((ibfd->flags & DYNAMIC) != 0)
+    return TRUE;
+
   if (! is_sh_elf (ibfd) || ! is_sh_elf (obfd))
     return TRUE;
 
This page took 0.023505 seconds and 4 git commands to generate.