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

Unified Diff: gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.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-minsym-in-cu.exp ('k') | gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.S
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.S b/gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.S
index baa6cd01963eee1b9288a1ec59bcd10c88132e9d..99a96b64822a8928312f8cd0b8c70095b90461ce 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.S
+++ b/gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.S
@@ -26,35 +26,35 @@ v: .long 0
.section .debug_info
d:
- .long .Ldebug_info_end - 1f /* Length of Compilation Unit Info */
+ .4byte .Ldebug_info_end - 1f /* Length of Compilation Unit Info */
1:
.2byte 0x3 /* DWARF version number */
- .long .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
+ .4byte .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
.byte 0x4 /* Pointer Size (in bytes) */
dieb:
.uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */
- .long .LASF0 /* DW_AT_producer */
+ .4byte .LASF0 /* DW_AT_producer */
.byte 0xa /* DW_AT_language = DW_LANG_Modula2 */
- .long .LASF1 /* DW_AT_name: "2.mod" */
- .long .LASF2 /* DW_AT_comp_dir: "" */
+ .4byte .LASF1 /* DW_AT_name: "2.mod" */
+ .4byte .LASF2 /* DW_AT_comp_dir: "" */
die210:
.uleb128 0x5 /* (DIE (0x210) DW_TAG_subroutine_type) */
die215:
.uleb128 0x6 /* (DIE (0x215) DW_TAG_formal_parameter) */
- .long die21b-d /* DW_AT_type */
+ .4byte die21b-d /* DW_AT_type */
.byte 0x0 /* end of children of DIE 0x210 */
die21b:
.uleb128 0x7 /* (DIE (0x21b) DW_TAG_pointer_type) */
.byte 0x4 /* DW_AT_byte_size */
- .long die210-d /* DW_AT_type */
+ .4byte die210-d /* DW_AT_type */
die221:
.uleb128 0x8 /* (DIE (0x221) DW_TAG_variable) */
.ascii "v\0" /* DW_AT_name */
- .long die21b-d /* DW_AT_type */
+ .4byte die21b-d /* DW_AT_type */
.byte 2f-1f /* DW_AT_location */
1: .byte 0x3 /* DW_OP_addr */
- .long v
+ .4byte v
2:
.byte 0x0 /* end of children of DIE 0xb */
« no previous file with comments | « gdb/testsuite/gdb.dwarf2/dw2-minsym-in-cu.exp ('k') | gdb/testsuite/gdb.dwarf2/dw2-modula2-self-type.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698