Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-ctf / cycle-1.d
blob379f12f57cd75ac7d16ddd160692df58cad42fec
1 #as:
2 #source: cycle-1.c
3 #source: A.c
4 #source: B.c
5 #source: C.c
6 #objdump: --ctf
7 #ld: -shared --ctf-variables
8 #name: Cycle 1
10 .*: +file format .*
12 Contents of CTF section .ctf:
14 Header:
15 Magic number: 0xdff2
16 Version: 4 \(CTF_VERSION_3\)
17 #...
18 Type section: .* \(0xa8 bytes\)
19 String section: .*
21 Labels:
23 Data objects:
25 Function objects:
27 Variables:
28 #...
29 Types:
30 #...
31 0x[0-9a-f]*: \(kind 6\) struct cycle_1 \(.*
32 *\[0x0\] a: ID 0x[0-9a-f]*: \(kind 3\) struct A \* \(.*
33 *\[0x[0-9a-f]*\] b: ID 0x[0-9a-f]*: \(kind 3\) struct B \* \(.*
34 *\[0x[0-9a-f]*\] next: ID 0x[0-9a-f]*: \(kind 3\) struct cycle_1 \* \(.*
35 #...