This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.


Hi.

fyi, I've committed this.

2012-07-08  Doug Evans  <dje@google.com>

	* gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.

Index: dw4-sig-type-unused.S
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S,v
retrieving revision 1.3
diff -u -p -r1.3 dw4-sig-type-unused.S
--- dw4-sig-type-unused.S	15 Mar 2012 09:08:10 -0000	1.3
+++ dw4-sig-type-unused.S	8 Jul 2012 22:31:32 -0000
@@ -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) */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]