* gas/arm/neon-omit.d: Fix expected encodings for vshl, vqshl.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / tls.s
1 .text
2 .globl main
3 .type main, %function
4 main:
5 nop
6 .L2:
7 nop
8 mov pc, lr
9
10 .Lpool:
11 .word a(tlsgd) + (. - .L2 - 8)
12 .word b(tlsldm) + (. - .L2 - 8)
13 .word c(gottpoff) + (. - .L2 - 8)
14 .word d(tpoff)
This page took 0.030154 seconds and 4 git commands to generate.