ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / plt1.s
CommitLineData
faead562
AM
1 .text
2 .global _start
3_start:
4 bcl 20,31,1f
51: mflr 30
6 addis 30,30,(_GLOBAL_OFFSET_TABLE_-1b)@ha
7 addi 30,30,(_GLOBAL_OFFSET_TABLE_-1b)@l
8 bl _exit@plt
9 b _start
This page took 0.605757 seconds and 4 git commands to generate.