Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / coff-m68k.c
index 05433b9c8b6246c290e7cd40456149c03c6bfa66..f7777a1c979c65673acd0780d3f47a3e1adb2f50 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Motorola 68000 COFF binaries.
-   Copyright (C) 1990-2017 Free Software Foundation, Inc.
+   Copyright (C) 1990-2018 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -485,7 +485,7 @@ bfd_m68k_coff_create_embedded_relocs (bfd *abfd,
       /* We can only relocate absolute longword relocs at run time.  */
       if (irel->r_type != R_RELLONG)
        {
-         *errmsg = _("unsupported reloc type");
+         *errmsg = _("unsupported relocation type");
          bfd_set_error (bfd_error_bad_value);
          return FALSE;
        }
This page took 0.025038 seconds and 4 git commands to generate.