[binutils-gdb] Fix thinko in previous changelog entry.
Nick Clifton
nickc@sourceware.org
Fri Mar 3 10:22:00 GMT 2017
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d20928fac9ab65449db910bd99a0f48ad29fb22b
commit d20928fac9ab65449db910bd99a0f48ad29fb22b
Author: Nick Clifton <nickc@redhat.com>
Date: Fri Mar 3 10:22:16 2017 +0000
Fix thinko in previous changelog entry.
PR ld/21212
* elf.c (rewrite_elf_program_header): Do not issue a warning for
empty segments which have a zero filesz, but a non-zero memsz.
Diff:
---
bfd/ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4a27e04..848ee7f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -2,7 +2,7 @@
PR ld/21212
* elf.c (rewrite_elf_program_header): Do not issue a warning for
- empty segments which have a non-zero filesz.
+ empty segments which have a zero filesz, but a non-zero memsz.
2017-03-02 Alan Modra <amodra@gmail.com>
More information about the Binutils-cvs
mailing list