* ld-cris/got7.s: Correct .size expression.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / got7.s
CommitLineData
bcae4342
HPN
1; Just something defining 7 variables @ 4 bytes and requesting GOT
2; entries for each of them.
3
4 .text
5 .global got7fn
6 .type got7fn,@function
7got7fn:
8 .irpc n,1234567
9 move.d got7var\n:GOT,$r10
10 .endr
11.Lfe:
6c759646 12 .size got7fn,.Lfe-got7fn
bcae4342
HPN
13
14 .irpc n,1234567
15 .data
16 .global got7var\n
17 .type got7var\n,@object
18 .size got7var\n,4
19got7var\n:
20 .dword 0
21 .endr
This page took 0.027779 seconds and 4 git commands to generate.