index
:
stvnliu/cloned/linux.git
master
cloned Linux kernel tree
stvnliu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
include
/
asm
/
module.lds.h
blob: fda94fa382430ed81e109724d3630cbd75b4e055 (
plain
)
1
2
3
4
5
6
7
SECTIONS
{
.
m68k_fixup
: {
__start_fixup
= .;
*(.
m68k_fixup
)
__stop_fixup
= .;
}
}