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/dw2-skip-prologue.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-simple-locdesc.exp ('k') | gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S b/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S
index de3ed5ff8fd119e5fc57e53bc025ca205af21986..725c6947d151659df7216c45e2bc9eb5d25baf3c 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S
+++ b/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.S
@@ -30,7 +30,7 @@
.4byte func_start /* DW_AT_low_pc */
.4byte func_end /* DW_AT_high_pc */
.ascii "main.c\0" /* DW_AT_name */
- .ascii "GNU C 4.0.0\0" /* DW_AT_producer must be >= 4.0 */
+ .ascii "GNU C 4.5.0\0" /* DW_AT_producer must be >= 4.5 */
.byte 2 /* DW_AT_language (DW_LANG_C) */
.uleb128 2 /* Abbrev: DW_TAG_subprogram */
@@ -46,8 +46,8 @@
.uleb128 0x7 /* (DIE (0x42) DW_TAG_formal_parameter) */
.ascii "param\0" /* DW_AT_name */
- .long .Ltype_int - .Lcu1_begin /* DW_AT_type */
- .long loclist /* DW_AT_location */
+ .4byte .Ltype_int - .Lcu1_begin /* DW_AT_type */
+ .4byte loclist /* DW_AT_location */
.uleb128 4 /* Abbrev: DW_TAG_inlined_subroutine */
.ascii "inlined\0" /* DW_AT_name */
@@ -115,14 +115,14 @@
.section .debug_loc
loclist:
/* Reset the location list base address first. */
- .long -1, 0
+ .4byte -1, 0
- .long func_start, func_end
+ .4byte func_start, func_end
.2byte 2f-1f
1: .byte 0x50 /* DW_OP_reg0 */
2:
/* Location list end. */
- .long 0, 0
+ .4byte 0, 0
/* Abbrev table */
.section .debug_abbrev
« no previous file with comments | « gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.exp ('k') | gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698