source:
binutils/trunk/ld/testsuite/ld-aarch64/farcall-b-plt.s@
1973
Last change on this file since 1973 was 1973, checked in by , 8 years ago | |
---|---|
File size: 200 bytes |
Line | |
---|---|
1 | .global _start |
2 | .global foo |
3 | .type foo, @function |
4 | .text |
5 | _start: |
6 | # ((1 << 25) - 1) << 2 |
7 | # jump26 relocation out of range to plt stub, |
8 | # we need long branch veneer. |
9 | .skip 134217724, 0 |
10 | b foo |
11 | ret |
Note:
See TracBrowser
for help on using the repository browser.