diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/utf-rust.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/utf-rust.exp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/utf-rust.exp b/gdb/testsuite/gdb.dwarf2/utf-rust.exp index 3380f8d..9ab9bf5 100644 --- a/gdb/testsuite/gdb.dwarf2/utf-rust.exp +++ b/gdb/testsuite/gdb.dwarf2/utf-rust.exp @@ -34,19 +34,19 @@ Dwarf::assemble $asm_file { # both 32- and 64-bit machines. cu { addr_size 4 } { compile_unit { - {name file1.txt} - {language @DW_LANG_Rust} + DW_AT_name file1.txt + DW_AT_language @DW_LANG_Rust } { - char_label: DW_TAG_base_type { - {DW_AT_byte_size 4 DW_FORM_sdata} - {DW_AT_encoding @DW_ATE_UTF} - {DW_AT_name char} - } + char_label: DW_TAG_base_type { + DW_AT_byte_size 4 DW_FORM_sdata + DW_AT_encoding @DW_ATE_UTF + DW_AT_name char + } DW_TAG_variable { - {name cvalue} - {type :$char_label} - {const_value 97 DW_FORM_udata} + DW_AT_name cvalue + DW_AT_type :$char_label + DW_AT_const_value 97 DW_FORM_udata } } } |