]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/cpu-m68k.c
Fix gdb.tui/completion.exp test
[thirdparty/binutils-gdb.git] / bfd / cpu-m68k.c
index 2810994afec4c26bd5323f72d4301c0806bee44c..9fc8d4e197be3ac434f369effbedd89751cbd391 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD library support routines for architectures.
-   Copyright (C) 1990-2014 Free Software Foundation, Inc.
+   Copyright (C) 1990-2017 Free Software Foundation, Inc.
    Hacked by Steve Chamberlain of Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -259,7 +259,7 @@ bfd_m68k_compatible (const bfd_arch_info_type *a,
          if (!cpu32_fido_mix_warning)
            {
              cpu32_fido_mix_warning = 1;
-             (*_bfd_error_handler) ("warning: linking CPU32 objects with fido objects");
+             _bfd_error_handler ("warning: linking CPU32 objects with fido objects");
            }
          return bfd_lookup_arch (a->arch,
                                  bfd_m68k_features_to_mach (fido_a | m68881));