[PowerPC] Aliases for vector registers
[deliverable/binutils-gdb.git] / binutils / dlltool.c
index 21c95ef2e70092e2cf782f4dddaab0ac65ec4de3..cd2ff24325d94851b1b04289067dde4a214f085c 100644 (file)
@@ -1,5 +1,5 @@
 /* dlltool.c -- tool to generate stuff for PE style DLLs
-   Copyright (C) 1995-2018 Free Software Foundation, Inc.
+   Copyright (C) 1995-2019 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -3504,7 +3504,8 @@ identify_dll_for_implib (void)
   search_data.symname = "__NULL_IMPORT_DESCRIPTOR";
   search_data.found = FALSE;
 
-  bfd_init ();
+  if (bfd_init () != BFD_INIT_MAGIC)
+    fatal (_("fatal error: libbfd ABI mismatch"));
 
   abfd = bfd_openr (identify_imp_name, 0);
   if (abfd == NULL)
This page took 0.023131 seconds and 4 git commands to generate.