repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.1.18
[linux/fpc-iii.git]
/
arch
/
powerpc
/
platforms
/
44x
/
ppc476_modules.lds
blob
9fec5d34ba8efd3750ed9a57b90f29a2411ad37b
1
SECTIONS
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
}