Revert "PR25570, ld duplicate "warning: changing start of section""
[deliverable/binutils-gdb.git] / ld / testsuite / ld-m68k / tls-gd-ie-1.s
1 #NO_APP
2 .text
3 .align 2
4 .globl foo
5 .type foo, @function
6 foo:
7 link.w %fp,#0
8 move.l %a5,-(%sp)
9 move.l #_GLOBAL_OFFSET_TABLE_@GOTPC, %a5
10 lea (-6, %pc, %a5), %a5
11
12 pea x@TLSGD(%a5)
13 jbsr __tls_get_addr
14
15 jbsr __m68k_read_tp
16 move.l x@TLSIE(%a5),%a1
17 add.l %a0,%a1
18
19 move.l (%sp)+,%a5
20 unlk %fp
21 rts
22 .size foo, .-foo
23 .section .note.GNU-stack,"",@progbits
This page took 0.030858 seconds and 4 git commands to generate.