diff options
author | Doug Evans <dje@google.com> | 2012-07-08 22:34:59 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-07-08 22:34:59 +0000 |
commit | 06928b3f65bc56bb3d81047f08a78de5ffbe6310 (patch) | |
tree | c7ead791b0874db75d46924f1080c8c34c94bd2e | |
parent | 5413e7225eee1e18d022f5fd889658e8cecc384a (diff) | |
download | gdb-06928b3f65bc56bb3d81047f08a78de5ffbe6310.zip gdb-06928b3f65bc56bb3d81047f08a78de5ffbe6310.tar.gz gdb-06928b3f65bc56bb3d81047f08a78de5ffbe6310.tar.bz2 |
* gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
-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) */ |