diff options
author | Mark Wielaard <mark@klomp.org> | 2021-06-18 15:06:32 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2021-07-03 00:25:18 +0200 |
commit | d3671293d7b86810a4a02de18ebea6d19ca82623 (patch) | |
tree | b3cee5567de542f3233146807c85d970dc1eb50a /src/ChangeLog | |
parent | c05ad596b5557a1776953be705a4bb66eee911fa (diff) | |
download | elfutils-d3671293d7b86810a4a02de18ebea6d19ca82623.tar.gz |
strip: Always check gelf_update results.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 698b3c77..9d4ce31d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2021-06-18 Mark Wielaard <mark@klomp.org> + + * strip.c (remove_debug_relocations): Check gelf_update results. + (update_section_size): Likewise. + 2021-06-06 Sergei Trofimovich <slyfox@gentoo.org> * elflint.c (buffer_left): Mark as 'static' to avoid external linkage |