FIXME for merging of e_flags and .gnu.attributes
[deliverable/binutils-gdb.git] / bfd / elfxx-mips.c
index 2f26d7ae832a5d1f05f69af35dd1142cbe3ebf49..9ce205e9cf66c2f81f9601479c29f33f8b441857 100644 (file)
@@ -15767,6 +15767,7 @@ _bfd_mips_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
   /* Check to see if the input BFD actually contains any sections.  If not,
      then it has no attributes, and its flags may not have been initialized
      either, but it cannot actually cause any incompatibility.  */
+  /* FIXME: This excludes any input shared library from consideration.  */
   for (sec = ibfd->sections; sec != NULL; sec = sec->next)
     {
       /* Ignore synthetic sections and empty .text, .data and .bss sections
This page took 0.039166 seconds and 4 git commands to generate.