Add -r flag to find-debuginfo.sh to invoke eu-strip --reloc-debug-sections.
authorMark Wielaard <mjw@redhat.com>
Wed, 25 May 2011 13:44:42 +0000 (15:44 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 26 May 2011 07:30:50 +0000 (10:30 +0300)
commit40a7e19fbe3a7d040e8b13e6d6e9ac567c56cf04
tree21d3d30492e1a5be9db36d7f0484f5cddbd0ba5c
parente040a126a01edb4950bc8ef6a93e5ca18070c194
Add -r flag to find-debuginfo.sh to invoke eu-strip --reloc-debug-sections.
- This is a new option to eu-strip that strips out/resolves relocations
  between .debug_* elf sections in ET_REL files. This can save a lot of
  space for kernel module.

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
scripts/find-debuginfo.sh