i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-addend.s
CommitLineData
4e21640f
L
1 .text
2_start:
3 movq $foo@GOT, %rax
4 movq $foo@GOT + 4, %rax
5
6 .intel_syntax noprefix
7
8 mov rax, offset foo@got
9 mov rax, offset foo@got + 4
This page took 0.30883 seconds and 4 git commands to generate.