summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/relocation-copy-align.s
blob: 83dedc7218d50510631250e0ead49b19c24aca87 (plain)
1
2
3
4
5
6
7
8
9
.data
        .balign 16
        .zero 12

        .type x,@object
        .globl x
x:
        .long 0
        .size x, 4
OpenPOWER on IntegriCloud