Enhance GAS's .section directive so that it can take numeric values for the flags...
[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.029667 seconds and 4 git commands to generate.