FIXME for merging of e_flags and .gnu.attributes
[deliverable/binutils-gdb.git] / bfd / elf32-tic6x.c
index 95814d3abf1d40f57c5ad18f3193ed77615c7772..d07902fe8a76e9e6c800fc7c372efa77961d1ba9 100644 (file)
@@ -3724,6 +3724,10 @@ elf32_tic6x_merge_attributes (bfd *ibfd, struct bfd_link_info *info)
   int i;
   int array_align_in, array_align_out, array_expect_in, array_expect_out;
 
+  /* FIXME: What should be checked when linking shared libraries?  */
+  if ((ibfd->flags & DYNAMIC) != 0)
+    return TRUE;
+
   if (!elf_known_obj_attributes_proc (obfd)[0].i)
     {
       /* This is the first object.  Copy the attributes.  */
This page took 0.023398 seconds and 4 git commands to generate.