i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-size-5.s
CommitLineData
8fd4256d
L
1# Test SIZE64 relocation
2 .text
3 movq $xxx@SIZE, %r15
4 movq $xxx@SIZE - 8, %r15
5 movq $xxx@SIZE + 8, %r15
6 .comm zzz,4294967290,32
7 .bss
8 .global yyy
9 .type yyy,%object
10 .size yyy,30
11yyy:
12 .zero 30
13 .data
14 .global xxx
15 .type xxx,%object
16 .size xxx,80
17xxx:
18 .zero 80
19 .quad xxx@SIZE - 1
20 .quad yyy@SIZE + 200
21 .quad zzz@SIZE
This page took 0.388608 seconds and 4 git commands to generate.