diff options
| author | Mark Wielaard <[email protected]> | 2013-03-25 21:11:53 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2013-03-26 09:16:23 +0100 |
| commit | a8c7f05cfd03a58821c3da68f3f577c882258674 (patch) | |
| tree | 9ea05ec929884329bb38915347384b09749a56c8 /tests/run-readelf-dwz-multi.sh | |
| parent | a1d44825ffc756ed6c0dca3a836c1ff9f0ec151f (diff) | |
readelf: When highpc is in constant form also print as address.
When highpc is in constant form it is relative to lowpc. In that case
also show as address.
Suggested-by: Jan Kratochvil <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'tests/run-readelf-dwz-multi.sh')
| -rwxr-xr-x | tests/run-readelf-dwz-multi.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/run-readelf-dwz-multi.sh b/tests/run-readelf-dwz-multi.sh index 20c00c5f..ca939f30 100755 --- a/tests/run-readelf-dwz-multi.sh +++ b/tests/run-readelf-dwz-multi.sh @@ -90,7 +90,7 @@ DWARF section [28] '.debug_info' at offset 0x1078: name (strp) "main.c" comp_dir (GNU_strp_alt) "/home/mark/src/tests/dwz" low_pc (addr) 0x00000000004006ac <main> - high_pc (udata) 44 + high_pc (udata) 44 (0x00000000004006d8) stmt_list (sec_offset) 0 [ 26] imported_unit import (GNU_ref_alt) [ b] @@ -105,7 +105,7 @@ DWARF section [28] '.debug_info' at offset 0x1078: prototyped (flag_present) type (GNU_ref_alt) [ 3e] low_pc (addr) 0x00000000004006ac <main> - high_pc (udata) 44 + high_pc (udata) 44 (0x00000000004006d8) frame_base (exprloc) [ 0] call_frame_cfa GNU_all_tail_call_sites (flag_present) @@ -148,7 +148,7 @@ DWARF section [25] '.debug_info' at offset 0x106c: name (strp) "shared.c" comp_dir (GNU_strp_alt) "/home/mark/src/tests/dwz" low_pc (addr) +0x0000000000000670 <call_foo> - high_pc (udata) 23 + high_pc (udata) 23 (+0x0000000000000687) stmt_list (sec_offset) 0 [ 26] imported_unit import (GNU_ref_alt) [ b] @@ -160,7 +160,7 @@ DWARF section [25] '.debug_info' at offset 0x106c: prototyped (flag_present) type (GNU_ref_alt) [ 3e] low_pc (addr) +0x0000000000000670 <call_foo> - high_pc (udata) 23 + high_pc (udata) 23 (+0x0000000000000687) frame_base (exprloc) [ 0] call_frame_cfa GNU_all_call_sites (flag_present) @@ -185,7 +185,7 @@ DWARF section [28] '.debug_info' at offset 0x1088: name (GNU_strp_alt) "main.c" comp_dir (GNU_strp_alt) "/home/mark/src/tests" low_pc (addr) 0x00000000004004ec <main> - high_pc (udata) 18 + high_pc (udata) 18 (0x00000000004004fe) stmt_list (sec_offset) 0 [ 26] imported_unit import (GNU_ref_alt) [ b] @@ -197,7 +197,7 @@ DWARF section [28] '.debug_info' at offset 0x1088: prototyped (flag_present) type (GNU_ref_alt) [ 30] low_pc (addr) 0x00000000004004ec <main> - high_pc (udata) 18 + high_pc (udata) 18 (0x00000000004004fe) frame_base (exprloc) [ 0] call_frame_cfa GNU_all_call_sites (flag_present) |
