diff options
| author | Mark Wielaard <[email protected]> | 2011-05-24 14:30:40 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2011-05-24 14:32:18 +0200 |
| commit | 20a217d677c62a01f9b650a1dfef0a82154d115e (patch) | |
| tree | 3458f49a533390352a279c85a8aeb5ae99d2161d | |
| parent | 1662bc3880ae5acae6aa2a3013d193223c36f189 (diff) | |
Add hello_s390.ko testcase to run-strip-reloc.sh.
This new test PASSes, but looking at the size results will show
--reloc-debug-sections isn't making a huge difference for this case.
| -rw-r--r-- | tests/ChangeLog | 6 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 | ||||
| -rw-r--r-- | tests/hello_s390.ko.bz2 | bin | 0 -> 109190 bytes | |||
| -rwxr-xr-x | tests/run-strip-reloc.sh | 3 |
4 files changed, 9 insertions, 2 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 7cf816ed..a0511ec7 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2011-05-24 Mark Wielaard <[email protected]> + + * Makefile.am (EXTRA_DIST): Add hello_s390.ko.bz2. + * run-strip-reloc.sh: Add hello_s390.ko testcase. + * hello_s390.ko.bz2: New test file. + 2011-05-23 Mark Wielaard <[email protected]> * Makefile.am (TESTS): Add run-strip-reloc.sh. diff --git a/tests/Makefile.am b/tests/Makefile.am index 07ae929d..2f93ff01 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -113,7 +113,7 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ run-strip-test4.sh run-strip-test5.sh run-strip-test6.sh \ run-strip-test7.sh run-strip-test8.sh run-strip-groups.sh \ run-strip-reloc.sh hello_i386.ko.bz2 hello_x86_64.ko.bz2 \ - hello_ppc64.ko.bz2 \ + hello_ppc64.ko.bz2 hello_s390.ko.bz2 \ run-unstrip-test.sh run-unstrip-test2.sh \ run-elflint-self.sh run-ranlib-test.sh run-ranlib-test2.sh \ run-ranlib-test3.sh run-ranlib-test4.sh \ diff --git a/tests/hello_s390.ko.bz2 b/tests/hello_s390.ko.bz2 Binary files differnew file mode 100644 index 00000000..41525bf5 --- /dev/null +++ b/tests/hello_s390.ko.bz2 diff --git a/tests/run-strip-reloc.sh b/tests/run-strip-reloc.sh index 1c6a8bd0..0f4919ad 100755 --- a/tests/run-strip-reloc.sh +++ b/tests/run-strip-reloc.sh @@ -25,7 +25,7 @@ . $srcdir/test-subr.sh -testfiles hello_i386.ko hello_x86_64.ko hello_ppc64.ko +testfiles hello_i386.ko hello_x86_64.ko hello_ppc64.ko hello_s390.ko status=0 runtest() { @@ -106,6 +106,7 @@ runtest() { runtest hello_i386.ko 1 runtest hello_x86_64.ko 1 runtest hello_ppc64.ko 1 +runtest hello_s390.ko 1 # self test, shouldn't impact non-ET_REL files at all. runtest ../src/strip 0 |
