summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2010-12-09 13:03:56 +0100
committerMark Wielaard <[email protected]>2010-12-09 13:03:56 +0100
commit458af1755cb5fd0553bb249b53ff43f0a3d2b97a (patch)
treeb9f839698adf06f2d9ca686c4d203666228a9220
parent387fc2a04a412f562a7672051cad3ec1e0a57221 (diff)
Fix up run-dwarf-attributes.sh test after removal dwarf::directory_table.
Commit b0a30d removed directory_table as distinct item from line_info_table.
-rwxr-xr-xtests/run-dwarf-attributes.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/run-dwarf-attributes.sh b/tests/run-dwarf-attributes.sh
index 61472148..f9f45b52 100755
--- a/tests/run-dwarf-attributes.sh
+++ b/tests/run-dwarf-attributes.sh
@@ -29,9 +29,9 @@ testfiles testfile
testrun_compare ./dwarf-print --offsets --depth=1 testfile <<\EOF
testfile:
- <compile_unit offset=[0xb] stmt_list=[{1 dirs}, {5 line entries}] high_pc=0x804845a low_pc=0x804842c name="m.c" comp_dir="/home/drepper/gnu/new-bu/build/ttt" producer="GNU C 2.96 20000731 (Red Hat Linux 7.0)" language=C89>...
- <compile_unit offset=[0xca] stmt_list=[{1 dirs}, {4 line entries}] high_pc=0x8048466 low_pc=0x804845c name="b.c" comp_dir="/home/drepper/gnu/new-bu/build/ttt" producer="GNU C 2.96 20000731 (Red Hat Linux 7.0)" language=C89>...
- <compile_unit offset=[0x15fc] stmt_list=[{1 dirs}, {4 line entries}] high_pc=0x8048472 low_pc=0x8048468 name="f.c" comp_dir="/home/drepper/gnu/new-bu/build/ttt" producer="GNU C 2.96 20000731 (Red Hat Linux 7.0)" language=C89>...
+ <compile_unit offset=[0xb] stmt_list=[{5 line entries}] high_pc=0x804845a low_pc=0x804842c name="m.c" comp_dir="/home/drepper/gnu/new-bu/build/ttt" producer="GNU C 2.96 20000731 (Red Hat Linux 7.0)" language=C89>...
+ <compile_unit offset=[0xca] stmt_list=[{4 line entries}] high_pc=0x8048466 low_pc=0x804845c name="b.c" comp_dir="/home/drepper/gnu/new-bu/build/ttt" producer="GNU C 2.96 20000731 (Red Hat Linux 7.0)" language=C89>...
+ <compile_unit offset=[0x15fc] stmt_list=[{4 line entries}] high_pc=0x8048472 low_pc=0x8048468 name="f.c" comp_dir="/home/drepper/gnu/new-bu/build/ttt" producer="GNU C 2.96 20000731 (Red Hat Linux 7.0)" language=C89>...
EOF
exit 0