FIXME for merging of e_flags and .gnu.attributes
[deliverable/binutils-gdb.git] / bfd / elfnn-ia64.c
index cd94158aba186f87687038027213b3b8d5db8c1c..0cdd6b58c9dc4e7141ceaa6c1da929c766e61f76 100644 (file)
@@ -4744,6 +4744,10 @@ elfNN_ia64_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
   flagword in_flags;
   bfd_boolean ok = TRUE;
 
+  /* FIXME: What should be checked when linking shared libraries?  */
+  if ((ibfd->flags & DYNAMIC) != 0)
+    return TRUE;
+
   if (!is_ia64_elf (ibfd) || !is_ia64_elf (obfd))
     return TRUE;
 
This page took 0.034986 seconds and 4 git commands to generate.