Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-x86-64/pr24276.dso
2023-03-06 14:48:14 +01:00

9 lines
127 B
Text

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