]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Set BFD_DECOMPRESS when reading build-id debuglink
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 25 Jun 2024 07:45:22 +0000 (00:45 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 27 Jun 2024 21:22:25 +0000 (14:22 -0700)
commit67b1d28b5214bd5dfff1817a1771d0435ff44591
treecb5327147eee64c73deac27e43124299f4dc6df2
parent632c5372771a6f167f3be554b2f84582169ffc07
Set BFD_DECOMPRESS when reading build-id debuglink

We should set BFD_DECOMPRESS to decompress sections unless dumping the
section contents when reading build-id debuglink.

PR binutils/31925
* objdump.c (open_debug_file): Set BFD_DECOMPRESS to decompress
sections unless dumping the section contents.
* testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
Add a compress option.
Run test_build_id_debuglink with none and zlib.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
binutils/objdump.c
binutils/testsuite/binutils-all/objdump.exp