* gas/config/tc-avr.c: Change ISA for devices with USB support to
[external/binutils.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