repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
arch
/
ppc-all
/
prep
/
CoreLink.lds
blob
12652d30064d2373b571ee1438ab144cc7eeb9a3
1
FORCE_COMMON_ALLOCATION
2
SECTIONS
3
{
4
.text : {
5
*(.text .text.* .fixup .rodata .rodata.* .data .data.* .sdata*)
6
}
7
8
_EDATA = .;
9
.bss : {
10
*(.bss)
11
*(.bss.*)
12
*(COMMON)
13
}
14
_END = .;
15
}