Fix grammar in error message.
* binary.c (binary_set_section_contents): Fix grammar in warning message.
This commit is contained in:
parent
3eb846840f
commit
f231881ea6
@ -1,3 +1,8 @@
|
||||
2016-07-12 Douglas B Rupp <rupp@adacore.com>
|
||||
|
||||
* binary.c (binary_set_section_contents): Fix grammar in warning
|
||||
message.
|
||||
|
||||
2016-07-11 Cupertino Miranda <cmiranda@synopsys.com>
|
||||
|
||||
* elf32-arc.c: made PR_DEBUG always defined.
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user