Change the behaviour of the --only-keep-debug option to objcopy and strip so that...
authorNick Clifton <nickc@redhat.com>
Wed, 5 Aug 2015 15:16:39 +0000 (16:16 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 5 Aug 2015 15:16:39 +0000 (16:16 +0100)
commit63b9bbb7d7bcdcb6e0f59dd8da9615d80c537b8d
tree63a87d567a4c30e48ed3ae9784fe5b03e3621a31
parent260439cb8ec21ffd75b240aadc55fd341c8c8dd4
Change the behaviour of the --only-keep-debug option to objcopy and strip so that the sh_link and sh_info fields in stripped section headers are preserved.

bfd * elf.c (_bfd_elf_copy_private_bfd_data): Copy the sh_link and
sh_info fields of sections whose type has been changed to
SHT_NOBITS.

bin * doc/binutils.texi: Document that the --only-keep-debug option
to strip and objcopy preserves the section headers of stripped
sections.

tests * binutils-all/objcopy.exp (keep_debug_symbols_and_check_links):
New proc.  Checks that debug-info-only binaries retain the
sh_link field in stripped sections.
bfd/ChangeLog
bfd/elf.c
binutils/ChangeLog
binutils/doc/binutils.texi
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/objcopy.exp
This page took 0.044403 seconds and 4 git commands to generate.