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