aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-loongarch-elf/pie_discard.s
blob: 82b88fc1e4851d74228cdea355a39ad0c151ec9f (plain)
1
2
3
4
5
6
7
8
9
  .text
  .global sym
sym: nop

  .section .data,"aw"
  .dword sym

  .section .discard,"aw"
  .dword sym