x86-64: don't accept supposedly disabled MOVQ forms
[binutils-gdb.git] / gas / testsuite / gas / elf / section27.s
1 .section .text,"ax"
2 .global discard2
3 .type discard2, %function
4 discard2:
5 .word 0
6
7 .section .data,"aw"
8 .global discard1
9 .type discard1, %object
10 discard1:
11 .word 1
12
13 .section .bss,"aw"
14 .global discard0
15 .type discard0, %object
16 discard0:
17 .zero 2
18
19 .section .bss,"awR",%nobits
20 .global retain0
21 .type retain0, %object
22 retain0:
23 .zero 2
24
25 .section .data,"awR",%progbits
26 .type retain1, %object
27 retain1:
28 .word 1
29
30 .section .text,"axR",%progbits
31 .global retain2
32 .type retain2, %function
33 retain2:
34 .word 0