mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
This commit is contained in:
@ -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>
|
2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Fix XFAIL compatibility with old i386 systems.
|
Fix XFAIL compatibility with old i386 systems.
|
||||||
|
@ -58,7 +58,7 @@ types_start:
|
|||||||
.section .debug_abbrev
|
.section .debug_abbrev
|
||||||
.Ldebug_abbrev0:
|
.Ldebug_abbrev0:
|
||||||
.uleb128 0x1 /* (abbrev code) */
|
.uleb128 0x1 /* (abbrev code) */
|
||||||
.uleb128 0x11 /* (TAG: DW_TAG_type_unit) */
|
.uleb128 0x41 /* (TAG: DW_TAG_type_unit) */
|
||||||
.byte 0x1 /* DW_children_yes */
|
.byte 0x1 /* DW_children_yes */
|
||||||
.uleb128 0x13 /* (DW_AT_language) */
|
.uleb128 0x13 /* (DW_AT_language) */
|
||||||
.uleb128 0xb /* (DW_FORM_data1) */
|
.uleb128 0xb /* (DW_FORM_data1) */
|
||||||
|
Reference in New Issue
Block a user