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
powerpc/pci: Fix SRIOV not building without EEH enabled
[linux/fpc-iii.git]
/
arch
/
h8300
/
boot
/
compressed
/
vmlinux.lds
blob
ad848a72fd3f4e80b9586dbbd43b065713b8db40
1
SECTIONS
2
{
3
.text :
4
{
5
__stext = . ;
6
__text = .;
7
*(.text..startup)
8
*(.text)
9
__etext = . ;
10
}
11
12
.rodata :
13
{
14
*(.rodata)
15
}
16
. = ALIGN(0x4) ;
17
.data :
18
19
{
20
. = ALIGN(0x4) ;
21
__sdata = . ;
22
___data_start = . ;
23
*(.data.*)
24
}
25
. = ALIGN(0x4) ;
26
.bss :
27
{
28
__sbss = . ;
29
*(.bss*)
30
. = ALIGN(0x4) ;
31
__ebss = . ;
32
}
33
_end = . ;
34
}