x86: adjust ignored prefix warning for branches
[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.029251 seconds and 4 git commands to generate.