linux/arch/e2k/boot/vmlinux.bin.lds

9 lines
80 B
Plaintext

SECTIONS
{
.rodata : {
input_data = .;
*(.data)
input_data_end = .;
}
}