Retro68/binutils/ld/testsuite/ld-x86-64/pr24276.dso
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

10 lines
127 B
Plaintext

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