repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
x86: switch to .rodata.compressed in arch/x86/boot/compressed/vmlinux_??.scr
[wrt350n-kernel.git]
/
arch
/
x86
/
boot
/
compressed
/
vmlinux_32.scr
blob
f02382ae5c48b1cd319a4cb1e755fa060f03cfdc
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
}