linux/linux-5.18.11/arch/sh/boot/romimage/vmlinux.scr

9 lines
73 B
Plaintext
Raw Normal View History

2024-03-22 18:12:32 +00:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}