summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/header.ld
blob: 5b380faad566ff5faedb0a568d42c15065ff97f8 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

PHDRS
{
	to_load PT_LOAD;
}

ENTRY(_start)