Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.dwarf2/dw2-var-zero-addr.exp ('k') | gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S
diff --git a/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S b/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S
index ff8c260fab0aae13c4b6f6bbf052c1bad0dc8aa5..4602a990b4bf43369eb05046835c6b4ead24f6e4 100644
--- a/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S
+++ b/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.S
@@ -15,10 +15,10 @@
.section .debug_info
debug_start:
- .long debug_end - 1f /* Length of Compilation Unit Info */
+ .4byte debug_end - 1f /* Length of Compilation Unit Info */
1:
.2byte 0x4 /* DWARF version number */
- .long .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
+ .4byte .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
.byte 0x4 /* Pointer Size (in bytes) */
.uleb128 0x3 /* (DIE (0xb) DW_TAG_compile_unit) */
.ascii "GNU C 4.4.3\0" /* DW_AT_producer */
@@ -29,15 +29,15 @@ debug_end:
.section .debug_types
types_start:
.macro unit sig1 sig2 name
- .long 2f - 1f /* Length of Compilation Unit Info */
+ .4byte 2f - 1f /* Length of Compilation Unit Info */
1:
.2byte 0x4 /* DWARF version number */
- .long .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
+ .4byte .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
.byte 0x4 /* Pointer Size (in bytes) */
/* signature */
.4byte \sig1
.4byte \sig2
- .long 3f-types_start /* offset into type DIE */
+ .4byte 3f-types_start /* offset into type DIE */
.uleb128 0x1 /* DW_TAG_type_unit) */
.byte 0x0c /* DW_AT_language = DW_LANG_C99 */
3:
@@ -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) */
« no previous file with comments | « gdb/testsuite/gdb.dwarf2/dw2-var-zero-addr.exp ('k') | gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698