xref: /qemu/pc-bios/optionrom/flat.lds (revision cde3c425d16f6d0c8e6f47940ef5152b9021f3f2)
1SECTIONS
2{
3  . = 0;
4  .text : { *(.text) *(.text.$) }
5}
6ENTRY(_start)
7