Files
Debian-9-Kernel/arch/sh/boot/romimage/vmlinux.scr
T

9 lines
73 B
Plaintext
Raw Normal View History

2023-12-14 15:23:35 +01:00
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}