[PATCH] Fix grammar in bfd warning message

Douglas B Rupp rupp@adacore.com
Tue Jul 12 10:02:00 GMT 2016


Please review and apply attached if you please.
I don't have write privileges.

--Douglas Rupp
AdaCore
-------------- next part --------------
2016-07-12  Douglas B Rupp  <rupp@adacore.com>

	* binary.c (binary_set_section_contents): Fix grammar in warning
	message.
-------------- next part --------------
diff --git bfd/binary.c bfd/binary.c
index 2223b5d..6cec8e8 100644
--- bfd/binary.c
+++ bfd/binary.c
@@ -270,7 +270,7 @@ binary_set_section_contents (bfd *abfd,
 
 	  if (s->filepos < 0)
 	    (*_bfd_error_handler)
-	      (_("Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx."),
+	      (_("Warning: Writing section `%s' too huge (ie negative) file offset 0x%lx."),
 	       bfd_get_section_name (abfd, s),
 	       (unsigned long) s->filepos);
 	}


More information about the Binutils mailing list