blob: 9add115e1c78e25cfe32671b5be02c9f26d7be0d [file] [log] [blame]
INPUT(pr19319.so)
SECTIONS {
my_section : {
__start_my_section = .;
*(my_section);
__stop_my_section = .;
}
}