Sign in
android-kvm
/
linux
/
27032059677b98f33634ceb90488812db432cbc9
/
.
/
scripts
/
module-common.lds
blob: 47a1f9ae0edebc9df457dd2b0e924d6e5ddc73de [
file
] [
log
] [
blame
]
Tejun Heo
405d967
2009-06-24 15:13:38 +0900
[
diff
] [
blame
]
1
/*
2
* Common module linker script, always used when linking a module.
3
* Archs are free to supply their own linker scripts. ld will
4
* combine them automatically.
5
*/
6
SECTIONS
{
7
/DISCARD/
:
{
*(.
discard
)
}
8
}