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

Unified Diff: gdb/testsuite/gdb.dwarf2/dw2-dos-drive.S

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 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-dir-file-name.exp ('k') | gdb/testsuite/gdb.dwarf2/dw2-dos-drive.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.dwarf2/dw2-dos-drive.S
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S b/gdb/testsuite/gdb.dwarf2/dw2-dos-drive.S
similarity index 85%
copy from gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S
copy to gdb/testsuite/gdb.dwarf2/dw2-dos-drive.S
index 0dc9164ebdd80a59b23921d2e80a0e399819ecc8..682ba4eb1b0d1d9757049482cb334f81ee9f55ca 100644
--- a/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S
+++ b/gdb/testsuite/gdb.dwarf2/dw2-dos-drive.S
@@ -1,4 +1,4 @@
-/* Copyright 2011-2012, 2011 Free Software Foundation, Inc.
+/* Copyright 2013 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -29,22 +29,15 @@ dieb:
.uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */
.ascii "GCC\0" /* DW_AT_producer */
.byte 0x2 /* DW_AT_language = DW_LANG_C */
- .ascii "1.c\0" /* DW_AT_name */
+ .ascii "z:file.c\0" /* DW_AT_name */
.uleb128 0x2 /* (DIE (0xd3) DW_TAG_subprogram) */
.byte 0x1 /* DW_AT_external */
- .ascii "realrange\0" /* DW_AT_name */
+ .ascii "func\0" /* DW_AT_name */
.4byte pc_start /* DW_AT_low_pc */
.4byte pc_end /* DW_AT_high_pc */
.byte 0x1 /* DW_AT_prototyped */
- .uleb128 0x2 /* (DIE (0xd3) DW_TAG_subprogram) */
- .byte 0x1 /* DW_AT_external */
- .ascii "emptyrange\0" /* DW_AT_name */
- .4byte pc_start /* DW_AT_low_pc */
- .4byte pc_start /* DW_AT_high_pc */
- .byte 0x1 /* DW_AT_prototyped */
-
.byte 0x0 /* end of children of DIE 0xb */
.Ldebug_info_end:
« no previous file with comments | « gdb/testsuite/gdb.dwarf2/dw2-dir-file-name.exp ('k') | gdb/testsuite/gdb.dwarf2/dw2-dos-drive.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698