diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/forward-spec.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/forward-spec.exp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/forward-spec.exp b/gdb/testsuite/gdb.dwarf2/forward-spec.exp index 6c38be8..e534da2 100644 --- a/gdb/testsuite/gdb.dwarf2/forward-spec.exp +++ b/gdb/testsuite/gdb.dwarf2/forward-spec.exp @@ -32,9 +32,9 @@ Dwarf::assemble $asm_file { cu {} { DW_TAG_compile_unit { - {DW_AT_language @DW_LANG_C_plus_plus} - {DW_AT_name $srcfile} - {DW_AT_comp_dir /tmp} + DW_AT_language @DW_LANG_C_plus_plus + DW_AT_name $srcfile + DW_AT_comp_dir /tmp } { declare_labels spec myint @@ -43,26 +43,26 @@ Dwarf::assemble $asm_file { # name of an object that uses a specification that appears # later in the DWARF. DW_TAG_variable { - {DW_AT_specification :$spec} - {DW_AT_location { + DW_AT_specification :$spec + DW_AT_location { DW_OP_const1u 23 DW_OP_stack_value - } SPECIAL_expr} + } SPECIAL_expr } myint: DW_TAG_base_type { - {DW_AT_byte_size 4 DW_FORM_sdata} - {DW_AT_encoding @DW_ATE_signed} - {DW_AT_name myint} + DW_AT_byte_size 4 DW_FORM_sdata + DW_AT_encoding @DW_ATE_signed + DW_AT_name myint } DW_TAG_namespace { - {DW_AT_name ns} + DW_AT_name ns } { spec: DW_TAG_variable { - {DW_AT_name v} - {DW_AT_type :$myint} - {DW_AT_declaration 1 DW_FORM_flag_present} + DW_AT_name v + DW_AT_type :$myint + DW_AT_declaration 1 DW_FORM_flag_present } } } |