repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/radeon: fix voltage setup on hawaii
[linux/fpc-iii.git]
/
arch
/
mn10300
/
boot
/
compressed
/
vmlinux.lds
blob
a084903603fe48c5a77665aa8d079a5115a871a6
1
SECTIONS
2
{
3
.data : {
4
input_len = .;
5
LONG(input_data_end - input_data) input_data = .;
6
*(.data)
7
input_data_end = .;
8
}
9
}