Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gold/testsuite/script_test_11.t

9 lines
98 B
Perl
Raw Normal View History

2023-03-06 14:48:14 +01:00
SECTIONS
{
.foo : {
__foo_start = .;
KEEP(*(.foo))
__foo_end = .;
}
}