repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
dreamcast
/
dev
/
microcode
/
ldscript
blob
207708649956e26f6f96a615f1ed69bdbe0768df
1
OUTPUT_ARCH(arm)
2
SECTIONS
3
{
4
.text :
5
{
6
*(.text)
7
*(.text.*)
8
*(.glue_7t) *(.glue_7)
9
}
10
. = ALIGN(16);
11
.data :
12
{
13
}
14
. = ALIGN(16);
15
.sbss :
16
{
17
}
18
. = ALIGN(16);
19
.bss :
20
{
21
}
22
}
23