Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
16 lines
188 B
Plaintext
16 lines
188 B
Plaintext
SECTIONS
|
|
{
|
|
.text : ALIGN(4096)
|
|
{
|
|
*(.text .text.* .fixup)
|
|
}
|
|
.init.text : ALIGN(4096)
|
|
{
|
|
*(.init.text .init.text.*)
|
|
}
|
|
.exit.text : ALIGN(4096)
|
|
{
|
|
*(.exit.text .exit.text.*)
|
|
}
|
|
}
|