Index: gdb/testsuite/gdb.dwarf2/dw2-case-insensitive-debug.S |
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-case-insensitive-debug.S b/gdb/testsuite/gdb.dwarf2/dw2-case-insensitive-debug.S |
index 336779195bc2ce204d28cad18b502244cb86faaa..22b01f9f01ada31a0f64c75b14822753c5499e6b 100644 |
--- a/gdb/testsuite/gdb.dwarf2/dw2-case-insensitive-debug.S |
+++ b/gdb/testsuite/gdb.dwarf2/dw2-case-insensitive-debug.S |
@@ -1,6 +1,6 @@ |
/* This testcase is part of GDB, the GNU debugger. |
- Copyright 2011-2012 Free Software Foundation, Inc. |
+ Copyright 2011-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,14 +29,14 @@ |
.ascii "file1.txt\0" /* DW_AT_name */ |
.ascii "GNU C 3.3.3\0" /* DW_AT_producer */ |
.byte 8 /* DW_AT_language (DW_LANG_Fortran90) */ |
- .4byte FUNC_lang /* DW_AT_low_pc */ |
- .4byte main /* DW_AT_high_pc */ |
+ .4byte cu_text_start /* DW_AT_low_pc */ |
+ .4byte cu_text_end /* DW_AT_high_pc */ |
.uleb128 3 /* Abbrev: DW_TAG_subprogram */ |
.byte 1 /* DW_AT_external */ |
.ascii "FUNC_lang\0" /* DW_AT_name */ |
- .4byte FUNC_lang /* DW_AT_low_pc */ |
- .4byte main /* DW_AT_high_pc */ |
+ .4byte FUNC_lang_start /* DW_AT_low_pc */ |
+ .4byte FUNC_lang_end /* DW_AT_high_pc */ |
.byte 1 /* DW_AT_prototyped */ |
.4byte .Ltype - .Lcu1_begin /* DW_AT_type */ |