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