MAINTAINERS: Merge the Gitlab-CI section into the generic CI section
[qemu/ar7.git] / pc-bios / optionrom / flat.lds
blobcee2eda195ee24bf8a5e9e94ce69c670e934fb3a
1 SECTIONS
3   . = 0;
4   .text : { *(.text) *(.text.$) }
6 ENTRY(_start)