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