xref: /llvm-project/lld/test/ELF/linkerscript/Inputs/data-commands.s (revision 05660dacedc14fa911d90317312cb613c3b776af)
1.global a
2a = 0x11
3
4.global b
5b = 0x1122
6
7.global c
8c = 0x11223344
9
10.global d
11d = 0x1122334455667788
12
13.section .foo.1, "a"
14 .byte 0xFF
15
16.section .foo.2, "a"
17 .byte 0xFF
18
19.section .foo.3, "a"
20 .byte 0xFF
21
22.section .foo.4, "a"
23 .byte 0xFF
24
25.section .bar.1, "a"
26 .byte 0xFF
27
28.section .bar.2, "a"
29 .byte 0xFF
30
31.section .bar.3, "a"
32 .byte 0xFF
33
34.section .bar.4, "a"
35 .byte 0xFF
36