]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/linkerscript/Inputs/align.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / linkerscript / Inputs / align.s
1 .global _start
2 _start:
3  nop
4
5 .section .aaa, "a"
6 .quad 0
7
8 .section .bbb, "a"
9 .quad 0
10
11 .section .ccc, "a"
12 .quad 0
13