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