• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisiónf231881ea65232b3f67379326a5b605c465dffc4 (tree)
Tiempo2016-07-12 19:05:13
AutorDouglas B Rupp <rupp@adac...>
CommiterNick Clifton

Log Message

Fix grammar in error message.

* binary.c (binary_set_section_contents): Fix grammar in warning
message.

Cambiar Resumen

Diferencia incremental

--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
1+2016-07-12 Douglas B Rupp <rupp@adacore.com>
2+
3+ * binary.c (binary_set_section_contents): Fix grammar in warning
4+ message.
5+
16 2016-07-11 Cupertino Miranda <cmiranda@synopsys.com>
27
38 * elf32-arc.c: made PR_DEBUG always defined.
--- a/bfd/binary.c
+++ b/bfd/binary.c
@@ -270,7 +270,7 @@ binary_set_section_contents (bfd *abfd,
270270
271271 if (s->filepos < 0)
272272 (*_bfd_error_handler)
273- (_("Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx."),
273+ (_("Warning: Writing section `%s' too huge (ie negative) file offset 0x%lx."),
274274 bfd_get_section_name (abfd, s),
275275 (unsigned long) s->filepos);
276276 }