]> git.pld-linux.org Git - packages/elfutils.git/blame - elfutils-sh.patch
- know PT_PAX_FLAGS
[packages/elfutils.git] / elfutils-sh.patch
CommitLineData
89afc33e
JB
1--- elfutils-0.115/tests/run-addrscopes.sh.orig 2005-08-31 17:11:19.000000000 +0200
2+++ elfutils-0.115/tests/run-addrscopes.sh 2005-10-31 19:29:07.202282984 +0100
3@@ -16,7 +16,7 @@
4 bunzip2 -c $srcdir/testfile22.bz2 > testfile22 2>/dev/null || exit 77
5
6 LD_LIBRARY_PATH=../libdw:../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
7- ./addrscopes -e testfile22 0x8048353 >& addrscopes-test.out || :
8+ ./addrscopes -e testfile22 0x8048353 > addrscopes-test.out 2>&1 || :
9
10 diff -Bbu addrscopes-test.out - <<\EOF
11 0x8048353:
12@@ -32,7 +32,7 @@
13 bunzip2 -c $srcdir/testfile24.bz2 > testfile24 2>/dev/null || exit 77
14
15 LD_LIBRARY_PATH=../libdw:../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
16- ./addrscopes -e testfile24 0x804834e >& addrscopes-test.out || :
17+ ./addrscopes -e testfile24 0x804834e > addrscopes-test.out 2>&1 || :
18
19 diff -Bbu addrscopes-test.out - <<\EOF
20 0x804834e:
21--- elfutils-0.115/tests/run-elflint-test.sh.orig 2005-08-31 17:07:53.000000000 +0200
22+++ elfutils-0.115/tests/run-elflint-test.sh 2005-10-31 19:28:55.617044208 +0100
23@@ -17,7 +17,7 @@
24 bunzip2 -c $srcdir/testfile18.bz2 > testfile18 2>/dev/null || exit 77
25
26 LD_LIBRARY_PATH=../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
27- ../src/elflint --gnu-ld testfile18 >& elflint-test.out || :
28+ ../src/elflint --gnu-ld testfile18 > elflint-test.out 2>&1 || :
29
30 diff -u elflint-test.out - <<"EOF"
31 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
32--- elfutils-0.115/tests/run-funcscopes.sh.orig 2005-08-31 17:08:10.000000000 +0200
33+++ elfutils-0.115/tests/run-funcscopes.sh 2005-10-31 19:28:49.485976272 +0100
34@@ -16,7 +16,7 @@
35 bunzip2 -c $srcdir/testfile25.bz2 > testfile25 2>/dev/null || exit 77
36
37 LD_LIBRARY_PATH=../libdw:../libebl:../libelf${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
38- ./funcscopes -e testfile25 incr >& funcscopes-test.out || :
39+ ./funcscopes -e testfile25 incr > funcscopes-test.out 2>&1 || :
40
41 diff -Bbu funcscopes-test.out - <<\EOF
42 testfile25: 0x8048000 .. 0x8049528
This page took 0.032043 seconds and 4 git commands to generate.