xref: /openbsd/sys/arch/amd64/stand/biosboot/ld.script (revision 4cfece93)
1PHDRS
2{
3	text PT_LOAD;
4}
5
6SECTIONS
7{
8	.text :
9	{
10		*(.text)
11	} :text
12}
13