diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-16 09:45:09 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-16 11:11:52 +1030 |
commit | ad92f33d386e050304bf5986f28071ede9dd2284 (patch) | |
tree | 36b11de05d11e93bf630af6f1bdf4463a799767d /binutils/ChangeLog | |
parent | eb6e6af8c17a8f4e120d79cb5f2451ebe60aaf4e (diff) | |
download | gdb-ad92f33d386e050304bf5986f28071ede9dd2284.zip gdb-ad92f33d386e050304bf5986f28071ede9dd2284.tar.gz gdb-ad92f33d386e050304bf5986f28071ede9dd2284.tar.bz2 |
Tidy inflateEnd calls
So that no one need worry about the value of Z_OK.
bfd/
* compress.c (decompress_contents): Tidy inflateEnd result test.
binutils/
* readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0e3ae10..efb86d2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2021-01-16 Alan Modra <amodra@gmail.com> + + * readelf.c (uncompress_section_contents): Tidy inflateEnd result test. + 2021-01-15 Alan Modra <amodra@gmail.com> PR 26539 |