Tidy gas/configure.tgt
[deliverable/binutils-gdb.git] / ld / testsuite / ld-size / size32-1.s
1 # 32-bit size relocation in shared object
2 .comm xxx,40,32
3 .data
4 .p2align 2
5 .long xxx@SIZE
6 .long xxx@SIZE-30
7 .long xxx@SIZE+30
8 .long yyy@SIZE
9 .long zzz@SIZE
10 .globl yyy
11 .type yyy, %object
12 .size yyy, 40
13 yyy:
14 .zero 40
This page took 0.030895 seconds and 4 git commands to generate.