* ld-cris/libdso-1.d: Tweak for change in size of dynamic sections.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / expdyn1.s
1 .data
2 .global expobj
3 .type expobj,@object
4 expobj:
5 .dword 0
6
7 .text
8 .global _start
9 _start:
10 nop
11 .global expfn
12 expfn:
13 .type expfn,@function
14 nop
15 .Lfe1:
16 .size expfn,.Lfe1-expfn
17
This page took 0.029953 seconds and 4 git commands to generate.