]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix up run-dwarf-attributes.sh test after removal dwarf::directory_table.
authorMark Wielaard <mjw@redhat.com>
Thu, 9 Dec 2010 12:03:56 +0000 (13:03 +0100)
committerMark Wielaard <mjw@redhat.com>
Thu, 9 Dec 2010 12:03:56 +0000 (13:03 +0100)
Commit b0a30d removed directory_table as distinct item from line_info_table.

tests/run-dwarf-attributes.sh

index 614721486998939c2f33d2a9c594df4d9600ef84..f9f45b52b80e58961346890f8407d5db8c362b41 100755 (executable)
@@ -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