Linux-6.18.2/arch/sh/boot/romimage/vmlinux.scr
2025-12-23 20:06:59 +08:00

9 lines
73 B
Plaintext

SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}