| 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:
|
|
|
|
|