]> git.ipfire.org Git - thirdparty/elfutils.git/commit
strip: Add --reloc-debug-sections-only option.
authorMark Wielaard <mark@klomp.org>
Thu, 25 Oct 2018 11:35:25 +0000 (13:35 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 6 Nov 2018 11:07:48 +0000 (12:07 +0100)
commit1628254ba2157ac2b78fc9e103fe0b16fa288a26
tree27085650457a8b678017520b7959c7d0f017e414
parentf2d59180b90b56b32240f0ba106add050a1b7d09
strip: Add --reloc-debug-sections-only option.

This option does the same thing as --reloc-debug-sections without doing
any other strip operation. This is useful when you want to remove the
debug section relocations in a separate ET_REL debug file that was created
without --reloc-debug-sections, or for a file (like the linux debug vmlinux)
that you don't want to strip, but for which the debug section relocations
can be resolved already.

Signed-off-by: Mark Wielaard <mark@klomp.org>
src/ChangeLog
src/strip.c
tests/ChangeLog
tests/run-strip-reloc.sh