GNU Binutils with patches for OS216
Revisión | f231881ea65232b3f67379326a5b605c465dffc4 (tree) |
---|---|
Tiempo | 2016-07-12 19:05:13 |
Autor | Douglas B Rupp <rupp@adac...> |
Commiter | Nick Clifton |
Fix grammar in error message.
* binary.c (binary_set_section_contents): Fix grammar in warning
message.
@@ -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 | + | |
1 | 6 | 2016-07-11 Cupertino Miranda <cmiranda@synopsys.com> |
2 | 7 | |
3 | 8 | * elf32-arc.c: made PR_DEBUG always defined. |
@@ -270,7 +270,7 @@ binary_set_section_contents (bfd *abfd, | ||
270 | 270 | |
271 | 271 | if (s->filepos < 0) |
272 | 272 | (*_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."), | |
274 | 274 | bfd_get_section_name (abfd, s), |
275 | 275 | (unsigned long) s->filepos); |
276 | 276 | } |