Linux-6.18.2/arch/sh/boot/romimage/vmlinux.scr

9 lines
73 B
Plaintext
Raw Permalink Normal View History

2025-12-23 20:05:50 +08:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}