Home | History | Annotate | Download | only in testsuite
      1 SECTIONS
      2 {
      3     .foo : {
      4       __foo_start = .;
      5       KEEP(*(.foo))
      6       __foo_end = .;
      7       }
      8 }
      9