]> Git Repo - linux.git/blob - samples/acrn/guest.ld
x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'
[linux.git] / samples / acrn / guest.ld
1 /* SPDX-License-Identifier: GPL-2.0 */
2 OUTPUT_FORMAT(binary)
3 SECTIONS
4 {
5         .start : { *(.start) }
6         .text : { *(.text*) }
7         .rodata : { *(.rodata) }
8         .data : { *(.data) }
9 }
This page took 0.023775 seconds and 4 git commands to generate.