Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentry
[deliverable/binutils-gdb.git] / ld / testsuite / ld-m68k / tls-no-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 move.l x@GOT(%a5),%d0
13
14 move.l (%sp)+,%a5
15 unlk %fp
16 rts
17 .size foo, .-foo
18 .section .note.GNU-stack,"",@progbits
This page took 0.030608 seconds and 4 git commands to generate.