diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/struct-decl.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/struct-decl.exp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/struct-decl.exp b/gdb/testsuite/gdb.dwarf2/struct-decl.exp index e389216..bc857a7 100644 --- a/gdb/testsuite/gdb.dwarf2/struct-decl.exp +++ b/gdb/testsuite/gdb.dwarf2/struct-decl.exp @@ -30,9 +30,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 origin @@ -42,14 +42,14 @@ Dwarf::assemble $asm_file { # which meant that if a method referred back to them via a # specification, it would get the wrong name. DW_TAG_structure_type { - {DW_AT_byte_size 8 DW_FORM_sdata} - {DW_AT_encoding @DW_ATE_signed} - {DW_AT_name the_type} - {DW_AT_declaration 1 DW_FORM_flag_present} + DW_AT_byte_size 8 DW_FORM_sdata + DW_AT_encoding @DW_ATE_signed + DW_AT_name the_type + DW_AT_declaration 1 DW_FORM_flag_present } { origin: DW_TAG_subprogram { - {DW_AT_name "method"} - {DW_AT_declaration 1 DW_FORM_flag_present} + DW_AT_name "method" + DW_AT_declaration 1 DW_FORM_flag_present } } @@ -57,8 +57,8 @@ Dwarf::assemble $asm_file { # range that is valid in the program, so we use the main # function's range. DW_TAG_subprogram { - {DW_AT_specification :$origin} - {MACRO_AT_range main} + DW_AT_specification :$origin + MACRO_AT_range main } } } |