BFD_INIT_MAGIC
[deliverable/binutils-gdb.git] / binutils / windres.c
index 76558484b8cfc3ed4708ec9fb65fb2e866abe085..9f4555bfaf6919f58bf6ce1c45f1fc4bcaa416d1 100644 (file)
@@ -812,7 +812,8 @@ main (int argc, char **argv)
 
   expandargv (&argc, &argv);
 
-  bfd_init ();
+  if (bfd_init () != BFD_INIT_MAGIC)
+    fatal (_("fatal error: libbfd ABI mismatch"));
   set_default_bfd_target ();
 
   res_init ();
This page took 0.023835 seconds and 4 git commands to generate.