*** empty log message ***
[binutils-gdb.git] / binutils / nlmconv.c
index 7d68dcd2056e9328ef30c8713a8541e6ec60c5fc..6709461d328ace7f89e4da73d39fe0229a9362a7 100644 (file)
@@ -377,7 +377,8 @@ main (argc, argv)
 
   assert (bfd_get_flavour (outbfd) == bfd_target_nlm_flavour);
 
-  if (bfd_arch_get_compatible (inbfd, outbfd) == NULL)
+  /* XXX: Should we accept the unknown bfd format here ?  */
+  if (bfd_arch_get_compatible (inbfd, outbfd, TRUE) == NULL)
     non_fatal (_("warning: input and output formats are not compatible"));
 
   /* Move the values read from the command file into outbfd.  */