Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / reloc.c
index a61fd9a6221496c14e394f9a4311fd332c9789e4..42e35b91ed1f7c0dbb2bb0febba04ea7a2006490 100644 (file)
@@ -8140,7 +8140,7 @@ bfd_generic_lookup_section_flags (struct bfd_link_info *info ATTRIBUTE_UNUSED,
 {
   if (flaginfo != NULL)
     {
-      _bfd_error_handler (_("INPUT_SECTION_FLAGS are not supported.\n"));
+      _bfd_error_handler (_("INPUT_SECTION_FLAGS are not supported"));
       return FALSE;
     }
   return TRUE;
@@ -8388,11 +8388,11 @@ bfd_boolean
 _bfd_unrecognized_reloc (bfd * abfd, sec_ptr section, unsigned int r_type)
 {
    /* xgettext:c-format */
-  _bfd_error_handler (_("%pB: unrecognized relocation (%#x) in section `%pA'"),
+  _bfd_error_handler (_("%pB: unrecognized relocation type %#x in section `%pA'"),
                      abfd, r_type, section);
 
   /* PR 21803: Suggest the most likely cause of this error.  */
-  _bfd_error_handler (_("Is this version of the linker - %s - out of date ?"),
+  _bfd_error_handler (_("is this version of the linker - %s - out of date ?"),
                      BFD_VERSION_STRING);
 
   bfd_set_error (bfd_error_bad_value);
This page took 0.023572 seconds and 4 git commands to generate.