Error for mismatched powerpc ABI tags
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.c
index 894a3b7d1ac833d8b09965f47b13154a8535c267..b780f1ab13ea9a51f6cfa734ddbe62b3d5a77d91 100644 (file)
@@ -6177,7 +6177,8 @@ ppc64_elf_merge_private_bfd_data (bfd *ibfd, struct bfd_link_info *info)
       return FALSE;
     }
 
-  _bfd_elf_ppc_merge_fp_attributes (ibfd, info);
+  if (!_bfd_elf_ppc_merge_fp_attributes (ibfd, info))
+    return FALSE;
 
   /* Merge Tag_compatibility attributes and any common GNU ones.  */
   return _bfd_elf_merge_object_attributes (ibfd, info);
This page took 0.03293 seconds and 4 git commands to generate.