linuxOS_D21X/source/linux-5.10/arch/sh/boot/romimage/vmlinux.scr

9 lines
73 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}