diff options
author | Doug Evans <dje@google.com> | 2014-11-26 14:44:46 -0800 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2014-11-26 14:44:46 -0800 |
commit | 3fe1ce1d5b225417a8e3234aaa0d7a0a597067f1 (patch) | |
tree | f68d4a015fbd3f3839151e8be1a7c7151e14af57 /gdb/testsuite/gdb.dwarf2 | |
parent | 982bbd97c56073d9524b71526dc5911ec32124ca (diff) | |
download | gdb-3fe1ce1d5b225417a8e3234aaa0d7a0a597067f1.zip gdb-3fe1ce1d5b225417a8e3234aaa0d7a0a597067f1.tar.gz gdb-3fe1ce1d5b225417a8e3234aaa0d7a0a597067f1.tar.bz2 |
gdb.dwarf2/dw2-op-out-param.S: Fix comment.
gdb/ChangeLog:
* gdb.dwarf2/dw2-op-out-param.S: Fix comment.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S b/gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S index 7528c77..df8b249 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-op-out-param.S @@ -380,7 +380,7 @@ int_param_two_reg_pieces: .uleb128 0x0 /* + 0 */ .LDI5: - .uleb128 0x8 /* DW_TAG_structure_type */ + .uleb128 0x8 /* DW_TAG_member */ .string "b" /* DW_AT_name */ .long .LDI2 - .Ldebug_info0 /* DW_AT_type */ .byte 0x2 /* DW_AT_data_member_location : length */ |