diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp b/gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp index b0c9d7d..021129d 100644 --- a/gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp +++ b/gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp @@ -57,30 +57,30 @@ foreach_with_prefix is_64 {false true} { declare_labels int_type DW_TAG_compile_unit { - {DW_AT_loclists_base cu_table DW_FORM_sec_offset} + DW_AT_loclists_base cu_table DW_FORM_sec_offset } { int_type: DW_TAG_base_type { - {DW_AT_byte_size 4 DW_FORM_data1} - {DW_AT_encoding @DW_ATE_signed} - {DW_AT_name "int"} + DW_AT_byte_size 4 DW_FORM_data1 + DW_AT_encoding @DW_ATE_signed + DW_AT_name "int" } DW_TAG_variable { - {DW_AT_name "foo"} - {DW_AT_location 1 DW_FORM_loclistx} - {DW_AT_type :$int_type} + DW_AT_name "foo" + DW_AT_location 1 DW_FORM_loclistx + DW_AT_type :$int_type } DW_TAG_subprogram { - {DW_AT_name "func1"} - {DW_AT_low_pc $func1_addr} - {DW_AT_high_pc $func1_len DW_FORM_udata} + DW_AT_name "func1" + DW_AT_low_pc $func1_addr + DW_AT_high_pc $func1_len DW_FORM_udata } DW_TAG_subprogram { - {DW_AT_name "func2"} - {DW_AT_low_pc $func2_addr} - {DW_AT_high_pc $func2_len DW_FORM_udata} + DW_AT_name "func2" + DW_AT_low_pc $func2_addr + DW_AT_high_pc $func2_len DW_FORM_udata } } } |