1/* See LICENSE for license details. */
2
3ENTRY(_start)
4
5SECTIONS {
6  . = -0x80000000;
7
8  .text.init : { *(.text.init) }
9}
10