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

Unified Diff: gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.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-empty-namespace.exp ('k') | gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S b/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S
index 21bb249bd879d0cd9d3c625452fd2ee27a4d4171..0dc9164ebdd80a59b23921d2e80a0e399819ecc8 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S
+++ b/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S
@@ -20,10 +20,10 @@ pc_end:
.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) */
« no previous file with comments | « gdb/testsuite/gdb.dwarf2/dw2-empty-namespace.exp ('k') | gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698