diff options
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ca49a28..cb0918b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-07-08 Doug Evans <dje@google.com> + + * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo. + 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com> Fix XFAIL compatibility with old i386 systems. diff --git a/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S b/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S index 8cae690..4602a99 100644 --- a/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S +++ b/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S @@ -58,7 +58,7 @@ types_start: .section .debug_abbrev .Ldebug_abbrev0: .uleb128 0x1 /* (abbrev code) */ - .uleb128 0x11 /* (TAG: DW_TAG_type_unit) */ + .uleb128 0x41 /* (TAG: DW_TAG_type_unit) */ .byte 0x1 /* DW_children_yes */ .uleb128 0x13 /* (DW_AT_language) */ .uleb128 0xb /* (DW_FORM_data1) */ |