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