]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove is_zlib_supported
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 6 Apr 2015 19:19:13 +0000 (12:19 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 6 Apr 2015 19:19:13 +0000 (12:19 -0700)
commitdae148f3b925ba75459caec099932e31a1ad961b
tree4d5f26530c66bea29b298d960dddd3e5633bed20
parentbf890a93a7c46f63fc0595189cf2b388e9a29316
Remove is_zlib_supported

Since zlib is always supported, there is no need for is_zlib_supported.

binutils/testsuite/

* binutils-all/compress.exp: Remove is_zlib_supported check.
* binutils-all/objdump.exp: Likewise.
* binutils-all/readelf.exp (readelf_compressed_wa_test): Likewise.
* lib/utils-lib.exp (run_dump_test): Likewise.
* lib/binutils-common.exp (is_zlib_supported): Removed.

gas/testsuite/

* lib/gas-defs.exp (run_dump_test): Remove is_zlib_supported check.

ld/testsuite/

* ld-elf/compress.exp: Remove is_zlib_supported check.
Fail if --compress-debug-sections doesn't work.
* lib/ld-lib.exp (run_dump_test): Remove is_zlib_supported check.
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/compress.exp
binutils/testsuite/binutils-all/objdump.exp
binutils/testsuite/binutils-all/readelf.exp
binutils/testsuite/lib/binutils-common.exp
binutils/testsuite/lib/utils-lib.exp
gas/testsuite/ChangeLog
gas/testsuite/lib/gas-defs.exp
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/compress.exp
ld/testsuite/lib/ld-lib.exp