summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr24276.dso
blob: 9add115e1c78e25cfe32671b5be02c9f26d7be0d (plain)
1
2
3
4
5
6
7
8
9
INPUT(pr19319.so)
SECTIONS {
  my_section : {
    __start_my_section = .;
    *(my_section);
    __stop_my_section = .;

  }
}