unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / coff-m68k.c
index 0fbff2262d27e595484324547c50d6fbdfa8e2b8..f7777a1c979c65673acd0780d3f47a3e1adb2f50 100644 (file)
@@ -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.030005 seconds and 4 git commands to generate.