summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/non-contiguous-arm7.s
blob: be0a407ddc45737f4bf12537a3820f5d9108e8bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  .global MY_BUF
  .section  .bss.MY_BUF,"aw",%nobits
  .type	MY_BUF, %object
  .size	MY_BUF, 102400
MY_BUF:
  .space  102400

  .section  .text.foo,"ax",%progbits
  .global foo
  .type	foo, %function
foo:
  ldr r0, .L3
  bx lr
.L3:
  .word	MY_BUF
  .size	foo, .-foo