gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_11.t
CommitLineData
502e8a84
CC
1SECTIONS
2{
3 .foo : {
4 __foo_start = .;
5 KEEP(*(.foo))
6 __foo_end = .;
7 }
8}
This page took 0.301039 seconds and 4 git commands to generate.