PR symtab/11942
[binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dw2-intercu.S
index 6e263889737ab11575dc78d0f18188e8a78cdc40..1d46fac15ef81e4566e7d9a8d6c27a9f1ba1c5b8 100644 (file)
@@ -1,21 +1,19 @@
 /* This testcase is part of GDB, the GNU debugger.
 
-   Copyright 2004, 2007 Free Software Foundation, Inc.
+   Copyright 2004, 2007, 2008, 2009, 2010 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
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
+
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
-   USA.  */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Test a minimal file containing DWARF-2 information.  This test also
    serves as a skeleton for other DWARF-2 tests.  Most other tests will
@@ -60,7 +58,7 @@ func_cu1:
        .byte           1                       /* DW_AT_decl_file */
        .byte           2                       /* DW_AT_decl_line */
        .ascii          "func_cu1\0"            /* DW_AT_name */
-       .4byte          .Ltype_int              /* DW_AT_type */
+       .4byte          .Ltype_int_in_cu2       /* DW_AT_type */
        .4byte          .Lbegin_func_cu1        /* DW_AT_low_pc */
        .4byte          .Lend_func_cu1          /* DW_AT_high_pc */
        .byte           1                       /* DW_AT_frame_base: length */
@@ -85,7 +83,7 @@ func_cu1:
        .ascii  "GNU C 3.3.3\0"                 /* DW_AT_producer */
        .byte   1                               /* DW_AT_language (C) */
 
-.Ltype_int:
+.Ltype_int_in_cu2:
        .uleb128        2                       /* Abbrev: DW_TAG_base_type */
        .ascii          "int\0"                 /* DW_AT_name */
        .byte           4                       /* DW_AT_byte_size */