]> git.proxmox.com Git - mirror_qemu.git/blob - pc-bios/optionrom/flat.lds
tests: fix leaks in test-io-channel-command
[mirror_qemu.git] / pc-bios / optionrom / flat.lds
1 SECTIONS
2 {
3 . = 0;
4 .text : { *(.text) *(.text.$) }
5 }
6 ENTRY(_start)