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
/
modules
/
xldscripts
/
kmodule
blob
4d0621aa4e83cc6a4f97339d7fd1cfefe8807704
1
/* $NetBSD: kmodule,v 1.1 2009/08/18 20:22:19 skrll Exp $ */
2
3
SECTIONS
4
{
5
/* Pre-loaded modules must have merged BSS and data. */
6
.data 0 :
7
{
8
*(.data)
9
*(.data.*)
10
*(.bss)
11
*(.bss.*)
12
*(COMMON)
13
}
14
/* Pre-loaded modules do not need the following. */
15
/DISCARD/ :
16
{
17
*(.comment)
18
}
19
}