diff options
| author | Roland McGrath <[email protected]> | 2007-08-09 07:54:22 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2007-08-09 07:54:22 +0000 |
| commit | 42f686820a19806da629990bf7ae69a6a2fcfb1f (patch) | |
| tree | 9e8ee58cada25a33b4a22af1a7f40bd78c55ba79 /tests/run-addrname-test.sh | |
| parent | d1a4817e7d913efbaa7d4f4462949ed7b53618b3 (diff) | |
2007-08-09 Roland McGrath <[email protected]>
* dwfl-bug-report.c: Fix header inclusion.
Diffstat (limited to 'tests/run-addrname-test.sh')
| -rwxr-xr-x | tests/run-addrname-test.sh | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/run-addrname-test.sh b/tests/run-addrname-test.sh index 6469646c..59290b39 100755 --- a/tests/run-addrname-test.sh +++ b/tests/run-addrname-test.sh @@ -25,7 +25,7 @@ . $srcdir/test-subr.sh -testfiles testfile34 +testfiles testfile34 testfile38 testrun_compare ../src/addr2line -f -e testfile34 \ 0x08048074 0x08048075 0x08048076 \ @@ -44,4 +44,15 @@ _end ??:0 EOF +testrun_compare ../src/addr2line -S -e testfile38 0x02 0x10a 0x211 0x31a <<\EOF +t1_global_outer+0x2 +??:0 +t2_global_symbol+0x2 +??:0 +t3_global_after_0+0x1 +??:0 +(.text)+0x31a +??:0 +EOF + exit 0 |
