i386: Add tests for -malign-branch-boundary and -malign-branch
[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.037064 seconds and 4 git commands to generate.