Dynamic TLS section symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / expdyn1.s
1 .data
2 .global expobj
3 .type expobj,@object
4 .size expobj,4
5 expobj:
6 .dword 0
7
8 .text
9 .global _start
10 _start:
11 nop
12 .global expfn
13 expfn:
14 .type expfn,@function
15 nop
16 .Lfe1:
17 .size expfn,.Lfe1-expfn
18
This page took 0.029857 seconds and 4 git commands to generate.