Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / elfv2-2b.s
1 .globl f3
2 .type f3,@function
3 .text
4 f3:
5 addis 2,12,.TOC.-f3@ha
6 addi 2,2,.TOC.-f3@l
7 .localentry f3,.-f3
8 blr
9 .size f3,.-f3
10
11 .globl f4
12 .type f4,@function
13 .text
14 f4:
15 .localentry f4,0
16 blr
17 .size f4,.-f4
This page took 0.038844 seconds and 4 git commands to generate.