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