diff options
| author | Jan Kratochvil <[email protected]> | 2013-12-17 18:49:54 +0100 |
|---|---|---|
| committer | Jan Kratochvil <[email protected]> | 2013-12-18 13:01:05 +0100 |
| commit | c6a41483f2986d5542c554981348f75b815ef9b1 (patch) | |
| tree | afbd87ebb664bfe07a7d03790920fdbbc3be9e38 /tests | |
| parent | c8c610bcfb9e90ab2d43c019da7eaade7017baec (diff) | |
unwinder: s390 and s390x
Signed-off-by: Jan Kratochvil <[email protected]>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 15 | ||||
| -rw-r--r-- | tests/Makefile.am | 8 | ||||
| -rw-r--r-- | tests/backtrace.s390.core.bz2 | bin | 0 -> 7375 bytes | |||
| -rw-r--r-- | tests/backtrace.s390.exec.bz2 | bin | 0 -> 352692 bytes | |||
| -rw-r--r-- | tests/backtrace.s390x.core.bz2 | bin | 0 -> 7740 bytes | |||
| -rw-r--r-- | tests/backtrace.s390x.exec.bz2 | bin | 0 -> 347228 bytes | |||
| -rwxr-xr-x | tests/run-backtrace-core-s390.sh | 20 | ||||
| -rwxr-xr-x | tests/run-backtrace-core-s390x.sh | 20 |
8 files changed, 61 insertions, 2 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 61c4b842..8561e64a 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,18 @@ +2013-12-18 Jan Kratochvil <[email protected]> + + unwinder: s390 and s390x + * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and + run-backtrace-core-s390.sh. + (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2, + backtrace.s390.core.bz2, backtrace.s390.exec.bz2, + run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh. + * backtrace.s390.core.bz2: New file. + * backtrace.s390.exec.bz2: New file. + * backtrace.s390x.core.bz2: New file. + * backtrace.s390x.exec.bz2: New file. + * run-backtrace-core-s390.sh: New file. + * run-backtrace-core-s390x.sh: New file. + 2013-12-17 Jan Kratochvil <[email protected]> * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused diff --git a/tests/Makefile.am b/tests/Makefile.am index 7739623d..b58e0f5d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -106,7 +106,8 @@ TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \ run-backtrace-native.sh run-backtrace-data.sh run-backtrace-dwarf.sh \ run-backtrace-native-biarch.sh run-backtrace-native-core.sh \ run-backtrace-native-core-biarch.sh run-backtrace-core-x86_64.sh \ - run-backtrace-core-i386.sh run-backtrace-core-ppc.sh + run-backtrace-core-i386.sh run-backtrace-core-ppc.sh \ + run-backtrace-core-s390x.sh run-backtrace-core-s390.sh if !BIARCH export ELFUTILS_DISABLE_BIARCH = 1 @@ -247,7 +248,10 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ backtrace-subr.sh backtrace.i386.core.bz2 backtrace.i386.exec.bz2 \ backtrace.x86_64.core.bz2 backtrace.x86_64.exec.bz2 \ backtrace.ppc.core.bz2 backtrace.ppc.exec.bz2 \ - run-backtrace-core-ppc.sh + run-backtrace-core-ppc.sh \ + backtrace.s390x.core.bz2 backtrace.s390x.exec.bz2 \ + backtrace.s390.core.bz2 backtrace.s390.exec.bz2 \ + run-backtrace-core-s390x.sh run-backtrace-core-s390.sh if USE_VALGRIND valgrind_cmd='valgrind -q --error-exitcode=1 --run-libc-freeres=no' diff --git a/tests/backtrace.s390.core.bz2 b/tests/backtrace.s390.core.bz2 Binary files differnew file mode 100644 index 00000000..db346948 --- /dev/null +++ b/tests/backtrace.s390.core.bz2 diff --git a/tests/backtrace.s390.exec.bz2 b/tests/backtrace.s390.exec.bz2 Binary files differnew file mode 100644 index 00000000..4c1b4aee --- /dev/null +++ b/tests/backtrace.s390.exec.bz2 diff --git a/tests/backtrace.s390x.core.bz2 b/tests/backtrace.s390x.core.bz2 Binary files differnew file mode 100644 index 00000000..61c23ec4 --- /dev/null +++ b/tests/backtrace.s390x.core.bz2 diff --git a/tests/backtrace.s390x.exec.bz2 b/tests/backtrace.s390x.exec.bz2 Binary files differnew file mode 100644 index 00000000..8009239d --- /dev/null +++ b/tests/backtrace.s390x.exec.bz2 diff --git a/tests/run-backtrace-core-s390.sh b/tests/run-backtrace-core-s390.sh new file mode 100755 index 00000000..d3b6dc9c --- /dev/null +++ b/tests/run-backtrace-core-s390.sh @@ -0,0 +1,20 @@ +#! /bin/bash +# Copyright (C) 2013 Red Hat, Inc. +# This file is part of elfutils. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# elfutils is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +. $srcdir/backtrace-subr.sh + +check_core s390 diff --git a/tests/run-backtrace-core-s390x.sh b/tests/run-backtrace-core-s390x.sh new file mode 100755 index 00000000..c3e236d4 --- /dev/null +++ b/tests/run-backtrace-core-s390x.sh @@ -0,0 +1,20 @@ +#! /bin/bash +# Copyright (C) 2013 Red Hat, Inc. +# This file is part of elfutils. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# elfutils is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +. $srcdir/backtrace-subr.sh + +check_core s390x |
