blob: 9fec5d34ba8efd3750ed9a57b90f29a2411ad37b [file] [log] [blame]
Alistair Poppled5b35cf2014-02-24 18:00:56 +11001SECTIONS
2{
3 .text : ALIGN(4096)
4 {
5 *(.text .text.* .fixup)
6 }
7 .init.text : ALIGN(4096)
8 {
9 *(.init.text .init.text.*)
10 }
11 .exit.text : ALIGN(4096)
12 {
13 *(.exit.text .exit.text.*)
14 }
15}