diff options
author | Fangrui Song <maskray@google.com> | 2020-05-04 17:04:25 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-05-04 17:04:25 +0100 |
commit | e052e2ba295a65b6ea80cbc3f90495beca299c42 (patch) | |
tree | 8e1fe52512a6257c597917d47cc2cd5731dc1dfe /binutils/ChangeLog | |
parent | 7242fa8aa7596b4e154ca96ddf5ce49353bf2e5d (diff) | |
download | gdb-e052e2ba295a65b6ea80cbc3f90495beca299c42.zip gdb-e052e2ba295a65b6ea80cbc3f90495beca299c42.tar.gz gdb-e052e2ba295a65b6ea80cbc3f90495beca299c42.tar.bz2 |
[PATCH] objcopy: Allow --dump-section to dump an empty SEC_HAS_CONTENTS section
* objcopy.c (copy_object): Allow empty section.
* testsuite/binutils-all/update-section.exp: Add test.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7cc692b..8da4097 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-05-04 Fangrui Song <maskray@google.com> + + * objcopy.c (copy_object): Allow empty section. + * testsuite/binutils-all/update-section.exp: Add test. + 2020-05-04 Nick Clifton <nickc@redhat.com> PR 25917 |