projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
[linux-2.6]
/
arch
/
m68k
/
kernel
/
module.lds
1
SECTIONS {
2
.m68k_fixup : {
3
__start_fixup = .;
4
*(.m68k_fixup)
5
__stop_fixup = .;
6
}
7
}