]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.cp/nsalias.exp
The testcase was generating DW_AT_high_pc and DW_AT_low_pc entries
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.cp / nsalias.exp
index f99b609bc0857b3220dff8271933dd8ba7cf7c43..d46c302af4a9be0e08f259020651312f9831207b 100644 (file)
@@ -153,20 +153,20 @@ Dwarf::assemble $asm_file {
 
            subprogram {
                {specification :$im_foo_label}
-               {low_pc 0x0}
-               {high_pc 0x1}
+               {low_pc 0x1 DW_FORM_addr}
+               {high_pc 0x2 DW_FORM_addr}
            }
 
            subprogram {
                {specification :$i_foo_label}
-               {low_pc 0x2}
-               {high_pc 0x3}
+               {low_pc 0x3 DW_FORM_addr}
+               {high_pc 0x4 DW_FORM_addr}
            }
 
            subprogram {
                {specification :$o_foo_label}
-               {low_pc 0x4}
-               {high_pc 0x5}
+               {low_pc 0x5 DW_FORM_addr}
+               {high_pc 0x6 DW_FORM_addr}
            }
        }
     }