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