x86-64-biarch
[platform/upstream/binutils.git] / gold / testsuite / script_test_11.t
1 SECTIONS
2 {
3     .foo : {
4       __foo_start = .;
5       KEEP(*(.foo))
6       __foo_end = .;
7       }
8 }