MIPS/BFD: Fix TLS relocation resolution for regular executables
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / defsym.s
1 .text
2 .globl _start
3 _start:
4 bl foo
5 bl bar
6 nop
7
8 .globl foo
9 .type foo,@function
10 foo:
11 addis 2,12,.TOC.-foo@ha
12 addi 2,2,.TOC.-foo@l
13 .localentry foo,.-foo
14 blr
15 .size foo,.-foo
16
17 .data
18 .dc.a foo
19 .dc.a bar
This page took 0.039858 seconds and 4 git commands to generate.