gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / i386_mov_to_lea1.s
CommitLineData
c4fc4724
IT
1 .text
2 .globl foo
3 .type foo, @function
4foo:
5 ret
6 .size foo, .-foo
7 .globl bar
8 .type bar, @function
9bar:
10 movl foo@GOT(%ecx), %eax
11 .size bar, .-bar
This page took 0.26927 seconds and 4 git commands to generate.