]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-powerpc/relbrlt.s
PowerPC: Don't generate unused section symbols
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-powerpc / relbrlt.s
CommitLineData
faead562
AM
1 .text
2 .global _start
3_start:
41:
5 bl far
6 nop
7 bl far2far
8 nop
9 bl huge
10 nop
11 .long 0
12 b 1b
13 .space 0x1bf0000
14
15 .section .text.pad1,"ax"
16 .space 0x1bf0000
17
18 .section .text.far,"ax"
4bd7c902 19 .globl far
faead562
AM
20far:
21 blr
22
23 .section .text.pad2,"ax"
4bd7c902 24 .space 0x40fff0
faead562
AM
25
26 .section .text.far2far,"ax"
4bd7c902 27 .globl far2far
faead562
AM
28far2far:
29 blr
30
31 .section .text.pad3,"ax"
32 .space 0x1bf0000
33
34 .section .text.huge,"ax"
4bd7c902 35 .globl huge
faead562
AM
36huge:
37 blr