gdbserver: make aarch64_write_goto_address static
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_11.t
1 SECTIONS
2 {
3 .foo : {
4 __foo_start = .;
5 KEEP(*(.foo))
6 __foo_end = .;
7 }
8 }
This page took 0.0294140000000001 seconds and 4 git commands to generate.