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