]> git.proxmox.com Git - mirror_qemu.git/blob - tests/tcg/s390x/softmmu.ld
Merge tag 'dirtylimit-dirtyrate-pull-request-20231010' of https://github.com/newfrida...
[mirror_qemu.git] / tests / tcg / s390x / softmmu.ld
1 /*
2 * Linker script for the system test kernels.
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7 ENTRY(_start)
8
9 SECTIONS {
10 . = 0;
11
12 .text : {
13 *(.head)
14 *(.text)
15 }
16
17 /DISCARD/ : {
18 *(*)
19 }
20 }