projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b565cf2
)
Fix thinko in previous changelog entry.
author
Nick Clifton
<nickc@redhat.com>
Fri, 3 Mar 2017 10:22:16 +0000
(10:22 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Fri, 3 Mar 2017 10:22:16 +0000
(10:22 +0000)
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.
bfd/ChangeLog
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 4a27e044389316797b9cbdb326b4b2ae1e6cf373..848ee7fbf241fc2e4b85126b92754557f9ffcbc1 100644
(file)
--- 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 file
sz.
+ empty segments which have a
zero filesz, but a non-zero mem
sz.
2017-03-02 Alan Modra <amodra@gmail.com>