diff options
| author | Jan Kratochvil <[email protected]> | 2013-12-15 18:56:17 +0100 |
|---|---|---|
| committer | Jan Kratochvil <[email protected]> | 2013-12-15 18:56:17 +0100 |
| commit | 5cbf42aaf47195e2c41171786371d55b253a7667 (patch) | |
| tree | 8def24d1108f287998fadbdc6348a925ce3d72ec /tests | |
| parent | 63572f42b04e1c3b752b113810ec642121c8090e (diff) | |
unwinder: ppc and ppc64
Signed-off-by: Jan Kratochvil <[email protected]>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 10 | ||||
| -rw-r--r-- | tests/Makefile.am | 6 | ||||
| -rw-r--r-- | tests/backtrace.ppc.core.bz2 | bin | 0 -> 46357 bytes | |||
| -rw-r--r-- | tests/backtrace.ppc.exec.bz2 | bin | 0 -> 352898 bytes | |||
| -rwxr-xr-x | tests/run-backtrace-core-ppc.sh | 20 |
5 files changed, 34 insertions, 2 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 00819816..f7007e5a 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,13 @@ +2013-12-15 Jan Kratochvil <[email protected]> + + unwinder: ppc + * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh. + (EXTRA_DIST): Add backtrace.ppc.core.bz2, + backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh. + * backtrace.ppc.core.bz2: New file. + * backtrace.ppc.exec.bz2: New file. + * run-backtrace-core-ppc.sh: New file. + 2013-12-10 Mark Wielaard <[email protected]> * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c. diff --git a/tests/Makefile.am b/tests/Makefile.am index 75a16bd8..7739623d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -106,7 +106,7 @@ 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-i386.sh run-backtrace-core-ppc.sh if !BIARCH export ELFUTILS_DISABLE_BIARCH = 1 @@ -245,7 +245,9 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh \ run-backtrace-native-core.sh run-backtrace-native-core-biarch.sh \ run-backtrace-core-x86_64.sh run-backtrace-core-i386.sh \ backtrace-subr.sh backtrace.i386.core.bz2 backtrace.i386.exec.bz2 \ - backtrace.x86_64.core.bz2 backtrace.x86_64.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 if USE_VALGRIND valgrind_cmd='valgrind -q --error-exitcode=1 --run-libc-freeres=no' diff --git a/tests/backtrace.ppc.core.bz2 b/tests/backtrace.ppc.core.bz2 Binary files differnew file mode 100644 index 00000000..f20cd9f3 --- /dev/null +++ b/tests/backtrace.ppc.core.bz2 diff --git a/tests/backtrace.ppc.exec.bz2 b/tests/backtrace.ppc.exec.bz2 Binary files differnew file mode 100644 index 00000000..057c25a6 --- /dev/null +++ b/tests/backtrace.ppc.exec.bz2 diff --git a/tests/run-backtrace-core-ppc.sh b/tests/run-backtrace-core-ppc.sh new file mode 100755 index 00000000..65c92795 --- /dev/null +++ b/tests/run-backtrace-core-ppc.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 ppc |
