blob: 6ca5d0ec459ff045fd12d97bd30f70c1dad459a6 [file] [log] [blame]
Kevin Cernekee33ca0e12016-10-23 10:25:56 -07001# 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