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