1# Test whether unstrip can combine a stripped kernel object that has 2# limited .symtab/.strtab data, with a separate .debuginfo binary that 3# has full .symtab/.strtab data. 4# 5# This was generated as part of a Chromium OS kernel build: 6# 7# emerge-kevin chromeos-kernel-4_4 8# 9# Setup instructions: 10# 11# https://www.chromium.org/chromium-os/developer-guide 12# https://www.chromium.org/chromium-os/how-tos-and-troubleshooting/kernel-faq 13 14original=testfile-strtab 15stripped=testfile-strtab.stripped 16debugfile=testfile-strtab.debuginfo 17 18. $srcdir/run-unstrip-test.sh 19