gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 13 Jul 2011 15:18:13 +0000 (15:18 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 13 Jul 2011 15:18:13 +0000 (15:18 +0000)
* gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
reference undefined label.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/dw2-op-call.S

index 7c7d562..400f0c1 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
+       reference undefined label.
+
 2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
index 5b5520c..9a0efca 100644 (file)
@@ -49,7 +49,7 @@ array3:       .2byte  3
        .4byte          .L2byte_type-.Lcu1_begin        /* DW_AT_type */
        .byte           2f - 1f                 /* DW_AT_location */
 1:     .byte           3                       /*   DW_OP_addr */
-       .4byte          array                   /*     <addr> */
+       .4byte          array1                  /*     <addr> */
 2:
 
        .uleb128        3                       /* Abbrev: DW_TAG_variable */