Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-powerpc / relbrlt.s
blobdc4ad7a1ef254b32eff8c0522ebf601aa394debc
1 .text
2 .global _start
3 _start:
4 1:
5 bl far
6 nop
7 bl far2far
8 nop
9 bl huge
10 nop
11 .long 0
12 b 1b
13 .space 0x1bf0000
15 .section .text.pad1,"ax"
16 .space 0x1bf0000
18 .section .text.far,"ax"
19 .globl far
20 far:
21 blr
23 .section .text.pad2,"ax"
24 .space 0x40fff0
26 .section .text.far2far,"ax"
27 .globl far2far
28 far2far:
29 blr
31 .section .text.pad3,"ax"
32 .space 0x1bf0000
34 .section .text.huge,"ax"
35 .globl huge
36 huge:
37 blr