xref: /llvm-project/lld/test/ELF/Inputs/relocation-copy-relro.s (revision feb6629d6d74f23b032ca6aab979d5b2c74d230f)
1.rodata
2.globl a
3.size a, 4
4.type a, @object
5a:
6.word 1
7
8.section .data.rel.ro,"aw",%progbits
9.globl b
10.size b, 4
11.type b, @object
12b:
13.word 2
14