i386: Also check R12-R15 registers when optimizing testq to testb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intel-got32.s
1 .text
2 .intel_syntax noprefix
3 _start:
4 mov edx, [x1@GOTOFF + x2]
5 ret
6
7 .equ x2, 4
This page took 0.030493 seconds and 4 git commands to generate.