This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix thinko in previous changelog entry.


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]