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
history
|
raw
|
HEAD
[S390] kernel: Add z/VM LGR detection
[linux/fpc-iii.git]
/
arch
/
sh
/
boot
/
compressed
/
vmlinux.scr
blob
862d748082369a24eee471b493c4b07d3220ed36
1
SECTIONS
2
{
3
.rodata..compressed : {
4
input_len = .;
5
LONG(input_data_end - input_data) input_data = .;
6
*(.data)
7
output_len = . - 4;
8
input_data_end = .;
9
}
10
}