binutils-gdb/ld/testsuite/ld-x86-64/pr24276.dso

10 lines
127 B
Plaintext

INPUT(pr19319.so)
SECTIONS {
my_section : {
__start_my_section = .;
*(my_section);
__stop_my_section = .;
}
}