mirror_ubuntu-kernels/arch/sh/boot/romimage/vmlinux.scr

9 lines
73 B
Plaintext
Raw Permalink Normal View History

2024-07-02 00:48:40 +03:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}