Make bfd.link_next field a union
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / limit-b.s
CommitLineData
a06ea964
NC
1# Test maximum encoding range of b
2
3 .global _start
4 .global bar
5
6# We will place the section .text at 0x1000.
7
8 .text
9
10_start:
11 b bar
12 ret
13
14# We will place the section .foo at 0x8000ffc
15
16 .section .foo, "xa"
17 .type bar, @function
18bar:
19 ret
This page took 0.094827 seconds and 4 git commands to generate.