Index: gdb/testsuite/gdb.dwarf2/dw2-op-call.S |
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-op-call.S b/gdb/testsuite/gdb.dwarf2/dw2-op-call.S |
index c36996655c5df10ad6eea09c3a802a3bbd0657c3..39345b9a54820d6c220c2950797ae22287f505b6 100644 |
--- a/gdb/testsuite/gdb.dwarf2/dw2-op-call.S |
+++ b/gdb/testsuite/gdb.dwarf2/dw2-op-call.S |
@@ -23,6 +23,23 @@ array2: .2byte 2 |
array3: .2byte 3 |
.section .debug_info |
+.Lcu0_begin: |
+ /* CU header */ |
+ .4byte .Lcu0_end - .Lcu0_start /* Length of Compilation Unit */ |
+.Lcu0_start: |
+ .2byte 2 /* DWARF Version */ |
+ .4byte .Labbrev1_begin /* Offset into abbrev section */ |
+ .byte 4 /* Pointer size */ |
+ |
+ /* CU die */ |
+ .uleb128 1 /* Abbrev: DW_TAG_compile_unit */ |
+ .ascii "file0.txt\0" /* DW_AT_name */ |
+ .ascii "GNU C 3.3.3\0" /* DW_AT_producer */ |
+ .byte 2 /* DW_LANG_C (C) */ |
+ |
+ .byte 0 /* End of children of CU */ |
+.Lcu0_end: |
+ |
.Lcu1_begin: |
/* CU header */ |
.4byte .Lcu1_end - .Lcu1_start /* Length of Compilation Unit */ |