ECOFF slurp_relocs thinko
[deliverable/binutils-gdb.git] / bfd / elf32-bfin.c
index e5a83ba49a13ff8eacd49671cd868ff85b62c96c..e6383a782ff6c7a0c5bb525a9b0c119e5fbc4682 100644 (file)
@@ -4755,6 +4755,10 @@ elf32_bfin_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
   flagword old_flags, new_flags;
   bfd_boolean error = FALSE;
 
+  /* FIXME: What should be checked when linking shared libraries?  */
+  if ((ibfd->flags & DYNAMIC) != 0)
+    return TRUE;
+
   new_flags = elf_elfheader (ibfd)->e_flags;
   old_flags = elf_elfheader (obfd)->e_flags;
 
This page took 0.039795 seconds and 4 git commands to generate.