]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
Tidy inflateEnd calls
authorAlan Modra <amodra@gmail.com>
Fri, 15 Jan 2021 23:15:09 +0000 (09:45 +1030)
committerAlan Modra <amodra@gmail.com>
Sat, 16 Jan 2021 00:41:52 +0000 (11:11 +1030)
commitad92f33d386e050304bf5986f28071ede9dd2284
tree36b11de05d11e93bf630af6f1bdf4463a799767d
parenteb6e6af8c17a8f4e120d79cb5f2451ebe60aaf4e
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.
bfd/ChangeLog
bfd/compress.c
binutils/ChangeLog
binutils/readelf.c