Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / expdyn1.s
CommitLineData
f7a2c2f6
HPN
1 .data
2 .global expobj
3 .type expobj,@object
d80a02ed 4 .size expobj,4
f7a2c2f6
HPN
5expobj:
6 .dword 0
7
8 .text
9 .global _start
10_start:
11 nop
12 .global expfn
13expfn:
14 .type expfn,@function
15 nop
16.Lfe1:
17 .size expfn,.Lfe1-expfn
18
This page took 1.635015 seconds and 4 git commands to generate.