xref: /linux/arch/sh/boot/romimage/vmlinux.scr (revision 986a13769c4bd00f1b894b08af2f1068f88d3d5e)
1SECTIONS
2{
3  .text : {
4	zero_page_pos = .;
5	*(.data)
6	end_data = .;
7	}
8}
9