]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-cris/expdyn1.s
2002-10-04 Michael Snyder <msnyder@redhat.com>
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-cris / expdyn1.s
CommitLineData
f7a2c2f6
HPN
1 .data
2 .global expobj
3 .type expobj,@object
4expobj:
5 .dword 0
6
7 .text
8 .global _start
9_start:
10 nop
11 .global expfn
12expfn:
13 .type expfn,@function
14 nop
15.Lfe1:
16 .size expfn,.Lfe1-expfn
17