gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / pr21430.s
CommitLineData
6bf56e74
IK
1.globl _start, foo, bar
2
3.section ".text.start", "ax"
4_start:
5 bl foo
6 .space 0x7000000
7
8.section ".text.bar", "ax"
9bar:
10 .space 0x1000000
11 .size bar, .-bar
12
13.section ".text.foo", "ax"
14foo:
15 b _start
This page took 0.162311 seconds and 4 git commands to generate.