aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-riscv-elf/pcrel-reloc-rel.s
blob: fb0e6c09f22a10c386a72cd9e3d8c724fc1f1cbf (plain)
1
2
3
4
5
6
7
8
9
.data
# Makes sure "sym" doesn't end up at the beginning of ".data", as that makes it
# tough to then later detect it from scripts.
.global buf
buf:
    .fill 8192, 4, 1
.global sym
sym:
    .fill 8192, 4, 2