libctf, ld: fix test results for upstream GCC
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ctf / conflicting-enums.d
1 #as:
2 #source: enum.c
3 #source: enum-2.c
4 #objdump: --ctf=.ctf
5 #ld: -shared
6 #name: Conflicting Enums
7
8 .*: +file format .*
9
10 Contents of CTF section .ctf:
11
12 Header:
13 Magic number: 0xdff2
14 Version: 4 \(CTF_VERSION_3\)
15 #...
16 Types:
17 #...
18 Strings:
19 #...
20 CTF archive member: .*enum.*\.c:
21 #...
22 Types:
23 0x80000001: \(kind 8\) enum day_of_the_week \(size 0x[0-9a-f]*\) \(aligned at 0x[0-9a-f]*\)
24 Sunday: 0
25 Monday: 1
26 Tuesday: 2
27 Wednesday: 3
28 Thursday: 4
29 Friday: 5
30 Saturday: 6
31
32 Strings:
33 #...
34 CTF archive member: .*enum.*\.c:
35 #...
36 Types:
37 0x80000001: \(kind 8\) enum day_of_the_week \(size 0x[0-9a-f]*\) \(aligned at 0x[0-9a-f]*\)
38 Monday: 0
39 Tuesday: 1
40 Wednesday: 2
41 Thursday: 3
42 Friday: 4
43 Saturday: 5
44 Sunday: 6
45
46 Strings:
47 #...
This page took 0.031589 seconds and 4 git commands to generate.