mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
Second fix for grammar in error message.
* binary.c (binary_set_section_contents): Second grammar fix.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-07-12 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* binary.c (binary_set_section_contents): Second grammar fix.
|
||||||
|
|
||||||
2016-07-12 Douglas B Rupp <rupp@adacore.com>
|
2016-07-12 Douglas B Rupp <rupp@adacore.com>
|
||||||
|
|
||||||
* binary.c (binary_set_section_contents): Fix grammar in warning
|
* binary.c (binary_set_section_contents): Fix grammar in warning
|
||||||
|
@ -270,7 +270,7 @@ binary_set_section_contents (bfd *abfd,
|
|||||||
|
|
||||||
if (s->filepos < 0)
|
if (s->filepos < 0)
|
||||||
(*_bfd_error_handler)
|
(*_bfd_error_handler)
|
||||||
(_("Warning: Writing section `%s' too huge (ie negative) file offset 0x%lx."),
|
(_("Warning: Writing section `%s' at huge (ie negative) file offset 0x%lx."),
|
||||||
bfd_get_section_name (abfd, s),
|
bfd_get_section_name (abfd, s),
|
||||||
(unsigned long) s->filepos);
|
(unsigned long) s->filepos);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user