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
mlib update: header and mmakefile updates
[tangerine.git]
/
kernel
/
exec
/
LibraryLink.lds
blob
cd388b2b7fc6f170bc769d5eb0bba83d1c709471
1
FORCE_COMMON_ALLOCATION
2
SECTIONS
3
{
4
.text : {
5
Exec_Start = .;
6
7
*(.text)
8
*(.text.*)
9
*(.fixup)
10
*(.rodata)
11
}
12
13
.data : {
14
*(.data)
15
*(.data.*)
16
17
Exec_End = .;
18
}
19
20
.bss : {
21
*(.bss)
22
*(COMMON)
23
}
24
}