gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / x86_64_overflow_pc32.s
1 .data
2 .hidden foo
3 .globl foo
4 foo:
5 .byte 20
6 local:
7 .byte 20
8 .text
9 .globl bar
10 .type bar, @function
11 bar:
12 lea foo(%rip), %rax
13 lea local(%rip), %rax
14 .size bar, .-bar
This page took 0.034075 seconds and 4 git commands to generate.