linuxdebug/arch/sh/boot/romimage/vmlinux.scr
Ulrich Bessoh 872f2f0714 no changes
2024-07-09 16:52:29 +02:00

9 lines
73 B
Plaintext

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